@smallpearl/ngx-helper 20.0.3 → 21.0.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 (57) hide show
  1. package/fesm2022/smallpearl-ngx-helper-entities.mjs +3 -3
  2. package/fesm2022/smallpearl-ngx-helper-entities.mjs.map +1 -1
  3. package/fesm2022/smallpearl-ngx-helper-entity-field.mjs.map +1 -1
  4. package/fesm2022/smallpearl-ngx-helper-hover-dropdown.mjs +3 -3
  5. package/fesm2022/smallpearl-ngx-helper-hover-dropdown.mjs.map +1 -1
  6. package/fesm2022/smallpearl-ngx-helper-locale.mjs +6 -6
  7. package/fesm2022/smallpearl-ngx-helper-locale.mjs.map +1 -1
  8. package/fesm2022/smallpearl-ngx-helper-mat-busy-wheel.mjs +9 -9
  9. package/fesm2022/smallpearl-ngx-helper-mat-busy-wheel.mjs.map +1 -1
  10. package/fesm2022/smallpearl-ngx-helper-mat-context-menu.mjs +3 -3
  11. package/fesm2022/smallpearl-ngx-helper-mat-context-menu.mjs.map +1 -1
  12. package/fesm2022/smallpearl-ngx-helper-mat-entity-crud.mjs +17 -17
  13. package/fesm2022/smallpearl-ngx-helper-mat-entity-crud.mjs.map +1 -1
  14. package/fesm2022/smallpearl-ngx-helper-mat-entity-list.mjs +30 -45
  15. package/fesm2022/smallpearl-ngx-helper-mat-entity-list.mjs.map +1 -1
  16. package/fesm2022/smallpearl-ngx-helper-mat-file-input.mjs +21 -21
  17. package/fesm2022/smallpearl-ngx-helper-mat-file-input.mjs.map +1 -1
  18. package/fesm2022/smallpearl-ngx-helper-mat-form-error.mjs +15 -15
  19. package/fesm2022/smallpearl-ngx-helper-mat-form-error.mjs.map +1 -1
  20. package/fesm2022/smallpearl-ngx-helper-mat-select-entity.mjs +106 -115
  21. package/fesm2022/smallpearl-ngx-helper-mat-select-entity.mjs.map +1 -1
  22. package/fesm2022/smallpearl-ngx-helper-mat-select-infinite-scroll.mjs +6 -6
  23. package/fesm2022/smallpearl-ngx-helper-mat-select-infinite-scroll.mjs.map +1 -1
  24. package/fesm2022/smallpearl-ngx-helper-mat-side-menu-layout.mjs +166 -140
  25. package/fesm2022/smallpearl-ngx-helper-mat-side-menu-layout.mjs.map +1 -1
  26. package/fesm2022/smallpearl-ngx-helper-mat-tel-input.mjs +38 -36
  27. package/fesm2022/smallpearl-ngx-helper-mat-tel-input.mjs.map +1 -1
  28. package/fesm2022/smallpearl-ngx-helper-stationary-with-line-items.mjs +6 -6
  29. package/fesm2022/smallpearl-ngx-helper-stationary-with-line-items.mjs.map +1 -1
  30. package/fesm2022/smallpearl-ngx-helper-utils.mjs +23 -0
  31. package/fesm2022/smallpearl-ngx-helper-utils.mjs.map +1 -0
  32. package/fesm2022/smallpearl-ngx-helper.mjs +2 -7
  33. package/fesm2022/smallpearl-ngx-helper.mjs.map +1 -1
  34. package/package.json +35 -35
  35. package/{mat-select-entity/index.d.ts → types/smallpearl-ngx-helper-mat-select-entity.d.ts} +2 -1
  36. package/types/smallpearl-ngx-helper-utils.d.ts +6 -0
  37. package/types/smallpearl-ngx-helper.d.ts +3 -0
  38. package/core/index.d.ts +0 -3
  39. package/fesm2022/smallpearl-ngx-helper-core.mjs +0 -8
  40. package/fesm2022/smallpearl-ngx-helper-core.mjs.map +0 -1
  41. package/index.d.ts +0 -4
  42. /package/{entities/index.d.ts → types/smallpearl-ngx-helper-entities.d.ts} +0 -0
  43. /package/{entity-field/index.d.ts → types/smallpearl-ngx-helper-entity-field.d.ts} +0 -0
  44. /package/{forms/index.d.ts → types/smallpearl-ngx-helper-forms.d.ts} +0 -0
  45. /package/{hover-dropdown/index.d.ts → types/smallpearl-ngx-helper-hover-dropdown.d.ts} +0 -0
  46. /package/{locale/index.d.ts → types/smallpearl-ngx-helper-locale.d.ts} +0 -0
  47. /package/{mat-busy-wheel/index.d.ts → types/smallpearl-ngx-helper-mat-busy-wheel.d.ts} +0 -0
  48. /package/{mat-context-menu/index.d.ts → types/smallpearl-ngx-helper-mat-context-menu.d.ts} +0 -0
  49. /package/{mat-entity-crud/index.d.ts → types/smallpearl-ngx-helper-mat-entity-crud.d.ts} +0 -0
  50. /package/{mat-entity-list/index.d.ts → types/smallpearl-ngx-helper-mat-entity-list.d.ts} +0 -0
  51. /package/{mat-file-input/index.d.ts → types/smallpearl-ngx-helper-mat-file-input.d.ts} +0 -0
  52. /package/{mat-form-error/index.d.ts → types/smallpearl-ngx-helper-mat-form-error.d.ts} +0 -0
  53. /package/{mat-select-infinite-scroll/index.d.ts → types/smallpearl-ngx-helper-mat-select-infinite-scroll.d.ts} +0 -0
  54. /package/{mat-side-menu-layout/index.d.ts → types/smallpearl-ngx-helper-mat-side-menu-layout.d.ts} +0 -0
  55. /package/{mat-tel-input/index.d.ts → types/smallpearl-ngx-helper-mat-tel-input.d.ts} +0 -0
  56. /package/{sideload/index.d.ts → types/smallpearl-ngx-helper-sideload.d.ts} +0 -0
  57. /package/{stationary-with-line-items/index.d.ts → types/smallpearl-ngx-helper-stationary-with-line-items.d.ts} +0 -0
package/package.json CHANGED
@@ -6,18 +6,18 @@
6
6
  "path": "src/assets/i18n/"
7
7
  }
8
8
  ],
9
- "version": "20.0.3",
9
+ "version": "21.0.1",
10
10
  "peerDependencies": {
11
- "@angular/animations": "20.3.16",
11
+ "@angular/animations": "21.1.2",
12
12
  "@angular/cdk": "20.2.14",
13
- "@angular/common": "20.3.16",
14
- "@angular/compiler": "20.3.16",
15
- "@angular/core": "20.3.16",
16
- "@angular/forms": "20.3.16",
13
+ "@angular/common": "21.1.2",
14
+ "@angular/compiler": "21.1.2",
15
+ "@angular/core": "21.1.2",
16
+ "@angular/forms": "21.1.2",
17
17
  "@angular/material": "~20.2.14",
18
- "@angular/platform-browser": "20.3.16",
19
- "@angular/platform-browser-dynamic": "20.3.16",
20
- "@angular/router": "20.3.16",
18
+ "@angular/platform-browser": "21.1.2",
19
+ "@angular/platform-browser-dynamic": "21.1.2",
20
+ "@angular/router": "21.1.2",
21
21
  "@jsverse/transloco": "7.5.1",
22
22
  "@ngneat/elf": "^2.5.1",
23
23
  "@ngneat/elf-entities": "^5.0.2",
@@ -26,9 +26,9 @@
26
26
  "google-libphonenumber": "^3.2.34",
27
27
  "lodash": "^4.17.21",
28
28
  "pluralize": "^8.0.0",
29
- "ngx-infinite-scroll": "^19.0.0",
30
- "ngx-mat-select-search": "^8.0.0",
31
- "rxjs": "^7.0.0"
29
+ "ngx-infinite-scroll": "^21.0.0",
30
+ "ngx-mat-select-search": "^8.0.4",
31
+ "rxjs": "~7.8.0"
32
32
  },
33
33
  "peerDependenciesMeta": {},
34
34
  "dependencies": {
@@ -36,86 +36,86 @@
36
36
  },
37
37
  "sideEffects": false,
38
38
  "module": "fesm2022/smallpearl-ngx-helper.mjs",
39
- "typings": "index.d.ts",
39
+ "typings": "types/smallpearl-ngx-helper.d.ts",
40
40
  "exports": {
41
41
  "./package.json": {
42
42
  "default": "./package.json"
43
43
  },
44
44
  ".": {
45
- "types": "./index.d.ts",
45
+ "types": "./types/smallpearl-ngx-helper.d.ts",
46
46
  "default": "./fesm2022/smallpearl-ngx-helper.mjs"
47
47
  },
48
- "./core": {
49
- "types": "./core/index.d.ts",
50
- "default": "./fesm2022/smallpearl-ngx-helper-core.mjs"
51
- },
52
48
  "./entities": {
53
- "types": "./entities/index.d.ts",
49
+ "types": "./types/smallpearl-ngx-helper-entities.d.ts",
54
50
  "default": "./fesm2022/smallpearl-ngx-helper-entities.mjs"
55
51
  },
56
52
  "./entity-field": {
57
- "types": "./entity-field/index.d.ts",
53
+ "types": "./types/smallpearl-ngx-helper-entity-field.d.ts",
58
54
  "default": "./fesm2022/smallpearl-ngx-helper-entity-field.mjs"
59
55
  },
60
56
  "./forms": {
61
- "types": "./forms/index.d.ts",
57
+ "types": "./types/smallpearl-ngx-helper-forms.d.ts",
62
58
  "default": "./fesm2022/smallpearl-ngx-helper-forms.mjs"
63
59
  },
64
60
  "./hover-dropdown": {
65
- "types": "./hover-dropdown/index.d.ts",
61
+ "types": "./types/smallpearl-ngx-helper-hover-dropdown.d.ts",
66
62
  "default": "./fesm2022/smallpearl-ngx-helper-hover-dropdown.mjs"
67
63
  },
68
64
  "./locale": {
69
- "types": "./locale/index.d.ts",
65
+ "types": "./types/smallpearl-ngx-helper-locale.d.ts",
70
66
  "default": "./fesm2022/smallpearl-ngx-helper-locale.mjs"
71
67
  },
72
68
  "./mat-busy-wheel": {
73
- "types": "./mat-busy-wheel/index.d.ts",
69
+ "types": "./types/smallpearl-ngx-helper-mat-busy-wheel.d.ts",
74
70
  "default": "./fesm2022/smallpearl-ngx-helper-mat-busy-wheel.mjs"
75
71
  },
76
72
  "./mat-context-menu": {
77
- "types": "./mat-context-menu/index.d.ts",
73
+ "types": "./types/smallpearl-ngx-helper-mat-context-menu.d.ts",
78
74
  "default": "./fesm2022/smallpearl-ngx-helper-mat-context-menu.mjs"
79
75
  },
80
76
  "./mat-entity-crud": {
81
- "types": "./mat-entity-crud/index.d.ts",
77
+ "types": "./types/smallpearl-ngx-helper-mat-entity-crud.d.ts",
82
78
  "default": "./fesm2022/smallpearl-ngx-helper-mat-entity-crud.mjs"
83
79
  },
84
80
  "./mat-entity-list": {
85
- "types": "./mat-entity-list/index.d.ts",
81
+ "types": "./types/smallpearl-ngx-helper-mat-entity-list.d.ts",
86
82
  "default": "./fesm2022/smallpearl-ngx-helper-mat-entity-list.mjs"
87
83
  },
88
84
  "./mat-file-input": {
89
- "types": "./mat-file-input/index.d.ts",
85
+ "types": "./types/smallpearl-ngx-helper-mat-file-input.d.ts",
90
86
  "default": "./fesm2022/smallpearl-ngx-helper-mat-file-input.mjs"
91
87
  },
92
88
  "./mat-form-error": {
93
- "types": "./mat-form-error/index.d.ts",
89
+ "types": "./types/smallpearl-ngx-helper-mat-form-error.d.ts",
94
90
  "default": "./fesm2022/smallpearl-ngx-helper-mat-form-error.mjs"
95
91
  },
96
92
  "./mat-select-entity": {
97
- "types": "./mat-select-entity/index.d.ts",
93
+ "types": "./types/smallpearl-ngx-helper-mat-select-entity.d.ts",
98
94
  "default": "./fesm2022/smallpearl-ngx-helper-mat-select-entity.mjs"
99
95
  },
100
96
  "./mat-select-infinite-scroll": {
101
- "types": "./mat-select-infinite-scroll/index.d.ts",
97
+ "types": "./types/smallpearl-ngx-helper-mat-select-infinite-scroll.d.ts",
102
98
  "default": "./fesm2022/smallpearl-ngx-helper-mat-select-infinite-scroll.mjs"
103
99
  },
104
100
  "./mat-side-menu-layout": {
105
- "types": "./mat-side-menu-layout/index.d.ts",
101
+ "types": "./types/smallpearl-ngx-helper-mat-side-menu-layout.d.ts",
106
102
  "default": "./fesm2022/smallpearl-ngx-helper-mat-side-menu-layout.mjs"
107
103
  },
108
104
  "./mat-tel-input": {
109
- "types": "./mat-tel-input/index.d.ts",
105
+ "types": "./types/smallpearl-ngx-helper-mat-tel-input.d.ts",
110
106
  "default": "./fesm2022/smallpearl-ngx-helper-mat-tel-input.mjs"
111
107
  },
112
108
  "./sideload": {
113
- "types": "./sideload/index.d.ts",
109
+ "types": "./types/smallpearl-ngx-helper-sideload.d.ts",
114
110
  "default": "./fesm2022/smallpearl-ngx-helper-sideload.mjs"
115
111
  },
116
112
  "./stationary-with-line-items": {
117
- "types": "./stationary-with-line-items/index.d.ts",
113
+ "types": "./types/smallpearl-ngx-helper-stationary-with-line-items.d.ts",
118
114
  "default": "./fesm2022/smallpearl-ngx-helper-stationary-with-line-items.mjs"
115
+ },
116
+ "./utils": {
117
+ "types": "./types/smallpearl-ngx-helper-utils.d.ts",
118
+ "default": "./fesm2022/smallpearl-ngx-helper-utils.mjs"
119
119
  }
120
120
  }
121
121
  }
@@ -40,6 +40,7 @@ declare class SPMatSelectEntityComponent<TEntity extends {
40
40
  inlineNew: _angular_core.InputSignal<boolean>;
41
41
  multiple: _angular_core.InputSignal<boolean>;
42
42
  readonly: _angular_core.InputSignal<boolean>;
43
+ myInput: _angular_core.InputSignal<string>;
43
44
  /**
44
45
  * The entity key name that is used to classify entities into groups or
45
46
  * a function that takes a TEntity and returns the group id (string).
@@ -187,7 +188,7 @@ declare class SPMatSelectEntityComponent<TEntity extends {
187
188
  */
188
189
  onInfiniteScroll(): void;
189
190
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SPMatSelectEntityComponent<any, any>, never>;
190
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SPMatSelectEntityComponent<any, any>, "sp-mat-select-entity", never, { "labelFn": { "alias": "labelFn"; "required": false; "isSignal": true; }; "filterFn": { "alias": "filterFn"; "required": false; "isSignal": true; }; "inlineNew": { "alias": "inlineNew"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "groupOptionsKey": { "alias": "groupOptionsKey"; "required": false; "isSignal": true; }; "groupLabelFn": { "alias": "groupLabelFn"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; "notFoundText": { "alias": "notFoundText"; "required": false; "isSignal": true; }; "createNewText": { "alias": "createNewText"; "required": false; "isSignal": true; }; "optionLabelTemplate": { "alias": "optionLabelTemplate"; "required": false; "isSignal": true; }; "entities": { "alias": "entities"; "required": false; }; "value": { "alias": "value"; "required": false; }; "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectionChange": "selectionChange"; "createNewItemSelected": "createNewItemSelected"; }, never, never, true, never>;
191
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SPMatSelectEntityComponent<any, any>, "sp-mat-select-entity", never, { "labelFn": { "alias": "labelFn"; "required": false; "isSignal": true; }; "filterFn": { "alias": "filterFn"; "required": false; "isSignal": true; }; "inlineNew": { "alias": "inlineNew"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "myInput": { "alias": "myInput"; "required": false; "isSignal": true; }; "groupOptionsKey": { "alias": "groupOptionsKey"; "required": false; "isSignal": true; }; "groupLabelFn": { "alias": "groupLabelFn"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; "notFoundText": { "alias": "notFoundText"; "required": false; "isSignal": true; }; "createNewText": { "alias": "createNewText"; "required": false; "isSignal": true; }; "optionLabelTemplate": { "alias": "optionLabelTemplate"; "required": false; "isSignal": true; }; "entities": { "alias": "entities"; "required": false; }; "value": { "alias": "value"; "required": false; }; "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectionChange": "selectionChange"; "createNewItemSelected": "createNewItemSelected"; }, never, never, true, never>;
191
192
  }
192
193
 
193
194
  export { SPMatSelectEntityComponent, SP_MAT_SELECT_ENTITY_HTTP_CONTEXT };
@@ -0,0 +1,6 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { TranslocoTestingOptions, TranslocoTestingModule } from '@jsverse/transloco';
3
+
4
+ declare function getTranslocoModule(langs?: any, options?: TranslocoTestingOptions): _angular_core.ModuleWithProviders<TranslocoTestingModule>;
5
+
6
+ export { getTranslocoModule };
@@ -0,0 +1,3 @@
1
+ declare const NGX_HELPER_VERSION = "21.0.0";
2
+
3
+ export { NGX_HELPER_VERSION };
package/core/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- declare const NGX_HELPER_VERSION = "0.1.0";
2
-
3
- export { NGX_HELPER_VERSION };
@@ -1,8 +0,0 @@
1
- const NGX_HELPER_VERSION = '0.1.0';
2
-
3
- /**
4
- * Generated bundle index. Do not edit.
5
- */
6
-
7
- export { NGX_HELPER_VERSION };
8
- //# sourceMappingURL=smallpearl-ngx-helper-core.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"smallpearl-ngx-helper-core.mjs","sources":["../../../../projects/smallpearl/ngx-helper/core/src/version.ts","../../../../projects/smallpearl/ngx-helper/core/smallpearl-ngx-helper-core.ts"],"sourcesContent":["export const NGX_HELPER_VERSION = '0.1.0';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAO,MAAM,kBAAkB,GAAG;;ACAlC;;AAEG;;;;"}
package/index.d.ts DELETED
@@ -1,4 +0,0 @@
1
- /** Version of the ngx-helper library */
2
- declare const VERSION = "0.1.0";
3
-
4
- export { VERSION };