@rangertechnologies/ngnxt 2.1.143 → 2.1.144

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.
@@ -1,7 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { Subscription } from 'rxjs';
3
3
  import { ChangeService } from '../../services/change.service';
4
- import { Question } from '../../wrapper';
5
4
  import { I18nService } from '../../i18n.service';
6
5
  import { DataService } from '../../services/data.service';
7
6
  import * as i0 from "@angular/core";
@@ -10,7 +9,7 @@ export declare class CustomInputComponent implements OnInit {
10
9
  i18nService: I18nService;
11
10
  private dataService;
12
11
  value: any | any[];
13
- question: Question;
12
+ question: any;
14
13
  disabled: boolean;
15
14
  placeholder: string;
16
15
  error: any;
@@ -16,7 +16,6 @@ export declare class ElementComponent {
16
16
  };
17
17
  basicElements: any[];
18
18
  advancedElements: any[];
19
- elementDisabledArray: any;
20
19
  version: string;
21
20
  book: any;
22
21
  selectedElement: any;
@@ -70,7 +69,6 @@ export declare class ElementComponent {
70
69
  removeColumn(event: any): void;
71
70
  fileChangeEvent(index: any, event: any): Promise<void>;
72
71
  private readFileAsDataURL;
73
- isElementDisabled(elementType: string): boolean;
74
72
  static ɵfac: i0.ɵɵFactoryDeclaration<ElementComponent, never>;
75
73
  static ɵcmp: i0.ɵɵComponentDeclaration<ElementComponent, "app-element", never, { "bookletJSON": { "alias": "bookletJSON"; "required": false; }; "bookletId": { "alias": "bookletId"; "required": false; }; }, { "templateMode": "templateMode"; }, never, never, false, never>;
76
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.143",
3
+ "version": "2.1.144",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13"
package/src/lib/style.css CHANGED
@@ -976,10 +976,10 @@ select{
976
976
  padding-bottom: 5px;
977
977
  padding-top: 5px;
978
978
  padding-right: 15px;
979
- padding-left: 2px !important;
980
- color: #9a9a9a !important;
981
- font-size: 14px !important;
982
- font-weight: 400 !important;
979
+ padding-left: 2px;
980
+ color: #9a9a9a;
981
+ font-size: 14px;
982
+ font-weight: 400;
983
983
  }
984
984
  .input-shengel {
985
985
  border: none;