@ptsecurity/mosaic 14.0.0 → 14.1.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.
Files changed (157) hide show
  1. package/checkbox/checkbox.d.ts +5 -14
  2. package/core/formatters/date/formatter.pipe.d.ts +95 -0
  3. package/core/formatters/index.d.ts +3 -1
  4. package/core/pop-up/pop-up-trigger.d.ts +3 -1
  5. package/core/validation/validation.d.ts +1 -12
  6. package/datepicker/datepicker-input.directive.d.ts +4 -9
  7. package/design-tokens/legacy-2017/tokens/components/badge.json5 +46 -46
  8. package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -1
  9. package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +4 -0
  10. package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +10 -1
  11. package/design-tokens/legacy-2017/tokens/components/timezone.json5 +1 -0
  12. package/design-tokens/legacy-2017/tokens.d.ts +44 -33
  13. package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -1
  14. package/design-tokens/pt-2022/tokens/components/checkbox.json5 +4 -0
  15. package/design-tokens/pt-2022/tokens/components/form-field.json5 +1 -1
  16. package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +10 -1
  17. package/design-tokens/pt-2022/tokens/components/timezone.json5 +1 -0
  18. package/design-tokens/pt-2022/tokens/properties/colors.json5 +8 -8
  19. package/design-tokens/pt-2022/tokens/properties/typography.json5 +17 -17
  20. package/design-tokens/pt-2022/tokens.d.ts +63 -52
  21. package/design-tokens/style-dictionary/formats/figma.js +2 -2
  22. package/esm2020/button-toggle/button-toggle.component.mjs +2 -2
  23. package/esm2020/checkbox/checkbox.mjs +17 -32
  24. package/esm2020/core/formatters/date/formatter.pipe.mjs +187 -0
  25. package/esm2020/core/formatters/index.mjs +62 -4
  26. package/esm2020/core/pop-up/pop-up-trigger.mjs +13 -11
  27. package/esm2020/core/validation/validation.mjs +1 -114
  28. package/esm2020/datepicker/datepicker-input.directive.mjs +8 -25
  29. package/esm2020/datepicker/datepicker.component.mjs +1 -1
  30. package/esm2020/design-tokens/legacy-2017/tokens.mjs +45 -34
  31. package/esm2020/design-tokens/pt-2022/tokens.mjs +64 -53
  32. package/esm2020/form-field/form-field.module.mjs +10 -5
  33. package/esm2020/form-field/public-api.mjs +2 -1
  34. package/esm2020/form-field/validate.directive.mjs +156 -0
  35. package/esm2020/input/input-password.mjs +8 -41
  36. package/esm2020/input/input.mjs +8 -41
  37. package/esm2020/loader-overlay/loader-overlay.component.mjs +7 -3
  38. package/esm2020/modal/modal.component.mjs +2 -2
  39. package/esm2020/modal/modal.service.mjs +2 -1
  40. package/esm2020/popover/popover-confirm.component.mjs +3 -3
  41. package/esm2020/popover/popover.component.mjs +13 -4
  42. package/esm2020/progress-spinner/progress-spinner.component.mjs +21 -6
  43. package/esm2020/radio/radio.component.mjs +42 -41
  44. package/esm2020/select/select.component.mjs +17 -37
  45. package/esm2020/sidepanel/sidepanel.service.mjs +2 -1
  46. package/esm2020/tags/tag-list.component.mjs +17 -32
  47. package/esm2020/textarea/textarea.component.mjs +17 -38
  48. package/esm2020/timepicker/timepicker.directive.mjs +8 -25
  49. package/esm2020/timezone/timezone.utils.mjs +15 -7
  50. package/esm2020/toast/toast-container.component.mjs +2 -2
  51. package/esm2020/toast/toast.service.mjs +12 -3
  52. package/esm2020/toggle/toggle.component.mjs +3 -3
  53. package/esm2020/tree-select/tree-select.component.mjs +21 -41
  54. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +2 -2
  55. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  56. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +16 -31
  57. package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  58. package/fesm2015/ptsecurity-mosaic-core.mjs +258 -127
  59. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  60. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +4 -21
  61. package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  62. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +151 -118
  63. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  64. package/fesm2015/ptsecurity-mosaic-form-field.mjs +164 -7
  65. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  66. package/fesm2015/ptsecurity-mosaic-input.mjs +9 -75
  67. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  68. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +6 -2
  69. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  70. package/fesm2015/ptsecurity-mosaic-modal.mjs +3 -2
  71. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  72. package/fesm2015/ptsecurity-mosaic-popover.mjs +15 -6
  73. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  74. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +20 -5
  75. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  76. package/fesm2015/ptsecurity-mosaic-radio.mjs +42 -40
  77. package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
  78. package/fesm2015/ptsecurity-mosaic-select.mjs +17 -37
  79. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  80. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +1 -0
  81. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  82. package/fesm2015/ptsecurity-mosaic-tags.mjs +15 -30
  83. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  84. package/fesm2015/ptsecurity-mosaic-textarea.mjs +17 -37
  85. package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
  86. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +6 -23
  87. package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  88. package/fesm2015/ptsecurity-mosaic-timezone.mjs +15 -6
  89. package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -1
  90. package/fesm2015/ptsecurity-mosaic-toast.mjs +13 -4
  91. package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
  92. package/fesm2015/ptsecurity-mosaic-toggle.mjs +2 -2
  93. package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
  94. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +22 -42
  95. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  96. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +2 -2
  97. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  98. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +16 -31
  99. package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  100. package/fesm2020/ptsecurity-mosaic-core.mjs +255 -127
  101. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  102. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +4 -21
  103. package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  104. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +151 -118
  105. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  106. package/fesm2020/ptsecurity-mosaic-form-field.mjs +162 -7
  107. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  108. package/fesm2020/ptsecurity-mosaic-input.mjs +9 -75
  109. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  110. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +6 -2
  111. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  112. package/fesm2020/ptsecurity-mosaic-modal.mjs +3 -2
  113. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  114. package/fesm2020/ptsecurity-mosaic-popover.mjs +15 -6
  115. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  116. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +20 -5
  117. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  118. package/fesm2020/ptsecurity-mosaic-radio.mjs +41 -40
  119. package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
  120. package/fesm2020/ptsecurity-mosaic-select.mjs +15 -36
  121. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  122. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +1 -0
  123. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  124. package/fesm2020/ptsecurity-mosaic-tags.mjs +14 -30
  125. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  126. package/fesm2020/ptsecurity-mosaic-textarea.mjs +15 -36
  127. package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
  128. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +6 -23
  129. package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  130. package/fesm2020/ptsecurity-mosaic-timezone.mjs +14 -6
  131. package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -1
  132. package/fesm2020/ptsecurity-mosaic-toast.mjs +13 -4
  133. package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
  134. package/fesm2020/ptsecurity-mosaic-toggle.mjs +2 -2
  135. package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
  136. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +19 -40
  137. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  138. package/form-field/form-field.module.d.ts +4 -3
  139. package/form-field/public-api.d.ts +1 -0
  140. package/form-field/validate.directive.d.ts +32 -0
  141. package/input/input-password.d.ts +6 -12
  142. package/input/input.d.ts +6 -12
  143. package/loader-overlay/loader-overlay.component.d.ts +1 -0
  144. package/package.json +4 -4
  145. package/popover/popover.component.d.ts +1 -0
  146. package/prebuilt-themes/dark-theme.css +1 -1
  147. package/prebuilt-themes/default-theme.css +1 -1
  148. package/prebuilt-visual/default-visual.css +1 -1
  149. package/progress-spinner/progress-spinner.component.d.ts +6 -1
  150. package/radio/radio.component.d.ts +6 -12
  151. package/select/select.component.d.ts +6 -10
  152. package/tags/tag-list.component.d.ts +6 -8
  153. package/textarea/textarea.component.d.ts +7 -12
  154. package/timepicker/timepicker.directive.d.ts +4 -9
  155. package/timezone/timezone.utils.d.ts +1 -1
  156. package/toast/toast.service.d.ts +1 -0
  157. package/tree-select/tree-select.component.d.ts +4 -8
@@ -6,7 +6,6 @@ import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coerci
6
6
  import MessageFormat from '@messageformat/core';
7
7
  import * as i1 from '@ptsecurity/cdk/datetime';
8
8
  import { MC_DATE_LOCALE } from '@ptsecurity/cdk/datetime';
9
- import { RequiredValidator } from '@angular/forms';
10
9
  import * as i2 from '@angular/common';
11
10
  import { CommonModule, DOCUMENT } from '@angular/common';
12
11
  import * as i1$2 from '@angular/cdk/overlay';
@@ -1207,6 +1206,189 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1207
1206
  args: [MC_DATE_LOCALE]
1208
1207
  }] }]; } });
1209
1208
 
1209
+ class AbsoluteDateFormatterPipe {
1210
+ constructor(formatter) {
1211
+ this.formatter = formatter;
1212
+ }
1213
+ transform(value, currYear) {
1214
+ return this.formatter.absoluteLongDate(value, currYear);
1215
+ }
1216
+ }
1217
+ /** @nocollapse */ AbsoluteDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1218
+ /** @nocollapse */ AbsoluteDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" });
1219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
1220
+ type: Pipe,
1221
+ args: [{ name: 'absoluteLongDate' }]
1222
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1223
+ class AbsoluteDateTimeFormatterPipe {
1224
+ constructor(formatter) {
1225
+ this.formatter = formatter;
1226
+ }
1227
+ transform(value, options) {
1228
+ return this.formatter.absoluteLongDateTime(value, options);
1229
+ }
1230
+ }
1231
+ /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1232
+ /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" });
1233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
1234
+ type: Pipe,
1235
+ args: [{ name: 'absoluteLongDateTime' }]
1236
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1237
+ class AbsoluteDateShortFormatterPipe {
1238
+ constructor(formatter) {
1239
+ this.formatter = formatter;
1240
+ }
1241
+ transform(value, currYear) {
1242
+ return this.formatter.absoluteShortDate(value, currYear);
1243
+ }
1244
+ }
1245
+ /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1246
+ /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" });
1247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
1248
+ type: Pipe,
1249
+ args: [{ name: 'absoluteShortDate' }]
1250
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1251
+ class AbsoluteShortDateTimeFormatterPipe {
1252
+ constructor(formatter) {
1253
+ this.formatter = formatter;
1254
+ }
1255
+ transform(value, options) {
1256
+ return this.formatter.absoluteShortDateTime(value, options);
1257
+ }
1258
+ }
1259
+ /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1260
+ /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" });
1261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
1262
+ type: Pipe,
1263
+ args: [{ name: 'absoluteShortDateTime' }]
1264
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1265
+ class RelativeDateFormatterPipe {
1266
+ constructor(formatter) {
1267
+ this.formatter = formatter;
1268
+ }
1269
+ transform(value) {
1270
+ return this.formatter.relativeLongDate(value);
1271
+ }
1272
+ }
1273
+ /** @nocollapse */ RelativeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1274
+ /** @nocollapse */ RelativeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" });
1275
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
1276
+ type: Pipe,
1277
+ args: [{ name: 'relativeLongDate' }]
1278
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1279
+ class RelativeDateTimeFormatterPipe {
1280
+ constructor(formatter) {
1281
+ this.formatter = formatter;
1282
+ }
1283
+ transform(value, options) {
1284
+ return this.formatter.relativeLongDateTime(value, options);
1285
+ }
1286
+ }
1287
+ /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1288
+ /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" });
1289
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
1290
+ type: Pipe,
1291
+ args: [{ name: 'relativeLongDateTime' }]
1292
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1293
+ class RelativeShortDateFormatterPipe {
1294
+ constructor(formatter) {
1295
+ this.formatter = formatter;
1296
+ }
1297
+ transform(value) {
1298
+ return this.formatter.relativeShortDate(value);
1299
+ }
1300
+ }
1301
+ /** @nocollapse */ RelativeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1302
+ /** @nocollapse */ RelativeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" });
1303
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
1304
+ type: Pipe,
1305
+ args: [{ name: 'relativeShortDate' }]
1306
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1307
+ class RelativeShortDateTimeFormatterPipe {
1308
+ constructor(formatter) {
1309
+ this.formatter = formatter;
1310
+ }
1311
+ transform(value, options) {
1312
+ return this.formatter.relativeShortDateTime(value, options);
1313
+ }
1314
+ }
1315
+ /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1316
+ /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" });
1317
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
1318
+ type: Pipe,
1319
+ args: [{ name: 'relativeShortDateTime' }]
1320
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1321
+ class RangeDateFormatterPipe {
1322
+ constructor(formatter) {
1323
+ this.formatter = formatter;
1324
+ }
1325
+ transform([value1, value2]) {
1326
+ return this.formatter.rangeLongDate(value1, value2);
1327
+ }
1328
+ }
1329
+ /** @nocollapse */ RangeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1330
+ /** @nocollapse */ RangeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" });
1331
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
1332
+ type: Pipe,
1333
+ args: [{ name: 'rangeLongDate' }]
1334
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1335
+ class RangeShortDateFormatterPipe {
1336
+ constructor(formatter) {
1337
+ this.formatter = formatter;
1338
+ }
1339
+ transform([value1, value2]) {
1340
+ return this.formatter.rangeShortDate(value1, value2);
1341
+ }
1342
+ }
1343
+ /** @nocollapse */ RangeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1344
+ /** @nocollapse */ RangeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" });
1345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
1346
+ type: Pipe,
1347
+ args: [{ name: 'rangeShortDate' }]
1348
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1349
+ class RangeDateTimeFormatterPipe {
1350
+ constructor(formatter) {
1351
+ this.formatter = formatter;
1352
+ }
1353
+ transform([value1, value2], options) {
1354
+ return this.formatter.rangeLongDateTime(value1, value2, options);
1355
+ }
1356
+ }
1357
+ /** @nocollapse */ RangeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1358
+ /** @nocollapse */ RangeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" });
1359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
1360
+ type: Pipe,
1361
+ args: [{ name: 'rangeLongDateTime' }]
1362
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1363
+ class RangeMiddleDateTimeFormatterPipe {
1364
+ constructor(formatter) {
1365
+ this.formatter = formatter;
1366
+ }
1367
+ transform([value1, value2], options) {
1368
+ return this.formatter.rangeMiddleDateTime(value1, value2, options);
1369
+ }
1370
+ }
1371
+ /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1372
+ /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" });
1373
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
1374
+ type: Pipe,
1375
+ args: [{ name: 'rangeMiddleDateTime' }]
1376
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1377
+ class RangeShortDateTimeFormatterPipe {
1378
+ constructor(formatter) {
1379
+ this.formatter = formatter;
1380
+ }
1381
+ transform([value1, value2], options) {
1382
+ return this.formatter.rangeShortDateTime(value1, value2, options);
1383
+ }
1384
+ }
1385
+ /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1386
+ /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" });
1387
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
1388
+ type: Pipe,
1389
+ args: [{ name: 'rangeShortDateTime' }]
1390
+ }], ctorParameters: function () { return [{ type: DateFormatter }]; } });
1391
+
1210
1392
  /* tslint:disable:naming-convention */
1211
1393
  const MC_LOCALE_ID = new InjectionToken('McLocaleId');
1212
1394
  const DEFAULT_MC_LOCALE_ID = 'ru';
@@ -1313,13 +1495,69 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1313
1495
  class McFormattersModule {
1314
1496
  }
1315
1497
  /** @nocollapse */ McFormattersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1316
- /** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe], exports: [McDecimalPipe] });
1498
+ /** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe,
1499
+ AbsoluteDateFormatterPipe,
1500
+ AbsoluteDateTimeFormatterPipe,
1501
+ AbsoluteDateShortFormatterPipe,
1502
+ AbsoluteShortDateTimeFormatterPipe,
1503
+ RelativeDateFormatterPipe,
1504
+ RelativeDateTimeFormatterPipe,
1505
+ RelativeShortDateFormatterPipe,
1506
+ RelativeShortDateTimeFormatterPipe,
1507
+ RangeDateFormatterPipe,
1508
+ RangeShortDateFormatterPipe,
1509
+ RangeDateTimeFormatterPipe,
1510
+ RangeShortDateTimeFormatterPipe,
1511
+ RangeMiddleDateTimeFormatterPipe], exports: [McDecimalPipe,
1512
+ AbsoluteDateFormatterPipe,
1513
+ AbsoluteDateTimeFormatterPipe,
1514
+ AbsoluteDateShortFormatterPipe,
1515
+ AbsoluteShortDateTimeFormatterPipe,
1516
+ RelativeDateFormatterPipe,
1517
+ RelativeDateTimeFormatterPipe,
1518
+ RelativeShortDateFormatterPipe,
1519
+ RelativeShortDateTimeFormatterPipe,
1520
+ RangeDateFormatterPipe,
1521
+ RangeShortDateFormatterPipe,
1522
+ RangeDateTimeFormatterPipe,
1523
+ RangeShortDateTimeFormatterPipe,
1524
+ RangeMiddleDateTimeFormatterPipe] });
1317
1525
  /** @nocollapse */ McFormattersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McFormattersModule, providers: [DateFormatter] });
1318
1526
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McFormattersModule, decorators: [{
1319
1527
  type: NgModule,
1320
1528
  args: [{
1321
- exports: [McDecimalPipe],
1322
- declarations: [McDecimalPipe],
1529
+ declarations: [
1530
+ McDecimalPipe,
1531
+ AbsoluteDateFormatterPipe,
1532
+ AbsoluteDateTimeFormatterPipe,
1533
+ AbsoluteDateShortFormatterPipe,
1534
+ AbsoluteShortDateTimeFormatterPipe,
1535
+ RelativeDateFormatterPipe,
1536
+ RelativeDateTimeFormatterPipe,
1537
+ RelativeShortDateFormatterPipe,
1538
+ RelativeShortDateTimeFormatterPipe,
1539
+ RangeDateFormatterPipe,
1540
+ RangeShortDateFormatterPipe,
1541
+ RangeDateTimeFormatterPipe,
1542
+ RangeShortDateTimeFormatterPipe,
1543
+ RangeMiddleDateTimeFormatterPipe
1544
+ ],
1545
+ exports: [
1546
+ McDecimalPipe,
1547
+ AbsoluteDateFormatterPipe,
1548
+ AbsoluteDateTimeFormatterPipe,
1549
+ AbsoluteDateShortFormatterPipe,
1550
+ AbsoluteShortDateTimeFormatterPipe,
1551
+ RelativeDateFormatterPipe,
1552
+ RelativeDateTimeFormatterPipe,
1553
+ RelativeShortDateFormatterPipe,
1554
+ RelativeShortDateTimeFormatterPipe,
1555
+ RangeDateFormatterPipe,
1556
+ RangeShortDateFormatterPipe,
1557
+ RangeDateTimeFormatterPipe,
1558
+ RangeShortDateTimeFormatterPipe,
1559
+ RangeMiddleDateTimeFormatterPipe
1560
+ ],
1323
1561
  providers: [DateFormatter]
1324
1562
  }]
1325
1563
  }] });
@@ -1327,118 +1565,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1327
1565
  const validationTooltipShowDelay = 10;
1328
1566
  const validationTooltipHideDelay = 3000;
1329
1567
  const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
1330
- function setValidState(control, validator) {
1331
- if (!control) {
1332
- return;
1333
- }
1334
- control.clearValidators();
1335
- control.updateValueAndValidity({ emitEvent: false });
1336
- control.setValidators(validator);
1337
- }
1338
- /** This function do next:
1339
- * - run validation on submitting parent form
1340
- * - prevent validation in required validator if form doesn't submitted
1341
- * - if control has focus validation will be prevented
1342
- */
1343
- function setMosaicValidation(component, cdr) {
1344
- const ngControl = component.ngControl;
1345
- if (!ngControl) {
1346
- return;
1347
- }
1348
- const parentForm = component.parentForm || component.parentFormGroup;
1349
- if (parentForm) {
1350
- parentForm.ngSubmit.subscribe(() => {
1351
- // tslint:disable-next-line: no-unnecessary-type-assertion
1352
- ngControl.control.updateValueAndValidity({ emitEvent: false });
1353
- });
1354
- }
1355
- if (component.ngModel) {
1356
- setMosaicValidationForModelControl(component, component.rawValidators, parentForm);
1357
- }
1358
- else if (component.formControlName || component.ngControl) {
1359
- setMosaicValidationForFormControl(component, parentForm, ngControl, cdr);
1360
- }
1361
- }
1362
- function setMosaicValidationForModelControl(component, validators, parentForm) {
1363
- if (!validators) {
1364
- return;
1365
- }
1366
- validators.forEach((validator) => {
1367
- // tslint:disable-next-line: no-unbound-method
1368
- const originalValidate = validator.validate;
1369
- if (validator instanceof RequiredValidator) {
1370
- // changed required validation logic
1371
- validator.validate = (control) => {
1372
- if (parentForm && !parentForm.submitted) {
1373
- return null;
1374
- }
1375
- return originalValidate.call(validator, control);
1376
- };
1377
- }
1378
- else {
1379
- // changed all other validation logic
1380
- validator.validate = (control) => {
1381
- if (component.focused) {
1382
- return null;
1383
- }
1384
- return originalValidate.call(validator, control);
1385
- };
1386
- }
1387
- });
1388
- }
1389
- function setMosaicValidationForFormControl(component, parentForm, ngControl, cdr) {
1390
- const originalValidator = ngControl.control.validator;
1391
- // changed required validation logic after initialization
1392
- if (ngControl.invalid && ngControl.errors.required) {
1393
- Promise.resolve().then(() => {
1394
- setValidState(ngControl.control, originalValidator);
1395
- if (cdr) {
1396
- cdr.markForCheck();
1397
- }
1398
- });
1399
- }
1400
- // check dynamic updates
1401
- ngControl.statusChanges
1402
- .subscribe(() => {
1403
- // changed required validation logic
1404
- if (ngControl.invalid && (parentForm && !parentForm.submitted) && ngControl.errors.required) {
1405
- setValidState(ngControl.control, originalValidator);
1406
- }
1407
- // changed all other validation logic
1408
- if (ngControl.invalid && component.focused) {
1409
- setValidState(ngControl.control, originalValidator);
1410
- }
1411
- });
1412
- }
1413
- // this validation used in datepicker and timepicker
1414
- function setMosaicValidationForCustomFormControl(component, cdr) {
1415
- const originalValidator = component.control.validator;
1416
- const parentForm = component.parentForm || component.parentFormGroup;
1417
- parentForm?.ngSubmit
1418
- .subscribe(() => {
1419
- // tslint:disable-next-line: no-unnecessary-type-assertion
1420
- component.control.updateValueAndValidity({ emitEvent: false });
1421
- });
1422
- // changed required validation logic after initialization
1423
- if (component.control.errors?.required) {
1424
- Promise.resolve().then(() => {
1425
- setValidState(component.control, originalValidator);
1426
- cdr?.markForCheck();
1427
- });
1428
- }
1429
- // check dynamic updates
1430
- component.control.statusChanges
1431
- .subscribe(() => {
1432
- // changed required validation logic
1433
- if (component.control.invalid && (parentForm && !parentForm.submitted) && component.control.errors.required) {
1434
- setValidState(component.control, originalValidator);
1435
- }
1436
- // changed all other validation logic
1437
- if (component.control.invalid && component.focused) {
1438
- setValidState(component.control, originalValidator);
1439
- }
1440
- });
1441
- }
1442
1568
 
1443
1569
  class McHighlightPipe {
1444
1570
  transform(value, args) {
@@ -2569,7 +2695,7 @@ class McPopUpTrigger {
2569
2695
  this.listeners = new Map();
2570
2696
  this.destroyed = new Subject();
2571
2697
  this.detach = () => {
2572
- if (this.overlayRef && this.overlayRef.hasAttached()) {
2698
+ if (this.overlayRef?.hasAttached()) {
2573
2699
  this.overlayRef.detach();
2574
2700
  }
2575
2701
  this.instance = null;
@@ -2604,9 +2730,7 @@ class McPopUpTrigger {
2604
2730
  this.initListeners();
2605
2731
  }
2606
2732
  ngOnDestroy() {
2607
- if (this.overlayRef) {
2608
- this.overlayRef.dispose();
2609
- }
2733
+ this.overlayRef?.dispose();
2610
2734
  this.listeners.forEach(this.removeEventListener);
2611
2735
  this.listeners.clear();
2612
2736
  this.destroyed.next();
@@ -2658,6 +2782,7 @@ class McPopUpTrigger {
2658
2782
  return;
2659
2783
  }
2660
2784
  this.overlayRef = this.createOverlay();
2785
+ this.subscribeOnClosingActions();
2661
2786
  this.detach();
2662
2787
  this.portal = this.portal || new ComponentPortal(this.getOverlayHandleComponentType(), this.hostView);
2663
2788
  this.instance = this.overlayRef.attach(this.portal).instance;
@@ -2703,12 +2828,7 @@ class McPopUpTrigger {
2703
2828
  positionStrategy: strategy,
2704
2829
  scrollStrategy: this.scrollStrategy()
2705
2830
  });
2706
- this.closingActions()
2707
- .pipe(takeUntil(this.destroyed))
2708
- .pipe(delay(0))
2709
- .subscribe(() => this.hide());
2710
- this.overlayRef.outsidePointerEvents()
2711
- .subscribe(() => this.instance.handleBodyInteraction());
2831
+ this.subscribeOnClosingActions();
2712
2832
  this.overlayRef.detachments()
2713
2833
  .pipe(takeUntil(this.destroyed))
2714
2834
  .subscribe(this.detach);
@@ -2737,6 +2857,7 @@ class McPopUpTrigger {
2737
2857
  /** Updates the position of the current popover. */
2738
2858
  updatePosition(reapplyPosition = false) {
2739
2859
  this.overlayRef = this.createOverlay();
2860
+ this.subscribeOnClosingActions();
2740
2861
  const position = this.overlayRef.getConfig().positionStrategy
2741
2862
  .withPositions(this.getPrioritizedPositions())
2742
2863
  .withPush(true);
@@ -2769,6 +2890,13 @@ class McPopUpTrigger {
2769
2890
  this.listeners.forEach(this.removeEventListener);
2770
2891
  this.listeners.clear();
2771
2892
  }
2893
+ subscribeOnClosingActions() {
2894
+ this.closingActionsSubscription?.unsubscribe();
2895
+ this.closingActionsSubscription = this.closingActions()
2896
+ .pipe(takeUntil(this.destroyed))
2897
+ .pipe(delay(0))
2898
+ .subscribe(() => this.hide());
2899
+ }
2772
2900
  }
2773
2901
  /** @nocollapse */ McPopUpTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
2774
2902
  /** @nocollapse */ McPopUpTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: McPopUpTrigger, ngImport: i0 });
@@ -2780,5 +2908,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2780
2908
  * Generated bundle index. Do not edit.
2781
2909
  */
2782
2910
 
2783
- export { AnimationCurves, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, DEFAULT_MC_LOCALE_ID, DateFormatter, EXTENDED_OVERLAY_POSITIONS, ErrorStateMatcher, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, MC_LABEL_GLOBAL_OPTIONS, MC_LOCALE_ID, MC_OPTION_ACTION_PARENT, MC_OPTION_PARENT_COMPONENT, MC_SANITY_CHECKS, MC_SELECT_SCROLL_STRATEGY, MC_SELECT_SCROLL_STRATEGY_PROVIDER, MC_VALIDATION, McCommonModule, McDecimalPipe, McForm, McFormElement, McFormattersModule, McFormsModule, McHighlightModule, McHighlightPipe, McLine, McLineModule, McLineSetter, McMeasureScrollbarService, McOptgroup, McOptgroupBase, McOptgroupMixinBase, McOption, McOptionActionBase, McOptionActionComponent, McOptionActionMixinBase, McOptionModule, McOptionSelectionChange, McPopUp, McPopUpTrigger, McPseudoCheckbox, McPseudoCheckboxBase, McPseudoCheckboxMixinBase, McPseudoCheckboxModule, MultipleMode, NUMBER_FORMAT_REGEXP, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, RIGHT_BOTTOM_POSITION_PRIORITY, RIGHT_POSITION_PRIORITY, RIGHT_TOP_POSITION_PRIORITY, SELECT_PANEL_INDENT_PADDING_X, SELECT_PANEL_MAX_HEIGHT, SELECT_PANEL_PADDING_X, SELECT_PANEL_VIEWPORT_PADDING, ShowOnDirtyErrorStateMatcher, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, ThemePalette, VERSION, countGroupLabelsBeforeOption, fadeAnimation, getMcSelectDynamicMultipleError, getMcSelectNonArrayValueError, getMcSelectNonFunctionValueError, getOptionScrollPosition, isBoolean, mcSelectAnimations, mcSelectScrollStrategyProviderFactory, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, selectEvents, setMosaicValidation, setMosaicValidationForCustomFormControl, setMosaicValidationForFormControl, setMosaicValidationForModelControl, setValidState, toBoolean, validationTooltipHideDelay, validationTooltipShowDelay };
2911
+ export { AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterPipe, AnimationCurves, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, DEFAULT_MC_LOCALE_ID, DateFormatter, EXTENDED_OVERLAY_POSITIONS, ErrorStateMatcher, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, MC_LABEL_GLOBAL_OPTIONS, MC_LOCALE_ID, MC_OPTION_ACTION_PARENT, MC_OPTION_PARENT_COMPONENT, MC_SANITY_CHECKS, MC_SELECT_SCROLL_STRATEGY, MC_SELECT_SCROLL_STRATEGY_PROVIDER, MC_VALIDATION, McCommonModule, McDecimalPipe, McForm, McFormElement, McFormattersModule, McFormsModule, McHighlightModule, McHighlightPipe, McLine, McLineModule, McLineSetter, McMeasureScrollbarService, McOptgroup, McOptgroupBase, McOptgroupMixinBase, McOption, McOptionActionBase, McOptionActionComponent, McOptionActionMixinBase, McOptionModule, McOptionSelectionChange, McPopUp, McPopUpTrigger, McPseudoCheckbox, McPseudoCheckboxBase, McPseudoCheckboxMixinBase, McPseudoCheckboxModule, MultipleMode, NUMBER_FORMAT_REGEXP, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, RIGHT_BOTTOM_POSITION_PRIORITY, RIGHT_POSITION_PRIORITY, RIGHT_TOP_POSITION_PRIORITY, RangeDateFormatterPipe, RangeDateTimeFormatterPipe, RangeMiddleDateTimeFormatterPipe, RangeShortDateFormatterPipe, RangeShortDateTimeFormatterPipe, RelativeDateFormatterPipe, RelativeDateTimeFormatterPipe, RelativeShortDateFormatterPipe, RelativeShortDateTimeFormatterPipe, SELECT_PANEL_INDENT_PADDING_X, SELECT_PANEL_MAX_HEIGHT, SELECT_PANEL_PADDING_X, SELECT_PANEL_VIEWPORT_PADDING, ShowOnDirtyErrorStateMatcher, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, ThemePalette, VERSION, countGroupLabelsBeforeOption, fadeAnimation, getMcSelectDynamicMultipleError, getMcSelectNonArrayValueError, getMcSelectNonFunctionValueError, getOptionScrollPosition, isBoolean, mcSelectAnimations, mcSelectScrollStrategyProviderFactory, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, selectEvents, toBoolean, validationTooltipHideDelay, validationTooltipShowDelay };
2784
2912
  //# sourceMappingURL=ptsecurity-mosaic-core.mjs.map