@quartzds/core-angular 1.0.0-beta.16 → 1.0.0-beta.18

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,9 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { ValueAccessor } from './value-accessor';
3
+ import * as i0 from "@angular/core";
4
+ export declare class RadioValueAccessor extends ValueAccessor {
5
+ constructor(el: ElementRef);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadioValueAccessor, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RadioValueAccessor, "qds-radio", never, {}, {}, never, never, false, never>;
8
+ }
9
+ //# sourceMappingURL=radio-value-accessor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-value-accessor.d.ts","sourceRoot":"","sources":["../../src/generated/radio-value-accessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;;AAEjD,qBAca,kBAAmB,SAAQ,aAAa;gBACvC,EAAE,EAAE,UAAU;yCADf,kBAAkB;2CAAlB,kBAAkB;CAI9B"}
@@ -0,0 +1,35 @@
1
+ import { Directive, ElementRef } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ import { ValueAccessor } from './value-accessor';
4
+ import * as i0 from "@angular/core";
5
+ export class RadioValueAccessor extends ValueAccessor {
6
+ constructor(el) {
7
+ super(el);
8
+ }
9
+ }
10
+ RadioValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
11
+ RadioValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: RadioValueAccessor, selector: "qds-radio", host: { listeners: { "qdsChange": "handleChangeEvent($event.target.checked)" } }, providers: [
12
+ {
13
+ provide: NG_VALUE_ACCESSOR,
14
+ useExisting: RadioValueAccessor,
15
+ multi: true
16
+ }
17
+ ], usesInheritance: true, ngImport: i0 });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: RadioValueAccessor, decorators: [{
19
+ type: Directive,
20
+ args: [{
21
+ /* tslint:disable-next-line:directive-selector */
22
+ selector: 'qds-radio',
23
+ host: {
24
+ '(qdsChange)': 'handleChangeEvent($event.target.checked)'
25
+ },
26
+ providers: [
27
+ {
28
+ provide: NG_VALUE_ACCESSOR,
29
+ useExisting: RadioValueAccessor,
30
+ multi: true
31
+ }
32
+ ]
33
+ }]
34
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
35
+ //# sourceMappingURL=radio-value-accessor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-value-accessor.js","sourceRoot":"","sources":["../../src/generated/radio-value-accessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;;AAgBjD,MAAM,OAAO,kBAAmB,SAAQ,aAAa;IACnD,YAAY,EAAc;QACxB,KAAK,CAAC,EAAE,CAAC,CAAC;IACZ,CAAC;;+GAHU,kBAAkB;mGAAlB,kBAAkB,sHARlB;QACT;YACE,OAAO,EAAE,iBAAiB;YAC1B,WAAW,EAAE,kBAAkB;YAC/B,KAAK,EAAE,IAAI;SACZ;KACF;2FAEU,kBAAkB;kBAd9B,SAAS;mBAAC;oBACT,iDAAiD;oBACjD,QAAQ,EAAE,WAAW;oBACrB,IAAI,EAAE;wBACJ,aAAa,EAAE,0CAA0C;qBAC1D;oBACD,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,iBAAiB;4BAC1B,WAAW,oBAAoB;4BAC/B,KAAK,EAAE,IAAI;yBACZ;qBACF;iBACF"}
@@ -2,10 +2,11 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./generated/proxies";
3
3
  import * as i2 from "./generated/boolean-value-accessor";
4
4
  import * as i3 from "./generated/number-value-accessor";
5
- import * as i4 from "./generated/text-value-accessor";
5
+ import * as i4 from "./generated/radio-value-accessor";
6
+ import * as i5 from "./generated/text-value-accessor";
6
7
  export declare class QuartzModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<QuartzModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<QuartzModule, [typeof i1.QdsButton, typeof i1.QdsCheckbox, typeof i1.QdsDialog, typeof i1.QdsDivider, typeof i1.QdsDropdown, typeof i1.QdsFormMessage, typeof i1.QdsIcon, typeof i1.QdsInlineLink, typeof i1.QdsInput, typeof i1.QdsLabel, typeof i1.QdsRadio, typeof i1.QdsSwitch, typeof i1.QdsTable, typeof i1.QdsTableBody, typeof i1.QdsTableCell, typeof i1.QdsTableHead, typeof i1.QdsTableHeadCell, typeof i1.QdsTableRow, typeof i1.QdsTextarea, typeof i1.QdsTitle, typeof i1.QdsTooltip, typeof i2.BooleanValueAccessor, typeof i3.NumericValueAccessor, typeof i4.TextValueAccessor], never, [typeof i1.QdsButton, typeof i1.QdsCheckbox, typeof i1.QdsDialog, typeof i1.QdsDivider, typeof i1.QdsDropdown, typeof i1.QdsFormMessage, typeof i1.QdsIcon, typeof i1.QdsInlineLink, typeof i1.QdsInput, typeof i1.QdsLabel, typeof i1.QdsRadio, typeof i1.QdsSwitch, typeof i1.QdsTable, typeof i1.QdsTableBody, typeof i1.QdsTableCell, typeof i1.QdsTableHead, typeof i1.QdsTableHeadCell, typeof i1.QdsTableRow, typeof i1.QdsTextarea, typeof i1.QdsTitle, typeof i1.QdsTooltip, typeof i2.BooleanValueAccessor, typeof i3.NumericValueAccessor, typeof i4.TextValueAccessor]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QuartzModule, [typeof i1.QdsButton, typeof i1.QdsCheckbox, typeof i1.QdsDialog, typeof i1.QdsDivider, typeof i1.QdsDropdown, typeof i1.QdsFormMessage, typeof i1.QdsIcon, typeof i1.QdsInlineLink, typeof i1.QdsInput, typeof i1.QdsLabel, typeof i1.QdsRadio, typeof i1.QdsSwitch, typeof i1.QdsTable, typeof i1.QdsTableBody, typeof i1.QdsTableCell, typeof i1.QdsTableHead, typeof i1.QdsTableHeadCell, typeof i1.QdsTableRow, typeof i1.QdsTextarea, typeof i1.QdsTitle, typeof i1.QdsTooltip, typeof i2.BooleanValueAccessor, typeof i3.NumericValueAccessor, typeof i4.RadioValueAccessor, typeof i5.TextValueAccessor], never, [typeof i1.QdsButton, typeof i1.QdsCheckbox, typeof i1.QdsDialog, typeof i1.QdsDivider, typeof i1.QdsDropdown, typeof i1.QdsFormMessage, typeof i1.QdsIcon, typeof i1.QdsInlineLink, typeof i1.QdsInput, typeof i1.QdsLabel, typeof i1.QdsRadio, typeof i1.QdsSwitch, typeof i1.QdsTable, typeof i1.QdsTableBody, typeof i1.QdsTableCell, typeof i1.QdsTableHead, typeof i1.QdsTableHeadCell, typeof i1.QdsTableRow, typeof i1.QdsTextarea, typeof i1.QdsTitle, typeof i1.QdsTooltip, typeof i2.BooleanValueAccessor, typeof i3.NumericValueAccessor, typeof i4.RadioValueAccessor, typeof i5.TextValueAccessor]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<QuartzModule>;
10
11
  }
11
12
  //# sourceMappingURL=quartz.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"quartz.module.d.ts","sourceRoot":"","sources":["../src/quartz.module.ts"],"names":[],"mappings":";;;;;AAkBA,qBAKa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
1
+ {"version":3,"file":"quartz.module.d.ts","sourceRoot":"","sources":["../src/quartz.module.ts"],"names":[],"mappings":";;;;;;AAoBA,qBAKa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
@@ -5,6 +5,7 @@ import { NgModule } from '@angular/core';
5
5
  import { DIRECTIVES } from './generated/array';
6
6
  import { BooleanValueAccessor } from './generated/boolean-value-accessor';
7
7
  import { NumericValueAccessor } from './generated/number-value-accessor';
8
+ import { RadioValueAccessor } from './generated/radio-value-accessor';
8
9
  import { TextValueAccessor } from './generated/text-value-accessor';
9
10
  import * as i0 from "@angular/core";
10
11
  import * as i1 from "./generated/proxies";
@@ -12,6 +13,7 @@ const DECLARATIONS = [
12
13
  ...DIRECTIVES,
13
14
  BooleanValueAccessor,
14
15
  NumericValueAccessor,
16
+ RadioValueAccessor,
15
17
  TextValueAccessor,
16
18
  ];
17
19
  // eslint-disable-next-line @typescript-eslint/no-extraneous-class, import/prefer-default-export
@@ -20,8 +22,10 @@ export class QuartzModule {
20
22
  QuartzModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: QuartzModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
23
  QuartzModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.6", ngImport: i0, type: QuartzModule, declarations: [i1.QdsButton, i1.QdsCheckbox, i1.QdsDialog, i1.QdsDivider, i1.QdsDropdown, i1.QdsFormMessage, i1.QdsIcon, i1.QdsInlineLink, i1.QdsInput, i1.QdsLabel, i1.QdsRadio, i1.QdsSwitch, i1.QdsTable, i1.QdsTableBody, i1.QdsTableCell, i1.QdsTableHead, i1.QdsTableHeadCell, i1.QdsTableRow, i1.QdsTextarea, i1.QdsTitle, i1.QdsTooltip, BooleanValueAccessor,
22
24
  NumericValueAccessor,
25
+ RadioValueAccessor,
23
26
  TextValueAccessor], exports: [i1.QdsButton, i1.QdsCheckbox, i1.QdsDialog, i1.QdsDivider, i1.QdsDropdown, i1.QdsFormMessage, i1.QdsIcon, i1.QdsInlineLink, i1.QdsInput, i1.QdsLabel, i1.QdsRadio, i1.QdsSwitch, i1.QdsTable, i1.QdsTableBody, i1.QdsTableCell, i1.QdsTableHead, i1.QdsTableHeadCell, i1.QdsTableRow, i1.QdsTextarea, i1.QdsTitle, i1.QdsTooltip, BooleanValueAccessor,
24
27
  NumericValueAccessor,
28
+ RadioValueAccessor,
25
29
  TextValueAccessor] });
26
30
  QuartzModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: QuartzModule });
27
31
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: QuartzModule, decorators: [{
@@ -1 +1 @@
1
- {"version":3,"file":"quartz.module.js","sourceRoot":"","sources":["../src/quartz.module.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,EAAE;AACF,yCAAyC;AAEzC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAA;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAA;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;;;AAEnE,MAAM,YAAY,GAAG;IACnB,GAAG,UAAU;IACb,oBAAoB;IACpB,oBAAoB;IACpB,iBAAiB;CAClB,CAAA;AAMD,gGAAgG;AAChG,MAAM,OAAO,YAAY;;yGAAZ,YAAY;0GAAZ,YAAY,mVAVvB,oBAAoB;QACpB,oBAAoB;QACpB,iBAAiB,+UAFjB,oBAAoB;QACpB,oBAAoB;QACpB,iBAAiB;0GAQN,YAAY;2FAAZ,YAAY;kBALxB,QAAQ;mBAAC;oBACR,YAAY,EAAE,YAAY;oBAC1B,OAAO,EAAE,YAAY;iBACtB"}
1
+ {"version":3,"file":"quartz.module.js","sourceRoot":"","sources":["../src/quartz.module.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,EAAE;AACF,yCAAyC;AAEzC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAA;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAA;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAA;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;;;AAEnE,MAAM,YAAY,GAAG;IACnB,GAAG,UAAU;IACb,oBAAoB;IACpB,oBAAoB;IACpB,kBAAkB;IAClB,iBAAiB;CAClB,CAAA;AAMD,gGAAgG;AAChG,MAAM,OAAO,YAAY;;yGAAZ,YAAY;0GAAZ,YAAY,mVAXvB,oBAAoB;QACpB,oBAAoB;QACpB,kBAAkB;QAClB,iBAAiB,+UAHjB,oBAAoB;QACpB,oBAAoB;QACpB,kBAAkB;QAClB,iBAAiB;0GAQN,YAAY;2FAAZ,YAAY;kBALxB,QAAQ;mBAAC;oBACR,YAAY,EAAE,YAAY;oBAC1B,OAAO,EAAE,YAAY;iBACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quartzds/core-angular",
3
- "version": "1.0.0-beta.16",
3
+ "version": "1.0.0-beta.18",
4
4
  "description": "Angular wrapper for @quartzds/core",
5
5
  "homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/angular",
6
6
  "bugs": {
@@ -26,7 +26,7 @@
26
26
  "dev": "ngc -w"
27
27
  },
28
28
  "dependencies": {
29
- "@quartzds/core": "1.0.0-beta.16",
29
+ "@quartzds/core": "1.0.0-beta.18",
30
30
  "tslib": "^2.0.0"
31
31
  },
32
32
  "devDependencies": {