@quartzds/core-angular 1.0.0-beta.3 → 1.0.0-beta.30
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.
- package/README.md +2 -2
- package/lib/generated/array.d.ts +1 -1
- package/lib/generated/array.d.ts.map +1 -1
- package/lib/generated/array.js +12 -0
- package/lib/generated/array.js.map +1 -1
- package/lib/generated/boolean-value-accessor.d.ts +3 -0
- package/lib/generated/boolean-value-accessor.d.ts.map +1 -1
- package/lib/generated/boolean-value-accessor.js +28 -22
- package/lib/generated/boolean-value-accessor.js.map +1 -1
- package/lib/generated/number-value-accessor.d.ts +3 -0
- package/lib/generated/number-value-accessor.d.ts.map +1 -1
- package/lib/generated/number-value-accessor.js +28 -22
- package/lib/generated/number-value-accessor.js.map +1 -1
- package/lib/generated/proxies.d.ts +198 -7
- package/lib/generated/proxies.d.ts.map +1 -1
- package/lib/generated/proxies.js +474 -83
- package/lib/generated/proxies.js.map +1 -1
- package/lib/generated/radio-value-accessor.d.ts +9 -0
- package/lib/generated/radio-value-accessor.d.ts.map +1 -0
- package/lib/generated/radio-value-accessor.js +35 -0
- package/lib/generated/radio-value-accessor.js.map +1 -0
- package/lib/generated/select-value-accessor.d.ts +9 -0
- package/lib/generated/select-value-accessor.d.ts.map +1 -0
- package/lib/generated/select-value-accessor.js +35 -0
- package/lib/generated/select-value-accessor.js.map +1 -0
- package/lib/generated/text-value-accessor.d.ts +3 -0
- package/lib/generated/text-value-accessor.d.ts.map +1 -1
- package/lib/generated/text-value-accessor.js +28 -22
- package/lib/generated/text-value-accessor.js.map +1 -1
- package/lib/generated/value-accessor.d.ts +3 -0
- package/lib/generated/value-accessor.d.ts.map +1 -1
- package/lib/generated/value-accessor.js +12 -14
- package/lib/generated/value-accessor.js.map +1 -1
- package/lib/index.d.ts +5 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +7 -2
- package/lib/index.js.map +1 -1
- package/lib/quartz.module.d.ts +10 -0
- package/lib/quartz.module.d.ts.map +1 -1
- package/lib/quartz.module.js +29 -13
- package/lib/quartz.module.js.map +1 -1
- package/package.json +20 -14
package/README.md
CHANGED
package/lib/generated/array.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as d from './proxies';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.QdsButton | typeof d.QdsCheckbox | typeof d.QdsDropdown | typeof d.QdsIcon | typeof d.QdsInlineLink | typeof d.QdsInput | typeof d.QdsLabel | typeof d.QdsRadio | typeof d.QdsSwitch | typeof d.QdsTitle | typeof d.QdsTooltip)[];
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.QdsButton | typeof d.QdsCheckbox | typeof d.QdsDialog | typeof d.QdsDivider | typeof d.QdsDropdown | typeof d.QdsFormMessage | typeof d.QdsIcon | typeof d.QdsInlineLink | typeof d.QdsInput | typeof d.QdsLabel | typeof d.QdsRadio | typeof d.QdsSelect | typeof d.QdsStandaloneLink | typeof d.QdsSwitch | typeof d.QdsTable | typeof d.QdsTableBody | typeof d.QdsTableCell | typeof d.QdsTableHead | typeof d.QdsTableHeadCell | typeof d.QdsTableRow | typeof d.QdsTextarea | typeof d.QdsTitle | typeof d.QdsTooltip)[];
|
|
3
3
|
//# sourceMappingURL=array.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array.d.ts","sourceRoot":"","sources":["../../src/generated/array.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"array.d.ts","sourceRoot":"","sources":["../../src/generated/array.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAO,MAAM,UAAU,0gBAwBtB,CAAC"}
|
package/lib/generated/array.js
CHANGED
|
@@ -2,13 +2,25 @@ import * as d from './proxies';
|
|
|
2
2
|
export const DIRECTIVES = [
|
|
3
3
|
d.QdsButton,
|
|
4
4
|
d.QdsCheckbox,
|
|
5
|
+
d.QdsDialog,
|
|
6
|
+
d.QdsDivider,
|
|
5
7
|
d.QdsDropdown,
|
|
8
|
+
d.QdsFormMessage,
|
|
6
9
|
d.QdsIcon,
|
|
7
10
|
d.QdsInlineLink,
|
|
8
11
|
d.QdsInput,
|
|
9
12
|
d.QdsLabel,
|
|
10
13
|
d.QdsRadio,
|
|
14
|
+
d.QdsSelect,
|
|
15
|
+
d.QdsStandaloneLink,
|
|
11
16
|
d.QdsSwitch,
|
|
17
|
+
d.QdsTable,
|
|
18
|
+
d.QdsTableBody,
|
|
19
|
+
d.QdsTableCell,
|
|
20
|
+
d.QdsTableHead,
|
|
21
|
+
d.QdsTableHeadCell,
|
|
22
|
+
d.QdsTableRow,
|
|
23
|
+
d.QdsTextarea,
|
|
12
24
|
d.QdsTitle,
|
|
13
25
|
d.QdsTooltip
|
|
14
26
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array.js","sourceRoot":"","sources":["../../src/generated/array.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,CAAC,CAAC,SAAS;IACX,CAAC,CAAC,WAAW;IACb,CAAC,CAAC,WAAW;IACb,CAAC,CAAC,OAAO;IACT,CAAC,CAAC,aAAa;IACf,CAAC,CAAC,QAAQ;IACV,CAAC,CAAC,QAAQ;IACV,CAAC,CAAC,QAAQ;IACV,CAAC,CAAC,SAAS;IACX,CAAC,CAAC,QAAQ;IACV,CAAC,CAAC,UAAU;CACb,CAAC"}
|
|
1
|
+
{"version":3,"file":"array.js","sourceRoot":"","sources":["../../src/generated/array.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,CAAC,CAAC,SAAS;IACX,CAAC,CAAC,WAAW;IACb,CAAC,CAAC,SAAS;IACX,CAAC,CAAC,UAAU;IACZ,CAAC,CAAC,WAAW;IACb,CAAC,CAAC,cAAc;IAChB,CAAC,CAAC,OAAO;IACT,CAAC,CAAC,aAAa;IACf,CAAC,CAAC,QAAQ;IACV,CAAC,CAAC,QAAQ;IACV,CAAC,CAAC,QAAQ;IACV,CAAC,CAAC,SAAS;IACX,CAAC,CAAC,iBAAiB;IACnB,CAAC,CAAC,SAAS;IACX,CAAC,CAAC,QAAQ;IACV,CAAC,CAAC,YAAY;IACd,CAAC,CAAC,YAAY;IACd,CAAC,CAAC,YAAY;IACd,CAAC,CAAC,gBAAgB;IAClB,CAAC,CAAC,WAAW;IACb,CAAC,CAAC,WAAW;IACb,CAAC,CAAC,QAAQ;IACV,CAAC,CAAC,UAAU;CACb,CAAC"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { ValueAccessor } from './value-accessor';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class BooleanValueAccessor extends ValueAccessor {
|
|
4
5
|
constructor(el: ElementRef);
|
|
5
6
|
writeValue(value: any): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanValueAccessor, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanValueAccessor, "qds-checkbox", never, {}, {}, never, never, false, never>;
|
|
6
9
|
}
|
|
7
10
|
//# sourceMappingURL=boolean-value-accessor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"boolean-value-accessor.d.ts","sourceRoot":"","sources":["../../src/generated/boolean-value-accessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC
|
|
1
|
+
{"version":3,"file":"boolean-value-accessor.d.ts","sourceRoot":"","sources":["../../src/generated/boolean-value-accessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;;AAEjD,qBAca,oBAAqB,SAAQ,aAAa;gBACzC,EAAE,EAAE,UAAU;IAG1B,UAAU,CAAC,KAAK,EAAE,GAAG;yCAJV,oBAAoB;2CAApB,oBAAoB;CAOhC"}
|
|
@@ -1,32 +1,38 @@
|
|
|
1
|
-
var BooleanValueAccessor_1;
|
|
2
|
-
import { __decorate, __metadata } from "tslib";
|
|
3
1
|
import { Directive, ElementRef } from '@angular/core';
|
|
4
2
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
5
3
|
import { ValueAccessor } from './value-accessor';
|
|
6
|
-
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class BooleanValueAccessor extends ValueAccessor {
|
|
7
6
|
constructor(el) {
|
|
8
7
|
super(el);
|
|
9
8
|
}
|
|
10
9
|
writeValue(value) {
|
|
11
10
|
this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
12
11
|
}
|
|
13
|
-
}
|
|
14
|
-
BooleanValueAccessor =
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
12
|
+
}
|
|
13
|
+
BooleanValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
+
BooleanValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.7", type: BooleanValueAccessor, selector: "qds-checkbox", host: { listeners: { "qdsChange": "handleChangeEvent($event.target.checked)" } }, providers: [
|
|
15
|
+
{
|
|
16
|
+
provide: NG_VALUE_ACCESSOR,
|
|
17
|
+
useExisting: BooleanValueAccessor,
|
|
18
|
+
multi: true
|
|
19
|
+
}
|
|
20
|
+
], usesInheritance: true, ngImport: i0 });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: BooleanValueAccessor, decorators: [{
|
|
22
|
+
type: Directive,
|
|
23
|
+
args: [{
|
|
24
|
+
/* tslint:disable-next-line:directive-selector */
|
|
25
|
+
selector: 'qds-checkbox',
|
|
26
|
+
host: {
|
|
27
|
+
'(qdsChange)': 'handleChangeEvent($event.target.checked)'
|
|
28
|
+
},
|
|
29
|
+
providers: [
|
|
30
|
+
{
|
|
31
|
+
provide: NG_VALUE_ACCESSOR,
|
|
32
|
+
useExisting: BooleanValueAccessor,
|
|
33
|
+
multi: true
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
}]
|
|
37
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
32
38
|
//# sourceMappingURL=boolean-value-accessor.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"boolean-value-accessor.js","sourceRoot":"","sources":["../../src/generated/boolean-value-accessor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"boolean-value-accessor.js","sourceRoot":"","sources":["../../src/generated/boolean-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,oBAAqB,SAAQ,aAAa;IACrD,YAAY,EAAc;QACxB,KAAK,CAAC,EAAE,CAAC,CAAC;IACZ,CAAC;IACD,UAAU,CAAC,KAAU;QACnB,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC,OAAO,GAAG,IAAI,CAAC,SAAS,GAAG,KAAK,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC;IACjF,CAAC;;iHANU,oBAAoB;qGAApB,oBAAoB,yHARpB;QACT;YACE,OAAO,EAAE,iBAAiB;YAC1B,WAAW,EAAE,oBAAoB;YACjC,KAAK,EAAE,IAAI;SACZ;KACF;2FAEU,oBAAoB;kBAdhC,SAAS;mBAAC;oBACT,iDAAiD;oBACjD,QAAQ,EAAE,cAAc;oBACxB,IAAI,EAAE;wBACJ,aAAa,EAAE,0CAA0C;qBAC1D;oBACD,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,iBAAiB;4BAC1B,WAAW,sBAAsB;4BACjC,KAAK,EAAE,IAAI;yBACZ;qBACF;iBACF"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { ValueAccessor } from './value-accessor';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class NumericValueAccessor extends ValueAccessor {
|
|
4
5
|
constructor(el: ElementRef);
|
|
5
6
|
registerOnChange(fn: (_: number | null) => void): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumericValueAccessor, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericValueAccessor, "qds-input[type=number]", never, {}, {}, never, never, false, never>;
|
|
6
9
|
}
|
|
7
10
|
//# sourceMappingURL=number-value-accessor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-value-accessor.d.ts","sourceRoot":"","sources":["../../src/generated/number-value-accessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC
|
|
1
|
+
{"version":3,"file":"number-value-accessor.d.ts","sourceRoot":"","sources":["../../src/generated/number-value-accessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;;AAEjD,qBAca,oBAAqB,SAAQ,aAAa;gBACzC,EAAE,EAAE,UAAU;IAG1B,gBAAgB,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI;yCAJpC,oBAAoB;2CAApB,oBAAoB;CAShC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
var NumericValueAccessor_1;
|
|
2
|
-
import { __decorate, __metadata } from "tslib";
|
|
3
1
|
import { Directive, ElementRef } from '@angular/core';
|
|
4
2
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
5
3
|
import { ValueAccessor } from './value-accessor';
|
|
6
|
-
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class NumericValueAccessor extends ValueAccessor {
|
|
7
6
|
constructor(el) {
|
|
8
7
|
super(el);
|
|
9
8
|
}
|
|
@@ -12,23 +11,30 @@ let NumericValueAccessor = NumericValueAccessor_1 = class NumericValueAccessor e
|
|
|
12
11
|
fn(value === '' ? null : parseFloat(value));
|
|
13
12
|
});
|
|
14
13
|
}
|
|
15
|
-
}
|
|
16
|
-
NumericValueAccessor =
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
14
|
+
}
|
|
15
|
+
NumericValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16
|
+
NumericValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.7", type: NumericValueAccessor, selector: "qds-input[type=number]", host: { listeners: { "qdsInput": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
17
|
+
{
|
|
18
|
+
provide: NG_VALUE_ACCESSOR,
|
|
19
|
+
useExisting: NumericValueAccessor,
|
|
20
|
+
multi: true
|
|
21
|
+
}
|
|
22
|
+
], usesInheritance: true, ngImport: i0 });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
24
|
+
type: Directive,
|
|
25
|
+
args: [{
|
|
26
|
+
/* tslint:disable-next-line:directive-selector */
|
|
27
|
+
selector: 'qds-input[type=number]',
|
|
28
|
+
host: {
|
|
29
|
+
'(qdsInput)': 'handleChangeEvent($event.target.value)'
|
|
30
|
+
},
|
|
31
|
+
providers: [
|
|
32
|
+
{
|
|
33
|
+
provide: NG_VALUE_ACCESSOR,
|
|
34
|
+
useExisting: NumericValueAccessor,
|
|
35
|
+
multi: true
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}]
|
|
39
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34
40
|
//# sourceMappingURL=number-value-accessor.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-value-accessor.js","sourceRoot":"","sources":["../../src/generated/number-value-accessor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"number-value-accessor.js","sourceRoot":"","sources":["../../src/generated/number-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,oBAAqB,SAAQ,aAAa;IACrD,YAAY,EAAc;QACxB,KAAK,CAAC,EAAE,CAAC,CAAC;IACZ,CAAC;IACD,gBAAgB,CAAC,EAA8B;QAC7C,KAAK,CAAC,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC7B,EAAE,CAAC,KAAK,KAAK,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC;QAC9C,CAAC,CAAC,CAAC;IACL,CAAC;;iHARU,oBAAoB;qGAApB,oBAAoB,gIARpB;QACT;YACE,OAAO,EAAE,iBAAiB;YAC1B,WAAW,EAAE,oBAAoB;YACjC,KAAK,EAAE,IAAI;SACZ;KACF;2FAEU,oBAAoB;kBAdhC,SAAS;mBAAC;oBACT,iDAAiD;oBACjD,QAAQ,EAAE,wBAAwB;oBAClC,IAAI,EAAE;wBACJ,YAAY,EAAE,wCAAwC;qBACvD;oBACD,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,iBAAiB;4BAC1B,WAAW,sBAAsB;4BACjC,KAAK,EAAE,IAAI;yBACZ;qBACF;iBACF"}
|
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
2
|
import type { Components } from '@quartzds/core/components';
|
|
3
|
+
import type { QdsFocusEventDetail as IQdsButtonQdsFocusEventDetail } from '@quartzds/core/components';
|
|
4
|
+
import type { QdsFocusEventDetail as IQdsCheckboxQdsFocusEventDetail } from '@quartzds/core/components';
|
|
5
|
+
import type { QdsFocusEventDetail as IQdsInlineLinkQdsFocusEventDetail } from '@quartzds/core/components';
|
|
6
|
+
import type { QdsFocusEventDetail as IQdsInputQdsFocusEventDetail } from '@quartzds/core/components';
|
|
7
|
+
import type { QdsInputEventDetail as IQdsInputQdsInputEventDetail } from '@quartzds/core/components';
|
|
8
|
+
import type { QdsFocusEventDetail as IQdsRadioQdsFocusEventDetail } from '@quartzds/core/components';
|
|
9
|
+
import type { QdsFocusEventDetail as IQdsSelectQdsFocusEventDetail } from '@quartzds/core/components';
|
|
10
|
+
import type { QdsInputEventDetail as IQdsSelectQdsInputEventDetail } from '@quartzds/core/components';
|
|
11
|
+
import type { QdsFocusEventDetail as IQdsStandaloneLinkQdsFocusEventDetail } from '@quartzds/core/components';
|
|
12
|
+
import type { QdsFocusEventDetail as IQdsSwitchQdsFocusEventDetail } from '@quartzds/core/components';
|
|
13
|
+
import type { QdsFocusEventDetail as IQdsTextareaQdsFocusEventDetail } from '@quartzds/core/components';
|
|
14
|
+
import type { QdsInputEventDetail as IQdsTextareaQdsInputEventDetail } from '@quartzds/core/components';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
3
16
|
export declare class QdsButton {
|
|
4
17
|
protected z: NgZone;
|
|
5
18
|
protected el: HTMLElement;
|
|
6
19
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsButton, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsButton, "qds-button", never, { "action": { "alias": "action"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "form": { "alias": "form"; "required": false; }; "formAction": { "alias": "formAction"; "required": false; }; "formMethod": { "alias": "formMethod"; "required": false; }; "formNoValidate": { "alias": "formNoValidate"; "required": false; }; "formTarget": { "alias": "formTarget"; "required": false; }; "href": { "alias": "href"; "required": false; }; "iconLibrary": { "alias": "iconLibrary"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "importance": { "alias": "importance"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
22
|
}
|
|
8
|
-
import type { QdsFocusEventDetail as IQdsButtonQdsFocusEventDetail } from '@quartzds/core/components';
|
|
9
23
|
export declare interface QdsButton extends Components.QdsButton {
|
|
10
24
|
/**
|
|
11
25
|
* Emitted when the button loses focus.
|
|
@@ -20,8 +34,9 @@ export declare class QdsCheckbox {
|
|
|
20
34
|
protected z: NgZone;
|
|
21
35
|
protected el: HTMLElement;
|
|
22
36
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsCheckbox, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsCheckbox, "qds-checkbox", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "text": { "alias": "text"; "required": false; }; "validationMessage": { "alias": "validationMessage"; "required": false; }; "validity": { "alias": "validity"; "required": false; }; "value": { "alias": "value"; "required": false; }; "willValidate": { "alias": "willValidate"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
23
39
|
}
|
|
24
|
-
import type { QdsFocusEventDetail as IQdsCheckboxQdsFocusEventDetail } from '@quartzds/core/components';
|
|
25
40
|
export declare interface QdsCheckbox extends Components.QdsCheckbox {
|
|
26
41
|
/**
|
|
27
42
|
* Emitted when the checkbox loses focus.
|
|
@@ -36,10 +51,43 @@ export declare interface QdsCheckbox extends Components.QdsCheckbox {
|
|
|
36
51
|
*/
|
|
37
52
|
qdsFocus: EventEmitter<CustomEvent<IQdsCheckboxQdsFocusEventDetail>>;
|
|
38
53
|
}
|
|
54
|
+
export declare class QdsDialog {
|
|
55
|
+
protected z: NgZone;
|
|
56
|
+
protected el: HTMLElement;
|
|
57
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsDialog, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsDialog, "qds-dialog", never, { "open": { "alias": "open"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
60
|
+
}
|
|
61
|
+
export declare interface QdsDialog extends Components.QdsDialog {
|
|
62
|
+
/**
|
|
63
|
+
* Emitted when the user instructs the browser that they wish to dismiss the
|
|
64
|
+
currently open dialog. The browser fires this event when the user presses
|
|
65
|
+
the `Esc` key.
|
|
66
|
+
|
|
67
|
+
When a dialog is dismissed with the `Esc` key, both the `qdsCancel` and
|
|
68
|
+
`qdsClose` events are fired.
|
|
69
|
+
*/
|
|
70
|
+
qdsCancel: EventEmitter<CustomEvent<void>>;
|
|
71
|
+
/**
|
|
72
|
+
* Emitted when the dialog has been closed.
|
|
73
|
+
*/
|
|
74
|
+
qdsClose: EventEmitter<CustomEvent<void>>;
|
|
75
|
+
}
|
|
76
|
+
export declare class QdsDivider {
|
|
77
|
+
protected z: NgZone;
|
|
78
|
+
protected el: HTMLElement;
|
|
79
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsDivider, never>;
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsDivider, "qds-divider", never, { "importance": { "alias": "importance"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
82
|
+
}
|
|
83
|
+
export declare interface QdsDivider extends Components.QdsDivider {
|
|
84
|
+
}
|
|
39
85
|
export declare class QdsDropdown {
|
|
40
86
|
protected z: NgZone;
|
|
41
87
|
protected el: HTMLElement;
|
|
42
88
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
89
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsDropdown, never>;
|
|
90
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsDropdown, "qds-dropdown", never, { "autoUpdateOptions": { "alias": "autoUpdateOptions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "flipOptions": { "alias": "flipOptions"; "required": false; }; "noFlip": { "alias": "noFlip"; "required": false; }; "noShift": { "alias": "noShift"; "required": false; }; "offsetOptions": { "alias": "offsetOptions"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "shiftOptions": { "alias": "shiftOptions"; "required": false; }; "strategy": { "alias": "strategy"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
43
91
|
}
|
|
44
92
|
export declare interface QdsDropdown extends Components.QdsDropdown {
|
|
45
93
|
/**
|
|
@@ -55,10 +103,21 @@ export declare interface QdsDropdown extends Components.QdsDropdown {
|
|
|
55
103
|
*/
|
|
56
104
|
qdsClose: EventEmitter<CustomEvent<void>>;
|
|
57
105
|
}
|
|
106
|
+
export declare class QdsFormMessage {
|
|
107
|
+
protected z: NgZone;
|
|
108
|
+
protected el: HTMLElement;
|
|
109
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
110
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsFormMessage, never>;
|
|
111
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsFormMessage, "qds-form-message", never, { "inline": { "alias": "inline"; "required": false; }; "size": { "alias": "size"; "required": false; }; "status": { "alias": "status"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
112
|
+
}
|
|
113
|
+
export declare interface QdsFormMessage extends Components.QdsFormMessage {
|
|
114
|
+
}
|
|
58
115
|
export declare class QdsIcon {
|
|
59
116
|
protected z: NgZone;
|
|
60
117
|
protected el: HTMLElement;
|
|
61
118
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
119
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsIcon, never>;
|
|
120
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsIcon, "qds-icon", never, { "library": { "alias": "library"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
62
121
|
}
|
|
63
122
|
export declare interface QdsIcon extends Components.QdsIcon {
|
|
64
123
|
/**
|
|
@@ -74,8 +133,9 @@ export declare class QdsInlineLink {
|
|
|
74
133
|
protected z: NgZone;
|
|
75
134
|
protected el: HTMLElement;
|
|
76
135
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
136
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsInlineLink, never>;
|
|
137
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsInlineLink, "qds-inline-link", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "hreflang": { "alias": "hreflang"; "required": false; }; "importance": { "alias": "importance"; "required": false; }; "referrerPolicy": { "alias": "referrerPolicy"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
77
138
|
}
|
|
78
|
-
import type { QdsFocusEventDetail as IQdsInlineLinkQdsFocusEventDetail } from '@quartzds/core/components';
|
|
79
139
|
export declare interface QdsInlineLink extends Components.QdsInlineLink {
|
|
80
140
|
/**
|
|
81
141
|
* Emitted when the inline link loses focus.
|
|
@@ -90,9 +150,9 @@ export declare class QdsInput {
|
|
|
90
150
|
protected z: NgZone;
|
|
91
151
|
protected el: HTMLElement;
|
|
92
152
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
153
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsInput, never>;
|
|
154
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsInput, "qds-input", never, { "autoCapitalize": { "alias": "autoCapitalize"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "form": { "alias": "form"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "selectionDirection": { "alias": "selectionDirection"; "required": false; }; "selectionEnd": { "alias": "selectionEnd"; "required": false; }; "selectionStart": { "alias": "selectionStart"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "step": { "alias": "step"; "required": false; }; "type": { "alias": "type"; "required": false; }; "validationMessage": { "alias": "validationMessage"; "required": false; }; "validity": { "alias": "validity"; "required": false; }; "value": { "alias": "value"; "required": false; }; "willValidate": { "alias": "willValidate"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
93
155
|
}
|
|
94
|
-
import type { QdsFocusEventDetail as IQdsInputQdsFocusEventDetail } from '@quartzds/core/components';
|
|
95
|
-
import type { QdsInputEventDetail as IQdsInputQdsInputEventDetail } from '@quartzds/core/components';
|
|
96
156
|
export declare interface QdsInput extends Components.QdsInput {
|
|
97
157
|
/**
|
|
98
158
|
* Emitted when the input loses focus.
|
|
@@ -115,6 +175,8 @@ export declare class QdsLabel {
|
|
|
115
175
|
protected z: NgZone;
|
|
116
176
|
protected el: HTMLElement;
|
|
117
177
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
178
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsLabel, never>;
|
|
179
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsLabel, "qds-label", never, { "inline": { "alias": "inline"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
118
180
|
}
|
|
119
181
|
export declare interface QdsLabel extends Components.QdsLabel {
|
|
120
182
|
}
|
|
@@ -122,8 +184,9 @@ export declare class QdsRadio {
|
|
|
122
184
|
protected z: NgZone;
|
|
123
185
|
protected el: HTMLElement;
|
|
124
186
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
187
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsRadio, never>;
|
|
188
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsRadio, "qds-radio", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "text": { "alias": "text"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
125
189
|
}
|
|
126
|
-
import type { QdsFocusEventDetail as IQdsRadioQdsFocusEventDetail } from '@quartzds/core/components';
|
|
127
190
|
export declare interface QdsRadio extends Components.QdsRadio {
|
|
128
191
|
/**
|
|
129
192
|
* Emitted when the radio button loses focus.
|
|
@@ -138,12 +201,56 @@ export declare interface QdsRadio extends Components.QdsRadio {
|
|
|
138
201
|
*/
|
|
139
202
|
qdsFocus: EventEmitter<CustomEvent<IQdsRadioQdsFocusEventDetail>>;
|
|
140
203
|
}
|
|
204
|
+
export declare class QdsSelect {
|
|
205
|
+
protected z: NgZone;
|
|
206
|
+
protected el: HTMLElement;
|
|
207
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
208
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsSelect, never>;
|
|
209
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsSelect, "qds-select", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "length": { "alias": "length"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "options": { "alias": "options"; "required": false; }; "required": { "alias": "required"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "selectedOptions": { "alias": "selectedOptions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "validationMessage": { "alias": "validationMessage"; "required": false; }; "validity": { "alias": "validity"; "required": false; }; "value": { "alias": "value"; "required": false; }; "willValidate": { "alias": "willValidate"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
210
|
+
}
|
|
211
|
+
export declare interface QdsSelect extends Components.QdsSelect {
|
|
212
|
+
/**
|
|
213
|
+
* Emitted when the select loses focus.
|
|
214
|
+
*/
|
|
215
|
+
qdsBlur: EventEmitter<CustomEvent<IQdsSelectQdsFocusEventDetail>>;
|
|
216
|
+
/**
|
|
217
|
+
* Emitted when an alteration to the select's value is committed by the
|
|
218
|
+
user.
|
|
219
|
+
*/
|
|
220
|
+
qdsChange: EventEmitter<CustomEvent<void>>;
|
|
221
|
+
/**
|
|
222
|
+
* Emitted when the select gains focus.
|
|
223
|
+
*/
|
|
224
|
+
qdsFocus: EventEmitter<CustomEvent<IQdsSelectQdsFocusEventDetail>>;
|
|
225
|
+
/**
|
|
226
|
+
* Emitted when the select's value changes.
|
|
227
|
+
*/
|
|
228
|
+
qdsInput: EventEmitter<CustomEvent<IQdsSelectQdsInputEventDetail>>;
|
|
229
|
+
}
|
|
230
|
+
export declare class QdsStandaloneLink {
|
|
231
|
+
protected z: NgZone;
|
|
232
|
+
protected el: HTMLElement;
|
|
233
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
234
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsStandaloneLink, never>;
|
|
235
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsStandaloneLink, "qds-standalone-link", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "hreflang": { "alias": "hreflang"; "required": false; }; "iconLibrary": { "alias": "iconLibrary"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "importance": { "alias": "importance"; "required": false; }; "referrerPolicy": { "alias": "referrerPolicy"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
236
|
+
}
|
|
237
|
+
export declare interface QdsStandaloneLink extends Components.QdsStandaloneLink {
|
|
238
|
+
/**
|
|
239
|
+
* Emitted when the standalone link loses focus.
|
|
240
|
+
*/
|
|
241
|
+
qdsBlur: EventEmitter<CustomEvent<IQdsStandaloneLinkQdsFocusEventDetail>>;
|
|
242
|
+
/**
|
|
243
|
+
* Emitted when the standalone link gains focus.
|
|
244
|
+
*/
|
|
245
|
+
qdsFocus: EventEmitter<CustomEvent<IQdsStandaloneLinkQdsFocusEventDetail>>;
|
|
246
|
+
}
|
|
141
247
|
export declare class QdsSwitch {
|
|
142
248
|
protected z: NgZone;
|
|
143
249
|
protected el: HTMLElement;
|
|
144
250
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
251
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsSwitch, never>;
|
|
252
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsSwitch, "qds-switch", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "iconCheckedLibrary": { "alias": "iconCheckedLibrary"; "required": false; }; "iconCheckedName": { "alias": "iconCheckedName"; "required": false; }; "iconUncheckedLibrary": { "alias": "iconUncheckedLibrary"; "required": false; }; "iconUncheckedName": { "alias": "iconUncheckedName"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "textChecked": { "alias": "textChecked"; "required": false; }; "textUnchecked": { "alias": "textUnchecked"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
145
253
|
}
|
|
146
|
-
import type { QdsFocusEventDetail as IQdsSwitchQdsFocusEventDetail } from '@quartzds/core/components';
|
|
147
254
|
export declare interface QdsSwitch extends Components.QdsSwitch {
|
|
148
255
|
/**
|
|
149
256
|
* Emitted when the switch loses focus.
|
|
@@ -158,10 +265,92 @@ export declare interface QdsSwitch extends Components.QdsSwitch {
|
|
|
158
265
|
*/
|
|
159
266
|
qdsFocus: EventEmitter<CustomEvent<IQdsSwitchQdsFocusEventDetail>>;
|
|
160
267
|
}
|
|
268
|
+
export declare class QdsTable {
|
|
269
|
+
protected z: NgZone;
|
|
270
|
+
protected el: HTMLElement;
|
|
271
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
272
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTable, never>;
|
|
273
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTable, "qds-table", never, {}, {}, never, ["*"], false, never>;
|
|
274
|
+
}
|
|
275
|
+
export declare interface QdsTable extends Components.QdsTable {
|
|
276
|
+
}
|
|
277
|
+
export declare class QdsTableBody {
|
|
278
|
+
protected z: NgZone;
|
|
279
|
+
protected el: HTMLElement;
|
|
280
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
281
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTableBody, never>;
|
|
282
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTableBody, "qds-table-body", never, {}, {}, never, ["*"], false, never>;
|
|
283
|
+
}
|
|
284
|
+
export declare interface QdsTableBody extends Components.QdsTableBody {
|
|
285
|
+
}
|
|
286
|
+
export declare class QdsTableCell {
|
|
287
|
+
protected z: NgZone;
|
|
288
|
+
protected el: HTMLElement;
|
|
289
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
290
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTableCell, never>;
|
|
291
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTableCell, "qds-table-cell", never, { "colSpan": { "alias": "colSpan"; "required": false; }; "rowSpan": { "alias": "rowSpan"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
292
|
+
}
|
|
293
|
+
export declare interface QdsTableCell extends Components.QdsTableCell {
|
|
294
|
+
}
|
|
295
|
+
export declare class QdsTableHead {
|
|
296
|
+
protected z: NgZone;
|
|
297
|
+
protected el: HTMLElement;
|
|
298
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
299
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTableHead, never>;
|
|
300
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTableHead, "qds-table-head", never, {}, {}, never, ["*"], false, never>;
|
|
301
|
+
}
|
|
302
|
+
export declare interface QdsTableHead extends Components.QdsTableHead {
|
|
303
|
+
}
|
|
304
|
+
export declare class QdsTableHeadCell {
|
|
305
|
+
protected z: NgZone;
|
|
306
|
+
protected el: HTMLElement;
|
|
307
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
308
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTableHeadCell, never>;
|
|
309
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTableHeadCell, "qds-table-head-cell", never, { "abbr": { "alias": "abbr"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; "rowSpan": { "alias": "rowSpan"; "required": false; }; "scope": { "alias": "scope"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
310
|
+
}
|
|
311
|
+
export declare interface QdsTableHeadCell extends Components.QdsTableHeadCell {
|
|
312
|
+
}
|
|
313
|
+
export declare class QdsTableRow {
|
|
314
|
+
protected z: NgZone;
|
|
315
|
+
protected el: HTMLElement;
|
|
316
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
317
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTableRow, never>;
|
|
318
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTableRow, "qds-table-row", never, {}, {}, never, ["*"], false, never>;
|
|
319
|
+
}
|
|
320
|
+
export declare interface QdsTableRow extends Components.QdsTableRow {
|
|
321
|
+
}
|
|
322
|
+
export declare class QdsTextarea {
|
|
323
|
+
protected z: NgZone;
|
|
324
|
+
protected el: HTMLElement;
|
|
325
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
326
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTextarea, never>;
|
|
327
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTextarea, "qds-textarea", never, { "autoCapitalize": { "alias": "autoCapitalize"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "form": { "alias": "form"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "selectionDirection": { "alias": "selectionDirection"; "required": false; }; "selectionEnd": { "alias": "selectionEnd"; "required": false; }; "selectionStart": { "alias": "selectionStart"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "validationMessage": { "alias": "validationMessage"; "required": false; }; "validity": { "alias": "validity"; "required": false; }; "value": { "alias": "value"; "required": false; }; "willValidate": { "alias": "willValidate"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
328
|
+
}
|
|
329
|
+
export declare interface QdsTextarea extends Components.QdsTextarea {
|
|
330
|
+
/**
|
|
331
|
+
* Emitted when the textarea loses focus.
|
|
332
|
+
*/
|
|
333
|
+
qdsBlur: EventEmitter<CustomEvent<IQdsTextareaQdsFocusEventDetail>>;
|
|
334
|
+
/**
|
|
335
|
+
* Emitted when an alteration to the textarea's value is committed by the
|
|
336
|
+
user.
|
|
337
|
+
*/
|
|
338
|
+
qdsChange: EventEmitter<CustomEvent<void>>;
|
|
339
|
+
/**
|
|
340
|
+
* Emitted when the textarea gains focus.
|
|
341
|
+
*/
|
|
342
|
+
qdsFocus: EventEmitter<CustomEvent<IQdsTextareaQdsFocusEventDetail>>;
|
|
343
|
+
/**
|
|
344
|
+
* Emitted when the textarea's value changes.
|
|
345
|
+
*/
|
|
346
|
+
qdsInput: EventEmitter<CustomEvent<IQdsTextareaQdsInputEventDetail>>;
|
|
347
|
+
}
|
|
161
348
|
export declare class QdsTitle {
|
|
162
349
|
protected z: NgZone;
|
|
163
350
|
protected el: HTMLElement;
|
|
164
351
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
352
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTitle, never>;
|
|
353
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTitle, "qds-title", never, { "iconLibrary": { "alias": "iconLibrary"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "kicker": { "alias": "kicker"; "required": false; }; "layer": { "alias": "layer"; "required": false; }; "level": { "alias": "level"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
165
354
|
}
|
|
166
355
|
export declare interface QdsTitle extends Components.QdsTitle {
|
|
167
356
|
}
|
|
@@ -169,6 +358,8 @@ export declare class QdsTooltip {
|
|
|
169
358
|
protected z: NgZone;
|
|
170
359
|
protected el: HTMLElement;
|
|
171
360
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
361
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTooltip, never>;
|
|
362
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTooltip, "qds-tooltip", never, { "autoUpdateOptions": { "alias": "autoUpdateOptions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "flipOptions": { "alias": "flipOptions"; "required": false; }; "noFlip": { "alias": "noFlip"; "required": false; }; "noShift": { "alias": "noShift"; "required": false; }; "offsetOptions": { "alias": "offsetOptions"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "shiftOptions": { "alias": "shiftOptions"; "required": false; }; "strategy": { "alias": "strategy"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
172
363
|
}
|
|
173
364
|
export declare interface QdsTooltip extends Components.QdsTooltip {
|
|
174
365
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxies.d.ts","sourceRoot":"","sources":["../../src/generated/proxies.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,iBAAiB,EAAa,UAAU,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAIxH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"proxies.d.ts","sourceRoot":"","sources":["../../src/generated/proxies.ts"],"names":[],"mappings":"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"}
|