@smartbit4all/ng-client 4.2.112 → 4.2.113

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.
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Form layout definition
3
+ * Contains form layout definition objects.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: info@it4all.hu
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { ImageResource } from '../../../view-context/api/model/imageResource';
13
+ export interface ImageProperties {
14
+ image?: ImageResource;
15
+ }
@@ -1,3 +1,4 @@
1
+ export * from './imageProperties';
1
2
  export * from './propertyMapping';
2
3
  export * from './selectionDefinition';
3
4
  export * from './smartFormInputMode';
@@ -1,7 +1,7 @@
1
1
  import { QuillModules } from 'ngx-quill';
2
- import { SelectionDefinition, SmartFormInputMode, SmartFormWidgetDirection, SmartFormWidgetType, SmartWidgetHint, SortDefinition, TextFieldProperties, ValueChangeMode } from './api';
2
+ import { ImageProperties, SelectionDefinition, SmartFormInputMode, SmartFormWidgetDirection, SmartFormWidgetType, SmartWidgetHint, SortDefinition, TextFieldProperties, ValueChangeMode } from './api';
3
3
  import { SmartFormTextFieldButton, SmartFormWidgetWidth, SmartIndicator, SmartValidator, ToggleLabelPosition } from './smartform.model';
4
- import { Style } from '../view-context/api';
4
+ import { ImageResource, Style } from '../view-context/api';
5
5
  export declare type SmartFormWidget<T> = SmartTextField<T> | SmartTextFieldNumber<T> | SmartTextFieldChips<T> | SmartTextFieldLookup<T> | SmartTextBox<T> | SmartSelect<T> | SmartSelectMultiple<T> | SmartCheckBox<T> | SmartCheckBox2<T> | SmartRadioButton<T> | SmartDatePicker<T> | SmartDateTimePicker<T> | SmartContainer<T> | SmartLabel | SmartTime<T> | SmartToggle<T> | SmartIndicatorItem | SmartFileUploader | SmartImage | SmartDivider | SmartButton | SmartFormInlineComponent | SmartRichText | SmartSortable<T> | SmartMatrix | SmartYoutubePlayer | SmartMonthPicker | SmartSvg;
6
6
  export interface SmartTextField<T> {
7
7
  type: SmartFormWidgetType.TEXT_FIELD;
@@ -518,8 +518,9 @@ export interface SmartImage {
518
518
  cssLabelClass?: string;
519
519
  style?: Style;
520
520
  labelStyle?: Style;
521
- value?: string;
521
+ value?: ImageResource;
522
522
  imageCss?: string;
523
+ imageProperties?: ImageProperties;
523
524
  }
524
525
  export interface SmartDivider {
525
526
  type: SmartFormWidgetType.DIVIDER;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.2.112",
3
+ "version": "4.2.113",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file