@arsedizioni/ars-utils 20.4.44 → 20.4.46
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/clipper.ui/ui/clipper.scss +3 -3
- package/core/index.d.ts +11 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +12 -12
- package/fesm2022/arsedizioni-ars-utils-core.mjs +11 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +32 -18
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +100 -11
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/package.json +18 -18
- package/ui/index.d.ts +46 -2
- package/ui.application/index.d.ts +30 -18
|
@@ -1904,6 +1904,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImpo
|
|
|
1904
1904
|
}]
|
|
1905
1905
|
}] });
|
|
1906
1906
|
|
|
1907
|
+
const Breakpoints = {
|
|
1908
|
+
XXSmall: '(max-width: 349.98px)',
|
|
1909
|
+
XSmall: '(max-width: 599.98px)',
|
|
1910
|
+
Small: '(min-width: 600px) and (max-width: 959.98px)',
|
|
1911
|
+
SmallMedium: '(min-width: 600px) and (max-width: 1059.98px)',
|
|
1912
|
+
Medium: '(min-width: 960px) and (max-width: 1279.98px)',
|
|
1913
|
+
MediumLarge: '(min-width: 960px) and (max-width: 1459.98px)',
|
|
1914
|
+
Large: '(min-width: 1460px) and (max-width: 1919.98px)'
|
|
1915
|
+
};
|
|
1916
|
+
|
|
1907
1917
|
const UtilsMessages = {
|
|
1908
1918
|
/**
|
|
1909
1919
|
* Messages
|
|
@@ -2769,5 +2779,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImpo
|
|
|
2769
2779
|
* Generated bundle index. Do not edit.
|
|
2770
2780
|
*/
|
|
2771
2781
|
|
|
2772
|
-
export { ArsCoreModule, ArsDateFnsModule, AutoFocusDirective, BroadcastChannelManager, BroadcastService, CopyClipboardDirective, DateFnsAdapter, DateFormat, DateInterval, DateIntervalChangeDirective, DeleteModel, EmailsValidatorDirective, EnvironmentService, EqualsValidatorDirective, FileInfo, FileSizeValidatorDirective, FormatHtmlPipe, FormatMarkdownPipe, FormatPipe, GroupModel, GuidValidatorDirective, IDModel, ImportModel, MAT_DATE_FNS_FORMATS, MaxTermsValidatorDirective, NotEmptyValidatorDirective, NotEqualValidatorDirective, NotFutureValidatorDirective, PasswordValidatorDirective, QueryModel, RelationModel, RemoveFocusDirective, ReplacePipe, SafeHtmlPipe, SafeUrlPipe, ScreenService, SearchCallbackPipe, SearchFilterPipe, SelectableModel, SqlDateValidatorDirective, SystemUtils, ThemeService, TimeValidatorDirective, UpdateRelationsModel, UrlValidatorDirective, UtilsMessages, ValidIfDirective, ValidatorDirective, ValueModel };
|
|
2782
|
+
export { ArsCoreModule, ArsDateFnsModule, AutoFocusDirective, Breakpoints, BroadcastChannelManager, BroadcastService, CopyClipboardDirective, DateFnsAdapter, DateFormat, DateInterval, DateIntervalChangeDirective, DeleteModel, EmailsValidatorDirective, EnvironmentService, EqualsValidatorDirective, FileInfo, FileSizeValidatorDirective, FormatHtmlPipe, FormatMarkdownPipe, FormatPipe, GroupModel, GuidValidatorDirective, IDModel, ImportModel, MAT_DATE_FNS_FORMATS, MaxTermsValidatorDirective, NotEmptyValidatorDirective, NotEqualValidatorDirective, NotFutureValidatorDirective, PasswordValidatorDirective, QueryModel, RelationModel, RemoveFocusDirective, ReplacePipe, SafeHtmlPipe, SafeUrlPipe, ScreenService, SearchCallbackPipe, SearchFilterPipe, SelectableModel, SqlDateValidatorDirective, SystemUtils, ThemeService, TimeValidatorDirective, UpdateRelationsModel, UrlValidatorDirective, UtilsMessages, ValidIfDirective, ValidatorDirective, ValueModel };
|
|
2773
2783
|
//# sourceMappingURL=arsedizioni-ars-utils-core.mjs.map
|