@seniorsistemas/angular-components 17.25.8-feature-sds-110-e2d3f099 → 17.25.8-feature-sds-110-97ab3a23

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.
@@ -12,6 +12,7 @@ export * from './lib/dynamic-form/dynamic-form.module';
12
12
  export * from './lib/dynamic-form/dynamic-form.directive';
13
13
  export { FormField, Option } from './lib/dynamic-form/form-field/form-field';
14
14
  export { FieldType } from './lib/dynamic-form/form-field/configurations/field-type';
15
+ export { FieldSize } from './lib/dynamic-form/form-field/configurations/field-size';
15
16
  export { type DefaultFilter } from './lib/dynamic-form/components/lookup/types/default-filter';
16
17
  export { NumberField } from './lib/dynamic-form/form-field/configurations/fields/number-field';
17
18
  export { NumberFieldComponent } from './lib/dynamic-form/form-field/fields/number/number-field.component';
@@ -3736,5 +3736,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
3736
3736
  * Generated bundle index. Do not edit.
3737
3737
  */
3738
3738
 
3739
- export { DynamicConfig, DynamicFormComponent, DynamicFormDirective, DynamicFormModule, DynamicType, FieldType, Fieldset, FormField, Grid, GridType, LookupComponent, NumberField, NumberFieldComponent, Option, Row, Section, Structure, StructureType };
3739
+ export { DynamicConfig, DynamicFormComponent, DynamicFormDirective, DynamicFormModule, DynamicType, FieldSize, FieldType, Fieldset, FormField, Grid, GridType, LookupComponent, NumberField, NumberFieldComponent, Option, Row, Section, Structure, StructureType };
3740
3740
  //# sourceMappingURL=seniorsistemas-angular-components-dynamic-form.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seniorsistemas/angular-components",
3
- "version": "17.25.8-feature-sds-110-e2d3f099",
3
+ "version": "17.25.8-feature-sds-110-97ab3a23",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^18.2.14",
6
6
  "@angular/common": "^18.2.0",
@@ -125,12 +125,6 @@
125
125
  "esm": "./esm2022/alert/seniorsistemas-angular-components-alert.mjs",
126
126
  "default": "./fesm2022/seniorsistemas-angular-components-alert.mjs"
127
127
  },
128
- "./badge": {
129
- "types": "./badge/index.d.ts",
130
- "esm2022": "./esm2022/badge/seniorsistemas-angular-components-badge.mjs",
131
- "esm": "./esm2022/badge/seniorsistemas-angular-components-badge.mjs",
132
- "default": "./fesm2022/seniorsistemas-angular-components-badge.mjs"
133
- },
134
128
  "./bignumber-input": {
135
129
  "types": "./bignumber-input/index.d.ts",
136
130
  "esm2022": "./esm2022/bignumber-input/seniorsistemas-angular-components-bignumber-input.mjs",
@@ -143,18 +137,24 @@
143
137
  "esm": "./esm2022/breadcrumb/seniorsistemas-angular-components-breadcrumb.mjs",
144
138
  "default": "./fesm2022/seniorsistemas-angular-components-breadcrumb.mjs"
145
139
  },
146
- "./calendar-mask": {
147
- "types": "./calendar-mask/index.d.ts",
148
- "esm2022": "./esm2022/calendar-mask/seniorsistemas-angular-components-calendar-mask.mjs",
149
- "esm": "./esm2022/calendar-mask/seniorsistemas-angular-components-calendar-mask.mjs",
150
- "default": "./fesm2022/seniorsistemas-angular-components-calendar-mask.mjs"
151
- },
152
140
  "./button": {
153
141
  "types": "./button/index.d.ts",
154
142
  "esm2022": "./esm2022/button/seniorsistemas-angular-components-button.mjs",
155
143
  "esm": "./esm2022/button/seniorsistemas-angular-components-button.mjs",
156
144
  "default": "./fesm2022/seniorsistemas-angular-components-button.mjs"
157
145
  },
146
+ "./badge": {
147
+ "types": "./badge/index.d.ts",
148
+ "esm2022": "./esm2022/badge/seniorsistemas-angular-components-badge.mjs",
149
+ "esm": "./esm2022/badge/seniorsistemas-angular-components-badge.mjs",
150
+ "default": "./fesm2022/seniorsistemas-angular-components-badge.mjs"
151
+ },
152
+ "./calendar-mask": {
153
+ "types": "./calendar-mask/index.d.ts",
154
+ "esm2022": "./esm2022/calendar-mask/seniorsistemas-angular-components-calendar-mask.mjs",
155
+ "esm": "./esm2022/calendar-mask/seniorsistemas-angular-components-calendar-mask.mjs",
156
+ "default": "./fesm2022/seniorsistemas-angular-components-calendar-mask.mjs"
157
+ },
158
158
  "./card": {
159
159
  "types": "./card/index.d.ts",
160
160
  "esm2022": "./esm2022/card/seniorsistemas-angular-components-card.mjs",