@smallpearl/ngx-helper 20.0.2 → 20.0.4

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 +34 -29
  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,13 +6,18 @@
6
6
  "path": "src/assets/i18n/"
7
7
  }
8
8
  ],
9
- "version": "20.0.2",
9
+ "version": "20.0.4",
10
10
  "peerDependencies": {
11
- "@angular/common": "^19.1.0",
12
- "@angular/core": "^19.1.0",
13
- "@angular/cdk": "^19.1.0",
14
- "@angular/material": "^19.1.0",
15
- "@angular/forms": "^19.1.0",
11
+ "@angular/animations": "20.3.16",
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",
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",
16
21
  "@jsverse/transloco": "7.5.1",
17
22
  "@ngneat/elf": "^2.5.1",
18
23
  "@ngneat/elf-entities": "^5.0.2",
@@ -31,86 +36,86 @@
31
36
  },
32
37
  "sideEffects": false,
33
38
  "module": "fesm2022/smallpearl-ngx-helper.mjs",
34
- "typings": "index.d.ts",
39
+ "typings": "types/smallpearl-ngx-helper.d.ts",
35
40
  "exports": {
36
41
  "./package.json": {
37
42
  "default": "./package.json"
38
43
  },
39
44
  ".": {
40
- "types": "./index.d.ts",
45
+ "types": "./types/smallpearl-ngx-helper.d.ts",
41
46
  "default": "./fesm2022/smallpearl-ngx-helper.mjs"
42
47
  },
43
- "./core": {
44
- "types": "./core/index.d.ts",
45
- "default": "./fesm2022/smallpearl-ngx-helper-core.mjs"
46
- },
47
48
  "./entities": {
48
- "types": "./entities/index.d.ts",
49
+ "types": "./types/smallpearl-ngx-helper-entities.d.ts",
49
50
  "default": "./fesm2022/smallpearl-ngx-helper-entities.mjs"
50
51
  },
51
52
  "./entity-field": {
52
- "types": "./entity-field/index.d.ts",
53
+ "types": "./types/smallpearl-ngx-helper-entity-field.d.ts",
53
54
  "default": "./fesm2022/smallpearl-ngx-helper-entity-field.mjs"
54
55
  },
55
56
  "./forms": {
56
- "types": "./forms/index.d.ts",
57
+ "types": "./types/smallpearl-ngx-helper-forms.d.ts",
57
58
  "default": "./fesm2022/smallpearl-ngx-helper-forms.mjs"
58
59
  },
59
60
  "./hover-dropdown": {
60
- "types": "./hover-dropdown/index.d.ts",
61
+ "types": "./types/smallpearl-ngx-helper-hover-dropdown.d.ts",
61
62
  "default": "./fesm2022/smallpearl-ngx-helper-hover-dropdown.mjs"
62
63
  },
63
64
  "./locale": {
64
- "types": "./locale/index.d.ts",
65
+ "types": "./types/smallpearl-ngx-helper-locale.d.ts",
65
66
  "default": "./fesm2022/smallpearl-ngx-helper-locale.mjs"
66
67
  },
67
68
  "./mat-busy-wheel": {
68
- "types": "./mat-busy-wheel/index.d.ts",
69
+ "types": "./types/smallpearl-ngx-helper-mat-busy-wheel.d.ts",
69
70
  "default": "./fesm2022/smallpearl-ngx-helper-mat-busy-wheel.mjs"
70
71
  },
71
72
  "./mat-context-menu": {
72
- "types": "./mat-context-menu/index.d.ts",
73
+ "types": "./types/smallpearl-ngx-helper-mat-context-menu.d.ts",
73
74
  "default": "./fesm2022/smallpearl-ngx-helper-mat-context-menu.mjs"
74
75
  },
75
76
  "./mat-entity-crud": {
76
- "types": "./mat-entity-crud/index.d.ts",
77
+ "types": "./types/smallpearl-ngx-helper-mat-entity-crud.d.ts",
77
78
  "default": "./fesm2022/smallpearl-ngx-helper-mat-entity-crud.mjs"
78
79
  },
79
80
  "./mat-entity-list": {
80
- "types": "./mat-entity-list/index.d.ts",
81
+ "types": "./types/smallpearl-ngx-helper-mat-entity-list.d.ts",
81
82
  "default": "./fesm2022/smallpearl-ngx-helper-mat-entity-list.mjs"
82
83
  },
83
84
  "./mat-file-input": {
84
- "types": "./mat-file-input/index.d.ts",
85
+ "types": "./types/smallpearl-ngx-helper-mat-file-input.d.ts",
85
86
  "default": "./fesm2022/smallpearl-ngx-helper-mat-file-input.mjs"
86
87
  },
87
88
  "./mat-form-error": {
88
- "types": "./mat-form-error/index.d.ts",
89
+ "types": "./types/smallpearl-ngx-helper-mat-form-error.d.ts",
89
90
  "default": "./fesm2022/smallpearl-ngx-helper-mat-form-error.mjs"
90
91
  },
91
92
  "./mat-select-entity": {
92
- "types": "./mat-select-entity/index.d.ts",
93
+ "types": "./types/smallpearl-ngx-helper-mat-select-entity.d.ts",
93
94
  "default": "./fesm2022/smallpearl-ngx-helper-mat-select-entity.mjs"
94
95
  },
95
96
  "./mat-select-infinite-scroll": {
96
- "types": "./mat-select-infinite-scroll/index.d.ts",
97
+ "types": "./types/smallpearl-ngx-helper-mat-select-infinite-scroll.d.ts",
97
98
  "default": "./fesm2022/smallpearl-ngx-helper-mat-select-infinite-scroll.mjs"
98
99
  },
99
100
  "./mat-side-menu-layout": {
100
- "types": "./mat-side-menu-layout/index.d.ts",
101
+ "types": "./types/smallpearl-ngx-helper-mat-side-menu-layout.d.ts",
101
102
  "default": "./fesm2022/smallpearl-ngx-helper-mat-side-menu-layout.mjs"
102
103
  },
103
104
  "./mat-tel-input": {
104
- "types": "./mat-tel-input/index.d.ts",
105
+ "types": "./types/smallpearl-ngx-helper-mat-tel-input.d.ts",
105
106
  "default": "./fesm2022/smallpearl-ngx-helper-mat-tel-input.mjs"
106
107
  },
107
108
  "./sideload": {
108
- "types": "./sideload/index.d.ts",
109
+ "types": "./types/smallpearl-ngx-helper-sideload.d.ts",
109
110
  "default": "./fesm2022/smallpearl-ngx-helper-sideload.mjs"
110
111
  },
111
112
  "./stationary-with-line-items": {
112
- "types": "./stationary-with-line-items/index.d.ts",
113
+ "types": "./types/smallpearl-ngx-helper-stationary-with-line-items.d.ts",
113
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"
114
119
  }
115
120
  }
116
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 };