@arsedizioni/ars-utils 18.4.102 → 18.4.104

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 (101) hide show
  1. package/clipper.common/common/definitions.d.ts +1 -0
  2. package/esm2022/clipper.common/common/common.module.mjs +5 -5
  3. package/esm2022/clipper.common/common/definitions.mjs +1 -1
  4. package/esm2022/clipper.common/common/interceptors/auth.interceptor.mjs +4 -4
  5. package/esm2022/clipper.common/common/services/clipper.service.mjs +4 -4
  6. package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +4 -4
  7. package/esm2022/clipper.ui/ui/document/document.component.mjs +4 -4
  8. package/esm2022/clipper.ui/ui/document-index/document-index.component.mjs +4 -4
  9. package/esm2022/clipper.ui/ui/document-manager/document-manager.mjs +4 -4
  10. package/esm2022/clipper.ui/ui/document-menu/document-menu.component.mjs +4 -4
  11. package/esm2022/clipper.ui/ui/references/references.component.mjs +4 -4
  12. package/esm2022/clipper.ui/ui/search-calendar/search-calendar.component.mjs +4 -4
  13. package/esm2022/clipper.ui/ui/search-dialog/search-dialog.component.mjs +4 -4
  14. package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +4 -4
  15. package/esm2022/clipper.ui/ui/search-free-text-help/search-free-text-help.component.mjs +4 -4
  16. package/esm2022/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.mjs +4 -4
  17. package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +4 -4
  18. package/esm2022/clipper.ui/ui/search-result-manager/search-result-manager.mjs +4 -4
  19. package/esm2022/core/core.module.mjs +9 -9
  20. package/esm2022/core/dateFnsAdapter.mjs +4 -4
  21. package/esm2022/core/directives/autoFocusDirective.mjs +4 -4
  22. package/esm2022/core/directives/changeDateIntervalDirective.mjs +4 -4
  23. package/esm2022/core/directives/copyClipboardDirective.mjs +5 -5
  24. package/esm2022/core/directives/validators.mjs +37 -37
  25. package/esm2022/core/pipes/format.pipe.mjs +5 -5
  26. package/esm2022/core/pipes/replace.pipe.mjs +5 -5
  27. package/esm2022/core/pipes/safe-html.pipe.mjs +5 -5
  28. package/esm2022/core/pipes/safe-url.pipe.mjs +5 -5
  29. package/esm2022/core/pipes/search-callback.pipe.mjs +4 -4
  30. package/esm2022/core/pipes/search-filter.pipe.mjs +5 -5
  31. package/esm2022/core/services/broadcast.service.mjs +4 -4
  32. package/esm2022/core/services/environment.service.mjs +4 -4
  33. package/esm2022/core/services/screen.service.mjs +4 -4
  34. package/esm2022/core/services/theme.service.mjs +4 -4
  35. package/esm2022/evolution.common/common/common.module.mjs +5 -5
  36. package/esm2022/evolution.common/common/interceptors/auth.interceptor.mjs +4 -4
  37. package/esm2022/evolution.common/common/services/evolution.service.mjs +4 -4
  38. package/esm2022/help/components/help-viewer/help-viewer.component.mjs +7 -7
  39. package/esm2022/help/help.module.mjs +5 -5
  40. package/esm2022/help/services/help.service.mjs +4 -4
  41. package/esm2022/support.common/common/common.module.mjs +5 -5
  42. package/esm2022/support.common/common/interceptors/auth.interceptor.mjs +4 -4
  43. package/esm2022/support.common/common/services/support.service.mjs +4 -4
  44. package/esm2022/support.ui/ui/notifications-browser/notification/notification.component.mjs +4 -4
  45. package/esm2022/support.ui/ui/notifications-browser/notifications-browser.component.mjs +4 -4
  46. package/esm2022/tinymce/full-screen-editor/full-screen-editor.component.mjs +4 -4
  47. package/esm2022/tinymce/tinymce.module.mjs +5 -5
  48. package/esm2022/ui/ui/dialogs/busy/busy-dialog.component.mjs +4 -4
  49. package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +4 -4
  50. package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +4 -4
  51. package/esm2022/ui/ui/dialogs/info/info-dialog.component.mjs +4 -4
  52. package/esm2022/ui/ui/dialogs/recover-password/recover-password-dialog.component.mjs +4 -4
  53. package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +4 -4
  54. package/esm2022/ui/ui/dialogs/toast/toast.component.mjs +4 -4
  55. package/esm2022/ui/ui/paginatorIntl.mjs +4 -4
  56. package/esm2022/ui/ui/services/dialog.service.mjs +4 -4
  57. package/esm2022/ui/ui/services/ui.service.mjs +4 -4
  58. package/esm2022/ui/ui/ui.module.mjs +5 -5
  59. package/esm2022/ui.application/ui/components/button-selector/button-selector.component.mjs +4 -4
  60. package/esm2022/ui.application/ui/components/button-toggle/button-toggle.component.mjs +4 -4
  61. package/esm2022/ui.application/ui/components/calendar-empty-header/calendar-empy-header.component.mjs +4 -4
  62. package/esm2022/ui.application/ui/components/chips-selector/chips-selector.component.mjs +4 -4
  63. package/esm2022/ui.application/ui/components/file-input/file-input.component.mjs +4 -4
  64. package/esm2022/ui.application/ui/components/file-preview/file-preview.component.mjs +4 -4
  65. package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +4 -4
  66. package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +4 -4
  67. package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +4 -4
  68. package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +4 -4
  69. package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +4 -4
  70. package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +4 -4
  71. package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +4 -4
  72. package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +7 -7
  73. package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +4 -4
  74. package/esm2022/ui.application/ui/directives/resize-table-column.directive.mjs +4 -4
  75. package/esm2022/ui.application/ui/services/applicationDialog.service.mjs +4 -4
  76. package/esm2022/ui.application/ui/ui.module.mjs +5 -5
  77. package/esm2022/ui.oauth/ui/components/login/login-oauth.component.mjs +4 -4
  78. package/esm2022/ui.oauth/ui/ui.module.mjs +5 -5
  79. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +10 -10
  80. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
  81. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +39 -39
  82. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
  83. package/fesm2022/arsedizioni-ars-utils-core.mjs +92 -92
  84. package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
  85. package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +10 -10
  86. package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
  87. package/fesm2022/arsedizioni-ars-utils-help.mjs +13 -13
  88. package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
  89. package/fesm2022/arsedizioni-ars-utils-support.common.mjs +10 -10
  90. package/fesm2022/arsedizioni-ars-utils-support.common.mjs.map +1 -1
  91. package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +6 -6
  92. package/fesm2022/arsedizioni-ars-utils-support.ui.mjs.map +1 -1
  93. package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +7 -7
  94. package/fesm2022/arsedizioni-ars-utils-tinymce.mjs.map +1 -1
  95. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +58 -58
  96. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
  97. package/fesm2022/arsedizioni-ars-utils-ui.mjs +34 -34
  98. package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
  99. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +7 -7
  100. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs.map +1 -1
  101. package/package.json +11 -11
@@ -133,6 +133,7 @@ export interface ClipperUserInfo {
133
133
  isTemporary: boolean;
134
134
  hasTrial: boolean;
135
135
  hasTeam: boolean;
136
+ hasAI: boolean;
136
137
  channels: ClipperUserChannelInfo[];
137
138
  firstChannelTrial: ClipperUserChannelInfo;
138
139
  trialInfo?: ClipperUserTrialInfo | null;
@@ -1,11 +1,11 @@
1
1
  import { NgModule } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class ArsClipperCommonModule {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: ArsClipperCommonModule }); }
6
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ArsClipperCommonModule }); }
4
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: ArsClipperCommonModule }); }
6
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: ArsClipperCommonModule }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
9
9
  type: NgModule
10
10
  }] });
11
11
  // Other exports
@@ -13,4 +13,4 @@ export * from './messages';
13
13
  export * from './definitions';
14
14
  export * from './interceptors/auth.interceptor';
15
15
  export * from './services/clipper.service';
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fycy11dGlscy9jbGlwcGVyLmNvbW1vbi9jb21tb24vY29tbW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUd6QyxNQUFNLE9BQU8sc0JBQXNCOzhHQUF0QixzQkFBc0I7K0dBQXRCLHNCQUFzQjsrR0FBdEIsc0JBQXNCOzsyRkFBdEIsc0JBQXNCO2tCQURsQyxRQUFROztBQUdULGdCQUFnQjtBQUNoQixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsNEJBQTRCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQE5nTW9kdWxlKClcclxuZXhwb3J0IGNsYXNzIEFyc0NsaXBwZXJDb21tb25Nb2R1bGUge31cclxuXHJcbi8vIE90aGVyIGV4cG9ydHNcclxuZXhwb3J0ICogZnJvbSAnLi9tZXNzYWdlcyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZGVmaW5pdGlvbnMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2ludGVyY2VwdG9ycy9hdXRoLmludGVyY2VwdG9yJztcclxuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcy9jbGlwcGVyLnNlcnZpY2UnO1xyXG5cclxuIl19
16
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fycy11dGlscy9jbGlwcGVyLmNvbW1vbi9jb21tb24vY29tbW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUd6QyxNQUFNLE9BQU8sc0JBQXNCOytHQUF0QixzQkFBc0I7Z0hBQXRCLHNCQUFzQjtnSEFBdEIsc0JBQXNCOzs0RkFBdEIsc0JBQXNCO2tCQURsQyxRQUFROztBQUdULGdCQUFnQjtBQUNoQixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsNEJBQTRCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQE5nTW9kdWxlKClcclxuZXhwb3J0IGNsYXNzIEFyc0NsaXBwZXJDb21tb25Nb2R1bGUge31cclxuXHJcbi8vIE90aGVyIGV4cG9ydHNcclxuZXhwb3J0ICogZnJvbSAnLi9tZXNzYWdlcyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZGVmaW5pdGlvbnMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2ludGVyY2VwdG9ycy9hdXRoLmludGVyY2VwdG9yJztcclxuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcy9jbGlwcGVyLnNlcnZpY2UnO1xyXG5cclxuIl19