@qbs-origin/origin-form 0.5.0 → 0.6.1

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 (61) hide show
  1. package/README.md +96 -13
  2. package/esm2022/lib/action-step-handler.mjs +3 -3
  3. package/esm2022/lib/auth-client.service.mjs +3 -3
  4. package/esm2022/lib/formly/baseFormlyControlComponent.mjs +3 -3
  5. package/esm2022/lib/formly/baseFormlyStepComponent.mjs +3 -3
  6. package/esm2022/lib/formly/custom-section-separator.component.mjs +3 -3
  7. package/esm2022/lib/formly/form-section-separator.component.mjs +3 -3
  8. package/esm2022/lib/formly/formly-action.mjs +3 -3
  9. package/esm2022/lib/formly/formly-checkbox/formly-checkbox.component.mjs +3 -3
  10. package/esm2022/lib/formly/formly-dictionary-dropdown-tree/formly-dictionary-dropdown-tree.component.mjs +3 -3
  11. package/esm2022/lib/formly/formly-download-documents/formly-download-documents.component.mjs +3 -3
  12. package/esm2022/lib/formly/formly-enrol-card/formly-enrol-card.component.mjs +3 -3
  13. package/esm2022/lib/formly/formly-field-stepper/formly-field-stepper.component.mjs +3 -3
  14. package/esm2022/lib/formly/formly-generate-documents/formly-generate-documents.component.mjs +3 -3
  15. package/esm2022/lib/formly/formly-identification.component.mjs +3 -3
  16. package/esm2022/lib/formly/formly-open-banking/formly-open-banking.component.mjs +3 -3
  17. package/esm2022/lib/formly/formly-paragraph/formly-paragraph.component.mjs +3 -3
  18. package/esm2022/lib/formly/formly-radio/formly-radio-component.mjs +3 -3
  19. package/esm2022/lib/formly/formly-row-fille.mjs +3 -3
  20. package/esm2022/lib/formly/formly-scan-id/formly-scan-id.component.mjs +3 -3
  21. package/esm2022/lib/formly/formly-sign/formly-sign.component.mjs +5 -5
  22. package/esm2022/lib/formly/formly-upload-documents/formly-upload-documents.component.mjs +3 -3
  23. package/esm2022/lib/formly/formly-validate-contact-info/formly-validate-contact-info.component.mjs +3 -3
  24. package/esm2022/lib/formly/formly-view-documents/formly-view-documents.component.mjs +3 -3
  25. package/esm2022/lib/formly/formly-view-offers/formly-view-offers.component.mjs +3 -3
  26. package/esm2022/lib/origin-form-auth.service.mjs +3 -3
  27. package/esm2022/lib/origin-form-token.interceptor.mjs +3 -3
  28. package/esm2022/lib/origin-form.component.mjs +3 -3
  29. package/esm2022/lib/origin-form.module.mjs +6 -6
  30. package/esm2022/lib/origin-form.service.mjs +3 -3
  31. package/esm2022/lib/others/check-list.database.mjs +3 -3
  32. package/esm2022/lib/others/config-service.mjs +3 -3
  33. package/esm2022/lib/others/external-link.directive.mjs +3 -3
  34. package/esm2022/lib/others/flux-helper.mjs +3 -3
  35. package/esm2022/lib/others/picker.component.mjs +3 -3
  36. package/esm2022/lib/others/translation.pipe.mjs +3 -3
  37. package/esm2022/lib/others/translations-helper.mjs +3 -3
  38. package/esm2022/lib/services/applicationData.service.mjs +3 -3
  39. package/esm2022/lib/services/auth-http.service.mjs +3 -3
  40. package/esm2022/lib/services/dialog.service.mjs +3 -3
  41. package/esm2022/lib/services/dictionary.service.mjs +3 -3
  42. package/esm2022/lib/services/forms.service.mjs +3 -3
  43. package/esm2022/lib/services/labels.service.mjs +3 -3
  44. package/esm2022/lib/services/language.service.mjs +3 -3
  45. package/esm2022/lib/services/open-banking.service.mjs +3 -3
  46. package/esm2022/lib/services/origin-form-signalr-handler.service.mjs +3 -3
  47. package/esm2022/lib/services/origin-form-signalr.service.mjs +3 -3
  48. package/esm2022/lib/services/otp.service.mjs +3 -3
  49. package/esm2022/lib/services/proxy.service.mjs +3 -3
  50. package/esm2022/lib/services/scroll-to-error.service.mjs +3 -3
  51. package/esm2022/lib/services/translation.service.mjs +3 -3
  52. package/esm2022/lib/shared-components/confirmation.component.mjs +3 -3
  53. package/esm2022/lib/shared-components/dictionaries-tree.component.mjs +3 -3
  54. package/esm2022/lib/shared-components/grid.component.mjs +3 -3
  55. package/esm2022/lib/shared-components/treeview/treeview.component.mjs +3 -3
  56. package/esm2022/lib/theme-injector.service.mjs +3 -3
  57. package/fesm2022/qbs-origin-origin-form.mjs +168 -168
  58. package/fesm2022/qbs-origin-origin-form.mjs.map +1 -1
  59. package/lib/formly/formly-sign/formly-sign.component.d.ts +1 -1
  60. package/lib/origin-form.module.d.ts +1 -1
  61. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectorRef, OnDestroy } from '@angular/core';
2
- import { SignLibComponent } from 'sign-lib';
2
+ import { SignLibComponent } from '@qbs-origin/sign-lib';
3
3
  import { ConfigService } from '../../others/config-service';
4
4
  import { OriginFormAuthService } from '../../origin-form-auth.service';
5
5
  import { DialogService } from '../../services/dialog.service';
@@ -31,7 +31,7 @@ import * as i28 from "./others/external-link.directive";
31
31
  import * as i29 from "@angular/common";
32
32
  import * as i30 from "@angular/forms";
33
33
  import * as i31 from "ngx-scrollbar";
34
- import * as i32 from "sign-lib";
34
+ import * as i32 from "@qbs-origin/sign-lib";
35
35
  import * as i33 from "ng2-pdf-viewer";
36
36
  import * as i34 from "ngx-markdown";
37
37
  import * as i35 from "@angular/router";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qbs-origin/origin-form",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^18.1.5",
6
6
  "@angular/common": "^18.2.13",
@@ -17,7 +17,7 @@
17
17
  "ng2-pdf-viewer": "^10.4.0",
18
18
  "ngx-markdown": "^18.1.0",
19
19
  "ngx-scrollbar": "^14.0.0",
20
- "sign-lib": "^2.1.19",
20
+ "@qbs-origin/sign-lib": "^2.1.22",
21
21
  "ts-md5": "^1.3.1",
22
22
  "uuid": "^11.1.0"
23
23
  },