@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.
- package/checkbox/checkbox.d.ts +5 -14
- package/core/formatters/date/formatter.pipe.d.ts +95 -0
- package/core/formatters/index.d.ts +3 -1
- package/core/pop-up/pop-up-trigger.d.ts +3 -1
- package/core/validation/validation.d.ts +1 -12
- package/datepicker/datepicker-input.directive.d.ts +4 -9
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +46 -46
- package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -1
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +4 -0
- package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +10 -1
- package/design-tokens/legacy-2017/tokens/components/timezone.json5 +1 -0
- package/design-tokens/legacy-2017/tokens.d.ts +44 -33
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -1
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +4 -0
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +10 -1
- package/design-tokens/pt-2022/tokens/components/timezone.json5 +1 -0
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +8 -8
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +17 -17
- package/design-tokens/pt-2022/tokens.d.ts +63 -52
- package/design-tokens/style-dictionary/formats/figma.js +2 -2
- package/esm2020/button-toggle/button-toggle.component.mjs +2 -2
- package/esm2020/checkbox/checkbox.mjs +17 -32
- package/esm2020/core/formatters/date/formatter.pipe.mjs +187 -0
- package/esm2020/core/formatters/index.mjs +62 -4
- package/esm2020/core/pop-up/pop-up-trigger.mjs +13 -11
- package/esm2020/core/validation/validation.mjs +1 -114
- package/esm2020/datepicker/datepicker-input.directive.mjs +8 -25
- package/esm2020/datepicker/datepicker.component.mjs +1 -1
- package/esm2020/design-tokens/legacy-2017/tokens.mjs +45 -34
- package/esm2020/design-tokens/pt-2022/tokens.mjs +64 -53
- package/esm2020/form-field/form-field.module.mjs +10 -5
- package/esm2020/form-field/public-api.mjs +2 -1
- package/esm2020/form-field/validate.directive.mjs +156 -0
- package/esm2020/input/input-password.mjs +8 -41
- package/esm2020/input/input.mjs +8 -41
- package/esm2020/loader-overlay/loader-overlay.component.mjs +7 -3
- package/esm2020/modal/modal.component.mjs +2 -2
- package/esm2020/modal/modal.service.mjs +2 -1
- package/esm2020/popover/popover-confirm.component.mjs +3 -3
- package/esm2020/popover/popover.component.mjs +13 -4
- package/esm2020/progress-spinner/progress-spinner.component.mjs +21 -6
- package/esm2020/radio/radio.component.mjs +42 -41
- package/esm2020/select/select.component.mjs +17 -37
- package/esm2020/sidepanel/sidepanel.service.mjs +2 -1
- package/esm2020/tags/tag-list.component.mjs +17 -32
- package/esm2020/textarea/textarea.component.mjs +17 -38
- package/esm2020/timepicker/timepicker.directive.mjs +8 -25
- package/esm2020/timezone/timezone.utils.mjs +15 -7
- package/esm2020/toast/toast-container.component.mjs +2 -2
- package/esm2020/toast/toast.service.mjs +12 -3
- package/esm2020/toggle/toggle.component.mjs +3 -3
- package/esm2020/tree-select/tree-select.component.mjs +21 -41
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +16 -31
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +258 -127
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +4 -21
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +151 -118
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +164 -7
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-input.mjs +9 -75
- package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +6 -2
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +3 -2
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +15 -6
- package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +20 -5
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.mjs +42 -40
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +17 -37
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +1 -0
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +15 -30
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +17 -37
- package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +6 -23
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timezone.mjs +15 -6
- package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toast.mjs +13 -4
- package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +22 -42
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +16 -31
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +255 -127
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +4 -21
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +151 -118
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +162 -7
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-input.mjs +9 -75
- package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +6 -2
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +3 -2
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +15 -6
- package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +20 -5
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-radio.mjs +41 -40
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +15 -36
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +1 -0
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +14 -30
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +15 -36
- package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +6 -23
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timezone.mjs +14 -6
- package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toast.mjs +13 -4
- package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +19 -40
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/form-field/form-field.module.d.ts +4 -3
- package/form-field/public-api.d.ts +1 -0
- package/form-field/validate.directive.d.ts +32 -0
- package/input/input-password.d.ts +6 -12
- package/input/input.d.ts +6 -12
- package/loader-overlay/loader-overlay.component.d.ts +1 -0
- package/package.json +4 -4
- package/popover/popover.component.d.ts +1 -0
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
- package/prebuilt-visual/default-visual.css +1 -1
- package/progress-spinner/progress-spinner.component.d.ts +6 -1
- package/radio/radio.component.d.ts +6 -12
- package/select/select.component.d.ts +6 -10
- package/tags/tag-list.component.d.ts +6 -8
- package/textarea/textarea.component.d.ts +7 -12
- package/timepicker/timepicker.directive.d.ts +4 -9
- package/timezone/timezone.utils.d.ts +1 -1
- package/toast/toast.service.d.ts +1 -0
- 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';
|
@@ -1184,6 +1183,189 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
1184
1183
|
}] }];
|
1185
1184
|
} });
|
1186
1185
|
|
1186
|
+
class AbsoluteDateFormatterPipe {
|
1187
|
+
constructor(formatter) {
|
1188
|
+
this.formatter = formatter;
|
1189
|
+
}
|
1190
|
+
transform(value, currYear) {
|
1191
|
+
return this.formatter.absoluteLongDate(value, currYear);
|
1192
|
+
}
|
1193
|
+
}
|
1194
|
+
/** @nocollapse */ AbsoluteDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1195
|
+
/** @nocollapse */ AbsoluteDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" });
|
1196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
|
1197
|
+
type: Pipe,
|
1198
|
+
args: [{ name: 'absoluteLongDate' }]
|
1199
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1200
|
+
class AbsoluteDateTimeFormatterPipe {
|
1201
|
+
constructor(formatter) {
|
1202
|
+
this.formatter = formatter;
|
1203
|
+
}
|
1204
|
+
transform(value, options) {
|
1205
|
+
return this.formatter.absoluteLongDateTime(value, options);
|
1206
|
+
}
|
1207
|
+
}
|
1208
|
+
/** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1209
|
+
/** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" });
|
1210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
|
1211
|
+
type: Pipe,
|
1212
|
+
args: [{ name: 'absoluteLongDateTime' }]
|
1213
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1214
|
+
class AbsoluteDateShortFormatterPipe {
|
1215
|
+
constructor(formatter) {
|
1216
|
+
this.formatter = formatter;
|
1217
|
+
}
|
1218
|
+
transform(value, currYear) {
|
1219
|
+
return this.formatter.absoluteShortDate(value, currYear);
|
1220
|
+
}
|
1221
|
+
}
|
1222
|
+
/** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1223
|
+
/** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" });
|
1224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
|
1225
|
+
type: Pipe,
|
1226
|
+
args: [{ name: 'absoluteShortDate' }]
|
1227
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1228
|
+
class AbsoluteShortDateTimeFormatterPipe {
|
1229
|
+
constructor(formatter) {
|
1230
|
+
this.formatter = formatter;
|
1231
|
+
}
|
1232
|
+
transform(value, options) {
|
1233
|
+
return this.formatter.absoluteShortDateTime(value, options);
|
1234
|
+
}
|
1235
|
+
}
|
1236
|
+
/** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1237
|
+
/** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" });
|
1238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
|
1239
|
+
type: Pipe,
|
1240
|
+
args: [{ name: 'absoluteShortDateTime' }]
|
1241
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1242
|
+
class RelativeDateFormatterPipe {
|
1243
|
+
constructor(formatter) {
|
1244
|
+
this.formatter = formatter;
|
1245
|
+
}
|
1246
|
+
transform(value) {
|
1247
|
+
return this.formatter.relativeLongDate(value);
|
1248
|
+
}
|
1249
|
+
}
|
1250
|
+
/** @nocollapse */ RelativeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1251
|
+
/** @nocollapse */ RelativeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" });
|
1252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
|
1253
|
+
type: Pipe,
|
1254
|
+
args: [{ name: 'relativeLongDate' }]
|
1255
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1256
|
+
class RelativeDateTimeFormatterPipe {
|
1257
|
+
constructor(formatter) {
|
1258
|
+
this.formatter = formatter;
|
1259
|
+
}
|
1260
|
+
transform(value, options) {
|
1261
|
+
return this.formatter.relativeLongDateTime(value, options);
|
1262
|
+
}
|
1263
|
+
}
|
1264
|
+
/** @nocollapse */ RelativeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1265
|
+
/** @nocollapse */ RelativeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" });
|
1266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
|
1267
|
+
type: Pipe,
|
1268
|
+
args: [{ name: 'relativeLongDateTime' }]
|
1269
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1270
|
+
class RelativeShortDateFormatterPipe {
|
1271
|
+
constructor(formatter) {
|
1272
|
+
this.formatter = formatter;
|
1273
|
+
}
|
1274
|
+
transform(value) {
|
1275
|
+
return this.formatter.relativeShortDate(value);
|
1276
|
+
}
|
1277
|
+
}
|
1278
|
+
/** @nocollapse */ RelativeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1279
|
+
/** @nocollapse */ RelativeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" });
|
1280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
|
1281
|
+
type: Pipe,
|
1282
|
+
args: [{ name: 'relativeShortDate' }]
|
1283
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1284
|
+
class RelativeShortDateTimeFormatterPipe {
|
1285
|
+
constructor(formatter) {
|
1286
|
+
this.formatter = formatter;
|
1287
|
+
}
|
1288
|
+
transform(value, options) {
|
1289
|
+
return this.formatter.relativeShortDateTime(value, options);
|
1290
|
+
}
|
1291
|
+
}
|
1292
|
+
/** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1293
|
+
/** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" });
|
1294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
|
1295
|
+
type: Pipe,
|
1296
|
+
args: [{ name: 'relativeShortDateTime' }]
|
1297
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1298
|
+
class RangeDateFormatterPipe {
|
1299
|
+
constructor(formatter) {
|
1300
|
+
this.formatter = formatter;
|
1301
|
+
}
|
1302
|
+
transform([value1, value2]) {
|
1303
|
+
return this.formatter.rangeLongDate(value1, value2);
|
1304
|
+
}
|
1305
|
+
}
|
1306
|
+
/** @nocollapse */ RangeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1307
|
+
/** @nocollapse */ RangeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" });
|
1308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
|
1309
|
+
type: Pipe,
|
1310
|
+
args: [{ name: 'rangeLongDate' }]
|
1311
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1312
|
+
class RangeShortDateFormatterPipe {
|
1313
|
+
constructor(formatter) {
|
1314
|
+
this.formatter = formatter;
|
1315
|
+
}
|
1316
|
+
transform([value1, value2]) {
|
1317
|
+
return this.formatter.rangeShortDate(value1, value2);
|
1318
|
+
}
|
1319
|
+
}
|
1320
|
+
/** @nocollapse */ RangeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1321
|
+
/** @nocollapse */ RangeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" });
|
1322
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
|
1323
|
+
type: Pipe,
|
1324
|
+
args: [{ name: 'rangeShortDate' }]
|
1325
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1326
|
+
class RangeDateTimeFormatterPipe {
|
1327
|
+
constructor(formatter) {
|
1328
|
+
this.formatter = formatter;
|
1329
|
+
}
|
1330
|
+
transform([value1, value2], options) {
|
1331
|
+
return this.formatter.rangeLongDateTime(value1, value2, options);
|
1332
|
+
}
|
1333
|
+
}
|
1334
|
+
/** @nocollapse */ RangeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1335
|
+
/** @nocollapse */ RangeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" });
|
1336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
|
1337
|
+
type: Pipe,
|
1338
|
+
args: [{ name: 'rangeLongDateTime' }]
|
1339
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1340
|
+
class RangeMiddleDateTimeFormatterPipe {
|
1341
|
+
constructor(formatter) {
|
1342
|
+
this.formatter = formatter;
|
1343
|
+
}
|
1344
|
+
transform([value1, value2], options) {
|
1345
|
+
return this.formatter.rangeMiddleDateTime(value1, value2, options);
|
1346
|
+
}
|
1347
|
+
}
|
1348
|
+
/** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1349
|
+
/** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" });
|
1350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
|
1351
|
+
type: Pipe,
|
1352
|
+
args: [{ name: 'rangeMiddleDateTime' }]
|
1353
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1354
|
+
class RangeShortDateTimeFormatterPipe {
|
1355
|
+
constructor(formatter) {
|
1356
|
+
this.formatter = formatter;
|
1357
|
+
}
|
1358
|
+
transform([value1, value2], options) {
|
1359
|
+
return this.formatter.rangeShortDateTime(value1, value2, options);
|
1360
|
+
}
|
1361
|
+
}
|
1362
|
+
/** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
|
1363
|
+
/** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" });
|
1364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
|
1365
|
+
type: Pipe,
|
1366
|
+
args: [{ name: 'rangeShortDateTime' }]
|
1367
|
+
}], ctorParameters: function () { return [{ type: DateFormatter }]; } });
|
1368
|
+
|
1187
1369
|
/* tslint:disable:naming-convention */
|
1188
1370
|
const MC_LOCALE_ID = new InjectionToken('McLocaleId');
|
1189
1371
|
const DEFAULT_MC_LOCALE_ID = 'ru';
|
@@ -1286,13 +1468,69 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
1286
1468
|
class McFormattersModule {
|
1287
1469
|
}
|
1288
1470
|
/** @nocollapse */ McFormattersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1289
|
-
/** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe
|
1471
|
+
/** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe,
|
1472
|
+
AbsoluteDateFormatterPipe,
|
1473
|
+
AbsoluteDateTimeFormatterPipe,
|
1474
|
+
AbsoluteDateShortFormatterPipe,
|
1475
|
+
AbsoluteShortDateTimeFormatterPipe,
|
1476
|
+
RelativeDateFormatterPipe,
|
1477
|
+
RelativeDateTimeFormatterPipe,
|
1478
|
+
RelativeShortDateFormatterPipe,
|
1479
|
+
RelativeShortDateTimeFormatterPipe,
|
1480
|
+
RangeDateFormatterPipe,
|
1481
|
+
RangeShortDateFormatterPipe,
|
1482
|
+
RangeDateTimeFormatterPipe,
|
1483
|
+
RangeShortDateTimeFormatterPipe,
|
1484
|
+
RangeMiddleDateTimeFormatterPipe], exports: [McDecimalPipe,
|
1485
|
+
AbsoluteDateFormatterPipe,
|
1486
|
+
AbsoluteDateTimeFormatterPipe,
|
1487
|
+
AbsoluteDateShortFormatterPipe,
|
1488
|
+
AbsoluteShortDateTimeFormatterPipe,
|
1489
|
+
RelativeDateFormatterPipe,
|
1490
|
+
RelativeDateTimeFormatterPipe,
|
1491
|
+
RelativeShortDateFormatterPipe,
|
1492
|
+
RelativeShortDateTimeFormatterPipe,
|
1493
|
+
RangeDateFormatterPipe,
|
1494
|
+
RangeShortDateFormatterPipe,
|
1495
|
+
RangeDateTimeFormatterPipe,
|
1496
|
+
RangeShortDateTimeFormatterPipe,
|
1497
|
+
RangeMiddleDateTimeFormatterPipe] });
|
1290
1498
|
/** @nocollapse */ McFormattersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McFormattersModule, providers: [DateFormatter] });
|
1291
1499
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McFormattersModule, decorators: [{
|
1292
1500
|
type: NgModule,
|
1293
1501
|
args: [{
|
1294
|
-
|
1295
|
-
|
1502
|
+
declarations: [
|
1503
|
+
McDecimalPipe,
|
1504
|
+
AbsoluteDateFormatterPipe,
|
1505
|
+
AbsoluteDateTimeFormatterPipe,
|
1506
|
+
AbsoluteDateShortFormatterPipe,
|
1507
|
+
AbsoluteShortDateTimeFormatterPipe,
|
1508
|
+
RelativeDateFormatterPipe,
|
1509
|
+
RelativeDateTimeFormatterPipe,
|
1510
|
+
RelativeShortDateFormatterPipe,
|
1511
|
+
RelativeShortDateTimeFormatterPipe,
|
1512
|
+
RangeDateFormatterPipe,
|
1513
|
+
RangeShortDateFormatterPipe,
|
1514
|
+
RangeDateTimeFormatterPipe,
|
1515
|
+
RangeShortDateTimeFormatterPipe,
|
1516
|
+
RangeMiddleDateTimeFormatterPipe
|
1517
|
+
],
|
1518
|
+
exports: [
|
1519
|
+
McDecimalPipe,
|
1520
|
+
AbsoluteDateFormatterPipe,
|
1521
|
+
AbsoluteDateTimeFormatterPipe,
|
1522
|
+
AbsoluteDateShortFormatterPipe,
|
1523
|
+
AbsoluteShortDateTimeFormatterPipe,
|
1524
|
+
RelativeDateFormatterPipe,
|
1525
|
+
RelativeDateTimeFormatterPipe,
|
1526
|
+
RelativeShortDateFormatterPipe,
|
1527
|
+
RelativeShortDateTimeFormatterPipe,
|
1528
|
+
RangeDateFormatterPipe,
|
1529
|
+
RangeShortDateFormatterPipe,
|
1530
|
+
RangeDateTimeFormatterPipe,
|
1531
|
+
RangeShortDateTimeFormatterPipe,
|
1532
|
+
RangeMiddleDateTimeFormatterPipe
|
1533
|
+
],
|
1296
1534
|
providers: [DateFormatter]
|
1297
1535
|
}]
|
1298
1536
|
}] });
|
@@ -1300,118 +1538,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
1300
1538
|
const validationTooltipShowDelay = 10;
|
1301
1539
|
const validationTooltipHideDelay = 3000;
|
1302
1540
|
const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
|
1303
|
-
function setValidState(control, validator) {
|
1304
|
-
if (!control) {
|
1305
|
-
return;
|
1306
|
-
}
|
1307
|
-
control.clearValidators();
|
1308
|
-
control.updateValueAndValidity({ emitEvent: false });
|
1309
|
-
control.setValidators(validator);
|
1310
|
-
}
|
1311
|
-
/** This function do next:
|
1312
|
-
* - run validation on submitting parent form
|
1313
|
-
* - prevent validation in required validator if form doesn't submitted
|
1314
|
-
* - if control has focus validation will be prevented
|
1315
|
-
*/
|
1316
|
-
function setMosaicValidation(component, cdr) {
|
1317
|
-
const ngControl = component.ngControl;
|
1318
|
-
if (!ngControl) {
|
1319
|
-
return;
|
1320
|
-
}
|
1321
|
-
const parentForm = component.parentForm || component.parentFormGroup;
|
1322
|
-
if (parentForm) {
|
1323
|
-
parentForm.ngSubmit.subscribe(() => {
|
1324
|
-
// tslint:disable-next-line: no-unnecessary-type-assertion
|
1325
|
-
ngControl.control.updateValueAndValidity({ emitEvent: false });
|
1326
|
-
});
|
1327
|
-
}
|
1328
|
-
if (component.ngModel) {
|
1329
|
-
setMosaicValidationForModelControl(component, component.rawValidators, parentForm);
|
1330
|
-
}
|
1331
|
-
else if (component.formControlName || component.ngControl) {
|
1332
|
-
setMosaicValidationForFormControl(component, parentForm, ngControl, cdr);
|
1333
|
-
}
|
1334
|
-
}
|
1335
|
-
function setMosaicValidationForModelControl(component, validators, parentForm) {
|
1336
|
-
if (!validators) {
|
1337
|
-
return;
|
1338
|
-
}
|
1339
|
-
validators.forEach((validator) => {
|
1340
|
-
// tslint:disable-next-line: no-unbound-method
|
1341
|
-
const originalValidate = validator.validate;
|
1342
|
-
if (validator instanceof RequiredValidator) {
|
1343
|
-
// changed required validation logic
|
1344
|
-
validator.validate = (control) => {
|
1345
|
-
if (parentForm && !parentForm.submitted) {
|
1346
|
-
return null;
|
1347
|
-
}
|
1348
|
-
return originalValidate.call(validator, control);
|
1349
|
-
};
|
1350
|
-
}
|
1351
|
-
else {
|
1352
|
-
// changed all other validation logic
|
1353
|
-
validator.validate = (control) => {
|
1354
|
-
if (component.focused) {
|
1355
|
-
return null;
|
1356
|
-
}
|
1357
|
-
return originalValidate.call(validator, control);
|
1358
|
-
};
|
1359
|
-
}
|
1360
|
-
});
|
1361
|
-
}
|
1362
|
-
function setMosaicValidationForFormControl(component, parentForm, ngControl, cdr) {
|
1363
|
-
const originalValidator = ngControl.control.validator;
|
1364
|
-
// changed required validation logic after initialization
|
1365
|
-
if (ngControl.invalid && ngControl.errors.required) {
|
1366
|
-
Promise.resolve().then(() => {
|
1367
|
-
setValidState(ngControl.control, originalValidator);
|
1368
|
-
if (cdr) {
|
1369
|
-
cdr.markForCheck();
|
1370
|
-
}
|
1371
|
-
});
|
1372
|
-
}
|
1373
|
-
// check dynamic updates
|
1374
|
-
ngControl.statusChanges
|
1375
|
-
.subscribe(() => {
|
1376
|
-
// changed required validation logic
|
1377
|
-
if (ngControl.invalid && (parentForm && !parentForm.submitted) && ngControl.errors.required) {
|
1378
|
-
setValidState(ngControl.control, originalValidator);
|
1379
|
-
}
|
1380
|
-
// changed all other validation logic
|
1381
|
-
if (ngControl.invalid && component.focused) {
|
1382
|
-
setValidState(ngControl.control, originalValidator);
|
1383
|
-
}
|
1384
|
-
});
|
1385
|
-
}
|
1386
|
-
// this validation used in datepicker and timepicker
|
1387
|
-
function setMosaicValidationForCustomFormControl(component, cdr) {
|
1388
|
-
var _a;
|
1389
|
-
const originalValidator = component.control.validator;
|
1390
|
-
const parentForm = component.parentForm || component.parentFormGroup;
|
1391
|
-
parentForm === null || parentForm === void 0 ? void 0 : parentForm.ngSubmit.subscribe(() => {
|
1392
|
-
// tslint:disable-next-line: no-unnecessary-type-assertion
|
1393
|
-
component.control.updateValueAndValidity({ emitEvent: false });
|
1394
|
-
});
|
1395
|
-
// changed required validation logic after initialization
|
1396
|
-
if ((_a = component.control.errors) === null || _a === void 0 ? void 0 : _a.required) {
|
1397
|
-
Promise.resolve().then(() => {
|
1398
|
-
setValidState(component.control, originalValidator);
|
1399
|
-
cdr === null || cdr === void 0 ? void 0 : cdr.markForCheck();
|
1400
|
-
});
|
1401
|
-
}
|
1402
|
-
// check dynamic updates
|
1403
|
-
component.control.statusChanges
|
1404
|
-
.subscribe(() => {
|
1405
|
-
// changed required validation logic
|
1406
|
-
if (component.control.invalid && (parentForm && !parentForm.submitted) && component.control.errors.required) {
|
1407
|
-
setValidState(component.control, originalValidator);
|
1408
|
-
}
|
1409
|
-
// changed all other validation logic
|
1410
|
-
if (component.control.invalid && component.focused) {
|
1411
|
-
setValidState(component.control, originalValidator);
|
1412
|
-
}
|
1413
|
-
});
|
1414
|
-
}
|
1415
1541
|
|
1416
1542
|
class McHighlightPipe {
|
1417
1543
|
transform(value, args) {
|
@@ -2545,7 +2671,8 @@ class McPopUpTrigger {
|
|
2545
2671
|
this.listeners = new Map();
|
2546
2672
|
this.destroyed = new Subject();
|
2547
2673
|
this.detach = () => {
|
2548
|
-
|
2674
|
+
var _a;
|
2675
|
+
if ((_a = this.overlayRef) === null || _a === void 0 ? void 0 : _a.hasAttached()) {
|
2549
2676
|
this.overlayRef.detach();
|
2550
2677
|
}
|
2551
2678
|
this.instance = null;
|
@@ -2580,9 +2707,8 @@ class McPopUpTrigger {
|
|
2580
2707
|
this.initListeners();
|
2581
2708
|
}
|
2582
2709
|
ngOnDestroy() {
|
2583
|
-
|
2584
|
-
|
2585
|
-
}
|
2710
|
+
var _a;
|
2711
|
+
(_a = this.overlayRef) === null || _a === void 0 ? void 0 : _a.dispose();
|
2586
2712
|
this.listeners.forEach(this.removeEventListener);
|
2587
2713
|
this.listeners.clear();
|
2588
2714
|
this.destroyed.next();
|
@@ -2634,6 +2760,7 @@ class McPopUpTrigger {
|
|
2634
2760
|
return;
|
2635
2761
|
}
|
2636
2762
|
this.overlayRef = this.createOverlay();
|
2763
|
+
this.subscribeOnClosingActions();
|
2637
2764
|
this.detach();
|
2638
2765
|
this.portal = this.portal || new ComponentPortal(this.getOverlayHandleComponentType(), this.hostView);
|
2639
2766
|
this.instance = this.overlayRef.attach(this.portal).instance;
|
@@ -2674,12 +2801,7 @@ class McPopUpTrigger {
|
|
2674
2801
|
.pipe(takeUntil(this.destroyed))
|
2675
2802
|
.subscribe(this.onPositionChange);
|
2676
2803
|
this.overlayRef = this.overlay.create(Object.assign(Object.assign({}, this.overlayConfig), { direction: this.direction, positionStrategy: strategy, scrollStrategy: this.scrollStrategy() }));
|
2677
|
-
this.
|
2678
|
-
.pipe(takeUntil(this.destroyed))
|
2679
|
-
.pipe(delay(0))
|
2680
|
-
.subscribe(() => this.hide());
|
2681
|
-
this.overlayRef.outsidePointerEvents()
|
2682
|
-
.subscribe(() => this.instance.handleBodyInteraction());
|
2804
|
+
this.subscribeOnClosingActions();
|
2683
2805
|
this.overlayRef.detachments()
|
2684
2806
|
.pipe(takeUntil(this.destroyed))
|
2685
2807
|
.subscribe(this.detach);
|
@@ -2708,6 +2830,7 @@ class McPopUpTrigger {
|
|
2708
2830
|
/** Updates the position of the current popover. */
|
2709
2831
|
updatePosition(reapplyPosition = false) {
|
2710
2832
|
this.overlayRef = this.createOverlay();
|
2833
|
+
this.subscribeOnClosingActions();
|
2711
2834
|
const position = this.overlayRef.getConfig().positionStrategy
|
2712
2835
|
.withPositions(this.getPrioritizedPositions())
|
2713
2836
|
.withPush(true);
|
@@ -2740,6 +2863,14 @@ class McPopUpTrigger {
|
|
2740
2863
|
this.listeners.forEach(this.removeEventListener);
|
2741
2864
|
this.listeners.clear();
|
2742
2865
|
}
|
2866
|
+
subscribeOnClosingActions() {
|
2867
|
+
var _a;
|
2868
|
+
(_a = this.closingActionsSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
|
2869
|
+
this.closingActionsSubscription = this.closingActions()
|
2870
|
+
.pipe(takeUntil(this.destroyed))
|
2871
|
+
.pipe(delay(0))
|
2872
|
+
.subscribe(() => this.hide());
|
2873
|
+
}
|
2743
2874
|
}
|
2744
2875
|
/** @nocollapse */ McPopUpTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
2745
2876
|
/** @nocollapse */ McPopUpTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: McPopUpTrigger, ngImport: i0 });
|
@@ -2751,5 +2882,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
2751
2882
|
* Generated bundle index. Do not edit.
|
2752
2883
|
*/
|
2753
2884
|
|
2754
|
-
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,
|
2885
|
+
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 };
|
2755
2886
|
//# sourceMappingURL=ptsecurity-mosaic-core.mjs.map
|