@seniorsistemas/angular-components 18.1.0-feature-sds-276-ee045828 → 18.1.0-feature-sds-276-eef80ef6
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/dynamic-form/src/optional-fields/editor/public-api.d.ts +1 -1
- package/esm2022/dynamic-form/src/optional-fields/editor/public-api.mjs +2 -2
- package/fesm2022/seniorsistemas-angular-components-dynamic-form-src-optional-fields-editor.mjs +2 -0
- package/fesm2022/seniorsistemas-angular-components-dynamic-form-src-optional-fields-editor.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { EditorFieldComponent } from './editor-field/editor-field.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormDynamicRegistry } from '@seniorsistemas/angular-components/dynamic-form';
|
|
2
2
|
import { EditorFieldComponent } from './editor-field/editor-field.component';
|
|
3
|
-
export
|
|
3
|
+
export { EditorFieldComponent } from './editor-field/editor-field.component';
|
|
4
4
|
FormDynamicRegistry.registerField(EditorFieldComponent, 'editor');
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItY29tcG9uZW50cy9keW5hbWljLWZvcm0vc3JjL29wdGlvbmFsLWZpZWxkcy9lZGl0b3IvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUV0RixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUU3RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUU3RSxtQkFBbUIsQ0FBQyxhQUFhLENBQUMsb0JBQW9CLEVBQUUsUUFBUSxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGb3JtRHluYW1pY1JlZ2lzdHJ5IH0gZnJvbSAnQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy9keW5hbWljLWZvcm0nO1xuXG5pbXBvcnQgeyBFZGl0b3JGaWVsZENvbXBvbmVudCB9IGZyb20gJy4vZWRpdG9yLWZpZWxkL2VkaXRvci1maWVsZC5jb21wb25lbnQnO1xuXG5leHBvcnQgeyBFZGl0b3JGaWVsZENvbXBvbmVudCB9IGZyb20gJy4vZWRpdG9yLWZpZWxkL2VkaXRvci1maWVsZC5jb21wb25lbnQnO1xuXG5Gb3JtRHluYW1pY1JlZ2lzdHJ5LnJlZ2lzdGVyRmllbGQoRWRpdG9yRmllbGRDb21wb25lbnQsICdlZGl0b3InKTtcblxuIl19
|
package/fesm2022/seniorsistemas-angular-components-dynamic-form-src-optional-fields-editor.mjs
CHANGED
|
@@ -22,4 +22,6 @@ FormDynamicRegistry.registerField(EditorFieldComponent, 'editor');
|
|
|
22
22
|
/**
|
|
23
23
|
* Generated bundle index. Do not edit.
|
|
24
24
|
*/
|
|
25
|
+
|
|
26
|
+
export { EditorFieldComponent };
|
|
25
27
|
//# sourceMappingURL=seniorsistemas-angular-components-dynamic-form-src-optional-fields-editor.mjs.map
|
package/fesm2022/seniorsistemas-angular-components-dynamic-form-src-optional-fields-editor.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"seniorsistemas-angular-components-dynamic-form-src-optional-fields-editor.mjs","sources":["../../projects/angular-components/dynamic-form/src/optional-fields/editor/editor-field/editor-field.component.ts","../../projects/angular-components/dynamic-form/src/optional-fields/editor/editor-field/editor-field.component.html","../../projects/angular-components/dynamic-form/src/optional-fields/editor/public-api.ts","../../projects/angular-components/dynamic-form/src/optional-fields/editor/seniorsistemas-angular-components-dynamic-form-src-optional-fields-editor.ts"],"sourcesContent":["import { Component, input } from '@angular/core';\nimport { FormControl, ReactiveFormsModule } from '@angular/forms';\nimport { BaseFieldComponentConfig, FieldLabelComponent } from '@seniorsistemas/angular-components/dynamic-form';\nimport { EditorModule } from 'primeng/editor';\nimport { EditorFieldConfig } from '../editor-field';\n@Component({\n standalone: true,\n imports: [EditorModule, ReactiveFormsModule, FieldLabelComponent],\n templateUrl: './editor-field.component.html',\n})\nexport class EditorFieldComponent implements BaseFieldComponentConfig {\n field = input.required<EditorFieldConfig>();\n formControl = input.required<FormControl>();\n}\n\n","@let _field = field();\n<s-field-label [field]=\"_field\"></s-field-label>\n\n<p-editor\n [formControl]=\"formControl()\"\n [formats]=\"_field.formats\"\n [readonly]=\"_field.readonly ? _field.readonly : false\"\n [modules]=\"_field.modules\"\n [style]=\"_field.style\"\n>\n</p-editor>\n\n","import { FormDynamicRegistry } from '@seniorsistemas/angular-components/dynamic-form';\n\nimport { EditorFieldComponent } from './editor-field/editor-field.component';\n\nexport
|
|
1
|
+
{"version":3,"file":"seniorsistemas-angular-components-dynamic-form-src-optional-fields-editor.mjs","sources":["../../projects/angular-components/dynamic-form/src/optional-fields/editor/editor-field/editor-field.component.ts","../../projects/angular-components/dynamic-form/src/optional-fields/editor/editor-field/editor-field.component.html","../../projects/angular-components/dynamic-form/src/optional-fields/editor/public-api.ts","../../projects/angular-components/dynamic-form/src/optional-fields/editor/seniorsistemas-angular-components-dynamic-form-src-optional-fields-editor.ts"],"sourcesContent":["import { Component, input } from '@angular/core';\nimport { FormControl, ReactiveFormsModule } from '@angular/forms';\nimport { BaseFieldComponentConfig, FieldLabelComponent } from '@seniorsistemas/angular-components/dynamic-form';\nimport { EditorModule } from 'primeng/editor';\nimport { EditorFieldConfig } from '../editor-field';\n@Component({\n standalone: true,\n imports: [EditorModule, ReactiveFormsModule, FieldLabelComponent],\n templateUrl: './editor-field.component.html',\n})\nexport class EditorFieldComponent implements BaseFieldComponentConfig {\n field = input.required<EditorFieldConfig>();\n formControl = input.required<FormControl>();\n}\n\n","@let _field = field();\n<s-field-label [field]=\"_field\"></s-field-label>\n\n<p-editor\n [formControl]=\"formControl()\"\n [formats]=\"_field.formats\"\n [readonly]=\"_field.readonly ? _field.readonly : false\"\n [modules]=\"_field.modules\"\n [style]=\"_field.style\"\n>\n</p-editor>\n\n","import { FormDynamicRegistry } from '@seniorsistemas/angular-components/dynamic-form';\n\nimport { EditorFieldComponent } from './editor-field/editor-field.component';\n\nexport { EditorFieldComponent } from './editor-field/editor-field.component';\n\nFormDynamicRegistry.registerField(EditorFieldComponent, 'editor');\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;;MAUa,oBAAoB,CAAA;AAC7B,IAAA,KAAK,GAAG,KAAK,CAAC,QAAQ,EAAqB,CAAC;AAC5C,IAAA,WAAW,GAAG,KAAK,CAAC,QAAQ,EAAe,CAAC;wGAFnC,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,oBAAoB,oVCVjC,kTAYA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDLc,YAAY,EAAE,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,YAAA,EAAA,aAAA,EAAA,SAAA,EAAA,SAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,OAAA,EAAA,UAAA,CAAA,EAAA,OAAA,EAAA,CAAA,QAAA,EAAA,cAAA,EAAA,mBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,mBAAmB,0TAAE,mBAAmB,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,mBAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAGvD,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBALhC,SAAS;AACM,YAAA,IAAA,EAAA,CAAA,EAAA,UAAA,EAAA,IAAI,WACP,CAAC,YAAY,EAAE,mBAAmB,EAAE,mBAAmB,CAAC,EAAA,QAAA,EAAA,kTAAA,EAAA,CAAA;;;AEDrE,mBAAmB,CAAC,aAAa,CAAC,oBAAoB,EAAE,QAAQ,CAAC;;ACNjE;;AAEG;;;;"}
|