@xosue-utils/inputs 0.1.3 → 0.1.5

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/lib/index.d.ts CHANGED
@@ -84,4 +84,4 @@ import { MediaEntryComponent } from './media-entry/media-entry.component';
84
84
  * imports: [...ALL_INPUT_COMPONENTS]
85
85
  * })
86
86
  */
87
- export declare const ALL_INPUT_COMPONENTS: (typeof TextEntryComponent | typeof TextAreaEntryComponent | typeof EmailEntryComponent | typeof UrlEntryComponent | typeof PasswordEntryComponent | typeof SearchEntryComponent | typeof TagsEntryComponent | typeof IntegerEntryComponent | typeof DecimalEntryComponent | typeof CounterEntryComponent | typeof PriceEntryComponent | typeof RangeEntryComponent | typeof SliderEntryComponent | typeof RatingEntryComponent | typeof DatePickerComponent | typeof TimePickerComponent | typeof MonthPickerComponent | typeof DatetimePickerComponent | typeof OnlySelectComponent | typeof MultiselectComboboxComponent | typeof BooleanEntryComponent | typeof MultichoiceEntryComponent | typeof OnlychoiceEntryComponent | typeof SwitchEntryComponent | typeof PhoneEntryComponent | typeof ColorPickerComponent | typeof OtpEntryComponent | typeof RichTextEntryComponent | typeof SignatureEntryComponent | typeof MediaEntryComponent)[];
87
+ export declare const ALL_INPUT_COMPONENTS: (typeof MediaEntryComponent | typeof SignatureEntryComponent | typeof RichTextEntryComponent | typeof OtpEntryComponent | typeof ColorPickerComponent | typeof PhoneEntryComponent | typeof SwitchEntryComponent | typeof OnlychoiceEntryComponent | typeof MultichoiceEntryComponent | typeof BooleanEntryComponent | typeof MultiselectComboboxComponent | typeof OnlySelectComponent | typeof DatetimePickerComponent | typeof MonthPickerComponent | typeof TimePickerComponent | typeof DatePickerComponent | typeof RatingEntryComponent | typeof SliderEntryComponent | typeof RangeEntryComponent | typeof PriceEntryComponent | typeof CounterEntryComponent | typeof DecimalEntryComponent | typeof IntegerEntryComponent | typeof TagsEntryComponent | typeof SearchEntryComponent | typeof PasswordEntryComponent | typeof UrlEntryComponent | typeof EmailEntryComponent | typeof TextAreaEntryComponent | typeof TextEntryComponent)[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xosue-utils/inputs",
3
- "version": "0.1.3",
4
- "description": "Angular standalone form inputs (text, select, date, media, rich-text, …) shared across Caludy / Orquesta / Mayoristas.",
3
+ "version": "0.1.5",
4
+ "description": "Angular standalone form inputs (text, select, date, media, rich-text, ...) shared across apps.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
7
7
  "sideEffects": false,
@@ -16,11 +16,11 @@
16
16
  "xosue-utils"
17
17
  ],
18
18
  "peerDependencies": {
19
- "@angular/common": "^19.0.0",
20
- "@angular/core": "^19.0.0",
21
- "@angular/forms": "^19.0.0",
22
- "@angular/platform-browser": "^19.0.0",
23
- "@angular/router": "^19.0.0",
19
+ "@angular/common": ">=19.0.0 <22.0.0",
20
+ "@angular/core": ">=19.0.0 <22.0.0",
21
+ "@angular/forms": ">=19.0.0 <22.0.0",
22
+ "@angular/platform-browser": ">=19.0.0 <22.0.0",
23
+ "@angular/router": ">=19.0.0 <22.0.0",
24
24
  "@lexical/history": ">=0.42.0 <1.0.0",
25
25
  "@lexical/html": ">=0.42.0 <1.0.0",
26
26
  "@lexical/link": ">=0.42.0 <1.0.0",
@@ -29,10 +29,10 @@
29
29
  "@lexical/selection": ">=0.42.0 <1.0.0",
30
30
  "@lexical/table": ">=0.42.0 <1.0.0",
31
31
  "@lexical/utils": ">=0.42.0 <1.0.0",
32
- "@lucide/angular": "^0.500.0 || ^1.0.0",
32
+ "@lucide/angular": ">=0.500.0 <2.0.0",
33
33
  "lexical": ">=0.42.0 <1.0.0",
34
34
  "luxon": "^3.0.0",
35
- "rxjs": "^7.8.0",
35
+ "rxjs": ">=7.8.0 <8.0.0",
36
36
  "sortablejs": "^1.15.0"
37
37
  },
38
38
  "dependencies": {
@@ -41,6 +41,41 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
+ "peerDependenciesMeta": {
45
+ "lexical": {
46
+ "optional": true
47
+ },
48
+ "@lexical/history": {
49
+ "optional": true
50
+ },
51
+ "@lexical/html": {
52
+ "optional": true
53
+ },
54
+ "@lexical/link": {
55
+ "optional": true
56
+ },
57
+ "@lexical/list": {
58
+ "optional": true
59
+ },
60
+ "@lexical/rich-text": {
61
+ "optional": true
62
+ },
63
+ "@lexical/selection": {
64
+ "optional": true
65
+ },
66
+ "@lexical/table": {
67
+ "optional": true
68
+ },
69
+ "@lexical/utils": {
70
+ "optional": true
71
+ },
72
+ "luxon": {
73
+ "optional": true
74
+ },
75
+ "sortablejs": {
76
+ "optional": true
77
+ }
78
+ },
44
79
  "module": "fesm2022/xosue-utils-inputs.mjs",
45
80
  "typings": "index.d.ts",
46
81
  "exports": {
Binary file