@arsedizioni/ars-utils 18.2.474 → 18.2.476
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.common/common/definitions.d.ts +1 -3
- package/core/definitions.d.ts +2 -5
- package/esm2022/clipper.common/common/definitions.mjs +1 -4
- package/esm2022/core/definitions.mjs +1 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -4
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +1 -3
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -1333,8 +1333,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
|
|
|
1333
1333
|
type: Input
|
|
1334
1334
|
}] } });
|
|
1335
1335
|
|
|
1336
|
-
class Folder {
|
|
1337
|
-
}
|
|
1338
1336
|
class FileInfo {
|
|
1339
1337
|
isValid() {
|
|
1340
1338
|
return this.valid;
|
|
@@ -2202,5 +2200,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
|
|
|
2202
2200
|
* Generated bundle index. Do not edit.
|
|
2203
2201
|
*/
|
|
2204
2202
|
|
|
2205
|
-
export { ArsCoreModule, ArsDateFnsModule, AutoFocusDirective, BroadcastChannelManager, BroadcastService, CopyClipboardDirective, DateFnsAdapter, DateFormat, DateInterval, DateIntervalChangeDirective, DeleteModel, EmailsValidatorDirective, EnvironmentService, EqualsValidatorDirective, FileInfo, FileSizeValidatorDirective,
|
|
2203
|
+
export { ArsCoreModule, ArsDateFnsModule, AutoFocusDirective, BroadcastChannelManager, BroadcastService, CopyClipboardDirective, DateFnsAdapter, DateFormat, DateInterval, DateIntervalChangeDirective, DeleteModel, EmailsValidatorDirective, EnvironmentService, EqualsValidatorDirective, FileInfo, FileSizeValidatorDirective, FormatPipe, GroupModel, GuidValidatorDirective, IDModel, ImportModel, MAT_DATE_FNS_FORMATS, NotFutureValidatorDirective, PasswordValidatorDirective, QueryModel, RelationModel, ReplacePipe, SafeHtmlPipe, SafeUrlPipe, ScreenService, SearchCallbackPipe, SearchFilterPipe, SelectableModel, SqlDateValidatorDirective, SystemUtils, ThemeService, TimeValidatorDirective, UpdateRelationsModel, UrlValidatorDirective, ValidIfDirective, ValidatorDirective, ValueModel };
|
|
2206
2204
|
//# sourceMappingURL=arsedizioni-ars-utils-core.mjs.map
|