@quartzds/core-angular 1.0.0-beta.3 → 1.0.0-beta.31
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 +13 -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 +216 -7
- package/lib/generated/proxies.d.ts.map +1 -1
- package/lib/generated/proxies.js +503 -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.QdsListItem | 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,iiBAyBtB,CAAC"}
|
package/lib/generated/array.js
CHANGED
|
@@ -2,13 +2,26 @@ 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,
|
|
13
|
+
d.QdsListItem,
|
|
10
14
|
d.QdsRadio,
|
|
15
|
+
d.QdsSelect,
|
|
16
|
+
d.QdsStandaloneLink,
|
|
11
17
|
d.QdsSwitch,
|
|
18
|
+
d.QdsTable,
|
|
19
|
+
d.QdsTableBody,
|
|
20
|
+
d.QdsTableCell,
|
|
21
|
+
d.QdsTableHead,
|
|
22
|
+
d.QdsTableHeadCell,
|
|
23
|
+
d.QdsTableRow,
|
|
24
|
+
d.QdsTextarea,
|
|
12
25
|
d.QdsTitle,
|
|
13
26
|
d.QdsTooltip
|
|
14
27
|
];
|
|
@@ -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,WAAW;IACb,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,26 @@
|
|
|
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 IQdsListItemQdsFocusEventDetail } from '@quartzds/core/components';
|
|
9
|
+
import type { QdsFocusEventDetail as IQdsRadioQdsFocusEventDetail } from '@quartzds/core/components';
|
|
10
|
+
import type { QdsFocusEventDetail as IQdsSelectQdsFocusEventDetail } from '@quartzds/core/components';
|
|
11
|
+
import type { QdsInputEventDetail as IQdsSelectQdsInputEventDetail } from '@quartzds/core/components';
|
|
12
|
+
import type { QdsFocusEventDetail as IQdsStandaloneLinkQdsFocusEventDetail } from '@quartzds/core/components';
|
|
13
|
+
import type { QdsFocusEventDetail as IQdsSwitchQdsFocusEventDetail } from '@quartzds/core/components';
|
|
14
|
+
import type { QdsFocusEventDetail as IQdsTextareaQdsFocusEventDetail } from '@quartzds/core/components';
|
|
15
|
+
import type { QdsInputEventDetail as IQdsTextareaQdsInputEventDetail } from '@quartzds/core/components';
|
|
16
|
+
import * as i0 from "@angular/core";
|
|
3
17
|
export declare class QdsButton {
|
|
4
18
|
protected z: NgZone;
|
|
5
19
|
protected el: HTMLElement;
|
|
6
20
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsButton, never>;
|
|
22
|
+
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
23
|
}
|
|
8
|
-
import type { QdsFocusEventDetail as IQdsButtonQdsFocusEventDetail } from '@quartzds/core/components';
|
|
9
24
|
export declare interface QdsButton extends Components.QdsButton {
|
|
10
25
|
/**
|
|
11
26
|
* Emitted when the button loses focus.
|
|
@@ -20,8 +35,9 @@ export declare class QdsCheckbox {
|
|
|
20
35
|
protected z: NgZone;
|
|
21
36
|
protected el: HTMLElement;
|
|
22
37
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsCheckbox, never>;
|
|
39
|
+
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
40
|
}
|
|
24
|
-
import type { QdsFocusEventDetail as IQdsCheckboxQdsFocusEventDetail } from '@quartzds/core/components';
|
|
25
41
|
export declare interface QdsCheckbox extends Components.QdsCheckbox {
|
|
26
42
|
/**
|
|
27
43
|
* Emitted when the checkbox loses focus.
|
|
@@ -36,10 +52,43 @@ export declare interface QdsCheckbox extends Components.QdsCheckbox {
|
|
|
36
52
|
*/
|
|
37
53
|
qdsFocus: EventEmitter<CustomEvent<IQdsCheckboxQdsFocusEventDetail>>;
|
|
38
54
|
}
|
|
55
|
+
export declare class QdsDialog {
|
|
56
|
+
protected z: NgZone;
|
|
57
|
+
protected el: HTMLElement;
|
|
58
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsDialog, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsDialog, "qds-dialog", never, { "open": { "alias": "open"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
61
|
+
}
|
|
62
|
+
export declare interface QdsDialog extends Components.QdsDialog {
|
|
63
|
+
/**
|
|
64
|
+
* Emitted when the user instructs the browser that they wish to dismiss the
|
|
65
|
+
currently open dialog. The browser fires this event when the user presses
|
|
66
|
+
the `Esc` key.
|
|
67
|
+
|
|
68
|
+
When a dialog is dismissed with the `Esc` key, both the `qdsCancel` and
|
|
69
|
+
`qdsClose` events are fired.
|
|
70
|
+
*/
|
|
71
|
+
qdsCancel: EventEmitter<CustomEvent<void>>;
|
|
72
|
+
/**
|
|
73
|
+
* Emitted when the dialog has been closed.
|
|
74
|
+
*/
|
|
75
|
+
qdsClose: EventEmitter<CustomEvent<void>>;
|
|
76
|
+
}
|
|
77
|
+
export declare class QdsDivider {
|
|
78
|
+
protected z: NgZone;
|
|
79
|
+
protected el: HTMLElement;
|
|
80
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
81
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsDivider, never>;
|
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsDivider, "qds-divider", never, { "importance": { "alias": "importance"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
83
|
+
}
|
|
84
|
+
export declare interface QdsDivider extends Components.QdsDivider {
|
|
85
|
+
}
|
|
39
86
|
export declare class QdsDropdown {
|
|
40
87
|
protected z: NgZone;
|
|
41
88
|
protected el: HTMLElement;
|
|
42
89
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
90
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsDropdown, never>;
|
|
91
|
+
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
92
|
}
|
|
44
93
|
export declare interface QdsDropdown extends Components.QdsDropdown {
|
|
45
94
|
/**
|
|
@@ -55,10 +104,21 @@ export declare interface QdsDropdown extends Components.QdsDropdown {
|
|
|
55
104
|
*/
|
|
56
105
|
qdsClose: EventEmitter<CustomEvent<void>>;
|
|
57
106
|
}
|
|
107
|
+
export declare class QdsFormMessage {
|
|
108
|
+
protected z: NgZone;
|
|
109
|
+
protected el: HTMLElement;
|
|
110
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
111
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsFormMessage, never>;
|
|
112
|
+
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>;
|
|
113
|
+
}
|
|
114
|
+
export declare interface QdsFormMessage extends Components.QdsFormMessage {
|
|
115
|
+
}
|
|
58
116
|
export declare class QdsIcon {
|
|
59
117
|
protected z: NgZone;
|
|
60
118
|
protected el: HTMLElement;
|
|
61
119
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
120
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsIcon, never>;
|
|
121
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsIcon, "qds-icon", never, { "library": { "alias": "library"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
62
122
|
}
|
|
63
123
|
export declare interface QdsIcon extends Components.QdsIcon {
|
|
64
124
|
/**
|
|
@@ -74,8 +134,9 @@ export declare class QdsInlineLink {
|
|
|
74
134
|
protected z: NgZone;
|
|
75
135
|
protected el: HTMLElement;
|
|
76
136
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
137
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsInlineLink, never>;
|
|
138
|
+
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
139
|
}
|
|
78
|
-
import type { QdsFocusEventDetail as IQdsInlineLinkQdsFocusEventDetail } from '@quartzds/core/components';
|
|
79
140
|
export declare interface QdsInlineLink extends Components.QdsInlineLink {
|
|
80
141
|
/**
|
|
81
142
|
* Emitted when the inline link loses focus.
|
|
@@ -90,9 +151,9 @@ export declare class QdsInput {
|
|
|
90
151
|
protected z: NgZone;
|
|
91
152
|
protected el: HTMLElement;
|
|
92
153
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
154
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsInput, never>;
|
|
155
|
+
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
156
|
}
|
|
94
|
-
import type { QdsFocusEventDetail as IQdsInputQdsFocusEventDetail } from '@quartzds/core/components';
|
|
95
|
-
import type { QdsInputEventDetail as IQdsInputQdsInputEventDetail } from '@quartzds/core/components';
|
|
96
157
|
export declare interface QdsInput extends Components.QdsInput {
|
|
97
158
|
/**
|
|
98
159
|
* Emitted when the input loses focus.
|
|
@@ -115,15 +176,35 @@ export declare class QdsLabel {
|
|
|
115
176
|
protected z: NgZone;
|
|
116
177
|
protected el: HTMLElement;
|
|
117
178
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
179
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsLabel, never>;
|
|
180
|
+
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
181
|
}
|
|
119
182
|
export declare interface QdsLabel extends Components.QdsLabel {
|
|
120
183
|
}
|
|
184
|
+
export declare class QdsListItem {
|
|
185
|
+
protected z: NgZone;
|
|
186
|
+
protected el: HTMLElement;
|
|
187
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
188
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsListItem, never>;
|
|
189
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsListItem, "qds-list-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "iconLibrary": { "alias": "iconLibrary"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "kicker": { "alias": "kicker"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "size": { "alias": "size"; "required": false; }; "subtext": { "alias": "subtext"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
190
|
+
}
|
|
191
|
+
export declare interface QdsListItem extends Components.QdsListItem {
|
|
192
|
+
/**
|
|
193
|
+
* Emitted when the button loses focus.
|
|
194
|
+
*/
|
|
195
|
+
qdsBlur: EventEmitter<CustomEvent<IQdsListItemQdsFocusEventDetail>>;
|
|
196
|
+
/**
|
|
197
|
+
* Emitted when the button gains focus.
|
|
198
|
+
*/
|
|
199
|
+
qdsFocus: EventEmitter<CustomEvent<IQdsListItemQdsFocusEventDetail>>;
|
|
200
|
+
}
|
|
121
201
|
export declare class QdsRadio {
|
|
122
202
|
protected z: NgZone;
|
|
123
203
|
protected el: HTMLElement;
|
|
124
204
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
205
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsRadio, never>;
|
|
206
|
+
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
207
|
}
|
|
126
|
-
import type { QdsFocusEventDetail as IQdsRadioQdsFocusEventDetail } from '@quartzds/core/components';
|
|
127
208
|
export declare interface QdsRadio extends Components.QdsRadio {
|
|
128
209
|
/**
|
|
129
210
|
* Emitted when the radio button loses focus.
|
|
@@ -138,12 +219,56 @@ export declare interface QdsRadio extends Components.QdsRadio {
|
|
|
138
219
|
*/
|
|
139
220
|
qdsFocus: EventEmitter<CustomEvent<IQdsRadioQdsFocusEventDetail>>;
|
|
140
221
|
}
|
|
222
|
+
export declare class QdsSelect {
|
|
223
|
+
protected z: NgZone;
|
|
224
|
+
protected el: HTMLElement;
|
|
225
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
226
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsSelect, never>;
|
|
227
|
+
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>;
|
|
228
|
+
}
|
|
229
|
+
export declare interface QdsSelect extends Components.QdsSelect {
|
|
230
|
+
/**
|
|
231
|
+
* Emitted when the select loses focus.
|
|
232
|
+
*/
|
|
233
|
+
qdsBlur: EventEmitter<CustomEvent<IQdsSelectQdsFocusEventDetail>>;
|
|
234
|
+
/**
|
|
235
|
+
* Emitted when an alteration to the select's value is committed by the
|
|
236
|
+
user.
|
|
237
|
+
*/
|
|
238
|
+
qdsChange: EventEmitter<CustomEvent<void>>;
|
|
239
|
+
/**
|
|
240
|
+
* Emitted when the select gains focus.
|
|
241
|
+
*/
|
|
242
|
+
qdsFocus: EventEmitter<CustomEvent<IQdsSelectQdsFocusEventDetail>>;
|
|
243
|
+
/**
|
|
244
|
+
* Emitted when the select's value changes.
|
|
245
|
+
*/
|
|
246
|
+
qdsInput: EventEmitter<CustomEvent<IQdsSelectQdsInputEventDetail>>;
|
|
247
|
+
}
|
|
248
|
+
export declare class QdsStandaloneLink {
|
|
249
|
+
protected z: NgZone;
|
|
250
|
+
protected el: HTMLElement;
|
|
251
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
252
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsStandaloneLink, never>;
|
|
253
|
+
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>;
|
|
254
|
+
}
|
|
255
|
+
export declare interface QdsStandaloneLink extends Components.QdsStandaloneLink {
|
|
256
|
+
/**
|
|
257
|
+
* Emitted when the standalone link loses focus.
|
|
258
|
+
*/
|
|
259
|
+
qdsBlur: EventEmitter<CustomEvent<IQdsStandaloneLinkQdsFocusEventDetail>>;
|
|
260
|
+
/**
|
|
261
|
+
* Emitted when the standalone link gains focus.
|
|
262
|
+
*/
|
|
263
|
+
qdsFocus: EventEmitter<CustomEvent<IQdsStandaloneLinkQdsFocusEventDetail>>;
|
|
264
|
+
}
|
|
141
265
|
export declare class QdsSwitch {
|
|
142
266
|
protected z: NgZone;
|
|
143
267
|
protected el: HTMLElement;
|
|
144
268
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
269
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsSwitch, never>;
|
|
270
|
+
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
271
|
}
|
|
146
|
-
import type { QdsFocusEventDetail as IQdsSwitchQdsFocusEventDetail } from '@quartzds/core/components';
|
|
147
272
|
export declare interface QdsSwitch extends Components.QdsSwitch {
|
|
148
273
|
/**
|
|
149
274
|
* Emitted when the switch loses focus.
|
|
@@ -158,10 +283,92 @@ export declare interface QdsSwitch extends Components.QdsSwitch {
|
|
|
158
283
|
*/
|
|
159
284
|
qdsFocus: EventEmitter<CustomEvent<IQdsSwitchQdsFocusEventDetail>>;
|
|
160
285
|
}
|
|
286
|
+
export declare class QdsTable {
|
|
287
|
+
protected z: NgZone;
|
|
288
|
+
protected el: HTMLElement;
|
|
289
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
290
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTable, never>;
|
|
291
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTable, "qds-table", never, {}, {}, never, ["*"], false, never>;
|
|
292
|
+
}
|
|
293
|
+
export declare interface QdsTable extends Components.QdsTable {
|
|
294
|
+
}
|
|
295
|
+
export declare class QdsTableBody {
|
|
296
|
+
protected z: NgZone;
|
|
297
|
+
protected el: HTMLElement;
|
|
298
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
299
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTableBody, never>;
|
|
300
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTableBody, "qds-table-body", never, {}, {}, never, ["*"], false, never>;
|
|
301
|
+
}
|
|
302
|
+
export declare interface QdsTableBody extends Components.QdsTableBody {
|
|
303
|
+
}
|
|
304
|
+
export declare class QdsTableCell {
|
|
305
|
+
protected z: NgZone;
|
|
306
|
+
protected el: HTMLElement;
|
|
307
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
308
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTableCell, never>;
|
|
309
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTableCell, "qds-table-cell", never, { "colSpan": { "alias": "colSpan"; "required": false; }; "rowSpan": { "alias": "rowSpan"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
310
|
+
}
|
|
311
|
+
export declare interface QdsTableCell extends Components.QdsTableCell {
|
|
312
|
+
}
|
|
313
|
+
export declare class QdsTableHead {
|
|
314
|
+
protected z: NgZone;
|
|
315
|
+
protected el: HTMLElement;
|
|
316
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
317
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTableHead, never>;
|
|
318
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTableHead, "qds-table-head", never, {}, {}, never, ["*"], false, never>;
|
|
319
|
+
}
|
|
320
|
+
export declare interface QdsTableHead extends Components.QdsTableHead {
|
|
321
|
+
}
|
|
322
|
+
export declare class QdsTableHeadCell {
|
|
323
|
+
protected z: NgZone;
|
|
324
|
+
protected el: HTMLElement;
|
|
325
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
326
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTableHeadCell, never>;
|
|
327
|
+
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>;
|
|
328
|
+
}
|
|
329
|
+
export declare interface QdsTableHeadCell extends Components.QdsTableHeadCell {
|
|
330
|
+
}
|
|
331
|
+
export declare class QdsTableRow {
|
|
332
|
+
protected z: NgZone;
|
|
333
|
+
protected el: HTMLElement;
|
|
334
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
335
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTableRow, never>;
|
|
336
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdsTableRow, "qds-table-row", never, {}, {}, never, ["*"], false, never>;
|
|
337
|
+
}
|
|
338
|
+
export declare interface QdsTableRow extends Components.QdsTableRow {
|
|
339
|
+
}
|
|
340
|
+
export declare class QdsTextarea {
|
|
341
|
+
protected z: NgZone;
|
|
342
|
+
protected el: HTMLElement;
|
|
343
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
344
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTextarea, never>;
|
|
345
|
+
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>;
|
|
346
|
+
}
|
|
347
|
+
export declare interface QdsTextarea extends Components.QdsTextarea {
|
|
348
|
+
/**
|
|
349
|
+
* Emitted when the textarea loses focus.
|
|
350
|
+
*/
|
|
351
|
+
qdsBlur: EventEmitter<CustomEvent<IQdsTextareaQdsFocusEventDetail>>;
|
|
352
|
+
/**
|
|
353
|
+
* Emitted when an alteration to the textarea's value is committed by the
|
|
354
|
+
user.
|
|
355
|
+
*/
|
|
356
|
+
qdsChange: EventEmitter<CustomEvent<void>>;
|
|
357
|
+
/**
|
|
358
|
+
* Emitted when the textarea gains focus.
|
|
359
|
+
*/
|
|
360
|
+
qdsFocus: EventEmitter<CustomEvent<IQdsTextareaQdsFocusEventDetail>>;
|
|
361
|
+
/**
|
|
362
|
+
* Emitted when the textarea's value changes.
|
|
363
|
+
*/
|
|
364
|
+
qdsInput: EventEmitter<CustomEvent<IQdsTextareaQdsInputEventDetail>>;
|
|
365
|
+
}
|
|
161
366
|
export declare class QdsTitle {
|
|
162
367
|
protected z: NgZone;
|
|
163
368
|
protected el: HTMLElement;
|
|
164
369
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
370
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTitle, never>;
|
|
371
|
+
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
372
|
}
|
|
166
373
|
export declare interface QdsTitle extends Components.QdsTitle {
|
|
167
374
|
}
|
|
@@ -169,6 +376,8 @@ export declare class QdsTooltip {
|
|
|
169
376
|
protected z: NgZone;
|
|
170
377
|
protected el: HTMLElement;
|
|
171
378
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
379
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdsTooltip, never>;
|
|
380
|
+
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
381
|
}
|
|
173
382
|
export declare interface QdsTooltip extends Components.QdsTooltip {
|
|
174
383
|
/**
|
|
@@ -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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"}
|