@touchpoll/tp-survey 0.0.37 → 0.0.39

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,8 @@
1
+ import { IdbQuestion } from '../../tp.survey.interface';
2
+ import * as i0 from "@angular/core";
3
+ export declare class InsertQuestionCssDirective {
4
+ question: import("@angular/core").InputSignal<IdbQuestion | null>;
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<InsertQuestionCssDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InsertQuestionCssDirective, "[tpSurveyInsertQuestionCss]", never, { "question": { "alias": "tpSurveyInsertQuestionCss"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
8
+ }
@@ -203,6 +203,7 @@ export interface IdbQuestion {
203
203
  Implicit: boolean;
204
204
  CanSkip: boolean;
205
205
  BackgroundColor?: string | null;
206
+ Css?: string | null;
206
207
  OLMaxCount: number;
207
208
  OLMinCount: number;
208
209
  OLRegexp: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchpoll/tp-survey",
3
- "version": "0.0.37",
3
+ "version": "0.0.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0"