@smartbit4all/ng-client 3.3.154 → 3.3.156

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 (136) hide show
  1. package/esm2020/lib/session/api/api/session.service.mjs +1 -1
  2. package/esm2020/lib/session/api/encoder.mjs +1 -1
  3. package/esm2020/lib/session/api/model/accountInfo.mjs +1 -1
  4. package/esm2020/lib/session/api/model/apiError.mjs +1 -1
  5. package/esm2020/lib/session/api/model/authenticationProviderData.mjs +1 -1
  6. package/esm2020/lib/session/api/model/getAuthenticationProvidersResponse.mjs +1 -1
  7. package/esm2020/lib/session/api/model/models.mjs +1 -1
  8. package/esm2020/lib/session/api/model/refreshSessionRequest.mjs +1 -1
  9. package/esm2020/lib/session/api/model/session.mjs +1 -1
  10. package/esm2020/lib/session/api/model/sessionInfoData.mjs +1 -1
  11. package/esm2020/lib/session/api/model/userActivityLog.mjs +1 -1
  12. package/esm2020/lib/session/api/param.mjs +1 -1
  13. package/esm2020/lib/session/api/variables.mjs +1 -1
  14. package/esm2020/lib/smart-client/smart-component-api-client.mjs +2 -8
  15. package/esm2020/lib/smart-component-layout/api/api/api.mjs +1 -1
  16. package/esm2020/lib/smart-component-layout/api/api/default.service.mjs +1 -1
  17. package/esm2020/lib/smart-component-layout/api/api.module.mjs +1 -1
  18. package/esm2020/lib/smart-component-layout/api/configuration.mjs +1 -1
  19. package/esm2020/lib/smart-component-layout/api/encoder.mjs +1 -1
  20. package/esm2020/lib/smart-component-layout/api/index.mjs +1 -1
  21. package/esm2020/lib/smart-component-layout/api/model/componentType.mjs +1 -1
  22. package/esm2020/lib/smart-component-layout/api/model/componentWidgetType.mjs +1 -1
  23. package/esm2020/lib/smart-component-layout/api/model/layoutDirection.mjs +1 -1
  24. package/esm2020/lib/smart-component-layout/api/model/models.mjs +1 -1
  25. package/esm2020/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +1 -1
  26. package/esm2020/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +1 -1
  27. package/esm2020/lib/smart-component-layout/api/param.mjs +1 -1
  28. package/esm2020/lib/smart-component-layout/api/variables.mjs +1 -1
  29. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBoolOperator.mjs +1 -1
  30. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderField.mjs +1 -1
  31. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.mjs +1 -1
  32. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.mjs +1 -1
  33. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionData.mjs +1 -1
  34. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionDataType.mjs +1 -1
  35. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionField.mjs +1 -1
  36. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionFieldList.mjs +1 -1
  37. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.mjs +1 -1
  38. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionList.mjs +1 -1
  39. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionOperandData.mjs +1 -1
  40. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionOperation.mjs +1 -1
  41. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionOrderBy.mjs +1 -1
  42. package/esm2020/lib/smart-filter-editor/api/api/filter.service.mjs +1 -1
  43. package/esm2020/lib/smart-filter-editor/api/configuration.mjs +1 -1
  44. package/esm2020/lib/smart-filter-editor/api/encoder.mjs +1 -1
  45. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBoolOperator.mjs +1 -1
  46. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.mjs +1 -1
  47. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderField.mjs +1 -1
  48. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.mjs +1 -1
  49. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.mjs +1 -1
  50. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.mjs +1 -1
  51. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionData.mjs +1 -1
  52. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionDataType.mjs +1 -1
  53. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionField.mjs +1 -1
  54. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.mjs +1 -1
  55. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldList.mjs +1 -1
  56. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.mjs +1 -1
  57. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionList.mjs +1 -1
  58. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionOperandData.mjs +1 -1
  59. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionOperation.mjs +1 -1
  60. package/esm2020/lib/smart-filter-editor/api/model/smartFilterType.mjs +1 -1
  61. package/esm2020/lib/smart-filter-editor/api/param.mjs +1 -1
  62. package/esm2020/lib/smart-filter-editor/api/variables.mjs +1 -1
  63. package/esm2020/lib/smart-form/api/model/smartMatrixModel.mjs +1 -1
  64. package/esm2020/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
  65. package/esm2020/lib/smart-form/services/smartform.layout-definition.service.mjs +41 -1
  66. package/esm2020/lib/smart-form/smartform.form-model.mjs +1 -1
  67. package/esm2020/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +32 -3
  68. package/esm2020/lib/smart-grid/api/grid-api/api/api.mjs +1 -1
  69. package/esm2020/lib/smart-grid/api/grid-api/api/grid.service.mjs +1 -1
  70. package/esm2020/lib/smart-grid/api/grid-api/api.module.mjs +1 -1
  71. package/esm2020/lib/smart-grid/api/grid-api/configuration.mjs +1 -1
  72. package/esm2020/lib/smart-grid/api/grid-api/encoder.mjs +1 -1
  73. package/esm2020/lib/smart-grid/api/grid-api/index.mjs +1 -1
  74. package/esm2020/lib/smart-grid/api/grid-api/model/gridColumnContentType.mjs +1 -1
  75. package/esm2020/lib/smart-grid/api/grid-api/model/gridColumnMeta.mjs +1 -1
  76. package/esm2020/lib/smart-grid/api/grid-api/model/gridDataAccessConfig.mjs +1 -1
  77. package/esm2020/lib/smart-grid/api/grid-api/model/gridModel.mjs +1 -1
  78. package/esm2020/lib/smart-grid/api/grid-api/model/gridPage.mjs +1 -1
  79. package/esm2020/lib/smart-grid/api/grid-api/model/gridRow.mjs +1 -1
  80. package/esm2020/lib/smart-grid/api/grid-api/model/gridSelectionChange.mjs +1 -1
  81. package/esm2020/lib/smart-grid/api/grid-api/model/gridSelectionMode.mjs +1 -1
  82. package/esm2020/lib/smart-grid/api/grid-api/model/gridSelectionType.mjs +1 -1
  83. package/esm2020/lib/smart-grid/api/grid-api/model/gridServerModel.mjs +1 -1
  84. package/esm2020/lib/smart-grid/api/grid-api/model/gridUpdateData.mjs +1 -1
  85. package/esm2020/lib/smart-grid/api/grid-api/model/gridView.mjs +1 -1
  86. package/esm2020/lib/smart-grid/api/grid-api/model/gridViewDescriptor.mjs +1 -1
  87. package/esm2020/lib/smart-grid/api/grid-api/model/models.mjs +1 -1
  88. package/esm2020/lib/smart-grid/api/grid-api/param.mjs +1 -1
  89. package/esm2020/lib/smart-grid/api/grid-api/variables.mjs +1 -1
  90. package/esm2020/lib/smart-tree/tree-api/api/tree.service.mjs +1 -1
  91. package/esm2020/lib/smart-tree/tree-api/configuration.mjs +1 -1
  92. package/esm2020/lib/smart-tree/tree-api/encoder.mjs +1 -1
  93. package/esm2020/lib/smart-tree/tree-api/param.mjs +1 -1
  94. package/esm2020/lib/smart-tree/tree-api/variables.mjs +1 -1
  95. package/esm2020/lib/view-context/api/model/componentModel.mjs +1 -1
  96. package/esm2020/lib/view-context/api/model/models.mjs +1 -1
  97. package/esm2020/lib/view-context/api/model/serverRequestExecutionStat.mjs +1 -1
  98. package/esm2020/lib/view-context/api/model/serverRequestTrack.mjs +1 -1
  99. package/esm2020/lib/view-context/api/model/serverRequestType.mjs +1 -1
  100. package/esm2020/lib/view-context/api/model/statisticRecord.mjs +1 -1
  101. package/esm2020/lib/view-context/api/model/uploadedFile.mjs +1 -1
  102. package/esm2020/lib/view-context/api/model/view.mjs +1 -1
  103. package/esm2020/lib/view-context/api/model/viewContext.mjs +1 -1
  104. package/esm2020/lib/view-context/api/model/viewEventHandler.mjs +1 -1
  105. package/esm2020/lib/view-context/utility/smart-style-utility.mjs +5 -2
  106. package/esm2020/lib/view-context/value-api/api/api.mjs +1 -1
  107. package/esm2020/lib/view-context/value-api/api/value.service.mjs +1 -1
  108. package/esm2020/lib/view-context/value-api/api.module.mjs +1 -1
  109. package/esm2020/lib/view-context/value-api/configuration.mjs +1 -1
  110. package/esm2020/lib/view-context/value-api/encoder.mjs +1 -1
  111. package/esm2020/lib/view-context/value-api/index.mjs +1 -1
  112. package/esm2020/lib/view-context/value-api/model/genericValue.mjs +1 -1
  113. package/esm2020/lib/view-context/value-api/model/models.mjs +1 -1
  114. package/esm2020/lib/view-context/value-api/model/value.mjs +1 -1
  115. package/esm2020/lib/view-context/value-api/model/valueSetDefinition.mjs +1 -1
  116. package/esm2020/lib/view-context/value-api/model/valueSetDefinitionIdentifier.mjs +1 -1
  117. package/esm2020/lib/view-context/value-api/model/valueSetOperand.mjs +1 -1
  118. package/esm2020/lib/view-context/value-api/param.mjs +1 -1
  119. package/esm2020/lib/view-context/value-api/variables.mjs +1 -1
  120. package/fesm2015/smartbit4all-ng-client.mjs +136 -71
  121. package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
  122. package/fesm2020/smartbit4all-ng-client.mjs +133 -68
  123. package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
  124. package/lib/smart-form/api/model/smartWidgetDefinition.d.ts +3 -0
  125. package/lib/smart-form/smartform.form-model.d.ts +72 -3
  126. package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +12 -0
  127. package/lib/view-context/utility/smart-style-utility.d.ts +1 -1
  128. package/package.json +1 -1
  129. package/smartbit4all-ng-client-3.3.156.tgz +0 -0
  130. package/src/lib/session/api/README.md +226 -226
  131. package/src/lib/smart-component-layout/api/README.md +226 -226
  132. package/src/lib/smart-filter-editor/api/README.md +226 -226
  133. package/src/lib/smart-grid/api/grid-api/README.md +226 -226
  134. package/src/lib/smart-tree/tree-api/README.md +226 -226
  135. package/src/lib/view-context/value-api/README.md +226 -226
  136. package/smartbit4all-ng-client-3.3.154.tgz +0 -0
@@ -15,6 +15,7 @@ import { SmartFormWidgetDirection } from './smartFormWidgetDirection';
15
15
  import { SmartWidgetHint } from './smartWidgetHint';
16
16
  import { SmartFormWidgetType } from './smartFormWidgetType';
17
17
  import { Value } from '../../smartform.model';
18
+ import { Style } from '../../../view-context/api/model/style';
18
19
  import { ValueChangeMode } from './valueChangeMode';
19
20
  import { SmartMatrixModel } from './smartMatrixModel';
20
21
  /**
@@ -70,6 +71,8 @@ export interface SmartWidgetDefinition {
70
71
  * Optional css class of the label of the widget
71
72
  */
72
73
  cssLabelClass?: string;
74
+ style?: Style;
75
+ labelStyle?: Style;
73
76
  /**
74
77
  * Defines if the widget is a password input
75
78
  */
@@ -1,6 +1,7 @@
1
1
  import { QuillModules } from 'ngx-quill';
2
2
  import { SelectionDefinition, SmartFormWidgetDirection, SmartFormWidgetType, SmartWidgetHint, ValueChangeMode } from './api';
3
3
  import { SmartFormTextFieldButton, SmartFormWidgetWidth, SmartIndicator, SmartValidator, ToggleLabelPosition } from './smartform.model';
4
+ import { Style } from '../view-context/api';
4
5
  export declare type SmartFormWidget<T> = SmartTextField<T> | SmartTextFieldNumber<T> | SmartTextFieldChips<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;
5
6
  export interface SmartTextField<T> {
6
7
  type: SmartFormWidgetType.TEXT_FIELD;
@@ -20,6 +21,8 @@ export interface SmartTextField<T> {
20
21
  validators?: SmartValidator[];
21
22
  cssClass?: string;
22
23
  cssLabelClass?: string;
24
+ style?: Style;
25
+ labelStyle?: Style;
23
26
  isPassword?: boolean;
24
27
  textFieldButton?: SmartFormTextFieldButton;
25
28
  capsLockWarning?: string;
@@ -58,6 +61,8 @@ export interface SmartTextFieldNumber<T> {
58
61
  validators?: SmartValidator[];
59
62
  cssClass?: string;
60
63
  cssLabelClass?: string;
64
+ style?: Style;
65
+ labelStyle?: Style;
61
66
  textFieldButton?: SmartFormTextFieldButton;
62
67
  isVisible?: boolean;
63
68
  minValues?: number;
@@ -85,6 +90,8 @@ export interface SmartTextFieldChips<T> {
85
90
  validators?: SmartValidator[];
86
91
  cssClass?: string;
87
92
  cssLabelClass?: string;
93
+ style?: Style;
94
+ labelStyle?: Style;
88
95
  isVisible?: boolean;
89
96
  error?: string;
90
97
  errorIcon?: string;
@@ -110,6 +117,8 @@ export interface SmartTextBox<T> {
110
117
  validators?: SmartValidator[];
111
118
  cssClass?: string;
112
119
  cssLabelClass?: string;
120
+ style?: Style;
121
+ labelStyle?: Style;
113
122
  isVisible?: boolean;
114
123
  error?: string;
115
124
  errorIcon?: string;
@@ -133,6 +142,8 @@ export interface SmartSelect<T> {
133
142
  validators?: SmartValidator[];
134
143
  cssClass?: string;
135
144
  cssLabelClass?: string;
145
+ style?: Style;
146
+ labelStyle?: Style;
136
147
  isVisible?: boolean;
137
148
  error?: string;
138
149
  errorIcon?: string;
@@ -156,6 +167,8 @@ export interface SmartSelectMultiple<T> {
156
167
  validators?: SmartValidator[];
157
168
  cssClass?: string;
158
169
  cssLabelClass?: string;
170
+ style?: Style;
171
+ labelStyle?: Style;
159
172
  placeholder?: string;
160
173
  isVisible?: boolean;
161
174
  error?: string;
@@ -180,6 +193,8 @@ export interface SmartCheckBox<T> {
180
193
  validators?: SmartValidator[];
181
194
  cssClass?: string;
182
195
  cssLabelClass?: string;
196
+ style?: Style;
197
+ labelStyle?: Style;
183
198
  isVisible?: boolean;
184
199
  error?: string;
185
200
  errorIcon?: string;
@@ -203,6 +218,8 @@ export interface SmartCheckBox2<T> {
203
218
  validators?: SmartValidator[];
204
219
  cssClass?: string;
205
220
  cssLabelClass?: string;
221
+ style?: Style;
222
+ labelStyle?: Style;
206
223
  isVisible?: boolean;
207
224
  error?: string;
208
225
  errorIcon?: string;
@@ -226,6 +243,8 @@ export interface SmartRadioButton<T> {
226
243
  validators?: SmartValidator[];
227
244
  cssClass?: string;
228
245
  cssLabelClass?: string;
246
+ style?: Style;
247
+ labelStyle?: Style;
229
248
  isVisible?: boolean;
230
249
  error?: string;
231
250
  errorIcon?: string;
@@ -250,6 +269,8 @@ export interface SmartDatePicker<T> {
250
269
  validators?: SmartValidator[];
251
270
  cssClass?: string;
252
271
  cssLabelClass?: string;
272
+ style?: Style;
273
+ labelStyle?: Style;
253
274
  isVisible?: boolean;
254
275
  error?: string;
255
276
  errorIcon?: string;
@@ -275,6 +296,8 @@ export interface SmartDateTimePicker<T> {
275
296
  validators?: SmartValidator[];
276
297
  cssClass?: string;
277
298
  cssLabelClass?: string;
299
+ style?: Style;
300
+ labelStyle?: Style;
278
301
  isVisible?: boolean;
279
302
  error?: string;
280
303
  errorIcon?: string;
@@ -291,6 +314,7 @@ export interface SmartContainer<T> {
291
314
  valueList: SmartFormWidget<T>[];
292
315
  direction?: SmartFormWidgetDirection;
293
316
  cssClass?: string;
317
+ style?: Style;
294
318
  }
295
319
  export interface SmartLabel {
296
320
  key?: string;
@@ -298,6 +322,8 @@ export interface SmartLabel {
298
322
  type: SmartFormWidgetType.LABEL;
299
323
  isVisible?: boolean;
300
324
  cssClass?: string;
325
+ style?: Style;
326
+ labelStyle?: Style;
301
327
  label: string;
302
328
  originalLabel?: string;
303
329
  widgetDescription?: string;
@@ -317,6 +343,8 @@ export interface SmartTime<T> {
317
343
  isVisible?: boolean;
318
344
  cssClass?: string;
319
345
  cssLabelClass?: string;
346
+ style?: Style;
347
+ labelStyle?: Style;
320
348
  isDisabled?: boolean;
321
349
  isReadonly?: boolean;
322
350
  validators?: SmartValidator[];
@@ -337,6 +365,8 @@ export interface SmartToggle<T> {
337
365
  isVisible?: boolean;
338
366
  cssClass?: string;
339
367
  cssLabelClass?: string;
368
+ style?: Style;
369
+ labelStyle?: Style;
340
370
  isDisabled?: boolean;
341
371
  isReadonly?: boolean;
342
372
  toggleLabelPosition?: ToggleLabelPosition;
@@ -356,6 +386,9 @@ export interface SmartIndicatorItem {
356
386
  indicator: SmartIndicator;
357
387
  isVisible?: boolean;
358
388
  cssClass?: string;
389
+ cssLabelClass?: string;
390
+ style?: Style;
391
+ labelStyle?: Style;
359
392
  }
360
393
  export declare type SmartItems<T> = SmartItem<T> | SmartItemGroup<T>;
361
394
  export interface SmartItem<T> {
@@ -363,6 +396,9 @@ export interface SmartItem<T> {
363
396
  key: string;
364
397
  valueChangeMode?: ValueChangeMode;
365
398
  label: string;
399
+ cssLabelClass?: string;
400
+ style?: Style;
401
+ labelStyle?: Style;
366
402
  originalLabel?: string;
367
403
  value?: T;
368
404
  isDisabled?: boolean;
@@ -375,6 +411,9 @@ export interface SmartItemGroup<T> {
375
411
  key: string;
376
412
  valueChangeMode?: ValueChangeMode;
377
413
  label: string;
414
+ cssLabelClass?: string;
415
+ style?: Style;
416
+ labelStyle?: Style;
378
417
  originalLabel?: string;
379
418
  isDisabled?: boolean;
380
419
  valueList: SmartItem<T>[];
@@ -388,6 +427,9 @@ export interface SmartFileUploader {
388
427
  showLabel?: boolean;
389
428
  isVisible?: boolean;
390
429
  cssClass?: string;
430
+ cssLabelClass?: string;
431
+ style?: Style;
432
+ labelStyle?: Style;
391
433
  uploadCallback: (key: string, files: any[]) => void;
392
434
  fileFormats?: string[];
393
435
  maxSizeMb?: number;
@@ -402,6 +444,9 @@ export interface SmartImage {
402
444
  showLabel?: boolean;
403
445
  isVisible?: boolean;
404
446
  cssClass?: string;
447
+ cssLabelClass?: string;
448
+ style?: Style;
449
+ labelStyle?: Style;
405
450
  value?: string;
406
451
  imageCss?: string;
407
452
  }
@@ -414,6 +459,9 @@ export interface SmartDivider {
414
459
  showLabel?: boolean;
415
460
  isVisible?: boolean;
416
461
  cssClass?: string;
462
+ cssLabelClass?: string;
463
+ style?: Style;
464
+ labelStyle?: Style;
417
465
  value?: string;
418
466
  }
419
467
  export interface SmartButton {
@@ -425,6 +473,9 @@ export interface SmartButton {
425
473
  showLabel?: boolean;
426
474
  isVisible?: boolean;
427
475
  cssClass?: string;
476
+ cssLabelClass?: string;
477
+ style?: Style;
478
+ labelStyle?: Style;
428
479
  value?: string;
429
480
  uiAction?: any;
430
481
  uiActionDescriptor: any;
@@ -439,6 +490,9 @@ export interface SmartFormInlineComponent {
439
490
  showLabel?: boolean;
440
491
  isVisible?: boolean;
441
492
  cssClass?: string;
493
+ cssLabelClass?: string;
494
+ style?: Style;
495
+ labelStyle?: Style;
442
496
  component: any;
443
497
  input: Map<string, any>;
444
498
  }
@@ -455,10 +509,12 @@ export interface SmartRichText {
455
509
  showLabel?: boolean;
456
510
  isVisible?: boolean;
457
511
  cssClass?: string;
512
+ cssLabelClass?: string;
513
+ style?: Style;
514
+ labelStyle?: Style;
458
515
  isDisabled?: boolean;
459
516
  isReadonly?: boolean;
460
517
  validators?: SmartValidator[];
461
- cssLabelClass?: string;
462
518
  error?: string;
463
519
  errorIcon?: string;
464
520
  errorIconColor?: string;
@@ -476,9 +532,11 @@ export interface SmartSortable<T> {
476
532
  showLabel?: boolean;
477
533
  isVisible?: boolean;
478
534
  cssClass?: string;
535
+ cssLabelClass?: string;
536
+ style?: Style;
537
+ labelStyle?: Style;
479
538
  isDisabled?: boolean;
480
539
  isReadonly?: boolean;
481
- cssLabelClass?: string;
482
540
  error?: string;
483
541
  errorIcon?: string;
484
542
  errorIconColor?: string;
@@ -497,9 +555,11 @@ export interface SmartMatrix {
497
555
  showLabel?: boolean;
498
556
  isVisible?: boolean;
499
557
  cssClass?: string;
558
+ cssLabelClass?: string;
559
+ style?: Style;
560
+ labelStyle?: Style;
500
561
  isDisabled?: boolean;
501
562
  isReadonly?: boolean;
502
- cssLabelClass?: string;
503
563
  error?: string;
504
564
  errorIcon?: string;
505
565
  errorIconColor?: string;
@@ -524,6 +584,9 @@ export interface SmartYoutubePlayer {
524
584
  startSeconds?: number | 0;
525
585
  endSeconds?: number;
526
586
  cssClass?: string;
587
+ cssLabelClass?: string;
588
+ style?: Style;
589
+ labelStyle?: Style;
527
590
  isVisible?: boolean;
528
591
  label?: string;
529
592
  validators?: SmartValidator[];
@@ -542,6 +605,9 @@ export interface SmartMonthPicker {
542
605
  errorIcon?: string;
543
606
  errorIconColor?: string;
544
607
  cssClass?: string;
608
+ cssLabelClass?: string;
609
+ style?: Style;
610
+ labelStyle?: Style;
545
611
  isVisible?: boolean;
546
612
  isDisabled?: boolean;
547
613
  originalLabel?: string;
@@ -556,6 +622,9 @@ export interface SmartSvg {
556
622
  showLabel?: boolean;
557
623
  isVisible?: boolean;
558
624
  cssClass?: string;
625
+ cssLabelClass?: string;
626
+ style?: Style;
627
+ labelStyle?: Style;
559
628
  value?: string;
560
629
  minWidth?: SmartFormWidgetWidth | number;
561
630
  }
@@ -64,6 +64,18 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
64
64
  ngOnDestroy(): void;
65
65
  onKeydown(): void;
66
66
  togglePasswordVisibility(event: any): void;
67
+ getNgClass(): {
68
+ [className: string]: boolean;
69
+ };
70
+ getStyle(): {
71
+ [key: string]: string | number;
72
+ };
73
+ getLabelNgClass(): {
74
+ [className: string]: boolean;
75
+ };
76
+ getLabelStyle(): {
77
+ [key: string]: string | number;
78
+ };
67
79
  /**
68
80
  * Change handler for the potentially present Quill editor, enforcing max length limits if
69
81
  * necessary.
@@ -1,7 +1,7 @@
1
1
  import { ElementRef, Renderer2 } from '@angular/core';
2
2
  import { Style } from '../api/model/style';
3
3
  export declare class SmartStyleUtility {
4
- static applyStyle(style: Style | undefined, elementRef?: ElementRef, renderer?: Renderer2): void;
4
+ static applyStyle(style: Style | undefined, elementRef?: ElementRef, renderer?: Renderer2, parent?: boolean): void;
5
5
  static getNgClasses(style: Style | undefined, classesToAdd?: string[], classesToRemove?: string[]): {
6
6
  [className: string]: boolean;
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.154",
3
+ "version": "3.3.156",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",