@siemens/ix-angular 3.2.0 → 4.1.0
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/READMEOSS.html +20 -20
- package/common/index.d.ts +170 -6
- package/fesm2022/siemens-ix-angular-common.mjs +38 -30
- package/fesm2022/siemens-ix-angular-common.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular-standalone.mjs +1031 -932
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +942 -660
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +1518 -9
- package/package.json +5 -11
- package/standalone/index.d.ts +1527 -9
- package/angular-component-lib/utils.d.ts +0 -9
- package/common/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -10
- package/common/directives/control-value-accessors/date-value-accessor.d.ts +0 -9
- package/common/directives/control-value-accessors/index.d.ts +0 -5
- package/common/directives/control-value-accessors/radio-value-accessor.d.ts +0 -14
- package/common/directives/control-value-accessors/select-value-accessor.d.ts +0 -9
- package/common/directives/control-value-accessors/text-value-accessor.d.ts +0 -9
- package/common/directives/control-value-accessors/value-accessor.d.ts +0 -30
- package/common/directives/dropdown-trigger.d.ts +0 -10
- package/common/directives/tree.d.ts +0 -26
- package/common/providers/modal/index.d.ts +0 -3
- package/common/providers/modal/modal-ref.d.ts +0 -21
- package/common/providers/modal/modal.config.d.ts +0 -6
- package/common/providers/modal/modal.service.d.ts +0 -20
- package/common/providers/toast/index.d.ts +0 -2
- package/common/providers/toast/toast.config.d.ts +0 -6
- package/common/providers/toast/toast.service.d.ts +0 -9
- package/common/utils/create-value-accessor-provider.d.ts +0 -2
- package/components.d.ts +0 -1374
- package/declare-components.d.ts +0 -2
- package/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -8
- package/directives/control-value-accessors/date-value-accessor.d.ts +0 -8
- package/directives/control-value-accessors/index.d.ts +0 -5
- package/directives/control-value-accessors/radio-value-accessor.d.ts +0 -8
- package/directives/control-value-accessors/select-value-accessor.d.ts +0 -8
- package/directives/control-value-accessors/text-value-accessor.d.ts +0 -8
- package/directives/dropdown-trigger.d.ts +0 -10
- package/esm2022/angular-component-lib/utils.mjs +0 -59
- package/esm2022/common/directives/control-value-accessors/boolean-value-accessor.mjs +0 -32
- package/esm2022/common/directives/control-value-accessors/date-value-accessor.mjs +0 -28
- package/esm2022/common/directives/control-value-accessors/index.mjs +0 -14
- package/esm2022/common/directives/control-value-accessors/radio-value-accessor.mjs +0 -50
- package/esm2022/common/directives/control-value-accessors/select-value-accessor.mjs +0 -28
- package/esm2022/common/directives/control-value-accessors/text-value-accessor.mjs +0 -31
- package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +0 -157
- package/esm2022/common/directives/dropdown-trigger.mjs +0 -28
- package/esm2022/common/directives/tree.mjs +0 -70
- package/esm2022/common/index.mjs +0 -15
- package/esm2022/common/providers/modal/index.mjs +0 -11
- package/esm2022/common/providers/modal/modal-ref.mjs +0 -41
- package/esm2022/common/providers/modal/modal.config.mjs +0 -10
- package/esm2022/common/providers/modal/modal.service.mjs +0 -90
- package/esm2022/common/providers/toast/index.mjs +0 -11
- package/esm2022/common/providers/toast/toast.config.mjs +0 -10
- package/esm2022/common/providers/toast/toast.service.mjs +0 -67
- package/esm2022/common/siemens-ix-angular-common.mjs +0 -5
- package/esm2022/common/utils/create-value-accessor-provider.mjs +0 -17
- package/esm2022/components.mjs +0 -2865
- package/esm2022/declare-components.mjs +0 -108
- package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +0 -26
- package/esm2022/directives/control-value-accessors/date-value-accessor.mjs +0 -26
- package/esm2022/directives/control-value-accessors/index.mjs +0 -14
- package/esm2022/directives/control-value-accessors/radio-value-accessor.mjs +0 -26
- package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +0 -26
- package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +0 -26
- package/esm2022/directives/dropdown-trigger.mjs +0 -31
- package/esm2022/index.mjs +0 -19
- package/esm2022/ix-icon.mjs +0 -40
- package/esm2022/module.mjs +0 -78
- package/esm2022/providers/modal/index.mjs +0 -11
- package/esm2022/providers/modal/modal.service.mjs +0 -28
- package/esm2022/providers/theme/index.mjs +0 -10
- package/esm2022/providers/theme/theme.service.mjs +0 -40
- package/esm2022/providers/toast/index.mjs +0 -2
- package/esm2022/providers/toast/toast.service.mjs +0 -34
- package/esm2022/siemens-ix-angular.mjs +0 -5
- package/esm2022/standalone/angular-component-lib/utils.mjs +0 -59
- package/esm2022/standalone/components.mjs +0 -3188
- package/esm2022/standalone/directives/control-value-accessors/boolean-value-accessor.mjs +0 -30
- package/esm2022/standalone/directives/control-value-accessors/date-value-accessor.mjs +0 -30
- package/esm2022/standalone/directives/control-value-accessors/index.mjs +0 -14
- package/esm2022/standalone/directives/control-value-accessors/radio-value-accessor.mjs +0 -30
- package/esm2022/standalone/directives/control-value-accessors/select-value-accessor.mjs +0 -30
- package/esm2022/standalone/directives/control-value-accessors/text-value-accessor.mjs +0 -30
- package/esm2022/standalone/directives/dropdown-trigger.mjs +0 -32
- package/esm2022/standalone/index.mjs +0 -18
- package/esm2022/standalone/internal-components.mjs +0 -25
- package/esm2022/standalone/ix-icon.mjs +0 -44
- package/esm2022/standalone/providers/modal.mjs +0 -28
- package/esm2022/standalone/providers/toast.mjs +0 -35
- package/esm2022/standalone/siemens-ix-angular-standalone.mjs +0 -5
- package/esm2022/standalone/tree.mjs +0 -41
- package/esm2022/standalone/utils/value-accessor-directives.mjs +0 -23
- package/esm2022/tree.mjs +0 -39
- package/esm2022/utils/app-initialize.mjs +0 -25
- package/ix-icon.d.ts +0 -12
- package/module.d.ts +0 -17
- package/providers/modal/index.d.ts +0 -2
- package/providers/modal/modal.service.d.ts +0 -15
- package/providers/theme/index.d.ts +0 -1
- package/providers/theme/theme.service.d.ts +0 -15
- package/providers/toast/index.d.ts +0 -2
- package/providers/toast/toast.service.d.ts +0 -11
- package/standalone/angular-component-lib/utils.d.ts +0 -9
- package/standalone/components.d.ts +0 -1374
- package/standalone/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -11
- package/standalone/directives/control-value-accessors/date-value-accessor.d.ts +0 -11
- package/standalone/directives/control-value-accessors/index.d.ts +0 -5
- package/standalone/directives/control-value-accessors/radio-value-accessor.d.ts +0 -11
- package/standalone/directives/control-value-accessors/select-value-accessor.d.ts +0 -11
- package/standalone/directives/control-value-accessors/text-value-accessor.d.ts +0 -11
- package/standalone/directives/dropdown-trigger.d.ts +0 -10
- package/standalone/internal-components.d.ts +0 -1
- package/standalone/ix-icon.d.ts +0 -9
- package/standalone/providers/modal.d.ts +0 -11
- package/standalone/providers/toast.d.ts +0 -11
- package/standalone/tree.d.ts +0 -9
- package/standalone/utils/value-accessor-directives.d.ts +0 -16
- package/tree.d.ts +0 -9
- package/utils/app-initialize.d.ts +0 -1
|
@@ -1,118 +1,115 @@
|
|
|
1
1
|
import { __decorate } from 'tslib';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { ChangeDetectionStrategy, Component, Injectable, Directive, Input } from '@angular/core';
|
|
3
|
+
import { ChangeDetectionStrategy, Component, EventEmitter, Output, Injectable, Directive, Input } from '@angular/core';
|
|
4
4
|
import { fromEvent } from 'rxjs';
|
|
5
5
|
import { defineCustomElement as defineCustomElement$1 } from '@siemens/ix/components/ix-action-card.js';
|
|
6
6
|
import { defineCustomElement as defineCustomElement$2 } from '@siemens/ix/components/ix-application.js';
|
|
7
7
|
import { defineCustomElement as defineCustomElement$3 } from '@siemens/ix/components/ix-application-header.js';
|
|
8
8
|
import { defineCustomElement as defineCustomElement$4 } from '@siemens/ix/components/ix-avatar.js';
|
|
9
|
-
import { defineCustomElement as defineCustomElement$5 } from '@siemens/ix/components/ix-
|
|
10
|
-
import { defineCustomElement as defineCustomElement$6 } from '@siemens/ix/components/ix-
|
|
11
|
-
import { defineCustomElement as defineCustomElement$7 } from '@siemens/ix/components/ix-breadcrumb.js';
|
|
12
|
-
import { defineCustomElement as defineCustomElement$8 } from '@siemens/ix/components/ix-
|
|
13
|
-
import { defineCustomElement as defineCustomElement$9 } from '@siemens/ix/components/ix-
|
|
14
|
-
import { defineCustomElement as defineCustomElement$a } from '@siemens/ix/components/ix-card.js';
|
|
15
|
-
import { defineCustomElement as defineCustomElement$b } from '@siemens/ix/components/ix-card-
|
|
16
|
-
import { defineCustomElement as defineCustomElement$c } from '@siemens/ix/components/ix-card-
|
|
17
|
-
import { defineCustomElement as defineCustomElement$d } from '@siemens/ix/components/ix-card-
|
|
18
|
-
import { defineCustomElement as defineCustomElement$e } from '@siemens/ix/components/ix-
|
|
19
|
-
import { defineCustomElement as defineCustomElement$f } from '@siemens/ix/components/ix-
|
|
20
|
-
import { defineCustomElement as defineCustomElement$g } from '@siemens/ix/components/ix-checkbox.js';
|
|
21
|
-
import { defineCustomElement as defineCustomElement$h } from '@siemens/ix/components/ix-
|
|
22
|
-
import { defineCustomElement as defineCustomElement$i } from '@siemens/ix/components/ix-
|
|
23
|
-
import { defineCustomElement as defineCustomElement$j } from '@siemens/ix/components/ix-
|
|
24
|
-
import { defineCustomElement as defineCustomElement$k } from '@siemens/ix/components/ix-content.js';
|
|
25
|
-
import { defineCustomElement as defineCustomElement$l } from '@siemens/ix/components/ix-
|
|
26
|
-
import { defineCustomElement as defineCustomElement$m } from '@siemens/ix/components/ix-
|
|
27
|
-
import { defineCustomElement as defineCustomElement$n } from '@siemens/ix/components/ix-date-
|
|
28
|
-
import { defineCustomElement as defineCustomElement$o } from '@siemens/ix/components/ix-date-
|
|
29
|
-
import { defineCustomElement as defineCustomElement$p } from '@siemens/ix/components/ix-
|
|
30
|
-
import { defineCustomElement as defineCustomElement$q } from '@siemens/ix/components/ix-
|
|
31
|
-
import { defineCustomElement as defineCustomElement$r } from '@siemens/ix/components/ix-
|
|
32
|
-
import { defineCustomElement as defineCustomElement$s } from '@siemens/ix/components/ix-
|
|
33
|
-
import { defineCustomElement as defineCustomElement$t } from '@siemens/ix/components/ix-dropdown.js';
|
|
34
|
-
import { defineCustomElement as defineCustomElement$u } from '@siemens/ix/components/ix-dropdown-
|
|
35
|
-
import { defineCustomElement as defineCustomElement$v } from '@siemens/ix/components/ix-dropdown-
|
|
36
|
-
import { defineCustomElement as defineCustomElement$w } from '@siemens/ix/components/ix-dropdown-
|
|
37
|
-
import { defineCustomElement as defineCustomElement$x } from '@siemens/ix/components/ix-
|
|
38
|
-
import { defineCustomElement as defineCustomElement$y } from '@siemens/ix/components/ix-
|
|
39
|
-
import { defineCustomElement as defineCustomElement$z } from '@siemens/ix/components/ix-event-list.js';
|
|
40
|
-
import { defineCustomElement as defineCustomElement$A } from '@siemens/ix/components/ix-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$B } from '@siemens/ix/components/ix-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$C } from '@siemens/ix/components/ix-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$D } from '@siemens/ix/components/ix-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$E } from '@siemens/ix/components/ix-flip-tile.js';
|
|
45
|
-
import { defineCustomElement as defineCustomElement$F } from '@siemens/ix/components/ix-
|
|
46
|
-
import { defineCustomElement as defineCustomElement$G } from '@siemens/ix/components/ix-group.js';
|
|
47
|
-
import { defineCustomElement as defineCustomElement$H } from '@siemens/ix/components/ix-group-
|
|
48
|
-
import { defineCustomElement as defineCustomElement$I } from '@siemens/ix/components/ix-
|
|
49
|
-
import { defineCustomElement as defineCustomElement$J } from '@siemens/ix/components/ix-
|
|
50
|
-
import { defineCustomElement as defineCustomElement$K } from '@siemens/ix/components/ix-icon-button.js';
|
|
51
|
-
import { defineCustomElement as defineCustomElement$L } from '@siemens/ix/components/ix-
|
|
52
|
-
import { defineCustomElement as defineCustomElement$M } from '@siemens/ix/components/ix-input.js';
|
|
53
|
-
import { defineCustomElement as defineCustomElement$N } from '@siemens/ix/components/ix-
|
|
54
|
-
import { defineCustomElement as defineCustomElement$O } from '@siemens/ix/components/ix-key-value.js';
|
|
55
|
-
import { defineCustomElement as defineCustomElement$P } from '@siemens/ix/components/ix-
|
|
56
|
-
import { defineCustomElement as defineCustomElement$Q } from '@siemens/ix/components/ix-
|
|
57
|
-
import { defineCustomElement as defineCustomElement$R } from '@siemens/ix/components/ix-layout-
|
|
58
|
-
import { defineCustomElement as defineCustomElement$S } from '@siemens/ix/components/ix-
|
|
59
|
-
import { defineCustomElement as defineCustomElement$T } from '@siemens/ix/components/ix-
|
|
60
|
-
import { defineCustomElement as defineCustomElement$U } from '@siemens/ix/components/ix-
|
|
61
|
-
import { defineCustomElement as defineCustomElement$V } from '@siemens/ix/components/ix-
|
|
62
|
-
import { defineCustomElement as defineCustomElement$W } from '@siemens/ix/components/ix-menu.js';
|
|
63
|
-
import { defineCustomElement as defineCustomElement$X } from '@siemens/ix/components/ix-menu-
|
|
64
|
-
import { defineCustomElement as defineCustomElement$Y } from '@siemens/ix/components/ix-menu-
|
|
65
|
-
import { defineCustomElement as defineCustomElement$Z } from '@siemens/ix/components/ix-menu-
|
|
66
|
-
import { defineCustomElement as defineCustomElement$_ } from '@siemens/ix/components/ix-menu-
|
|
67
|
-
import { defineCustomElement as defineCustomElement$$ } from '@siemens/ix/components/ix-menu-
|
|
68
|
-
import { defineCustomElement as defineCustomElement$10 } from '@siemens/ix/components/ix-menu-
|
|
69
|
-
import { defineCustomElement as defineCustomElement$11 } from '@siemens/ix/components/ix-
|
|
70
|
-
import { defineCustomElement as defineCustomElement$12 } from '@siemens/ix/components/ix-
|
|
71
|
-
import { defineCustomElement as defineCustomElement$13 } from '@siemens/ix/components/ix-
|
|
72
|
-
import { defineCustomElement as defineCustomElement$14 } from '@siemens/ix/components/ix-
|
|
73
|
-
import { defineCustomElement as defineCustomElement$15 } from '@siemens/ix/components/ix-modal.js';
|
|
74
|
-
import { defineCustomElement as defineCustomElement$16 } from '@siemens/ix/components/ix-
|
|
75
|
-
import { defineCustomElement as defineCustomElement$17 } from '@siemens/ix/components/ix-
|
|
76
|
-
import { defineCustomElement as defineCustomElement$18 } from '@siemens/ix/components/ix-
|
|
77
|
-
import { defineCustomElement as defineCustomElement$19 } from '@siemens/ix/components/ix-
|
|
78
|
-
import { defineCustomElement as defineCustomElement$1a } from '@siemens/ix/components/ix-
|
|
79
|
-
import { defineCustomElement as defineCustomElement$1b } from '@siemens/ix/components/ix-
|
|
80
|
-
import { defineCustomElement as defineCustomElement$1c } from '@siemens/ix/components/ix-
|
|
81
|
-
import { defineCustomElement as defineCustomElement$1d } from '@siemens/ix/components/ix-
|
|
82
|
-
import { defineCustomElement as defineCustomElement$1e } from '@siemens/ix/components/ix-
|
|
83
|
-
import { defineCustomElement as defineCustomElement$1f } from '@siemens/ix/components/ix-
|
|
84
|
-
import { defineCustomElement as defineCustomElement$1g } from '@siemens/ix/components/ix-
|
|
85
|
-
import { defineCustomElement as defineCustomElement$1h } from '@siemens/ix/components/ix-
|
|
86
|
-
import { defineCustomElement as defineCustomElement$1i } from '@siemens/ix/components/ix-
|
|
87
|
-
import { defineCustomElement as defineCustomElement$1j } from '@siemens/ix/components/ix-
|
|
88
|
-
import { defineCustomElement as defineCustomElement$1k } from '@siemens/ix/components/ix-
|
|
89
|
-
import { defineCustomElement as defineCustomElement$1l } from '@siemens/ix/components/ix-
|
|
90
|
-
import { defineCustomElement as defineCustomElement$1m } from '@siemens/ix/components/ix-
|
|
91
|
-
import { defineCustomElement as defineCustomElement$1n } from '@siemens/ix/components/ix-
|
|
92
|
-
import { defineCustomElement as defineCustomElement$1o } from '@siemens/ix/components/ix-
|
|
93
|
-
import { defineCustomElement as defineCustomElement$1p } from '@siemens/ix/components/ix-
|
|
94
|
-
import { defineCustomElement as defineCustomElement$1q } from '@siemens/ix/components/ix-
|
|
95
|
-
import { defineCustomElement as defineCustomElement$1r } from '@siemens/ix/components/ix-
|
|
96
|
-
import { defineCustomElement as defineCustomElement$1s } from '@siemens/ix/components/ix-
|
|
97
|
-
import { defineCustomElement as defineCustomElement$1t } from '@siemens/ix/components/ix-
|
|
98
|
-
import { defineCustomElement as defineCustomElement$1u } from '@siemens/ix/components/ix-
|
|
99
|
-
import { defineCustomElement as defineCustomElement$1v } from '@siemens/ix/components/ix-
|
|
100
|
-
import { defineCustomElement as defineCustomElement$1w } from '@siemens/ix/components/ix-
|
|
101
|
-
import { defineCustomElement as defineCustomElement$1x } from '@siemens/ix/components/ix-
|
|
102
|
-
import { defineCustomElement as defineCustomElement$1y } from '@siemens/ix/components/ix-
|
|
103
|
-
import { defineCustomElement as defineCustomElement$1z } from '@siemens/ix/components/ix-
|
|
104
|
-
import { defineCustomElement as defineCustomElement$1A } from '@siemens/ix/components/ix-
|
|
105
|
-
import { defineCustomElement as defineCustomElement$1B } from '@siemens/ix/components/ix-
|
|
106
|
-
import { defineCustomElement as defineCustomElement$
|
|
107
|
-
import { defineCustomElement as defineCustomElement$
|
|
108
|
-
import { defineCustomElement as defineCustomElement$
|
|
109
|
-
import { defineCustomElement as defineCustomElement$
|
|
110
|
-
import { defineCustomElement as defineCustomElement$
|
|
111
|
-
import { defineCustomElement as defineCustomElement$
|
|
112
|
-
import { defineCustomElement as defineCustomElement$
|
|
113
|
-
import { defineCustomElement as defineCustomElement$1J } from '@siemens/ix/components/ix-modal-loading.js';
|
|
114
|
-
import { defineCustomElement as defineCustomElement$1K } from '@siemens/ix-icons/components/ix-icon.js';
|
|
115
|
-
import { defineCustomElement as defineCustomElement$1L } from '@siemens/ix/components/ix-tree.js';
|
|
9
|
+
import { defineCustomElement as defineCustomElement$5 } from '@siemens/ix/components/ix-blind.js';
|
|
10
|
+
import { defineCustomElement as defineCustomElement$6 } from '@siemens/ix/components/ix-breadcrumb.js';
|
|
11
|
+
import { defineCustomElement as defineCustomElement$7 } from '@siemens/ix/components/ix-breadcrumb-item.js';
|
|
12
|
+
import { defineCustomElement as defineCustomElement$8 } from '@siemens/ix/components/ix-button.js';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$9 } from '@siemens/ix/components/ix-card.js';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$a } from '@siemens/ix/components/ix-card-accordion.js';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$b } from '@siemens/ix/components/ix-card-content.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$c } from '@siemens/ix/components/ix-card-list.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$d } from '@siemens/ix/components/ix-card-title.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$e } from '@siemens/ix/components/ix-category-filter.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$f } from '@siemens/ix/components/ix-checkbox.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$g } from '@siemens/ix/components/ix-checkbox-group.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$h } from '@siemens/ix/components/ix-chip.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$i } from '@siemens/ix/components/ix-col.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$j } from '@siemens/ix/components/ix-content.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$k } from '@siemens/ix/components/ix-content-header.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$l } from '@siemens/ix/components/ix-custom-field.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$m } from '@siemens/ix/components/ix-date-dropdown.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$n } from '@siemens/ix/components/ix-date-input.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$o } from '@siemens/ix/components/ix-date-picker.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$p } from '@siemens/ix/components/ix-datetime-picker.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$q } from '@siemens/ix/components/ix-divider.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$r } from '@siemens/ix/components/ix-drawer.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$s } from '@siemens/ix/components/ix-dropdown.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$t } from '@siemens/ix/components/ix-dropdown-button.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$u } from '@siemens/ix/components/ix-dropdown-header.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$v } from '@siemens/ix/components/ix-dropdown-item.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$w } from '@siemens/ix/components/ix-dropdown-quick-actions.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$x } from '@siemens/ix/components/ix-empty-state.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$y } from '@siemens/ix/components/ix-event-list.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$z } from '@siemens/ix/components/ix-event-list-item.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$A } from '@siemens/ix/components/ix-expanding-search.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$B } from '@siemens/ix/components/ix-field-label.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$C } from '@siemens/ix/components/ix-filter-chip.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$D } from '@siemens/ix/components/ix-flip-tile.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$E } from '@siemens/ix/components/ix-flip-tile-content.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$F } from '@siemens/ix/components/ix-group.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$G } from '@siemens/ix/components/ix-group-context-menu.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$H } from '@siemens/ix/components/ix-group-item.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$I } from '@siemens/ix/components/ix-helper-text.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$J } from '@siemens/ix/components/ix-icon-button.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$K } from '@siemens/ix/components/ix-icon-toggle-button.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$L } from '@siemens/ix/components/ix-input.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$M } from '@siemens/ix/components/ix-input-group.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$N } from '@siemens/ix/components/ix-key-value.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$O } from '@siemens/ix/components/ix-key-value-list.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$P } from '@siemens/ix/components/ix-kpi.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$Q } from '@siemens/ix/components/ix-layout-auto.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$R } from '@siemens/ix/components/ix-layout-grid.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$S } from '@siemens/ix/components/ix-link-button.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$T } from '@siemens/ix/components/ix-menu.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$U } from '@siemens/ix/components/ix-menu-about.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$V } from '@siemens/ix/components/ix-menu-about-item.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$W } from '@siemens/ix/components/ix-menu-about-news.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$X } from '@siemens/ix/components/ix-menu-avatar.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$Y } from '@siemens/ix/components/ix-menu-avatar-item.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$Z } from '@siemens/ix/components/ix-menu-category.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$_ } from '@siemens/ix/components/ix-menu-item.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$$ } from '@siemens/ix/components/ix-menu-settings.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$10 } from '@siemens/ix/components/ix-menu-settings-item.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$11 } from '@siemens/ix/components/ix-message-bar.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$12 } from '@siemens/ix/components/ix-modal.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$13 } from '@siemens/ix/components/ix-modal-content.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$14 } from '@siemens/ix/components/ix-modal-footer.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$15 } from '@siemens/ix/components/ix-modal-header.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$16 } from '@siemens/ix/components/ix-number-input.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$17 } from '@siemens/ix/components/ix-pagination.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$18 } from '@siemens/ix/components/ix-pane.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$19 } from '@siemens/ix/components/ix-pane-layout.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1a } from '@siemens/ix/components/ix-pill.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1b } from '@siemens/ix/components/ix-progress-indicator.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1c } from '@siemens/ix/components/ix-push-card.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$1d } from '@siemens/ix/components/ix-radio.js';
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1e } from '@siemens/ix/components/ix-radio-group.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1f } from '@siemens/ix/components/ix-row.js';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1g } from '@siemens/ix/components/ix-select.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1h } from '@siemens/ix/components/ix-select-item.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1i } from '@siemens/ix/components/ix-slider.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1j } from '@siemens/ix/components/ix-spinner.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1k } from '@siemens/ix/components/ix-split-button.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1l } from '@siemens/ix/components/ix-tab-item.js';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1m } from '@siemens/ix/components/ix-tabs.js';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1n } from '@siemens/ix/components/ix-textarea.js';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1o } from '@siemens/ix/components/ix-tile.js';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1p } from '@siemens/ix/components/ix-time-input.js';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1q } from '@siemens/ix/components/ix-time-picker.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1r } from '@siemens/ix/components/ix-toast.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1s } from '@siemens/ix/components/ix-toast-container.js';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1t } from '@siemens/ix/components/ix-toggle.js';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1u } from '@siemens/ix/components/ix-toggle-button.js';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1v } from '@siemens/ix/components/ix-tooltip.js';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1w } from '@siemens/ix/components/ix-tree-item.js';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1x } from '@siemens/ix/components/ix-typography.js';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1y } from '@siemens/ix/components/ix-upload.js';
|
|
103
|
+
import { defineCustomElement as defineCustomElement$1z } from '@siemens/ix/components/ix-validation-tooltip.js';
|
|
104
|
+
import { defineCustomElement as defineCustomElement$1A } from '@siemens/ix/components/ix-workflow-step.js';
|
|
105
|
+
import { defineCustomElement as defineCustomElement$1B } from '@siemens/ix/components/ix-workflow-steps.js';
|
|
106
|
+
import { defineCustomElement as defineCustomElement$1D } from '@siemens/ix/components/ix-application-sidebar.js';
|
|
107
|
+
import { defineCustomElement as defineCustomElement$1C } from '@siemens/ix/components/ix-application-switch-modal.js';
|
|
108
|
+
import { defineCustomElement as defineCustomElement$1F } from '@siemens/ix/components/ix-menu-expand-icon.js';
|
|
109
|
+
import { defineCustomElement as defineCustomElement$1E } from '@siemens/ix/components/ix-date-time-card.js';
|
|
110
|
+
import { defineCustomElement as defineCustomElement$1G } from '@siemens/ix/components/ix-modal-loading.js';
|
|
111
|
+
import { defineCustomElement as defineCustomElement$1H } from '@siemens/ix-icons/components/ix-icon.js';
|
|
112
|
+
import { defineCustomElement as defineCustomElement$1I } from '@siemens/ix/components/ix-tree.js';
|
|
116
113
|
import { TreeBaseDirective, ModalService as ModalService$1, ToastService as ToastService$1, BooleanValueAccessorBaseDirective, createValueAccessorProvider, RadioValueAccessorBaseDirective, SelectValueAccessorBaseDirective, TextValueAccessorBaseDirective, DateValueAccessorBaseDirective, DropdownTriggerBaseDirective } from '@siemens/ix-angular/common';
|
|
117
114
|
export { IxActiveModal } from '@siemens/ix-angular/common';
|
|
118
115
|
|
|
@@ -182,8 +179,8 @@ let IxActionCard = class IxActionCard {
|
|
|
182
179
|
c.detach();
|
|
183
180
|
this.el = r.nativeElement;
|
|
184
181
|
}
|
|
185
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
186
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
182
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxActionCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
183
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxActionCard, isStandalone: true, selector: "ix-action-card", inputs: { ariaLabelCard: "ariaLabelCard", ariaLabelIcon: "ariaLabelIcon", heading: "heading", icon: "icon", selected: "selected", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
187
184
|
};
|
|
188
185
|
IxActionCard = __decorate([
|
|
189
186
|
ProxyCmp({
|
|
@@ -191,7 +188,7 @@ IxActionCard = __decorate([
|
|
|
191
188
|
inputs: ['ariaLabelCard', 'ariaLabelIcon', 'heading', 'icon', 'selected', 'subheading', 'variant']
|
|
192
189
|
})
|
|
193
190
|
], IxActionCard);
|
|
194
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxActionCard, decorators: [{
|
|
195
192
|
type: Component,
|
|
196
193
|
args: [{
|
|
197
194
|
selector: 'ix-action-card',
|
|
@@ -199,7 +196,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
199
196
|
template: '<ng-content></ng-content>',
|
|
200
197
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
201
198
|
inputs: ['ariaLabelCard', 'ariaLabelIcon', 'heading', 'icon', 'selected', 'subheading', 'variant'],
|
|
202
|
-
standalone: true
|
|
203
199
|
}]
|
|
204
200
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
205
201
|
let IxApplication = class IxApplication {
|
|
@@ -210,8 +206,8 @@ let IxApplication = class IxApplication {
|
|
|
210
206
|
c.detach();
|
|
211
207
|
this.el = r.nativeElement;
|
|
212
208
|
}
|
|
213
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
214
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
209
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxApplication, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
210
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxApplication, isStandalone: true, selector: "ix-application", inputs: { appSwitchConfig: "appSwitchConfig", breakpoints: "breakpoints", forceBreakpoint: "forceBreakpoint", theme: "theme", themeSystemAppearance: "themeSystemAppearance" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
215
211
|
};
|
|
216
212
|
IxApplication = __decorate([
|
|
217
213
|
ProxyCmp({
|
|
@@ -219,7 +215,7 @@ IxApplication = __decorate([
|
|
|
219
215
|
inputs: ['appSwitchConfig', 'breakpoints', 'forceBreakpoint', 'theme', 'themeSystemAppearance']
|
|
220
216
|
})
|
|
221
217
|
], IxApplication);
|
|
222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxApplication, decorators: [{
|
|
223
219
|
type: Component,
|
|
224
220
|
args: [{
|
|
225
221
|
selector: 'ix-application',
|
|
@@ -227,38 +223,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
227
223
|
template: '<ng-content></ng-content>',
|
|
228
224
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
229
225
|
inputs: ['appSwitchConfig', 'breakpoints', 'forceBreakpoint', 'theme', 'themeSystemAppearance'],
|
|
230
|
-
standalone: true
|
|
231
226
|
}]
|
|
232
227
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
233
228
|
let IxApplicationHeader = class IxApplicationHeader {
|
|
234
229
|
z;
|
|
235
230
|
el;
|
|
231
|
+
menuToggle = new EventEmitter();
|
|
232
|
+
openAppSwitch = new EventEmitter();
|
|
236
233
|
constructor(c, r, z) {
|
|
237
234
|
this.z = z;
|
|
238
235
|
c.detach();
|
|
239
236
|
this.el = r.nativeElement;
|
|
240
|
-
proxyOutputs(this, this.el, ['menuToggle', 'openAppSwitch']);
|
|
241
237
|
}
|
|
242
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
243
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
238
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxApplicationHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
239
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxApplicationHeader, isStandalone: true, selector: "ix-application-header", inputs: { appIcon: "appIcon", appIconAlt: "appIconAlt", appIconOutline: "appIconOutline", ariaLabelAppSwitchIconButton: "ariaLabelAppSwitchIconButton", ariaLabelMenuExpandIconButton: "ariaLabelMenuExpandIconButton", ariaLabelMoreMenuIconButton: "ariaLabelMoreMenuIconButton", companyLogo: "companyLogo", companyLogoAlt: "companyLogoAlt", hideBottomBorder: "hideBottomBorder", name: "name", nameSuffix: "nameSuffix", showMenu: "showMenu" }, outputs: { menuToggle: "menuToggle", openAppSwitch: "openAppSwitch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
244
240
|
};
|
|
245
241
|
IxApplicationHeader = __decorate([
|
|
246
242
|
ProxyCmp({
|
|
247
243
|
defineCustomElementFn: defineCustomElement$3,
|
|
248
|
-
inputs: ['ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'name', 'showMenu']
|
|
244
|
+
inputs: ['appIcon', 'appIconAlt', 'appIconOutline', 'ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'companyLogo', 'companyLogoAlt', 'hideBottomBorder', 'name', 'nameSuffix', 'showMenu']
|
|
249
245
|
})
|
|
250
246
|
], IxApplicationHeader);
|
|
251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxApplicationHeader, decorators: [{
|
|
252
248
|
type: Component,
|
|
253
249
|
args: [{
|
|
254
250
|
selector: 'ix-application-header',
|
|
255
251
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
256
252
|
template: '<ng-content></ng-content>',
|
|
257
253
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
258
|
-
inputs: ['ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'name', 'showMenu'],
|
|
259
|
-
|
|
254
|
+
inputs: ['appIcon', 'appIconAlt', 'appIconOutline', 'ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'companyLogo', 'companyLogoAlt', 'hideBottomBorder', 'name', 'nameSuffix', 'showMenu'],
|
|
255
|
+
outputs: ['menuToggle', 'openAppSwitch'],
|
|
260
256
|
}]
|
|
261
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
257
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuToggle: [{
|
|
258
|
+
type: Output
|
|
259
|
+
}], openAppSwitch: [{
|
|
260
|
+
type: Output
|
|
261
|
+
}] } });
|
|
262
262
|
let IxAvatar = class IxAvatar {
|
|
263
263
|
z;
|
|
264
264
|
el;
|
|
@@ -267,73 +267,44 @@ let IxAvatar = class IxAvatar {
|
|
|
267
267
|
c.detach();
|
|
268
268
|
this.el = r.nativeElement;
|
|
269
269
|
}
|
|
270
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
271
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
270
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
271
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxAvatar, isStandalone: true, selector: "ix-avatar", inputs: { a11yLabel: "a11yLabel", ariaLabelTooltip: "ariaLabelTooltip", extra: "extra", image: "image", initials: "initials", tooltipText: "tooltipText", username: "username" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
272
272
|
};
|
|
273
273
|
IxAvatar = __decorate([
|
|
274
274
|
ProxyCmp({
|
|
275
275
|
defineCustomElementFn: defineCustomElement$4,
|
|
276
|
-
inputs: ['a11yLabel', 'extra', 'image', 'initials', 'username']
|
|
276
|
+
inputs: ['a11yLabel', 'ariaLabelTooltip', 'extra', 'image', 'initials', 'tooltipText', 'username']
|
|
277
277
|
})
|
|
278
278
|
], IxAvatar);
|
|
279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxAvatar, decorators: [{
|
|
280
280
|
type: Component,
|
|
281
281
|
args: [{
|
|
282
282
|
selector: 'ix-avatar',
|
|
283
283
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
284
284
|
template: '<ng-content></ng-content>',
|
|
285
285
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
286
|
-
inputs: ['a11yLabel', 'extra', 'image', 'initials', 'username'],
|
|
287
|
-
standalone: true
|
|
288
|
-
}]
|
|
289
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
290
|
-
let IxBasicNavigation = class IxBasicNavigation {
|
|
291
|
-
z;
|
|
292
|
-
el;
|
|
293
|
-
constructor(c, r, z) {
|
|
294
|
-
this.z = z;
|
|
295
|
-
c.detach();
|
|
296
|
-
this.el = r.nativeElement;
|
|
297
|
-
}
|
|
298
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBasicNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
299
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBasicNavigation, isStandalone: true, selector: "ix-basic-navigation", inputs: { applicationName: "applicationName", breakpoints: "breakpoints", forceBreakpoint: "forceBreakpoint", hideHeader: "hideHeader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
300
|
-
};
|
|
301
|
-
IxBasicNavigation = __decorate([
|
|
302
|
-
ProxyCmp({
|
|
303
|
-
defineCustomElementFn: defineCustomElement$5,
|
|
304
|
-
inputs: ['applicationName', 'breakpoints', 'forceBreakpoint', 'hideHeader']
|
|
305
|
-
})
|
|
306
|
-
], IxBasicNavigation);
|
|
307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBasicNavigation, decorators: [{
|
|
308
|
-
type: Component,
|
|
309
|
-
args: [{
|
|
310
|
-
selector: 'ix-basic-navigation',
|
|
311
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
312
|
-
template: '<ng-content></ng-content>',
|
|
313
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
314
|
-
inputs: ['applicationName', 'breakpoints', 'forceBreakpoint', 'hideHeader'],
|
|
315
|
-
standalone: true
|
|
286
|
+
inputs: ['a11yLabel', 'ariaLabelTooltip', 'extra', 'image', 'initials', 'tooltipText', 'username'],
|
|
316
287
|
}]
|
|
317
288
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
318
289
|
let IxBlind = class IxBlind {
|
|
319
290
|
z;
|
|
320
291
|
el;
|
|
292
|
+
collapsedChange = new EventEmitter();
|
|
321
293
|
constructor(c, r, z) {
|
|
322
294
|
this.z = z;
|
|
323
295
|
c.detach();
|
|
324
296
|
this.el = r.nativeElement;
|
|
325
|
-
proxyOutputs(this, this.el, ['collapsedChange']);
|
|
326
297
|
}
|
|
327
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
328
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
298
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBlind, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
299
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBlind, isStandalone: true, selector: "ix-blind", inputs: { collapsed: "collapsed", icon: "icon", label: "label", sublabel: "sublabel", variant: "variant" }, outputs: { collapsedChange: "collapsedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
329
300
|
};
|
|
330
301
|
IxBlind = __decorate([
|
|
331
302
|
ProxyCmp({
|
|
332
|
-
defineCustomElementFn: defineCustomElement$
|
|
303
|
+
defineCustomElementFn: defineCustomElement$5,
|
|
333
304
|
inputs: ['collapsed', 'icon', 'label', 'sublabel', 'variant']
|
|
334
305
|
})
|
|
335
306
|
], IxBlind);
|
|
336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBlind, decorators: [{
|
|
337
308
|
type: Component,
|
|
338
309
|
args: [{
|
|
339
310
|
selector: 'ix-blind',
|
|
@@ -341,38 +312,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
341
312
|
template: '<ng-content></ng-content>',
|
|
342
313
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
343
314
|
inputs: ['collapsed', 'icon', 'label', 'sublabel', 'variant'],
|
|
344
|
-
|
|
315
|
+
outputs: ['collapsedChange'],
|
|
345
316
|
}]
|
|
346
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
317
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { collapsedChange: [{
|
|
318
|
+
type: Output
|
|
319
|
+
}] } });
|
|
347
320
|
let IxBreadcrumb = class IxBreadcrumb {
|
|
348
321
|
z;
|
|
349
322
|
el;
|
|
323
|
+
itemClick = new EventEmitter();
|
|
324
|
+
nextClick = new EventEmitter();
|
|
350
325
|
constructor(c, r, z) {
|
|
351
326
|
this.z = z;
|
|
352
327
|
c.detach();
|
|
353
328
|
this.el = r.nativeElement;
|
|
354
|
-
proxyOutputs(this, this.el, ['itemClick', 'nextClick']);
|
|
355
329
|
}
|
|
356
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
357
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
330
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
331
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBreadcrumb, isStandalone: true, selector: "ix-breadcrumb", inputs: { ariaLabelPreviousButton: "ariaLabelPreviousButton", nextItems: "nextItems", subtle: "subtle", visibleItemCount: "visibleItemCount" }, outputs: { itemClick: "itemClick", nextClick: "nextClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
358
332
|
};
|
|
359
333
|
IxBreadcrumb = __decorate([
|
|
360
334
|
ProxyCmp({
|
|
361
|
-
defineCustomElementFn: defineCustomElement$
|
|
362
|
-
inputs: ['ariaLabelPreviousButton', '
|
|
335
|
+
defineCustomElementFn: defineCustomElement$6,
|
|
336
|
+
inputs: ['ariaLabelPreviousButton', 'nextItems', 'subtle', 'visibleItemCount']
|
|
363
337
|
})
|
|
364
338
|
], IxBreadcrumb);
|
|
365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumb, decorators: [{
|
|
366
340
|
type: Component,
|
|
367
341
|
args: [{
|
|
368
342
|
selector: 'ix-breadcrumb',
|
|
369
343
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
370
344
|
template: '<ng-content></ng-content>',
|
|
371
345
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
372
|
-
inputs: ['ariaLabelPreviousButton', '
|
|
373
|
-
|
|
346
|
+
inputs: ['ariaLabelPreviousButton', 'nextItems', 'subtle', 'visibleItemCount'],
|
|
347
|
+
outputs: ['itemClick', 'nextClick'],
|
|
374
348
|
}]
|
|
375
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
349
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
|
|
350
|
+
type: Output
|
|
351
|
+
}], nextClick: [{
|
|
352
|
+
type: Output
|
|
353
|
+
}] } });
|
|
376
354
|
let IxBreadcrumbItem = class IxBreadcrumbItem {
|
|
377
355
|
z;
|
|
378
356
|
el;
|
|
@@ -381,24 +359,23 @@ let IxBreadcrumbItem = class IxBreadcrumbItem {
|
|
|
381
359
|
c.detach();
|
|
382
360
|
this.el = r.nativeElement;
|
|
383
361
|
}
|
|
384
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
385
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
362
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
363
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBreadcrumbItem, isStandalone: true, selector: "ix-breadcrumb-item", inputs: { ariaLabelButton: "ariaLabelButton", href: "href", icon: "icon", label: "label", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
386
364
|
};
|
|
387
365
|
IxBreadcrumbItem = __decorate([
|
|
388
366
|
ProxyCmp({
|
|
389
|
-
defineCustomElementFn: defineCustomElement$
|
|
390
|
-
inputs: ['ariaLabelButton', 'icon', 'label']
|
|
367
|
+
defineCustomElementFn: defineCustomElement$7,
|
|
368
|
+
inputs: ['ariaLabelButton', 'href', 'icon', 'label', 'rel', 'target']
|
|
391
369
|
})
|
|
392
370
|
], IxBreadcrumbItem);
|
|
393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumbItem, decorators: [{
|
|
394
372
|
type: Component,
|
|
395
373
|
args: [{
|
|
396
374
|
selector: 'ix-breadcrumb-item',
|
|
397
375
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
398
376
|
template: '<ng-content></ng-content>',
|
|
399
377
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
400
|
-
inputs: ['ariaLabelButton', 'icon', 'label'],
|
|
401
|
-
standalone: true
|
|
378
|
+
inputs: ['ariaLabelButton', 'href', 'icon', 'label', 'rel', 'target'],
|
|
402
379
|
}]
|
|
403
380
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
404
381
|
let IxButton = class IxButton {
|
|
@@ -409,24 +386,23 @@ let IxButton = class IxButton {
|
|
|
409
386
|
c.detach();
|
|
410
387
|
this.el = r.nativeElement;
|
|
411
388
|
}
|
|
412
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
413
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
389
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
390
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxButton, isStandalone: true, selector: "ix-button", inputs: { ariaLabelButton: "ariaLabelButton", disabled: "disabled", form: "form", href: "href", icon: "icon", iconRight: "iconRight", loading: "loading", rel: "rel", target: "target", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
414
391
|
};
|
|
415
392
|
IxButton = __decorate([
|
|
416
393
|
ProxyCmp({
|
|
417
|
-
defineCustomElementFn: defineCustomElement$
|
|
418
|
-
inputs: ['ariaLabelButton', 'disabled', 'form', '
|
|
394
|
+
defineCustomElementFn: defineCustomElement$8,
|
|
395
|
+
inputs: ['ariaLabelButton', 'disabled', 'form', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target', 'type', 'variant']
|
|
419
396
|
})
|
|
420
397
|
], IxButton);
|
|
421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxButton, decorators: [{
|
|
422
399
|
type: Component,
|
|
423
400
|
args: [{
|
|
424
401
|
selector: 'ix-button',
|
|
425
402
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
426
403
|
template: '<ng-content></ng-content>',
|
|
427
404
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
428
|
-
inputs: ['ariaLabelButton', 'disabled', 'form', '
|
|
429
|
-
standalone: true
|
|
405
|
+
inputs: ['ariaLabelButton', 'disabled', 'form', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target', 'type', 'variant'],
|
|
430
406
|
}]
|
|
431
407
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
432
408
|
let IxCard = class IxCard {
|
|
@@ -437,16 +413,16 @@ let IxCard = class IxCard {
|
|
|
437
413
|
c.detach();
|
|
438
414
|
this.el = r.nativeElement;
|
|
439
415
|
}
|
|
440
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
441
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
416
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
417
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCard, isStandalone: true, selector: "ix-card", inputs: { selected: "selected", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
442
418
|
};
|
|
443
419
|
IxCard = __decorate([
|
|
444
420
|
ProxyCmp({
|
|
445
|
-
defineCustomElementFn: defineCustomElement$
|
|
421
|
+
defineCustomElementFn: defineCustomElement$9,
|
|
446
422
|
inputs: ['selected', 'variant']
|
|
447
423
|
})
|
|
448
424
|
], IxCard);
|
|
449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCard, decorators: [{
|
|
450
426
|
type: Component,
|
|
451
427
|
args: [{
|
|
452
428
|
selector: 'ix-card',
|
|
@@ -454,7 +430,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
454
430
|
template: '<ng-content></ng-content>',
|
|
455
431
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
456
432
|
inputs: ['selected', 'variant'],
|
|
457
|
-
standalone: true
|
|
458
433
|
}]
|
|
459
434
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
460
435
|
let IxCardAccordion = class IxCardAccordion {
|
|
@@ -465,24 +440,23 @@ let IxCardAccordion = class IxCardAccordion {
|
|
|
465
440
|
c.detach();
|
|
466
441
|
this.el = r.nativeElement;
|
|
467
442
|
}
|
|
468
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
469
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
443
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
444
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCardAccordion, isStandalone: true, selector: "ix-card-accordion", inputs: { ariaLabelExpandButton: "ariaLabelExpandButton", collapse: "collapse", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
470
445
|
};
|
|
471
446
|
IxCardAccordion = __decorate([
|
|
472
447
|
ProxyCmp({
|
|
473
|
-
defineCustomElementFn: defineCustomElement$
|
|
474
|
-
inputs: ['ariaLabelExpandButton', 'collapse']
|
|
448
|
+
defineCustomElementFn: defineCustomElement$a,
|
|
449
|
+
inputs: ['ariaLabelExpandButton', 'collapse', 'variant']
|
|
475
450
|
})
|
|
476
451
|
], IxCardAccordion);
|
|
477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardAccordion, decorators: [{
|
|
478
453
|
type: Component,
|
|
479
454
|
args: [{
|
|
480
455
|
selector: 'ix-card-accordion',
|
|
481
456
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
482
457
|
template: '<ng-content></ng-content>',
|
|
483
458
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
484
|
-
inputs: ['ariaLabelExpandButton', 'collapse'],
|
|
485
|
-
standalone: true
|
|
459
|
+
inputs: ['ariaLabelExpandButton', 'collapse', 'variant'],
|
|
486
460
|
}]
|
|
487
461
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
488
462
|
let IxCardContent = class IxCardContent {
|
|
@@ -493,15 +467,15 @@ let IxCardContent = class IxCardContent {
|
|
|
493
467
|
c.detach();
|
|
494
468
|
this.el = r.nativeElement;
|
|
495
469
|
}
|
|
496
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
497
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
470
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
471
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCardContent, isStandalone: true, selector: "ix-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
498
472
|
};
|
|
499
473
|
IxCardContent = __decorate([
|
|
500
474
|
ProxyCmp({
|
|
501
|
-
defineCustomElementFn: defineCustomElement$
|
|
475
|
+
defineCustomElementFn: defineCustomElement$b
|
|
502
476
|
})
|
|
503
477
|
], IxCardContent);
|
|
504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardContent, decorators: [{
|
|
505
479
|
type: Component,
|
|
506
480
|
args: [{
|
|
507
481
|
selector: 'ix-card-content',
|
|
@@ -509,28 +483,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
509
483
|
template: '<ng-content></ng-content>',
|
|
510
484
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
511
485
|
inputs: [],
|
|
512
|
-
standalone: true
|
|
513
486
|
}]
|
|
514
487
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
515
488
|
let IxCardList = class IxCardList {
|
|
516
489
|
z;
|
|
517
490
|
el;
|
|
491
|
+
collapseChanged = new EventEmitter();
|
|
492
|
+
showAllClick = new EventEmitter();
|
|
493
|
+
showMoreCardClick = new EventEmitter();
|
|
518
494
|
constructor(c, r, z) {
|
|
519
495
|
this.z = z;
|
|
520
496
|
c.detach();
|
|
521
497
|
this.el = r.nativeElement;
|
|
522
|
-
proxyOutputs(this, this.el, ['collapseChanged', 'showAllClick', 'showMoreCardClick']);
|
|
523
498
|
}
|
|
524
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
525
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
499
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
500
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCardList, isStandalone: true, selector: "ix-card-list", inputs: { ariaLabelExpandButton: "ariaLabelExpandButton", collapse: "collapse", hideShowAll: "hideShowAll", i18nMoreCards: "i18nMoreCards", i18nShowAll: "i18nShowAll", label: "label", listStyle: "listStyle", showAllCount: "showAllCount", suppressOverflowHandling: "suppressOverflowHandling" }, outputs: { collapseChanged: "collapseChanged", showAllClick: "showAllClick", showMoreCardClick: "showMoreCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
526
501
|
};
|
|
527
502
|
IxCardList = __decorate([
|
|
528
503
|
ProxyCmp({
|
|
529
|
-
defineCustomElementFn: defineCustomElement$
|
|
504
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
530
505
|
inputs: ['ariaLabelExpandButton', 'collapse', 'hideShowAll', 'i18nMoreCards', 'i18nShowAll', 'label', 'listStyle', 'showAllCount', 'suppressOverflowHandling']
|
|
531
506
|
})
|
|
532
507
|
], IxCardList);
|
|
533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardList, decorators: [{
|
|
534
509
|
type: Component,
|
|
535
510
|
args: [{
|
|
536
511
|
selector: 'ix-card-list',
|
|
@@ -538,9 +513,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
538
513
|
template: '<ng-content></ng-content>',
|
|
539
514
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
540
515
|
inputs: ['ariaLabelExpandButton', 'collapse', 'hideShowAll', 'i18nMoreCards', 'i18nShowAll', 'label', 'listStyle', 'showAllCount', 'suppressOverflowHandling'],
|
|
541
|
-
|
|
542
|
-
}]
|
|
543
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
516
|
+
outputs: ['collapseChanged', 'showAllClick', 'showMoreCardClick'],
|
|
517
|
+
}]
|
|
518
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { collapseChanged: [{
|
|
519
|
+
type: Output
|
|
520
|
+
}], showAllClick: [{
|
|
521
|
+
type: Output
|
|
522
|
+
}], showMoreCardClick: [{
|
|
523
|
+
type: Output
|
|
524
|
+
}] } });
|
|
544
525
|
let IxCardTitle = class IxCardTitle {
|
|
545
526
|
z;
|
|
546
527
|
el;
|
|
@@ -549,15 +530,15 @@ let IxCardTitle = class IxCardTitle {
|
|
|
549
530
|
c.detach();
|
|
550
531
|
this.el = r.nativeElement;
|
|
551
532
|
}
|
|
552
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
553
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
533
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
534
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCardTitle, isStandalone: true, selector: "ix-card-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
554
535
|
};
|
|
555
536
|
IxCardTitle = __decorate([
|
|
556
537
|
ProxyCmp({
|
|
557
|
-
defineCustomElementFn: defineCustomElement$
|
|
538
|
+
defineCustomElementFn: defineCustomElement$d
|
|
558
539
|
})
|
|
559
540
|
], IxCardTitle);
|
|
560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardTitle, decorators: [{
|
|
561
542
|
type: Component,
|
|
562
543
|
args: [{
|
|
563
544
|
selector: 'ix-card-title',
|
|
@@ -565,57 +546,69 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
565
546
|
template: '<ng-content></ng-content>',
|
|
566
547
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
567
548
|
inputs: [],
|
|
568
|
-
standalone: true
|
|
569
549
|
}]
|
|
570
550
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
571
551
|
let IxCategoryFilter = class IxCategoryFilter {
|
|
572
552
|
z;
|
|
573
553
|
el;
|
|
554
|
+
categoryChanged = new EventEmitter();
|
|
555
|
+
inputChanged = new EventEmitter();
|
|
556
|
+
filterChanged = new EventEmitter();
|
|
557
|
+
filterCleared = new EventEmitter();
|
|
574
558
|
constructor(c, r, z) {
|
|
575
559
|
this.z = z;
|
|
576
560
|
c.detach();
|
|
577
561
|
this.el = r.nativeElement;
|
|
578
|
-
proxyOutputs(this, this.el, ['categoryChanged', 'inputChanged', 'filterChanged', 'filterCleared']);
|
|
579
562
|
}
|
|
580
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
581
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
563
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCategoryFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
564
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCategoryFilter, isStandalone: true, selector: "ix-category-filter", inputs: { ariaLabelFilterInput: "ariaLabelFilterInput", ariaLabelOperatorButton: "ariaLabelOperatorButton", ariaLabelResetButton: "ariaLabelResetButton", categories: "categories", disabled: "disabled", filterState: "filterState", hideIcon: "hideIcon", i18nPlainText: "i18nPlainText", icon: "icon", labelCategories: "labelCategories", nonSelectableCategories: "nonSelectableCategories", placeholder: "placeholder", readonly: "readonly", staticOperator: "staticOperator", suggestions: "suggestions", uniqueCategories: "uniqueCategories" }, outputs: { categoryChanged: "categoryChanged", inputChanged: "inputChanged", filterChanged: "filterChanged", filterCleared: "filterCleared" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
582
565
|
};
|
|
583
566
|
IxCategoryFilter = __decorate([
|
|
584
567
|
ProxyCmp({
|
|
585
|
-
defineCustomElementFn: defineCustomElement$
|
|
586
|
-
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', '
|
|
568
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
569
|
+
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'staticOperator', 'suggestions', 'uniqueCategories']
|
|
587
570
|
})
|
|
588
571
|
], IxCategoryFilter);
|
|
589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCategoryFilter, decorators: [{
|
|
590
573
|
type: Component,
|
|
591
574
|
args: [{
|
|
592
575
|
selector: 'ix-category-filter',
|
|
593
576
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
594
577
|
template: '<ng-content></ng-content>',
|
|
595
578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
596
|
-
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', '
|
|
597
|
-
|
|
579
|
+
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'staticOperator', 'suggestions', 'uniqueCategories'],
|
|
580
|
+
outputs: ['categoryChanged', 'inputChanged', 'filterChanged', 'filterCleared'],
|
|
598
581
|
}]
|
|
599
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
582
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { categoryChanged: [{
|
|
583
|
+
type: Output
|
|
584
|
+
}], inputChanged: [{
|
|
585
|
+
type: Output
|
|
586
|
+
}], filterChanged: [{
|
|
587
|
+
type: Output
|
|
588
|
+
}], filterCleared: [{
|
|
589
|
+
type: Output
|
|
590
|
+
}] } });
|
|
600
591
|
let IxCheckbox = class IxCheckbox {
|
|
601
592
|
z;
|
|
602
593
|
el;
|
|
594
|
+
checkedChange = new EventEmitter();
|
|
595
|
+
valueChange = new EventEmitter();
|
|
596
|
+
ixBlur = new EventEmitter();
|
|
603
597
|
constructor(c, r, z) {
|
|
604
598
|
this.z = z;
|
|
605
599
|
c.detach();
|
|
606
600
|
this.el = r.nativeElement;
|
|
607
|
-
proxyOutputs(this, this.el, ['checkedChange', 'valueChange', 'ixBlur']);
|
|
608
601
|
}
|
|
609
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
610
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
602
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
603
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCheckbox, isStandalone: true, selector: "ix-checkbox", inputs: { checked: "checked", disabled: "disabled", indeterminate: "indeterminate", label: "label", name: "name", required: "required", value: "value" }, outputs: { checkedChange: "checkedChange", valueChange: "valueChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
611
604
|
};
|
|
612
605
|
IxCheckbox = __decorate([
|
|
613
606
|
ProxyCmp({
|
|
614
|
-
defineCustomElementFn: defineCustomElement$
|
|
607
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
615
608
|
inputs: ['checked', 'disabled', 'indeterminate', 'label', 'name', 'required', 'value']
|
|
616
609
|
})
|
|
617
610
|
], IxCheckbox);
|
|
618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCheckbox, decorators: [{
|
|
619
612
|
type: Component,
|
|
620
613
|
args: [{
|
|
621
614
|
selector: 'ix-checkbox',
|
|
@@ -623,9 +616,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
623
616
|
template: '<ng-content></ng-content>',
|
|
624
617
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
625
618
|
inputs: ['checked', 'disabled', 'indeterminate', 'label', 'name', 'required', 'value'],
|
|
626
|
-
|
|
627
|
-
}]
|
|
628
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
619
|
+
outputs: ['checkedChange', 'valueChange', 'ixBlur'],
|
|
620
|
+
}]
|
|
621
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { checkedChange: [{
|
|
622
|
+
type: Output
|
|
623
|
+
}], valueChange: [{
|
|
624
|
+
type: Output
|
|
625
|
+
}], ixBlur: [{
|
|
626
|
+
type: Output
|
|
627
|
+
}] } });
|
|
629
628
|
let IxCheckboxGroup = class IxCheckboxGroup {
|
|
630
629
|
z;
|
|
631
630
|
el;
|
|
@@ -634,16 +633,16 @@ let IxCheckboxGroup = class IxCheckboxGroup {
|
|
|
634
633
|
c.detach();
|
|
635
634
|
this.el = r.nativeElement;
|
|
636
635
|
}
|
|
637
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
638
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
636
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
637
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCheckboxGroup, isStandalone: true, selector: "ix-checkbox-group", inputs: { direction: "direction", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", showTextAsTooltip: "showTextAsTooltip", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
639
638
|
};
|
|
640
639
|
IxCheckboxGroup = __decorate([
|
|
641
640
|
ProxyCmp({
|
|
642
|
-
defineCustomElementFn: defineCustomElement$
|
|
641
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
643
642
|
inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'warningText']
|
|
644
643
|
})
|
|
645
644
|
], IxCheckboxGroup);
|
|
646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCheckboxGroup, decorators: [{
|
|
647
646
|
type: Component,
|
|
648
647
|
args: [{
|
|
649
648
|
selector: 'ix-checkbox-group',
|
|
@@ -651,38 +650,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
651
650
|
template: '<ng-content></ng-content>',
|
|
652
651
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
653
652
|
inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'warningText'],
|
|
654
|
-
standalone: true
|
|
655
653
|
}]
|
|
656
654
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
657
655
|
let IxChip = class IxChip {
|
|
658
656
|
z;
|
|
659
657
|
el;
|
|
658
|
+
closeChip = new EventEmitter();
|
|
660
659
|
constructor(c, r, z) {
|
|
661
660
|
this.z = z;
|
|
662
661
|
c.detach();
|
|
663
662
|
this.el = r.nativeElement;
|
|
664
|
-
proxyOutputs(this, this.el, ['closeChip']);
|
|
665
663
|
}
|
|
666
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
667
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
664
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
665
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxChip, isStandalone: true, selector: "ix-chip", inputs: { ariaLabelCloseButton: "ariaLabelCloseButton", background: "background", centerContent: "centerContent", chipColor: "chipColor", closable: "closable", icon: "icon", inactive: "inactive", outline: "outline", tooltipText: "tooltipText", variant: "variant" }, outputs: { closeChip: "closeChip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
668
666
|
};
|
|
669
667
|
IxChip = __decorate([
|
|
670
668
|
ProxyCmp({
|
|
671
|
-
defineCustomElementFn: defineCustomElement$
|
|
672
|
-
inputs: ['
|
|
669
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
670
|
+
inputs: ['ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'inactive', 'outline', 'tooltipText', 'variant']
|
|
673
671
|
})
|
|
674
672
|
], IxChip);
|
|
675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxChip, decorators: [{
|
|
676
674
|
type: Component,
|
|
677
675
|
args: [{
|
|
678
676
|
selector: 'ix-chip',
|
|
679
677
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
680
678
|
template: '<ng-content></ng-content>',
|
|
681
679
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
682
|
-
inputs: ['
|
|
683
|
-
|
|
680
|
+
inputs: ['ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'inactive', 'outline', 'tooltipText', 'variant'],
|
|
681
|
+
outputs: ['closeChip'],
|
|
684
682
|
}]
|
|
685
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
683
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeChip: [{
|
|
684
|
+
type: Output
|
|
685
|
+
}] } });
|
|
686
686
|
let IxCol = class IxCol {
|
|
687
687
|
z;
|
|
688
688
|
el;
|
|
@@ -691,16 +691,16 @@ let IxCol = class IxCol {
|
|
|
691
691
|
c.detach();
|
|
692
692
|
this.el = r.nativeElement;
|
|
693
693
|
}
|
|
694
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
695
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
694
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
695
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCol, isStandalone: true, selector: "ix-col", inputs: { size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
696
696
|
};
|
|
697
697
|
IxCol = __decorate([
|
|
698
698
|
ProxyCmp({
|
|
699
|
-
defineCustomElementFn: defineCustomElement$
|
|
699
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
700
700
|
inputs: ['size', 'sizeLg', 'sizeMd', 'sizeSm']
|
|
701
701
|
})
|
|
702
702
|
], IxCol);
|
|
703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCol, decorators: [{
|
|
704
704
|
type: Component,
|
|
705
705
|
args: [{
|
|
706
706
|
selector: 'ix-col',
|
|
@@ -708,7 +708,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
708
708
|
template: '<ng-content></ng-content>',
|
|
709
709
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
710
710
|
inputs: ['size', 'sizeLg', 'sizeMd', 'sizeSm'],
|
|
711
|
-
standalone: true
|
|
712
711
|
}]
|
|
713
712
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
714
713
|
let IxContent = class IxContent {
|
|
@@ -719,15 +718,15 @@ let IxContent = class IxContent {
|
|
|
719
718
|
c.detach();
|
|
720
719
|
this.el = r.nativeElement;
|
|
721
720
|
}
|
|
722
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
723
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
721
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
722
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxContent, isStandalone: true, selector: "ix-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
724
723
|
};
|
|
725
724
|
IxContent = __decorate([
|
|
726
725
|
ProxyCmp({
|
|
727
|
-
defineCustomElementFn: defineCustomElement$
|
|
726
|
+
defineCustomElementFn: defineCustomElement$j
|
|
728
727
|
})
|
|
729
728
|
], IxContent);
|
|
730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxContent, decorators: [{
|
|
731
730
|
type: Component,
|
|
732
731
|
args: [{
|
|
733
732
|
selector: 'ix-content',
|
|
@@ -735,28 +734,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
735
734
|
template: '<ng-content></ng-content>',
|
|
736
735
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
737
736
|
inputs: [],
|
|
738
|
-
standalone: true
|
|
739
737
|
}]
|
|
740
738
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
741
739
|
let IxContentHeader = class IxContentHeader {
|
|
742
740
|
z;
|
|
743
741
|
el;
|
|
742
|
+
backButtonClick = new EventEmitter();
|
|
744
743
|
constructor(c, r, z) {
|
|
745
744
|
this.z = z;
|
|
746
745
|
c.detach();
|
|
747
746
|
this.el = r.nativeElement;
|
|
748
|
-
proxyOutputs(this, this.el, ['backButtonClick']);
|
|
749
747
|
}
|
|
750
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
751
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
748
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxContentHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
749
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxContentHeader, isStandalone: true, selector: "ix-content-header", inputs: { hasBackButton: "hasBackButton", headerSubtitle: "headerSubtitle", headerTitle: "headerTitle", variant: "variant" }, outputs: { backButtonClick: "backButtonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
752
750
|
};
|
|
753
751
|
IxContentHeader = __decorate([
|
|
754
752
|
ProxyCmp({
|
|
755
|
-
defineCustomElementFn: defineCustomElement$
|
|
753
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
756
754
|
inputs: ['hasBackButton', 'headerSubtitle', 'headerTitle', 'variant']
|
|
757
755
|
})
|
|
758
756
|
], IxContentHeader);
|
|
759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxContentHeader, decorators: [{
|
|
760
758
|
type: Component,
|
|
761
759
|
args: [{
|
|
762
760
|
selector: 'ix-content-header',
|
|
@@ -764,9 +762,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
764
762
|
template: '<ng-content></ng-content>',
|
|
765
763
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
766
764
|
inputs: ['hasBackButton', 'headerSubtitle', 'headerTitle', 'variant'],
|
|
767
|
-
|
|
765
|
+
outputs: ['backButtonClick'],
|
|
768
766
|
}]
|
|
769
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
767
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { backButtonClick: [{
|
|
768
|
+
type: Output
|
|
769
|
+
}] } });
|
|
770
770
|
let IxCustomField = class IxCustomField {
|
|
771
771
|
z;
|
|
772
772
|
el;
|
|
@@ -775,16 +775,16 @@ let IxCustomField = class IxCustomField {
|
|
|
775
775
|
c.detach();
|
|
776
776
|
this.el = r.nativeElement;
|
|
777
777
|
}
|
|
778
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
779
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
778
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCustomField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
779
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCustomField, isStandalone: true, selector: "ix-custom-field", inputs: { helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", required: "required", showTextAsTooltip: "showTextAsTooltip", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
780
780
|
};
|
|
781
781
|
IxCustomField = __decorate([
|
|
782
782
|
ProxyCmp({
|
|
783
|
-
defineCustomElementFn: defineCustomElement$
|
|
783
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
784
784
|
inputs: ['helperText', 'infoText', 'invalidText', 'label', 'required', 'showTextAsTooltip', 'validText', 'warningText']
|
|
785
785
|
})
|
|
786
786
|
], IxCustomField);
|
|
787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCustomField, decorators: [{
|
|
788
788
|
type: Component,
|
|
789
789
|
args: [{
|
|
790
790
|
selector: 'ix-custom-field',
|
|
@@ -792,128 +792,150 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
792
792
|
template: '<ng-content></ng-content>',
|
|
793
793
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
794
794
|
inputs: ['helperText', 'infoText', 'invalidText', 'label', 'required', 'showTextAsTooltip', 'validText', 'warningText'],
|
|
795
|
-
standalone: true
|
|
796
795
|
}]
|
|
797
796
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
798
797
|
let IxDateDropdown = class IxDateDropdown {
|
|
799
798
|
z;
|
|
800
799
|
el;
|
|
800
|
+
dateRangeChange = new EventEmitter();
|
|
801
801
|
constructor(c, r, z) {
|
|
802
802
|
this.z = z;
|
|
803
803
|
c.detach();
|
|
804
804
|
this.el = r.nativeElement;
|
|
805
|
-
proxyOutputs(this, this.el, ['dateRangeChange']);
|
|
806
805
|
}
|
|
807
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
808
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
806
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
807
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDateDropdown, isStandalone: true, selector: "ix-date-dropdown", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", customRangeDisabled: "customRangeDisabled", dateRangeId: "dateRangeId", dateRangeOptions: "dateRangeOptions", disabled: "disabled", format: "format", from: "from", i18nCustomItem: "i18nCustomItem", i18nDone: "i18nDone", i18nNoRange: "i18nNoRange", loading: "loading", locale: "locale", maxDate: "maxDate", minDate: "minDate", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", to: "to", variant: "variant", weekStartIndex: "weekStartIndex" }, outputs: { dateRangeChange: "dateRangeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
809
808
|
};
|
|
810
809
|
IxDateDropdown = __decorate([
|
|
811
810
|
ProxyCmp({
|
|
812
|
-
defineCustomElementFn: defineCustomElement$
|
|
813
|
-
inputs: ['ariaLabelDropdownButton', '
|
|
811
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
812
|
+
inputs: ['ariaLabelDropdownButton', 'customRangeDisabled', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'variant', 'weekStartIndex'],
|
|
814
813
|
methods: ['getDateRange']
|
|
815
814
|
})
|
|
816
815
|
], IxDateDropdown);
|
|
817
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateDropdown, decorators: [{
|
|
818
817
|
type: Component,
|
|
819
818
|
args: [{
|
|
820
819
|
selector: 'ix-date-dropdown',
|
|
821
820
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
822
821
|
template: '<ng-content></ng-content>',
|
|
823
822
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
824
|
-
inputs: ['ariaLabelDropdownButton', '
|
|
825
|
-
|
|
823
|
+
inputs: ['ariaLabelDropdownButton', 'customRangeDisabled', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'variant', 'weekStartIndex'],
|
|
824
|
+
outputs: ['dateRangeChange'],
|
|
826
825
|
}]
|
|
827
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
826
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dateRangeChange: [{
|
|
827
|
+
type: Output
|
|
828
|
+
}] } });
|
|
828
829
|
let IxDateInput = class IxDateInput {
|
|
829
830
|
z;
|
|
830
831
|
el;
|
|
832
|
+
valueChange = new EventEmitter();
|
|
833
|
+
validityStateChange = new EventEmitter();
|
|
831
834
|
constructor(c, r, z) {
|
|
832
835
|
this.z = z;
|
|
833
836
|
c.detach();
|
|
834
837
|
this.el = r.nativeElement;
|
|
835
|
-
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange']);
|
|
836
838
|
}
|
|
837
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
838
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
839
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
840
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDateInput, isStandalone: true, selector: "ix-date-input", inputs: { ariaLabelCalendarButton: "ariaLabelCalendarButton", ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", disabled: "disabled", format: "format", helperText: "helperText", i18nErrorDateUnparsable: "i18nErrorDateUnparsable", infoText: "infoText", invalidText: "invalidText", label: "label", locale: "locale", maxDate: "maxDate", minDate: "minDate", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", showWeekNumbers: "showWeekNumbers", suppressSubmitOnEnter: "suppressSubmitOnEnter", textAlignment: "textAlignment", validText: "validText", value: "value", warningText: "warningText", weekStartIndex: "weekStartIndex" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
839
841
|
};
|
|
840
842
|
IxDateInput = __decorate([
|
|
841
843
|
ProxyCmp({
|
|
842
|
-
defineCustomElementFn: defineCustomElement$
|
|
843
|
-
inputs: ['ariaLabelCalendarButton', 'ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'maxDate', 'minDate', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'validText', 'value', 'warningText', 'weekStartIndex'],
|
|
844
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
845
|
+
inputs: ['ariaLabelCalendarButton', 'ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'maxDate', 'minDate', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText', 'weekStartIndex'],
|
|
844
846
|
methods: ['getNativeInputElement', 'focusInput']
|
|
845
847
|
})
|
|
846
848
|
], IxDateInput);
|
|
847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateInput, decorators: [{
|
|
848
850
|
type: Component,
|
|
849
851
|
args: [{
|
|
850
852
|
selector: 'ix-date-input',
|
|
851
853
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
852
854
|
template: '<ng-content></ng-content>',
|
|
853
855
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
854
|
-
inputs: ['ariaLabelCalendarButton', 'ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'maxDate', 'minDate', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'validText', 'value', 'warningText', 'weekStartIndex'],
|
|
855
|
-
|
|
856
|
+
inputs: ['ariaLabelCalendarButton', 'ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'maxDate', 'minDate', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText', 'weekStartIndex'],
|
|
857
|
+
outputs: ['valueChange', 'validityStateChange'],
|
|
856
858
|
}]
|
|
857
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
859
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
860
|
+
type: Output
|
|
861
|
+
}], validityStateChange: [{
|
|
862
|
+
type: Output
|
|
863
|
+
}] } });
|
|
858
864
|
let IxDatePicker = class IxDatePicker {
|
|
859
865
|
z;
|
|
860
866
|
el;
|
|
867
|
+
dateChange = new EventEmitter();
|
|
868
|
+
dateRangeChange = new EventEmitter();
|
|
869
|
+
dateSelect = new EventEmitter();
|
|
861
870
|
constructor(c, r, z) {
|
|
862
871
|
this.z = z;
|
|
863
872
|
c.detach();
|
|
864
873
|
this.el = r.nativeElement;
|
|
865
|
-
proxyOutputs(this, this.el, ['dateChange', 'dateRangeChange', 'dateSelect']);
|
|
866
874
|
}
|
|
867
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
868
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
875
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
876
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDatePicker, isStandalone: true, selector: "ix-date-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", corners: "corners", format: "format", from: "from", i18nDone: "i18nDone", locale: "locale", maxDate: "maxDate", minDate: "minDate", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", to: "to", weekStartIndex: "weekStartIndex" }, outputs: { dateChange: "dateChange", dateRangeChange: "dateRangeChange", dateSelect: "dateSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
869
877
|
};
|
|
870
878
|
IxDatePicker = __decorate([
|
|
871
879
|
ProxyCmp({
|
|
872
|
-
defineCustomElementFn: defineCustomElement$
|
|
873
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', '
|
|
880
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
881
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'weekStartIndex'],
|
|
874
882
|
methods: ['getCurrentDate']
|
|
875
883
|
})
|
|
876
884
|
], IxDatePicker);
|
|
877
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatePicker, decorators: [{
|
|
878
886
|
type: Component,
|
|
879
887
|
args: [{
|
|
880
888
|
selector: 'ix-date-picker',
|
|
881
889
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
882
890
|
template: '<ng-content></ng-content>',
|
|
883
891
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
884
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', '
|
|
885
|
-
|
|
892
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'weekStartIndex'],
|
|
893
|
+
outputs: ['dateChange', 'dateRangeChange', 'dateSelect'],
|
|
886
894
|
}]
|
|
887
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
895
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dateChange: [{
|
|
896
|
+
type: Output
|
|
897
|
+
}], dateRangeChange: [{
|
|
898
|
+
type: Output
|
|
899
|
+
}], dateSelect: [{
|
|
900
|
+
type: Output
|
|
901
|
+
}] } });
|
|
888
902
|
let IxDatetimePicker = class IxDatetimePicker {
|
|
889
903
|
z;
|
|
890
904
|
el;
|
|
905
|
+
timeChange = new EventEmitter();
|
|
906
|
+
dateChange = new EventEmitter();
|
|
907
|
+
dateSelect = new EventEmitter();
|
|
891
908
|
constructor(c, r, z) {
|
|
892
909
|
this.z = z;
|
|
893
910
|
c.detach();
|
|
894
911
|
this.el = r.nativeElement;
|
|
895
|
-
proxyOutputs(this, this.el, ['timeChange', 'dateChange', 'dateSelect']);
|
|
896
912
|
}
|
|
897
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
898
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
913
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatetimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
914
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDatetimePicker, isStandalone: true, selector: "ix-datetime-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", dateFormat: "dateFormat", from: "from", i18nDone: "i18nDone", i18nTime: "i18nTime", locale: "locale", maxDate: "maxDate", minDate: "minDate", showTimeReference: "showTimeReference", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", time: "time", timeFormat: "timeFormat", timeReference: "timeReference", to: "to", weekStartIndex: "weekStartIndex" }, outputs: { timeChange: "timeChange", dateChange: "dateChange", dateSelect: "dateSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
899
915
|
};
|
|
900
916
|
IxDatetimePicker = __decorate([
|
|
901
917
|
ProxyCmp({
|
|
902
|
-
defineCustomElementFn: defineCustomElement$
|
|
903
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', '
|
|
918
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
919
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'showTimeReference', 'showWeekNumbers', 'singleSelection', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex']
|
|
904
920
|
})
|
|
905
921
|
], IxDatetimePicker);
|
|
906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
922
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatetimePicker, decorators: [{
|
|
907
923
|
type: Component,
|
|
908
924
|
args: [{
|
|
909
925
|
selector: 'ix-datetime-picker',
|
|
910
926
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
911
927
|
template: '<ng-content></ng-content>',
|
|
912
928
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
913
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', '
|
|
914
|
-
|
|
929
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'showTimeReference', 'showWeekNumbers', 'singleSelection', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex'],
|
|
930
|
+
outputs: ['timeChange', 'dateChange', 'dateSelect'],
|
|
915
931
|
}]
|
|
916
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
932
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { timeChange: [{
|
|
933
|
+
type: Output
|
|
934
|
+
}], dateChange: [{
|
|
935
|
+
type: Output
|
|
936
|
+
}], dateSelect: [{
|
|
937
|
+
type: Output
|
|
938
|
+
}] } });
|
|
917
939
|
let IxDivider = class IxDivider {
|
|
918
940
|
z;
|
|
919
941
|
el;
|
|
@@ -922,15 +944,15 @@ let IxDivider = class IxDivider {
|
|
|
922
944
|
c.detach();
|
|
923
945
|
this.el = r.nativeElement;
|
|
924
946
|
}
|
|
925
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
926
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
947
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
948
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDivider, isStandalone: true, selector: "ix-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
927
949
|
};
|
|
928
950
|
IxDivider = __decorate([
|
|
929
951
|
ProxyCmp({
|
|
930
|
-
defineCustomElementFn: defineCustomElement$
|
|
952
|
+
defineCustomElementFn: defineCustomElement$q
|
|
931
953
|
})
|
|
932
954
|
], IxDivider);
|
|
933
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDivider, decorators: [{
|
|
934
956
|
type: Component,
|
|
935
957
|
args: [{
|
|
936
958
|
selector: 'ix-divider',
|
|
@@ -938,29 +960,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
938
960
|
template: '<ng-content></ng-content>',
|
|
939
961
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
940
962
|
inputs: [],
|
|
941
|
-
standalone: true
|
|
942
963
|
}]
|
|
943
964
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
944
965
|
let IxDrawer = class IxDrawer {
|
|
945
966
|
z;
|
|
946
967
|
el;
|
|
968
|
+
open = new EventEmitter();
|
|
969
|
+
drawerClose = new EventEmitter();
|
|
947
970
|
constructor(c, r, z) {
|
|
948
971
|
this.z = z;
|
|
949
972
|
c.detach();
|
|
950
973
|
this.el = r.nativeElement;
|
|
951
|
-
proxyOutputs(this, this.el, ['open', 'drawerClose']);
|
|
952
974
|
}
|
|
953
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
954
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
975
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
976
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDrawer, isStandalone: true, selector: "ix-drawer", inputs: { ariaLabelCloseButton: "ariaLabelCloseButton", closeOnClickOutside: "closeOnClickOutside", fullHeight: "fullHeight", maxWidth: "maxWidth", minWidth: "minWidth", show: "show", width: "width" }, outputs: { open: "open", drawerClose: "drawerClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
955
977
|
};
|
|
956
978
|
IxDrawer = __decorate([
|
|
957
979
|
ProxyCmp({
|
|
958
|
-
defineCustomElementFn: defineCustomElement$
|
|
980
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
959
981
|
inputs: ['ariaLabelCloseButton', 'closeOnClickOutside', 'fullHeight', 'maxWidth', 'minWidth', 'show', 'width'],
|
|
960
982
|
methods: ['toggleDrawer']
|
|
961
983
|
})
|
|
962
984
|
], IxDrawer);
|
|
963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDrawer, decorators: [{
|
|
964
986
|
type: Component,
|
|
965
987
|
args: [{
|
|
966
988
|
selector: 'ix-drawer',
|
|
@@ -968,29 +990,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
968
990
|
template: '<ng-content></ng-content>',
|
|
969
991
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
970
992
|
inputs: ['ariaLabelCloseButton', 'closeOnClickOutside', 'fullHeight', 'maxWidth', 'minWidth', 'show', 'width'],
|
|
971
|
-
|
|
993
|
+
outputs: ['open', 'drawerClose'],
|
|
972
994
|
}]
|
|
973
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
995
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { open: [{
|
|
996
|
+
type: Output
|
|
997
|
+
}], drawerClose: [{
|
|
998
|
+
type: Output
|
|
999
|
+
}] } });
|
|
974
1000
|
let IxDropdown = class IxDropdown {
|
|
975
1001
|
z;
|
|
976
1002
|
el;
|
|
1003
|
+
showChanged = new EventEmitter();
|
|
977
1004
|
constructor(c, r, z) {
|
|
978
1005
|
this.z = z;
|
|
979
1006
|
c.detach();
|
|
980
1007
|
this.el = r.nativeElement;
|
|
981
|
-
proxyOutputs(this, this.el, ['showChanged']);
|
|
982
1008
|
}
|
|
983
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
984
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1009
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1010
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdown, isStandalone: true, selector: "ix-dropdown", inputs: { anchor: "anchor", closeBehavior: "closeBehavior", header: "header", placement: "placement", positioningStrategy: "positioningStrategy", show: "show", suppressAutomaticPlacement: "suppressAutomaticPlacement", trigger: "trigger" }, outputs: { showChanged: "showChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
985
1011
|
};
|
|
986
1012
|
IxDropdown = __decorate([
|
|
987
1013
|
ProxyCmp({
|
|
988
|
-
defineCustomElementFn: defineCustomElement$
|
|
1014
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
989
1015
|
inputs: ['anchor', 'closeBehavior', 'header', 'placement', 'positioningStrategy', 'show', 'suppressAutomaticPlacement', 'trigger'],
|
|
990
1016
|
methods: ['updatePosition']
|
|
991
1017
|
})
|
|
992
1018
|
], IxDropdown);
|
|
993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdown, decorators: [{
|
|
994
1020
|
type: Component,
|
|
995
1021
|
args: [{
|
|
996
1022
|
selector: 'ix-dropdown',
|
|
@@ -998,9 +1024,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
998
1024
|
template: '<ng-content></ng-content>',
|
|
999
1025
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1000
1026
|
inputs: ['anchor', 'closeBehavior', 'header', 'placement', 'positioningStrategy', 'show', 'suppressAutomaticPlacement', 'trigger'],
|
|
1001
|
-
|
|
1027
|
+
outputs: ['showChanged'],
|
|
1002
1028
|
}]
|
|
1003
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1029
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { showChanged: [{
|
|
1030
|
+
type: Output
|
|
1031
|
+
}] } });
|
|
1004
1032
|
let IxDropdownButton = class IxDropdownButton {
|
|
1005
1033
|
z;
|
|
1006
1034
|
el;
|
|
@@ -1009,24 +1037,23 @@ let IxDropdownButton = class IxDropdownButton {
|
|
|
1009
1037
|
c.detach();
|
|
1010
1038
|
this.el = r.nativeElement;
|
|
1011
1039
|
}
|
|
1012
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1013
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1040
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1041
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownButton, isStandalone: true, selector: "ix-dropdown-button", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", closeBehavior: "closeBehavior", disabled: "disabled", icon: "icon", label: "label", placement: "placement", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1014
1042
|
};
|
|
1015
1043
|
IxDropdownButton = __decorate([
|
|
1016
1044
|
ProxyCmp({
|
|
1017
|
-
defineCustomElementFn: defineCustomElement$
|
|
1018
|
-
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', '
|
|
1045
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
1046
|
+
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'variant']
|
|
1019
1047
|
})
|
|
1020
1048
|
], IxDropdownButton);
|
|
1021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownButton, decorators: [{
|
|
1022
1050
|
type: Component,
|
|
1023
1051
|
args: [{
|
|
1024
1052
|
selector: 'ix-dropdown-button',
|
|
1025
1053
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1026
1054
|
template: '<ng-content></ng-content>',
|
|
1027
1055
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1028
|
-
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', '
|
|
1029
|
-
standalone: true
|
|
1056
|
+
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'variant'],
|
|
1030
1057
|
}]
|
|
1031
1058
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1032
1059
|
let IxDropdownHeader = class IxDropdownHeader {
|
|
@@ -1037,16 +1064,16 @@ let IxDropdownHeader = class IxDropdownHeader {
|
|
|
1037
1064
|
c.detach();
|
|
1038
1065
|
this.el = r.nativeElement;
|
|
1039
1066
|
}
|
|
1040
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1041
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1067
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1068
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownHeader, isStandalone: true, selector: "ix-dropdown-header", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1042
1069
|
};
|
|
1043
1070
|
IxDropdownHeader = __decorate([
|
|
1044
1071
|
ProxyCmp({
|
|
1045
|
-
defineCustomElementFn: defineCustomElement$
|
|
1072
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
1046
1073
|
inputs: ['label']
|
|
1047
1074
|
})
|
|
1048
1075
|
], IxDropdownHeader);
|
|
1049
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownHeader, decorators: [{
|
|
1050
1077
|
type: Component,
|
|
1051
1078
|
args: [{
|
|
1052
1079
|
selector: 'ix-dropdown-header',
|
|
@@ -1054,7 +1081,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1054
1081
|
template: '<ng-content></ng-content>',
|
|
1055
1082
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1056
1083
|
inputs: ['label'],
|
|
1057
|
-
standalone: true
|
|
1058
1084
|
}]
|
|
1059
1085
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1060
1086
|
let IxDropdownItem = class IxDropdownItem {
|
|
@@ -1065,16 +1091,16 @@ let IxDropdownItem = class IxDropdownItem {
|
|
|
1065
1091
|
c.detach();
|
|
1066
1092
|
this.el = r.nativeElement;
|
|
1067
1093
|
}
|
|
1068
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1069
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1094
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1095
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownItem, isStandalone: true, selector: "ix-dropdown-item", inputs: { ariaLabelButton: "ariaLabelButton", ariaLabelIcon: "ariaLabelIcon", checked: "checked", disabled: "disabled", hover: "hover", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1070
1096
|
};
|
|
1071
1097
|
IxDropdownItem = __decorate([
|
|
1072
1098
|
ProxyCmp({
|
|
1073
|
-
defineCustomElementFn: defineCustomElement$
|
|
1099
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
1074
1100
|
inputs: ['ariaLabelButton', 'ariaLabelIcon', 'checked', 'disabled', 'hover', 'icon', 'label']
|
|
1075
1101
|
})
|
|
1076
1102
|
], IxDropdownItem);
|
|
1077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownItem, decorators: [{
|
|
1078
1104
|
type: Component,
|
|
1079
1105
|
args: [{
|
|
1080
1106
|
selector: 'ix-dropdown-item',
|
|
@@ -1082,7 +1108,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1082
1108
|
template: '<ng-content></ng-content>',
|
|
1083
1109
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1084
1110
|
inputs: ['ariaLabelButton', 'ariaLabelIcon', 'checked', 'disabled', 'hover', 'icon', 'label'],
|
|
1085
|
-
standalone: true
|
|
1086
1111
|
}]
|
|
1087
1112
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1088
1113
|
let IxDropdownQuickActions = class IxDropdownQuickActions {
|
|
@@ -1093,15 +1118,15 @@ let IxDropdownQuickActions = class IxDropdownQuickActions {
|
|
|
1093
1118
|
c.detach();
|
|
1094
1119
|
this.el = r.nativeElement;
|
|
1095
1120
|
}
|
|
1096
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1097
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1121
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownQuickActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1122
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownQuickActions, isStandalone: true, selector: "ix-dropdown-quick-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1098
1123
|
};
|
|
1099
1124
|
IxDropdownQuickActions = __decorate([
|
|
1100
1125
|
ProxyCmp({
|
|
1101
|
-
defineCustomElementFn: defineCustomElement$
|
|
1126
|
+
defineCustomElementFn: defineCustomElement$w
|
|
1102
1127
|
})
|
|
1103
1128
|
], IxDropdownQuickActions);
|
|
1104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownQuickActions, decorators: [{
|
|
1105
1130
|
type: Component,
|
|
1106
1131
|
args: [{
|
|
1107
1132
|
selector: 'ix-dropdown-quick-actions',
|
|
@@ -1109,38 +1134,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1109
1134
|
template: '<ng-content></ng-content>',
|
|
1110
1135
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1111
1136
|
inputs: [],
|
|
1112
|
-
standalone: true
|
|
1113
1137
|
}]
|
|
1114
1138
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1115
1139
|
let IxEmptyState = class IxEmptyState {
|
|
1116
1140
|
z;
|
|
1117
1141
|
el;
|
|
1142
|
+
actionClick = new EventEmitter();
|
|
1118
1143
|
constructor(c, r, z) {
|
|
1119
1144
|
this.z = z;
|
|
1120
1145
|
c.detach();
|
|
1121
1146
|
this.el = r.nativeElement;
|
|
1122
|
-
proxyOutputs(this, this.el, ['actionClick']);
|
|
1123
1147
|
}
|
|
1124
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1125
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1148
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1149
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxEmptyState, isStandalone: true, selector: "ix-empty-state", inputs: { action: "action", ariaLabelEmptyStateIcon: "ariaLabelEmptyStateIcon", header: "header", icon: "icon", layout: "layout", subHeader: "subHeader" }, outputs: { actionClick: "actionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1126
1150
|
};
|
|
1127
1151
|
IxEmptyState = __decorate([
|
|
1128
1152
|
ProxyCmp({
|
|
1129
|
-
defineCustomElementFn: defineCustomElement$
|
|
1153
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1130
1154
|
inputs: ['action', 'ariaLabelEmptyStateIcon', 'header', 'icon', 'layout', 'subHeader']
|
|
1131
1155
|
})
|
|
1132
1156
|
], IxEmptyState);
|
|
1133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEmptyState, decorators: [{
|
|
1134
1158
|
type: Component,
|
|
1135
1159
|
args: [{
|
|
1136
1160
|
selector: 'ix-empty-state',
|
|
1137
1161
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1138
1162
|
template: '<ng-content></ng-content>',
|
|
1139
1163
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1140
|
-
inputs: ['action', 'ariaLabelEmptyStateIcon', 'header', 'icon', 'layout', 'subHeader'],
|
|
1141
|
-
|
|
1164
|
+
inputs: ['action', 'ariaLabelEmptyStateIcon', { name: 'header', required: true }, 'icon', 'layout', 'subHeader'],
|
|
1165
|
+
outputs: ['actionClick'],
|
|
1142
1166
|
}]
|
|
1143
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1167
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { actionClick: [{
|
|
1168
|
+
type: Output
|
|
1169
|
+
}] } });
|
|
1144
1170
|
let IxEventList = class IxEventList {
|
|
1145
1171
|
z;
|
|
1146
1172
|
el;
|
|
@@ -1149,16 +1175,16 @@ let IxEventList = class IxEventList {
|
|
|
1149
1175
|
c.detach();
|
|
1150
1176
|
this.el = r.nativeElement;
|
|
1151
1177
|
}
|
|
1152
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1153
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1178
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEventList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1179
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxEventList, isStandalone: true, selector: "ix-event-list", inputs: { animated: "animated", chevron: "chevron", compact: "compact", itemHeight: "itemHeight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1154
1180
|
};
|
|
1155
1181
|
IxEventList = __decorate([
|
|
1156
1182
|
ProxyCmp({
|
|
1157
|
-
defineCustomElementFn: defineCustomElement$
|
|
1183
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1158
1184
|
inputs: ['animated', 'chevron', 'compact', 'itemHeight']
|
|
1159
1185
|
})
|
|
1160
1186
|
], IxEventList);
|
|
1161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEventList, decorators: [{
|
|
1162
1188
|
type: Component,
|
|
1163
1189
|
args: [{
|
|
1164
1190
|
selector: 'ix-event-list',
|
|
@@ -1166,67 +1192,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1166
1192
|
template: '<ng-content></ng-content>',
|
|
1167
1193
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1168
1194
|
inputs: ['animated', 'chevron', 'compact', 'itemHeight'],
|
|
1169
|
-
standalone: true
|
|
1170
1195
|
}]
|
|
1171
1196
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1172
1197
|
let IxEventListItem = class IxEventListItem {
|
|
1173
1198
|
z;
|
|
1174
1199
|
el;
|
|
1200
|
+
itemClick = new EventEmitter();
|
|
1175
1201
|
constructor(c, r, z) {
|
|
1176
1202
|
this.z = z;
|
|
1177
1203
|
c.detach();
|
|
1178
1204
|
this.el = r.nativeElement;
|
|
1179
|
-
proxyOutputs(this, this.el, ['itemClick']);
|
|
1180
1205
|
}
|
|
1181
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1182
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1206
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEventListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1207
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxEventListItem, isStandalone: true, selector: "ix-event-list-item", inputs: { chevron: "chevron", disabled: "disabled", itemColor: "itemColor", selected: "selected", variant: "variant" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1183
1208
|
};
|
|
1184
1209
|
IxEventListItem = __decorate([
|
|
1185
1210
|
ProxyCmp({
|
|
1186
|
-
defineCustomElementFn: defineCustomElement$
|
|
1187
|
-
inputs: ['chevron', 'disabled', 'itemColor', 'selected']
|
|
1211
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1212
|
+
inputs: ['chevron', 'disabled', 'itemColor', 'selected', 'variant']
|
|
1188
1213
|
})
|
|
1189
1214
|
], IxEventListItem);
|
|
1190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEventListItem, decorators: [{
|
|
1191
1216
|
type: Component,
|
|
1192
1217
|
args: [{
|
|
1193
1218
|
selector: 'ix-event-list-item',
|
|
1194
1219
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1195
1220
|
template: '<ng-content></ng-content>',
|
|
1196
1221
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1197
|
-
inputs: ['chevron', 'disabled', 'itemColor', 'selected'],
|
|
1198
|
-
|
|
1222
|
+
inputs: ['chevron', 'disabled', 'itemColor', 'selected', 'variant'],
|
|
1223
|
+
outputs: ['itemClick'],
|
|
1199
1224
|
}]
|
|
1200
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1225
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
|
|
1226
|
+
type: Output
|
|
1227
|
+
}] } });
|
|
1201
1228
|
let IxExpandingSearch = class IxExpandingSearch {
|
|
1202
1229
|
z;
|
|
1203
1230
|
el;
|
|
1231
|
+
valueChange = new EventEmitter();
|
|
1204
1232
|
constructor(c, r, z) {
|
|
1205
1233
|
this.z = z;
|
|
1206
1234
|
c.detach();
|
|
1207
1235
|
this.el = r.nativeElement;
|
|
1208
|
-
proxyOutputs(this, this.el, ['valueChange']);
|
|
1209
1236
|
}
|
|
1210
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1211
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1237
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxExpandingSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1238
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxExpandingSearch, isStandalone: true, selector: "ix-expanding-search", inputs: { ariaLabelClearIconButton: "ariaLabelClearIconButton", ariaLabelSearchIconButton: "ariaLabelSearchIconButton", ariaLabelSearchInput: "ariaLabelSearchInput", fullWidth: "fullWidth", icon: "icon", placeholder: "placeholder", value: "value", variant: "variant" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1212
1239
|
};
|
|
1213
1240
|
IxExpandingSearch = __decorate([
|
|
1214
1241
|
ProxyCmp({
|
|
1215
|
-
defineCustomElementFn: defineCustomElement$
|
|
1216
|
-
inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', '
|
|
1242
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1243
|
+
inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', 'icon', 'placeholder', 'value', 'variant']
|
|
1217
1244
|
})
|
|
1218
1245
|
], IxExpandingSearch);
|
|
1219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxExpandingSearch, decorators: [{
|
|
1220
1247
|
type: Component,
|
|
1221
1248
|
args: [{
|
|
1222
1249
|
selector: 'ix-expanding-search',
|
|
1223
1250
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1224
1251
|
template: '<ng-content></ng-content>',
|
|
1225
1252
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1226
|
-
inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', '
|
|
1227
|
-
|
|
1253
|
+
inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', 'icon', 'placeholder', 'value', 'variant'],
|
|
1254
|
+
outputs: ['valueChange'],
|
|
1228
1255
|
}]
|
|
1229
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1256
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
1257
|
+
type: Output
|
|
1258
|
+
}] } });
|
|
1230
1259
|
let IxFieldLabel = class IxFieldLabel {
|
|
1231
1260
|
z;
|
|
1232
1261
|
el;
|
|
@@ -1235,16 +1264,16 @@ let IxFieldLabel = class IxFieldLabel {
|
|
|
1235
1264
|
c.detach();
|
|
1236
1265
|
this.el = r.nativeElement;
|
|
1237
1266
|
}
|
|
1238
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1239
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1267
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFieldLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1268
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxFieldLabel, isStandalone: true, selector: "ix-field-label", inputs: { htmlFor: "htmlFor", required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1240
1269
|
};
|
|
1241
1270
|
IxFieldLabel = __decorate([
|
|
1242
1271
|
ProxyCmp({
|
|
1243
|
-
defineCustomElementFn: defineCustomElement$
|
|
1272
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1244
1273
|
inputs: ['htmlFor', 'required']
|
|
1245
1274
|
})
|
|
1246
1275
|
], IxFieldLabel);
|
|
1247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFieldLabel, decorators: [{
|
|
1248
1277
|
type: Component,
|
|
1249
1278
|
args: [{
|
|
1250
1279
|
selector: 'ix-field-label',
|
|
@@ -1252,28 +1281,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1252
1281
|
template: '<ng-content></ng-content>',
|
|
1253
1282
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1254
1283
|
inputs: ['htmlFor', 'required'],
|
|
1255
|
-
standalone: true
|
|
1256
1284
|
}]
|
|
1257
1285
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1258
1286
|
let IxFilterChip = class IxFilterChip {
|
|
1259
1287
|
z;
|
|
1260
1288
|
el;
|
|
1289
|
+
closeClick = new EventEmitter();
|
|
1261
1290
|
constructor(c, r, z) {
|
|
1262
1291
|
this.z = z;
|
|
1263
1292
|
c.detach();
|
|
1264
1293
|
this.el = r.nativeElement;
|
|
1265
|
-
proxyOutputs(this, this.el, ['closeClick']);
|
|
1266
1294
|
}
|
|
1267
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1268
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1295
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFilterChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1296
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxFilterChip, isStandalone: true, selector: "ix-filter-chip", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", disabled: "disabled", readonly: "readonly" }, outputs: { closeClick: "closeClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1269
1297
|
};
|
|
1270
1298
|
IxFilterChip = __decorate([
|
|
1271
1299
|
ProxyCmp({
|
|
1272
|
-
defineCustomElementFn: defineCustomElement$
|
|
1300
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1273
1301
|
inputs: ['ariaLabelCloseIconButton', 'disabled', 'readonly']
|
|
1274
1302
|
})
|
|
1275
1303
|
], IxFilterChip);
|
|
1276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFilterChip, decorators: [{
|
|
1277
1305
|
type: Component,
|
|
1278
1306
|
args: [{
|
|
1279
1307
|
selector: 'ix-filter-chip',
|
|
@@ -1281,38 +1309,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1281
1309
|
template: '<ng-content></ng-content>',
|
|
1282
1310
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1283
1311
|
inputs: ['ariaLabelCloseIconButton', 'disabled', 'readonly'],
|
|
1284
|
-
|
|
1312
|
+
outputs: ['closeClick'],
|
|
1285
1313
|
}]
|
|
1286
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1314
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeClick: [{
|
|
1315
|
+
type: Output
|
|
1316
|
+
}] } });
|
|
1287
1317
|
let IxFlipTile = class IxFlipTile {
|
|
1288
1318
|
z;
|
|
1289
1319
|
el;
|
|
1320
|
+
toggle = new EventEmitter();
|
|
1290
1321
|
constructor(c, r, z) {
|
|
1291
1322
|
this.z = z;
|
|
1292
1323
|
c.detach();
|
|
1293
1324
|
this.el = r.nativeElement;
|
|
1294
|
-
proxyOutputs(this, this.el, ['toggle']);
|
|
1295
1325
|
}
|
|
1296
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1297
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1326
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFlipTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1327
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxFlipTile, isStandalone: true, selector: "ix-flip-tile", inputs: { ariaLabelEyeIconButton: "ariaLabelEyeIconButton", height: "height", index: "index", variant: "variant", width: "width" }, outputs: { toggle: "toggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1298
1328
|
};
|
|
1299
1329
|
IxFlipTile = __decorate([
|
|
1300
1330
|
ProxyCmp({
|
|
1301
|
-
defineCustomElementFn: defineCustomElement$
|
|
1302
|
-
inputs: ['ariaLabelEyeIconButton', 'height', 'index', '
|
|
1331
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1332
|
+
inputs: ['ariaLabelEyeIconButton', 'height', 'index', 'variant', 'width']
|
|
1303
1333
|
})
|
|
1304
1334
|
], IxFlipTile);
|
|
1305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFlipTile, decorators: [{
|
|
1306
1336
|
type: Component,
|
|
1307
1337
|
args: [{
|
|
1308
1338
|
selector: 'ix-flip-tile',
|
|
1309
1339
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1310
1340
|
template: '<ng-content></ng-content>',
|
|
1311
1341
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1312
|
-
inputs: ['ariaLabelEyeIconButton', 'height', 'index', '
|
|
1313
|
-
|
|
1342
|
+
inputs: ['ariaLabelEyeIconButton', 'height', 'index', 'variant', 'width'],
|
|
1343
|
+
outputs: ['toggle'],
|
|
1314
1344
|
}]
|
|
1315
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1345
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggle: [{
|
|
1346
|
+
type: Output
|
|
1347
|
+
}] } });
|
|
1316
1348
|
let IxFlipTileContent = class IxFlipTileContent {
|
|
1317
1349
|
z;
|
|
1318
1350
|
el;
|
|
@@ -1321,15 +1353,15 @@ let IxFlipTileContent = class IxFlipTileContent {
|
|
|
1321
1353
|
c.detach();
|
|
1322
1354
|
this.el = r.nativeElement;
|
|
1323
1355
|
}
|
|
1324
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1325
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1356
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFlipTileContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1357
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxFlipTileContent, isStandalone: true, selector: "ix-flip-tile-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1326
1358
|
};
|
|
1327
1359
|
IxFlipTileContent = __decorate([
|
|
1328
1360
|
ProxyCmp({
|
|
1329
|
-
defineCustomElementFn: defineCustomElement$
|
|
1361
|
+
defineCustomElementFn: defineCustomElement$E
|
|
1330
1362
|
})
|
|
1331
1363
|
], IxFlipTileContent);
|
|
1332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFlipTileContent, decorators: [{
|
|
1333
1365
|
type: Component,
|
|
1334
1366
|
args: [{
|
|
1335
1367
|
selector: 'ix-flip-tile-content',
|
|
@@ -1337,38 +1369,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1337
1369
|
template: '<ng-content></ng-content>',
|
|
1338
1370
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1339
1371
|
inputs: [],
|
|
1340
|
-
standalone: true
|
|
1341
1372
|
}]
|
|
1342
1373
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1343
1374
|
let IxGroup = class IxGroup {
|
|
1344
1375
|
z;
|
|
1345
1376
|
el;
|
|
1377
|
+
selectGroup = new EventEmitter();
|
|
1378
|
+
selectItem = new EventEmitter();
|
|
1379
|
+
expandedChanged = new EventEmitter();
|
|
1346
1380
|
constructor(c, r, z) {
|
|
1347
1381
|
this.z = z;
|
|
1348
1382
|
c.detach();
|
|
1349
1383
|
this.el = r.nativeElement;
|
|
1350
|
-
proxyOutputs(this, this.el, ['selectGroup', 'selectItem', 'collapsedChanged']);
|
|
1351
1384
|
}
|
|
1352
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1353
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1385
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1386
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroup, isStandalone: true, selector: "ix-group", inputs: { expandOnHeaderClick: "expandOnHeaderClick", expanded: "expanded", header: "header", index: "index", selected: "selected", subHeader: "subHeader", suppressHeaderSelection: "suppressHeaderSelection" }, outputs: { selectGroup: "selectGroup", selectItem: "selectItem", expandedChanged: "expandedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1354
1387
|
};
|
|
1355
1388
|
IxGroup = __decorate([
|
|
1356
1389
|
ProxyCmp({
|
|
1357
|
-
defineCustomElementFn: defineCustomElement$
|
|
1358
|
-
inputs: ['
|
|
1390
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1391
|
+
inputs: ['expandOnHeaderClick', 'expanded', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection']
|
|
1359
1392
|
})
|
|
1360
1393
|
], IxGroup);
|
|
1361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroup, decorators: [{
|
|
1362
1395
|
type: Component,
|
|
1363
1396
|
args: [{
|
|
1364
1397
|
selector: 'ix-group',
|
|
1365
1398
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1366
1399
|
template: '<ng-content></ng-content>',
|
|
1367
1400
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1368
|
-
inputs: ['
|
|
1369
|
-
|
|
1401
|
+
inputs: ['expandOnHeaderClick', 'expanded', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection'],
|
|
1402
|
+
outputs: ['selectGroup', 'selectItem', 'expandedChanged'],
|
|
1370
1403
|
}]
|
|
1371
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1404
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { selectGroup: [{
|
|
1405
|
+
type: Output
|
|
1406
|
+
}], selectItem: [{
|
|
1407
|
+
type: Output
|
|
1408
|
+
}], expandedChanged: [{
|
|
1409
|
+
type: Output
|
|
1410
|
+
}] } });
|
|
1372
1411
|
let IxGroupContextMenu = class IxGroupContextMenu {
|
|
1373
1412
|
z;
|
|
1374
1413
|
el;
|
|
@@ -1377,15 +1416,15 @@ let IxGroupContextMenu = class IxGroupContextMenu {
|
|
|
1377
1416
|
c.detach();
|
|
1378
1417
|
this.el = r.nativeElement;
|
|
1379
1418
|
}
|
|
1380
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1381
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1419
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupContextMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1420
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroupContextMenu, isStandalone: true, selector: "ix-group-context-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1382
1421
|
};
|
|
1383
1422
|
IxGroupContextMenu = __decorate([
|
|
1384
1423
|
ProxyCmp({
|
|
1385
|
-
defineCustomElementFn: defineCustomElement$
|
|
1424
|
+
defineCustomElementFn: defineCustomElement$G
|
|
1386
1425
|
})
|
|
1387
1426
|
], IxGroupContextMenu);
|
|
1388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupContextMenu, decorators: [{
|
|
1389
1428
|
type: Component,
|
|
1390
1429
|
args: [{
|
|
1391
1430
|
selector: 'ix-group-context-menu',
|
|
@@ -1393,38 +1432,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1393
1432
|
template: '<ng-content></ng-content>',
|
|
1394
1433
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1395
1434
|
inputs: [],
|
|
1396
|
-
standalone: true
|
|
1397
1435
|
}]
|
|
1398
1436
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1399
1437
|
let IxGroupItem = class IxGroupItem {
|
|
1400
1438
|
z;
|
|
1401
1439
|
el;
|
|
1440
|
+
selectedChanged = new EventEmitter();
|
|
1402
1441
|
constructor(c, r, z) {
|
|
1403
1442
|
this.z = z;
|
|
1404
1443
|
c.detach();
|
|
1405
1444
|
this.el = r.nativeElement;
|
|
1406
|
-
proxyOutputs(this, this.el, ['selectedChanged']);
|
|
1407
1445
|
}
|
|
1408
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1409
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1446
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1447
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroupItem, isStandalone: true, selector: "ix-group-item", inputs: { ariaLabelIcon: "ariaLabelIcon", disabled: "disabled", icon: "icon", index: "index", secondaryText: "secondaryText", selected: "selected", suppressSelection: "suppressSelection", text: "text" }, outputs: { selectedChanged: "selectedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1410
1448
|
};
|
|
1411
1449
|
IxGroupItem = __decorate([
|
|
1412
1450
|
ProxyCmp({
|
|
1413
|
-
defineCustomElementFn: defineCustomElement$
|
|
1414
|
-
inputs: ['ariaLabelIcon', '
|
|
1451
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1452
|
+
inputs: ['ariaLabelIcon', 'disabled', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text']
|
|
1415
1453
|
})
|
|
1416
1454
|
], IxGroupItem);
|
|
1417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupItem, decorators: [{
|
|
1418
1456
|
type: Component,
|
|
1419
1457
|
args: [{
|
|
1420
1458
|
selector: 'ix-group-item',
|
|
1421
1459
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1422
1460
|
template: '<ng-content></ng-content>',
|
|
1423
1461
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1424
|
-
inputs: ['ariaLabelIcon', '
|
|
1425
|
-
|
|
1462
|
+
inputs: ['ariaLabelIcon', 'disabled', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text'],
|
|
1463
|
+
outputs: ['selectedChanged'],
|
|
1426
1464
|
}]
|
|
1427
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1465
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { selectedChanged: [{
|
|
1466
|
+
type: Output
|
|
1467
|
+
}] } });
|
|
1428
1468
|
let IxHelperText = class IxHelperText {
|
|
1429
1469
|
z;
|
|
1430
1470
|
el;
|
|
@@ -1433,16 +1473,16 @@ let IxHelperText = class IxHelperText {
|
|
|
1433
1473
|
c.detach();
|
|
1434
1474
|
this.el = r.nativeElement;
|
|
1435
1475
|
}
|
|
1436
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1437
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1476
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxHelperText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1477
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxHelperText, isStandalone: true, selector: "ix-helper-text", inputs: { helperText: "helperText", htmlFor: "htmlFor", infoText: "infoText", invalidText: "invalidText", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1438
1478
|
};
|
|
1439
1479
|
IxHelperText = __decorate([
|
|
1440
1480
|
ProxyCmp({
|
|
1441
|
-
defineCustomElementFn: defineCustomElement$
|
|
1481
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1442
1482
|
inputs: ['helperText', 'htmlFor', 'infoText', 'invalidText', 'validText', 'warningText']
|
|
1443
1483
|
})
|
|
1444
1484
|
], IxHelperText);
|
|
1445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxHelperText, decorators: [{
|
|
1446
1486
|
type: Component,
|
|
1447
1487
|
args: [{
|
|
1448
1488
|
selector: 'ix-helper-text',
|
|
@@ -1450,7 +1490,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1450
1490
|
template: '<ng-content></ng-content>',
|
|
1451
1491
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1452
1492
|
inputs: ['helperText', 'htmlFor', 'infoText', 'invalidText', 'validText', 'warningText'],
|
|
1453
|
-
standalone: true
|
|
1454
1493
|
}]
|
|
1455
1494
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1456
1495
|
let IxIconButton = class IxIconButton {
|
|
@@ -1461,45 +1500,44 @@ let IxIconButton = class IxIconButton {
|
|
|
1461
1500
|
c.detach();
|
|
1462
1501
|
this.el = r.nativeElement;
|
|
1463
1502
|
}
|
|
1464
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1465
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1503
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1504
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxIconButton, isStandalone: true, selector: "ix-icon-button", inputs: { a11yLabel: "a11yLabel", disabled: "disabled", icon: "icon", iconColor: "iconColor", loading: "loading", oval: "oval", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1466
1505
|
};
|
|
1467
1506
|
IxIconButton = __decorate([
|
|
1468
1507
|
ProxyCmp({
|
|
1469
|
-
defineCustomElementFn: defineCustomElement$
|
|
1470
|
-
inputs: ['a11yLabel', 'disabled', '
|
|
1508
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1509
|
+
inputs: ['a11yLabel', 'disabled', 'icon', 'iconColor', 'loading', 'oval', 'size', 'type', 'variant']
|
|
1471
1510
|
})
|
|
1472
1511
|
], IxIconButton);
|
|
1473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIconButton, decorators: [{
|
|
1474
1513
|
type: Component,
|
|
1475
1514
|
args: [{
|
|
1476
1515
|
selector: 'ix-icon-button',
|
|
1477
1516
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1478
1517
|
template: '<ng-content></ng-content>',
|
|
1479
1518
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1480
|
-
inputs: ['a11yLabel', 'disabled', '
|
|
1481
|
-
standalone: true
|
|
1519
|
+
inputs: ['a11yLabel', 'disabled', 'icon', 'iconColor', 'loading', 'oval', 'size', 'type', 'variant'],
|
|
1482
1520
|
}]
|
|
1483
1521
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1484
1522
|
let IxIconToggleButton = class IxIconToggleButton {
|
|
1485
1523
|
z;
|
|
1486
1524
|
el;
|
|
1525
|
+
pressedChange = new EventEmitter();
|
|
1487
1526
|
constructor(c, r, z) {
|
|
1488
1527
|
this.z = z;
|
|
1489
1528
|
c.detach();
|
|
1490
1529
|
this.el = r.nativeElement;
|
|
1491
|
-
proxyOutputs(this, this.el, ['pressedChange']);
|
|
1492
1530
|
}
|
|
1493
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1494
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1531
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIconToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1532
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxIconToggleButton, isStandalone: true, selector: "ix-icon-toggle-button", inputs: { ariaLabelIconButton: "ariaLabelIconButton", disabled: "disabled", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", oval: "oval", pressed: "pressed", size: "size", variant: "variant" }, outputs: { pressedChange: "pressedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1495
1533
|
};
|
|
1496
1534
|
IxIconToggleButton = __decorate([
|
|
1497
1535
|
ProxyCmp({
|
|
1498
|
-
defineCustomElementFn: defineCustomElement$
|
|
1536
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1499
1537
|
inputs: ['ariaLabelIconButton', 'disabled', 'ghost', 'icon', 'loading', 'outline', 'oval', 'pressed', 'size', 'variant']
|
|
1500
1538
|
})
|
|
1501
1539
|
], IxIconToggleButton);
|
|
1502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIconToggleButton, decorators: [{
|
|
1503
1541
|
type: Component,
|
|
1504
1542
|
args: [{
|
|
1505
1543
|
selector: 'ix-icon-toggle-button',
|
|
@@ -1507,39 +1545,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1507
1545
|
template: '<ng-content></ng-content>',
|
|
1508
1546
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1509
1547
|
inputs: ['ariaLabelIconButton', 'disabled', 'ghost', 'icon', 'loading', 'outline', 'oval', 'pressed', 'size', 'variant'],
|
|
1510
|
-
|
|
1548
|
+
outputs: ['pressedChange'],
|
|
1511
1549
|
}]
|
|
1512
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1550
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pressedChange: [{
|
|
1551
|
+
type: Output
|
|
1552
|
+
}] } });
|
|
1513
1553
|
let IxInput = class IxInput {
|
|
1514
1554
|
z;
|
|
1515
1555
|
el;
|
|
1556
|
+
valueChange = new EventEmitter();
|
|
1557
|
+
validityStateChange = new EventEmitter();
|
|
1558
|
+
ixBlur = new EventEmitter();
|
|
1516
1559
|
constructor(c, r, z) {
|
|
1517
1560
|
this.z = z;
|
|
1518
1561
|
c.detach();
|
|
1519
1562
|
this.el = r.nativeElement;
|
|
1520
|
-
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
1521
1563
|
}
|
|
1522
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1523
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1564
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1565
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxInput, isStandalone: true, selector: "ix-input", inputs: { allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", suppressSubmitOnEnter: "suppressSubmitOnEnter", textAlignment: "textAlignment", type: "type", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1524
1566
|
};
|
|
1525
1567
|
IxInput = __decorate([
|
|
1526
1568
|
ProxyCmp({
|
|
1527
|
-
defineCustomElementFn: defineCustomElement$
|
|
1528
|
-
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'type', 'validText', 'value', 'warningText'],
|
|
1569
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1570
|
+
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'suppressSubmitOnEnter', 'textAlignment', 'type', 'validText', 'value', 'warningText'],
|
|
1529
1571
|
methods: ['getNativeInputElement', 'getValidityState', 'focusInput']
|
|
1530
1572
|
})
|
|
1531
1573
|
], IxInput);
|
|
1532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxInput, decorators: [{
|
|
1533
1575
|
type: Component,
|
|
1534
1576
|
args: [{
|
|
1535
1577
|
selector: 'ix-input',
|
|
1536
1578
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1537
1579
|
template: '<ng-content></ng-content>',
|
|
1538
1580
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1539
|
-
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'type', 'validText', 'value', 'warningText'],
|
|
1540
|
-
|
|
1581
|
+
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'suppressSubmitOnEnter', 'textAlignment', 'type', 'validText', 'value', 'warningText'],
|
|
1582
|
+
outputs: ['valueChange', 'validityStateChange', 'ixBlur'],
|
|
1541
1583
|
}]
|
|
1542
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1584
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
1585
|
+
type: Output
|
|
1586
|
+
}], validityStateChange: [{
|
|
1587
|
+
type: Output
|
|
1588
|
+
}], ixBlur: [{
|
|
1589
|
+
type: Output
|
|
1590
|
+
}] } });
|
|
1543
1591
|
let IxInputGroup = class IxInputGroup {
|
|
1544
1592
|
z;
|
|
1545
1593
|
el;
|
|
@@ -1548,15 +1596,15 @@ let IxInputGroup = class IxInputGroup {
|
|
|
1548
1596
|
c.detach();
|
|
1549
1597
|
this.el = r.nativeElement;
|
|
1550
1598
|
}
|
|
1551
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1552
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1599
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1600
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxInputGroup, isStandalone: true, selector: "ix-input-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1553
1601
|
};
|
|
1554
1602
|
IxInputGroup = __decorate([
|
|
1555
1603
|
ProxyCmp({
|
|
1556
|
-
defineCustomElementFn: defineCustomElement$
|
|
1604
|
+
defineCustomElementFn: defineCustomElement$M
|
|
1557
1605
|
})
|
|
1558
1606
|
], IxInputGroup);
|
|
1559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxInputGroup, decorators: [{
|
|
1560
1608
|
type: Component,
|
|
1561
1609
|
args: [{
|
|
1562
1610
|
selector: 'ix-input-group',
|
|
@@ -1564,7 +1612,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1564
1612
|
template: '<ng-content></ng-content>',
|
|
1565
1613
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1566
1614
|
inputs: [],
|
|
1567
|
-
standalone: true
|
|
1568
1615
|
}]
|
|
1569
1616
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1570
1617
|
let IxKeyValue = class IxKeyValue {
|
|
@@ -1575,24 +1622,23 @@ let IxKeyValue = class IxKeyValue {
|
|
|
1575
1622
|
c.detach();
|
|
1576
1623
|
this.el = r.nativeElement;
|
|
1577
1624
|
}
|
|
1578
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1579
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1625
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKeyValue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1626
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxKeyValue, isStandalone: true, selector: "ix-key-value", inputs: { ariaLabelIcon: "ariaLabelIcon", icon: "icon", label: "label", labelPosition: "labelPosition", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1580
1627
|
};
|
|
1581
1628
|
IxKeyValue = __decorate([
|
|
1582
1629
|
ProxyCmp({
|
|
1583
|
-
defineCustomElementFn: defineCustomElement$
|
|
1630
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1584
1631
|
inputs: ['ariaLabelIcon', 'icon', 'label', 'labelPosition', 'value']
|
|
1585
1632
|
})
|
|
1586
1633
|
], IxKeyValue);
|
|
1587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1634
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKeyValue, decorators: [{
|
|
1588
1635
|
type: Component,
|
|
1589
1636
|
args: [{
|
|
1590
1637
|
selector: 'ix-key-value',
|
|
1591
1638
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1592
1639
|
template: '<ng-content></ng-content>',
|
|
1593
1640
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1594
|
-
inputs: ['ariaLabelIcon', 'icon', 'label', 'labelPosition', 'value'],
|
|
1595
|
-
standalone: true
|
|
1641
|
+
inputs: ['ariaLabelIcon', 'icon', { name: 'label', required: true }, 'labelPosition', 'value'],
|
|
1596
1642
|
}]
|
|
1597
1643
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1598
1644
|
let IxKeyValueList = class IxKeyValueList {
|
|
@@ -1603,16 +1649,16 @@ let IxKeyValueList = class IxKeyValueList {
|
|
|
1603
1649
|
c.detach();
|
|
1604
1650
|
this.el = r.nativeElement;
|
|
1605
1651
|
}
|
|
1606
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1607
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1652
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKeyValueList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1653
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxKeyValueList, isStandalone: true, selector: "ix-key-value-list", inputs: { striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1608
1654
|
};
|
|
1609
1655
|
IxKeyValueList = __decorate([
|
|
1610
1656
|
ProxyCmp({
|
|
1611
|
-
defineCustomElementFn: defineCustomElement$
|
|
1657
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1612
1658
|
inputs: ['striped']
|
|
1613
1659
|
})
|
|
1614
1660
|
], IxKeyValueList);
|
|
1615
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKeyValueList, decorators: [{
|
|
1616
1662
|
type: Component,
|
|
1617
1663
|
args: [{
|
|
1618
1664
|
selector: 'ix-key-value-list',
|
|
@@ -1620,7 +1666,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1620
1666
|
template: '<ng-content></ng-content>',
|
|
1621
1667
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1622
1668
|
inputs: ['striped'],
|
|
1623
|
-
standalone: true
|
|
1624
1669
|
}]
|
|
1625
1670
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1626
1671
|
let IxKpi = class IxKpi {
|
|
@@ -1631,16 +1676,16 @@ let IxKpi = class IxKpi {
|
|
|
1631
1676
|
c.detach();
|
|
1632
1677
|
this.el = r.nativeElement;
|
|
1633
1678
|
}
|
|
1634
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1635
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1679
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKpi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1680
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxKpi, isStandalone: true, selector: "ix-kpi", inputs: { ariaLabelAlarmIcon: "ariaLabelAlarmIcon", ariaLabelWarningIcon: "ariaLabelWarningIcon", label: "label", orientation: "orientation", state: "state", unit: "unit", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1636
1681
|
};
|
|
1637
1682
|
IxKpi = __decorate([
|
|
1638
1683
|
ProxyCmp({
|
|
1639
|
-
defineCustomElementFn: defineCustomElement$
|
|
1684
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1640
1685
|
inputs: ['ariaLabelAlarmIcon', 'ariaLabelWarningIcon', 'label', 'orientation', 'state', 'unit', 'value']
|
|
1641
1686
|
})
|
|
1642
1687
|
], IxKpi);
|
|
1643
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKpi, decorators: [{
|
|
1644
1689
|
type: Component,
|
|
1645
1690
|
args: [{
|
|
1646
1691
|
selector: 'ix-kpi',
|
|
@@ -1648,7 +1693,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1648
1693
|
template: '<ng-content></ng-content>',
|
|
1649
1694
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1650
1695
|
inputs: ['ariaLabelAlarmIcon', 'ariaLabelWarningIcon', 'label', 'orientation', 'state', 'unit', 'value'],
|
|
1651
|
-
standalone: true
|
|
1652
1696
|
}]
|
|
1653
1697
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1654
1698
|
let IxLayoutAuto = class IxLayoutAuto {
|
|
@@ -1659,16 +1703,16 @@ let IxLayoutAuto = class IxLayoutAuto {
|
|
|
1659
1703
|
c.detach();
|
|
1660
1704
|
this.el = r.nativeElement;
|
|
1661
1705
|
}
|
|
1662
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1663
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1706
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLayoutAuto, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1707
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxLayoutAuto, isStandalone: true, selector: "ix-layout-auto", inputs: { layout: "layout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1664
1708
|
};
|
|
1665
1709
|
IxLayoutAuto = __decorate([
|
|
1666
1710
|
ProxyCmp({
|
|
1667
|
-
defineCustomElementFn: defineCustomElement$
|
|
1711
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1668
1712
|
inputs: ['layout']
|
|
1669
1713
|
})
|
|
1670
1714
|
], IxLayoutAuto);
|
|
1671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLayoutAuto, decorators: [{
|
|
1672
1716
|
type: Component,
|
|
1673
1717
|
args: [{
|
|
1674
1718
|
selector: 'ix-layout-auto',
|
|
@@ -1676,7 +1720,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1676
1720
|
template: '<ng-content></ng-content>',
|
|
1677
1721
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1678
1722
|
inputs: ['layout'],
|
|
1679
|
-
standalone: true
|
|
1680
1723
|
}]
|
|
1681
1724
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1682
1725
|
let IxLayoutGrid = class IxLayoutGrid {
|
|
@@ -1687,16 +1730,16 @@ let IxLayoutGrid = class IxLayoutGrid {
|
|
|
1687
1730
|
c.detach();
|
|
1688
1731
|
this.el = r.nativeElement;
|
|
1689
1732
|
}
|
|
1690
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1691
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1733
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLayoutGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1734
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxLayoutGrid, isStandalone: true, selector: "ix-layout-grid", inputs: { columns: "columns", gap: "gap", noMargin: "noMargin" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1692
1735
|
};
|
|
1693
1736
|
IxLayoutGrid = __decorate([
|
|
1694
1737
|
ProxyCmp({
|
|
1695
|
-
defineCustomElementFn: defineCustomElement$
|
|
1738
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1696
1739
|
inputs: ['columns', 'gap', 'noMargin']
|
|
1697
1740
|
})
|
|
1698
1741
|
], IxLayoutGrid);
|
|
1699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLayoutGrid, decorators: [{
|
|
1700
1743
|
type: Component,
|
|
1701
1744
|
args: [{
|
|
1702
1745
|
selector: 'ix-layout-grid',
|
|
@@ -1704,7 +1747,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1704
1747
|
template: '<ng-content></ng-content>',
|
|
1705
1748
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1706
1749
|
inputs: ['columns', 'gap', 'noMargin'],
|
|
1707
|
-
standalone: true
|
|
1708
1750
|
}]
|
|
1709
1751
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1710
1752
|
let IxLinkButton = class IxLinkButton {
|
|
@@ -1715,16 +1757,16 @@ let IxLinkButton = class IxLinkButton {
|
|
|
1715
1757
|
c.detach();
|
|
1716
1758
|
this.el = r.nativeElement;
|
|
1717
1759
|
}
|
|
1718
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1719
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1760
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLinkButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1761
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxLinkButton, isStandalone: true, selector: "ix-link-button", inputs: { disabled: "disabled", target: "target", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1720
1762
|
};
|
|
1721
1763
|
IxLinkButton = __decorate([
|
|
1722
1764
|
ProxyCmp({
|
|
1723
|
-
defineCustomElementFn: defineCustomElement$
|
|
1765
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1724
1766
|
inputs: ['disabled', 'target', 'url']
|
|
1725
1767
|
})
|
|
1726
1768
|
], IxLinkButton);
|
|
1727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLinkButton, decorators: [{
|
|
1728
1770
|
type: Component,
|
|
1729
1771
|
args: [{
|
|
1730
1772
|
selector: 'ix-link-button',
|
|
@@ -1732,117 +1774,72 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1732
1774
|
template: '<ng-content></ng-content>',
|
|
1733
1775
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1734
1776
|
inputs: ['disabled', 'target', 'url'],
|
|
1735
|
-
standalone: true
|
|
1736
|
-
}]
|
|
1737
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1738
|
-
let IxMapNavigation = class IxMapNavigation {
|
|
1739
|
-
z;
|
|
1740
|
-
el;
|
|
1741
|
-
constructor(c, r, z) {
|
|
1742
|
-
this.z = z;
|
|
1743
|
-
c.detach();
|
|
1744
|
-
this.el = r.nativeElement;
|
|
1745
|
-
proxyOutputs(this, this.el, ['navigationToggled', 'contextMenuClick']);
|
|
1746
|
-
}
|
|
1747
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1748
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMapNavigation, isStandalone: true, selector: "ix-map-navigation", inputs: { applicationName: "applicationName", ariaLabelContextIconButton: "ariaLabelContextIconButton", hideContextMenu: "hideContextMenu", navigationTitle: "navigationTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1749
|
-
};
|
|
1750
|
-
IxMapNavigation = __decorate([
|
|
1751
|
-
ProxyCmp({
|
|
1752
|
-
defineCustomElementFn: defineCustomElement$U,
|
|
1753
|
-
inputs: ['applicationName', 'ariaLabelContextIconButton', 'hideContextMenu', 'navigationTitle'],
|
|
1754
|
-
methods: ['toggleSidebar', 'openOverlay', 'closeOverlay']
|
|
1755
|
-
})
|
|
1756
|
-
], IxMapNavigation);
|
|
1757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigation, decorators: [{
|
|
1758
|
-
type: Component,
|
|
1759
|
-
args: [{
|
|
1760
|
-
selector: 'ix-map-navigation',
|
|
1761
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1762
|
-
template: '<ng-content></ng-content>',
|
|
1763
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1764
|
-
inputs: ['applicationName', 'ariaLabelContextIconButton', 'hideContextMenu', 'navigationTitle'],
|
|
1765
|
-
standalone: true
|
|
1766
|
-
}]
|
|
1767
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1768
|
-
let IxMapNavigationOverlay = class IxMapNavigationOverlay {
|
|
1769
|
-
z;
|
|
1770
|
-
el;
|
|
1771
|
-
constructor(c, r, z) {
|
|
1772
|
-
this.z = z;
|
|
1773
|
-
c.detach();
|
|
1774
|
-
this.el = r.nativeElement;
|
|
1775
|
-
proxyOutputs(this, this.el, ['closeClick']);
|
|
1776
|
-
}
|
|
1777
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigationOverlay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1778
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMapNavigationOverlay, isStandalone: true, selector: "ix-map-navigation-overlay", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", ariaLabelIcon: "ariaLabelIcon", color: "color", icon: "icon", iconColor: "iconColor", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1779
|
-
};
|
|
1780
|
-
IxMapNavigationOverlay = __decorate([
|
|
1781
|
-
ProxyCmp({
|
|
1782
|
-
defineCustomElementFn: defineCustomElement$V,
|
|
1783
|
-
inputs: ['ariaLabelCloseIconButton', 'ariaLabelIcon', 'color', 'icon', 'iconColor', 'name']
|
|
1784
|
-
})
|
|
1785
|
-
], IxMapNavigationOverlay);
|
|
1786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigationOverlay, decorators: [{
|
|
1787
|
-
type: Component,
|
|
1788
|
-
args: [{
|
|
1789
|
-
selector: 'ix-map-navigation-overlay',
|
|
1790
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1791
|
-
template: '<ng-content></ng-content>',
|
|
1792
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1793
|
-
inputs: ['ariaLabelCloseIconButton', 'ariaLabelIcon', 'color', 'icon', 'iconColor', 'name'],
|
|
1794
|
-
standalone: true
|
|
1795
1777
|
}]
|
|
1796
1778
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1797
1779
|
let IxMenu = class IxMenu {
|
|
1798
1780
|
z;
|
|
1799
1781
|
el;
|
|
1782
|
+
expandChange = new EventEmitter();
|
|
1783
|
+
mapExpandChange = new EventEmitter();
|
|
1784
|
+
openAppSwitch = new EventEmitter();
|
|
1785
|
+
openSettings = new EventEmitter();
|
|
1786
|
+
openAbout = new EventEmitter();
|
|
1800
1787
|
constructor(c, r, z) {
|
|
1801
1788
|
this.z = z;
|
|
1802
1789
|
c.detach();
|
|
1803
1790
|
this.el = r.nativeElement;
|
|
1804
|
-
proxyOutputs(this, this.el, ['expandChange', 'mapExpandChange', 'openAppSwitch', 'openSettings', 'openAbout']);
|
|
1805
1791
|
}
|
|
1806
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1807
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1792
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1793
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenu, isStandalone: true, selector: "ix-menu", inputs: { applicationDescription: "applicationDescription", applicationName: "applicationName", enableToggleTheme: "enableToggleTheme", expand: "expand", i18nCollapse: "i18nCollapse", i18nExpand: "i18nExpand", i18nExpandSidebar: "i18nExpandSidebar", i18nLegal: "i18nLegal", i18nSettings: "i18nSettings", i18nToggleTheme: "i18nToggleTheme", pinned: "pinned", showAbout: "showAbout", showSettings: "showSettings", startExpanded: "startExpanded" }, outputs: { expandChange: "expandChange", mapExpandChange: "mapExpandChange", openAppSwitch: "openAppSwitch", openSettings: "openSettings", openAbout: "openAbout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1808
1794
|
};
|
|
1809
1795
|
IxMenu = __decorate([
|
|
1810
1796
|
ProxyCmp({
|
|
1811
|
-
defineCustomElementFn: defineCustomElement$
|
|
1812
|
-
inputs: ['applicationDescription', 'applicationName', '
|
|
1797
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1798
|
+
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1813
1799
|
methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
|
|
1814
1800
|
})
|
|
1815
1801
|
], IxMenu);
|
|
1816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenu, decorators: [{
|
|
1817
1803
|
type: Component,
|
|
1818
1804
|
args: [{
|
|
1819
1805
|
selector: 'ix-menu',
|
|
1820
1806
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1821
1807
|
template: '<ng-content></ng-content>',
|
|
1822
1808
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1823
|
-
inputs: ['applicationDescription', 'applicationName', '
|
|
1824
|
-
|
|
1809
|
+
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1810
|
+
outputs: ['expandChange', 'mapExpandChange', 'openAppSwitch', 'openSettings', 'openAbout'],
|
|
1825
1811
|
}]
|
|
1826
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1812
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandChange: [{
|
|
1813
|
+
type: Output
|
|
1814
|
+
}], mapExpandChange: [{
|
|
1815
|
+
type: Output
|
|
1816
|
+
}], openAppSwitch: [{
|
|
1817
|
+
type: Output
|
|
1818
|
+
}], openSettings: [{
|
|
1819
|
+
type: Output
|
|
1820
|
+
}], openAbout: [{
|
|
1821
|
+
type: Output
|
|
1822
|
+
}] } });
|
|
1827
1823
|
let IxMenuAbout = class IxMenuAbout {
|
|
1828
1824
|
z;
|
|
1829
1825
|
el;
|
|
1826
|
+
tabChange = new EventEmitter();
|
|
1827
|
+
close = new EventEmitter();
|
|
1830
1828
|
constructor(c, r, z) {
|
|
1831
1829
|
this.z = z;
|
|
1832
1830
|
c.detach();
|
|
1833
1831
|
this.el = r.nativeElement;
|
|
1834
|
-
proxyOutputs(this, this.el, ['tabChange', 'close']);
|
|
1835
1832
|
}
|
|
1836
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1837
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1833
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAbout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1834
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAbout, isStandalone: true, selector: "ix-menu-about", inputs: { activeTabLabel: "activeTabLabel", label: "label" }, outputs: { tabChange: "tabChange", close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1838
1835
|
};
|
|
1839
1836
|
IxMenuAbout = __decorate([
|
|
1840
1837
|
ProxyCmp({
|
|
1841
|
-
defineCustomElementFn: defineCustomElement$
|
|
1838
|
+
defineCustomElementFn: defineCustomElement$U,
|
|
1842
1839
|
inputs: ['activeTabLabel', 'label']
|
|
1843
1840
|
})
|
|
1844
1841
|
], IxMenuAbout);
|
|
1845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAbout, decorators: [{
|
|
1846
1843
|
type: Component,
|
|
1847
1844
|
args: [{
|
|
1848
1845
|
selector: 'ix-menu-about',
|
|
@@ -1850,28 +1847,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1850
1847
|
template: '<ng-content></ng-content>',
|
|
1851
1848
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1852
1849
|
inputs: ['activeTabLabel', 'label'],
|
|
1853
|
-
|
|
1850
|
+
outputs: ['tabChange', 'close'],
|
|
1854
1851
|
}]
|
|
1855
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1852
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tabChange: [{
|
|
1853
|
+
type: Output
|
|
1854
|
+
}], close: [{
|
|
1855
|
+
type: Output
|
|
1856
|
+
}] } });
|
|
1856
1857
|
let IxMenuAboutItem = class IxMenuAboutItem {
|
|
1857
1858
|
z;
|
|
1858
1859
|
el;
|
|
1860
|
+
labelChange = new EventEmitter();
|
|
1859
1861
|
constructor(c, r, z) {
|
|
1860
1862
|
this.z = z;
|
|
1861
1863
|
c.detach();
|
|
1862
1864
|
this.el = r.nativeElement;
|
|
1863
|
-
proxyOutputs(this, this.el, ['labelChange']);
|
|
1864
1865
|
}
|
|
1865
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1866
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1866
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAboutItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1867
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAboutItem, isStandalone: true, selector: "ix-menu-about-item", inputs: { label: "label" }, outputs: { labelChange: "labelChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1867
1868
|
};
|
|
1868
1869
|
IxMenuAboutItem = __decorate([
|
|
1869
1870
|
ProxyCmp({
|
|
1870
|
-
defineCustomElementFn: defineCustomElement$
|
|
1871
|
+
defineCustomElementFn: defineCustomElement$V,
|
|
1871
1872
|
inputs: ['label']
|
|
1872
1873
|
})
|
|
1873
1874
|
], IxMenuAboutItem);
|
|
1874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAboutItem, decorators: [{
|
|
1875
1876
|
type: Component,
|
|
1876
1877
|
args: [{
|
|
1877
1878
|
selector: 'ix-menu-about-item',
|
|
@@ -1879,86 +1880,95 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1879
1880
|
template: '<ng-content></ng-content>',
|
|
1880
1881
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1881
1882
|
inputs: ['label'],
|
|
1882
|
-
|
|
1883
|
+
outputs: ['labelChange'],
|
|
1883
1884
|
}]
|
|
1884
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1885
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { labelChange: [{
|
|
1886
|
+
type: Output
|
|
1887
|
+
}] } });
|
|
1885
1888
|
let IxMenuAboutNews = class IxMenuAboutNews {
|
|
1886
1889
|
z;
|
|
1887
1890
|
el;
|
|
1891
|
+
showMore = new EventEmitter();
|
|
1892
|
+
closePopover = new EventEmitter();
|
|
1888
1893
|
constructor(c, r, z) {
|
|
1889
1894
|
this.z = z;
|
|
1890
1895
|
c.detach();
|
|
1891
1896
|
this.el = r.nativeElement;
|
|
1892
|
-
proxyOutputs(this, this.el, ['showMore', 'closePopover']);
|
|
1893
1897
|
}
|
|
1894
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1895
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1898
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAboutNews, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1899
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAboutNews, isStandalone: true, selector: "ix-menu-about-news", inputs: { aboutItemLabel: "aboutItemLabel", i18nShowMore: "i18nShowMore", label: "label", show: "show" }, outputs: { showMore: "showMore", closePopover: "closePopover" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1896
1900
|
};
|
|
1897
1901
|
IxMenuAboutNews = __decorate([
|
|
1898
1902
|
ProxyCmp({
|
|
1899
|
-
defineCustomElementFn: defineCustomElement$
|
|
1900
|
-
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', '
|
|
1903
|
+
defineCustomElementFn: defineCustomElement$W,
|
|
1904
|
+
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'show']
|
|
1901
1905
|
})
|
|
1902
1906
|
], IxMenuAboutNews);
|
|
1903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAboutNews, decorators: [{
|
|
1904
1908
|
type: Component,
|
|
1905
1909
|
args: [{
|
|
1906
1910
|
selector: 'ix-menu-about-news',
|
|
1907
1911
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1908
1912
|
template: '<ng-content></ng-content>',
|
|
1909
1913
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1910
|
-
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', '
|
|
1911
|
-
|
|
1914
|
+
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'show'],
|
|
1915
|
+
outputs: ['showMore', 'closePopover'],
|
|
1912
1916
|
}]
|
|
1913
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1917
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { showMore: [{
|
|
1918
|
+
type: Output
|
|
1919
|
+
}], closePopover: [{
|
|
1920
|
+
type: Output
|
|
1921
|
+
}] } });
|
|
1914
1922
|
let IxMenuAvatar = class IxMenuAvatar {
|
|
1915
1923
|
z;
|
|
1916
1924
|
el;
|
|
1925
|
+
logoutClick = new EventEmitter();
|
|
1917
1926
|
constructor(c, r, z) {
|
|
1918
1927
|
this.z = z;
|
|
1919
1928
|
c.detach();
|
|
1920
1929
|
this.el = r.nativeElement;
|
|
1921
|
-
proxyOutputs(this, this.el, ['logoutClick']);
|
|
1922
1930
|
}
|
|
1923
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1924
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1931
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1932
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAvatar, isStandalone: true, selector: "ix-menu-avatar", inputs: { bottom: "bottom", hideLogoutButton: "hideLogoutButton", i18nLogout: "i18nLogout", image: "image", initials: "initials", top: "top" }, outputs: { logoutClick: "logoutClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1925
1933
|
};
|
|
1926
1934
|
IxMenuAvatar = __decorate([
|
|
1927
1935
|
ProxyCmp({
|
|
1928
|
-
defineCustomElementFn: defineCustomElement$
|
|
1929
|
-
inputs: ['bottom', '
|
|
1936
|
+
defineCustomElementFn: defineCustomElement$X,
|
|
1937
|
+
inputs: ['bottom', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'top']
|
|
1930
1938
|
})
|
|
1931
1939
|
], IxMenuAvatar);
|
|
1932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatar, decorators: [{
|
|
1933
1941
|
type: Component,
|
|
1934
1942
|
args: [{
|
|
1935
1943
|
selector: 'ix-menu-avatar',
|
|
1936
1944
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1937
1945
|
template: '<ng-content></ng-content>',
|
|
1938
1946
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1939
|
-
inputs: ['bottom', '
|
|
1940
|
-
|
|
1947
|
+
inputs: ['bottom', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'top'],
|
|
1948
|
+
outputs: ['logoutClick'],
|
|
1941
1949
|
}]
|
|
1942
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1950
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { logoutClick: [{
|
|
1951
|
+
type: Output
|
|
1952
|
+
}] } });
|
|
1943
1953
|
let IxMenuAvatarItem = class IxMenuAvatarItem {
|
|
1944
1954
|
z;
|
|
1945
1955
|
el;
|
|
1956
|
+
itemClick = new EventEmitter();
|
|
1946
1957
|
constructor(c, r, z) {
|
|
1947
1958
|
this.z = z;
|
|
1948
1959
|
c.detach();
|
|
1949
1960
|
this.el = r.nativeElement;
|
|
1950
|
-
proxyOutputs(this, this.el, ['itemClick']);
|
|
1951
1961
|
}
|
|
1952
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1953
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1962
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1963
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAvatarItem, isStandalone: true, selector: "ix-menu-avatar-item", inputs: { icon: "icon", label: "label" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1954
1964
|
};
|
|
1955
1965
|
IxMenuAvatarItem = __decorate([
|
|
1956
1966
|
ProxyCmp({
|
|
1957
|
-
defineCustomElementFn: defineCustomElement
|
|
1967
|
+
defineCustomElementFn: defineCustomElement$Y,
|
|
1958
1968
|
inputs: ['icon', 'label']
|
|
1959
1969
|
})
|
|
1960
1970
|
], IxMenuAvatarItem);
|
|
1961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatarItem, decorators: [{
|
|
1962
1972
|
type: Component,
|
|
1963
1973
|
args: [{
|
|
1964
1974
|
selector: 'ix-menu-avatar-item',
|
|
@@ -1966,9 +1976,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1966
1976
|
template: '<ng-content></ng-content>',
|
|
1967
1977
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1968
1978
|
inputs: ['icon', 'label'],
|
|
1969
|
-
|
|
1979
|
+
outputs: ['itemClick'],
|
|
1970
1980
|
}]
|
|
1971
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1981
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
|
|
1982
|
+
type: Output
|
|
1983
|
+
}] } });
|
|
1972
1984
|
let IxMenuCategory = class IxMenuCategory {
|
|
1973
1985
|
z;
|
|
1974
1986
|
el;
|
|
@@ -1977,24 +1989,23 @@ let IxMenuCategory = class IxMenuCategory {
|
|
|
1977
1989
|
c.detach();
|
|
1978
1990
|
this.el = r.nativeElement;
|
|
1979
1991
|
}
|
|
1980
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1981
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1992
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuCategory, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1993
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuCategory, isStandalone: true, selector: "ix-menu-category", inputs: { icon: "icon", label: "label", notifications: "notifications", tooltipText: "tooltipText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1982
1994
|
};
|
|
1983
1995
|
IxMenuCategory = __decorate([
|
|
1984
1996
|
ProxyCmp({
|
|
1985
|
-
defineCustomElementFn: defineCustomElement$
|
|
1986
|
-
inputs: ['icon', 'label', 'notifications']
|
|
1997
|
+
defineCustomElementFn: defineCustomElement$Z,
|
|
1998
|
+
inputs: ['icon', 'label', 'notifications', 'tooltipText']
|
|
1987
1999
|
})
|
|
1988
2000
|
], IxMenuCategory);
|
|
1989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuCategory, decorators: [{
|
|
1990
2002
|
type: Component,
|
|
1991
2003
|
args: [{
|
|
1992
2004
|
selector: 'ix-menu-category',
|
|
1993
2005
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1994
2006
|
template: '<ng-content></ng-content>',
|
|
1995
2007
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1996
|
-
inputs: ['icon', 'label', 'notifications'],
|
|
1997
|
-
standalone: true
|
|
2008
|
+
inputs: ['icon', 'label', 'notifications', 'tooltipText'],
|
|
1998
2009
|
}]
|
|
1999
2010
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2000
2011
|
let IxMenuItem = class IxMenuItem {
|
|
@@ -2005,45 +2016,45 @@ let IxMenuItem = class IxMenuItem {
|
|
|
2005
2016
|
c.detach();
|
|
2006
2017
|
this.el = r.nativeElement;
|
|
2007
2018
|
}
|
|
2008
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2009
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2019
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2020
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuItem, isStandalone: true, selector: "ix-menu-item", inputs: { active: "active", bottom: "bottom", disabled: "disabled", home: "home", href: "href", icon: "icon", label: "label", notifications: "notifications", rel: "rel", target: "target", tooltipText: "tooltipText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2010
2021
|
};
|
|
2011
2022
|
IxMenuItem = __decorate([
|
|
2012
2023
|
ProxyCmp({
|
|
2013
|
-
defineCustomElementFn: defineCustomElement$
|
|
2014
|
-
inputs: ['active', 'bottom', 'disabled', 'home', 'icon', 'label', 'notifications']
|
|
2024
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
2025
|
+
inputs: ['active', 'bottom', 'disabled', 'home', 'href', 'icon', 'label', 'notifications', 'rel', 'target', 'tooltipText']
|
|
2015
2026
|
})
|
|
2016
2027
|
], IxMenuItem);
|
|
2017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuItem, decorators: [{
|
|
2018
2029
|
type: Component,
|
|
2019
2030
|
args: [{
|
|
2020
2031
|
selector: 'ix-menu-item',
|
|
2021
2032
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2022
2033
|
template: '<ng-content></ng-content>',
|
|
2023
2034
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2024
|
-
inputs: ['active', 'bottom', 'disabled', 'home', 'icon', 'label', 'notifications'],
|
|
2025
|
-
standalone: true
|
|
2035
|
+
inputs: ['active', 'bottom', 'disabled', 'home', 'href', 'icon', 'label', 'notifications', 'rel', 'target', 'tooltipText'],
|
|
2026
2036
|
}]
|
|
2027
2037
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2028
2038
|
let IxMenuSettings = class IxMenuSettings {
|
|
2029
2039
|
z;
|
|
2030
2040
|
el;
|
|
2041
|
+
tabChange = new EventEmitter();
|
|
2042
|
+
close = new EventEmitter();
|
|
2031
2043
|
constructor(c, r, z) {
|
|
2032
2044
|
this.z = z;
|
|
2033
2045
|
c.detach();
|
|
2034
2046
|
this.el = r.nativeElement;
|
|
2035
|
-
proxyOutputs(this, this.el, ['tabChange', 'close']);
|
|
2036
2047
|
}
|
|
2037
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2038
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2048
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuSettings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2049
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuSettings, isStandalone: true, selector: "ix-menu-settings", inputs: { activeTabLabel: "activeTabLabel", label: "label" }, outputs: { tabChange: "tabChange", close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2039
2050
|
};
|
|
2040
2051
|
IxMenuSettings = __decorate([
|
|
2041
2052
|
ProxyCmp({
|
|
2042
|
-
defineCustomElementFn: defineCustomElement
|
|
2053
|
+
defineCustomElementFn: defineCustomElement$$,
|
|
2043
2054
|
inputs: ['activeTabLabel', 'label']
|
|
2044
2055
|
})
|
|
2045
2056
|
], IxMenuSettings);
|
|
2046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuSettings, decorators: [{
|
|
2047
2058
|
type: Component,
|
|
2048
2059
|
args: [{
|
|
2049
2060
|
selector: 'ix-menu-settings',
|
|
@@ -2051,28 +2062,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2051
2062
|
template: '<ng-content></ng-content>',
|
|
2052
2063
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2053
2064
|
inputs: ['activeTabLabel', 'label'],
|
|
2054
|
-
|
|
2065
|
+
outputs: ['tabChange', 'close'],
|
|
2055
2066
|
}]
|
|
2056
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2067
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tabChange: [{
|
|
2068
|
+
type: Output
|
|
2069
|
+
}], close: [{
|
|
2070
|
+
type: Output
|
|
2071
|
+
}] } });
|
|
2057
2072
|
let IxMenuSettingsItem = class IxMenuSettingsItem {
|
|
2058
2073
|
z;
|
|
2059
2074
|
el;
|
|
2075
|
+
labelChange = new EventEmitter();
|
|
2060
2076
|
constructor(c, r, z) {
|
|
2061
2077
|
this.z = z;
|
|
2062
2078
|
c.detach();
|
|
2063
2079
|
this.el = r.nativeElement;
|
|
2064
|
-
proxyOutputs(this, this.el, ['labelChange']);
|
|
2065
2080
|
}
|
|
2066
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2067
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2081
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuSettingsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2082
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuSettingsItem, isStandalone: true, selector: "ix-menu-settings-item", inputs: { label: "label" }, outputs: { labelChange: "labelChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2068
2083
|
};
|
|
2069
2084
|
IxMenuSettingsItem = __decorate([
|
|
2070
2085
|
ProxyCmp({
|
|
2071
|
-
defineCustomElementFn: defineCustomElement$
|
|
2086
|
+
defineCustomElementFn: defineCustomElement$10,
|
|
2072
2087
|
inputs: ['label']
|
|
2073
2088
|
})
|
|
2074
2089
|
], IxMenuSettingsItem);
|
|
2075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuSettingsItem, decorators: [{
|
|
2076
2091
|
type: Component,
|
|
2077
2092
|
args: [{
|
|
2078
2093
|
selector: 'ix-menu-settings-item',
|
|
@@ -2080,68 +2095,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2080
2095
|
template: '<ng-content></ng-content>',
|
|
2081
2096
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2082
2097
|
inputs: ['label'],
|
|
2083
|
-
|
|
2098
|
+
outputs: ['labelChange'],
|
|
2084
2099
|
}]
|
|
2085
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2100
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { labelChange: [{
|
|
2101
|
+
type: Output
|
|
2102
|
+
}] } });
|
|
2086
2103
|
let IxMessageBar = class IxMessageBar {
|
|
2087
2104
|
z;
|
|
2088
2105
|
el;
|
|
2106
|
+
closedChange = new EventEmitter();
|
|
2107
|
+
closeAnimationCompleted = new EventEmitter();
|
|
2089
2108
|
constructor(c, r, z) {
|
|
2090
2109
|
this.z = z;
|
|
2091
2110
|
c.detach();
|
|
2092
2111
|
this.el = r.nativeElement;
|
|
2093
|
-
proxyOutputs(this, this.el, ['closedChange', 'closeAnimationCompleted']);
|
|
2094
2112
|
}
|
|
2095
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2096
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2113
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMessageBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2114
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMessageBar, isStandalone: true, selector: "ix-message-bar", inputs: { persistent: "persistent", type: "type" }, outputs: { closedChange: "closedChange", closeAnimationCompleted: "closeAnimationCompleted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2097
2115
|
};
|
|
2098
2116
|
IxMessageBar = __decorate([
|
|
2099
2117
|
ProxyCmp({
|
|
2100
|
-
defineCustomElementFn: defineCustomElement$
|
|
2101
|
-
inputs: ['
|
|
2118
|
+
defineCustomElementFn: defineCustomElement$11,
|
|
2119
|
+
inputs: ['persistent', 'type']
|
|
2102
2120
|
})
|
|
2103
2121
|
], IxMessageBar);
|
|
2104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMessageBar, decorators: [{
|
|
2105
2123
|
type: Component,
|
|
2106
2124
|
args: [{
|
|
2107
2125
|
selector: 'ix-message-bar',
|
|
2108
2126
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2109
2127
|
template: '<ng-content></ng-content>',
|
|
2110
2128
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2111
|
-
inputs: ['
|
|
2112
|
-
|
|
2129
|
+
inputs: ['persistent', 'type'],
|
|
2130
|
+
outputs: ['closedChange', 'closeAnimationCompleted'],
|
|
2113
2131
|
}]
|
|
2114
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2132
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closedChange: [{
|
|
2133
|
+
type: Output
|
|
2134
|
+
}], closeAnimationCompleted: [{
|
|
2135
|
+
type: Output
|
|
2136
|
+
}] } });
|
|
2115
2137
|
let IxModal = class IxModal {
|
|
2116
2138
|
z;
|
|
2117
2139
|
el;
|
|
2140
|
+
dialogClose = new EventEmitter();
|
|
2141
|
+
dialogDismiss = new EventEmitter();
|
|
2118
2142
|
constructor(c, r, z) {
|
|
2119
2143
|
this.z = z;
|
|
2120
2144
|
c.detach();
|
|
2121
2145
|
this.el = r.nativeElement;
|
|
2122
|
-
proxyOutputs(this, this.el, ['dialogClose', 'dialogDismiss']);
|
|
2123
2146
|
}
|
|
2124
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2125
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2147
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2148
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxModal, isStandalone: true, selector: "ix-modal", inputs: { beforeDismiss: "beforeDismiss", centered: "centered", closeOnBackdropClick: "closeOnBackdropClick", disableAnimation: "disableAnimation", disableEscapeClose: "disableEscapeClose", hideBackdrop: "hideBackdrop", size: "size" }, outputs: { dialogClose: "dialogClose", dialogDismiss: "dialogDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2126
2149
|
};
|
|
2127
2150
|
IxModal = __decorate([
|
|
2128
2151
|
ProxyCmp({
|
|
2129
|
-
defineCustomElementFn: defineCustomElement$
|
|
2130
|
-
inputs: ['
|
|
2152
|
+
defineCustomElementFn: defineCustomElement$12,
|
|
2153
|
+
inputs: ['beforeDismiss', 'centered', 'closeOnBackdropClick', 'disableAnimation', 'disableEscapeClose', 'hideBackdrop', 'size'],
|
|
2131
2154
|
methods: ['showModal', 'dismissModal', 'closeModal']
|
|
2132
2155
|
})
|
|
2133
2156
|
], IxModal);
|
|
2134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModal, decorators: [{
|
|
2135
2158
|
type: Component,
|
|
2136
2159
|
args: [{
|
|
2137
2160
|
selector: 'ix-modal',
|
|
2138
2161
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2139
2162
|
template: '<ng-content></ng-content>',
|
|
2140
2163
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2141
|
-
inputs: ['
|
|
2142
|
-
|
|
2164
|
+
inputs: ['beforeDismiss', 'centered', 'closeOnBackdropClick', 'disableAnimation', 'disableEscapeClose', 'hideBackdrop', 'size'],
|
|
2165
|
+
outputs: ['dialogClose', 'dialogDismiss'],
|
|
2143
2166
|
}]
|
|
2144
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2167
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dialogClose: [{
|
|
2168
|
+
type: Output
|
|
2169
|
+
}], dialogDismiss: [{
|
|
2170
|
+
type: Output
|
|
2171
|
+
}] } });
|
|
2145
2172
|
let IxModalContent = class IxModalContent {
|
|
2146
2173
|
z;
|
|
2147
2174
|
el;
|
|
@@ -2150,15 +2177,15 @@ let IxModalContent = class IxModalContent {
|
|
|
2150
2177
|
c.detach();
|
|
2151
2178
|
this.el = r.nativeElement;
|
|
2152
2179
|
}
|
|
2153
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2154
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2180
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2181
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxModalContent, isStandalone: true, selector: "ix-modal-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2155
2182
|
};
|
|
2156
2183
|
IxModalContent = __decorate([
|
|
2157
2184
|
ProxyCmp({
|
|
2158
|
-
defineCustomElementFn: defineCustomElement$
|
|
2185
|
+
defineCustomElementFn: defineCustomElement$13
|
|
2159
2186
|
})
|
|
2160
2187
|
], IxModalContent);
|
|
2161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalContent, decorators: [{
|
|
2162
2189
|
type: Component,
|
|
2163
2190
|
args: [{
|
|
2164
2191
|
selector: 'ix-modal-content',
|
|
@@ -2166,7 +2193,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2166
2193
|
template: '<ng-content></ng-content>',
|
|
2167
2194
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2168
2195
|
inputs: [],
|
|
2169
|
-
standalone: true
|
|
2170
2196
|
}]
|
|
2171
2197
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2172
2198
|
let IxModalFooter = class IxModalFooter {
|
|
@@ -2177,15 +2203,15 @@ let IxModalFooter = class IxModalFooter {
|
|
|
2177
2203
|
c.detach();
|
|
2178
2204
|
this.el = r.nativeElement;
|
|
2179
2205
|
}
|
|
2180
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2181
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2206
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2207
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxModalFooter, isStandalone: true, selector: "ix-modal-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2182
2208
|
};
|
|
2183
2209
|
IxModalFooter = __decorate([
|
|
2184
2210
|
ProxyCmp({
|
|
2185
|
-
defineCustomElementFn: defineCustomElement$
|
|
2211
|
+
defineCustomElementFn: defineCustomElement$14
|
|
2186
2212
|
})
|
|
2187
2213
|
], IxModalFooter);
|
|
2188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalFooter, decorators: [{
|
|
2189
2215
|
type: Component,
|
|
2190
2216
|
args: [{
|
|
2191
2217
|
selector: 'ix-modal-footer',
|
|
@@ -2193,28 +2219,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2193
2219
|
template: '<ng-content></ng-content>',
|
|
2194
2220
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2195
2221
|
inputs: [],
|
|
2196
|
-
standalone: true
|
|
2197
2222
|
}]
|
|
2198
2223
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2199
2224
|
let IxModalHeader = class IxModalHeader {
|
|
2200
2225
|
z;
|
|
2201
2226
|
el;
|
|
2227
|
+
closeClick = new EventEmitter();
|
|
2202
2228
|
constructor(c, r, z) {
|
|
2203
2229
|
this.z = z;
|
|
2204
2230
|
c.detach();
|
|
2205
2231
|
this.el = r.nativeElement;
|
|
2206
|
-
proxyOutputs(this, this.el, ['closeClick']);
|
|
2207
2232
|
}
|
|
2208
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2209
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2233
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2234
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxModalHeader, isStandalone: true, selector: "ix-modal-header", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", ariaLabelIcon: "ariaLabelIcon", hideClose: "hideClose", icon: "icon", iconColor: "iconColor" }, outputs: { closeClick: "closeClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2210
2235
|
};
|
|
2211
2236
|
IxModalHeader = __decorate([
|
|
2212
2237
|
ProxyCmp({
|
|
2213
|
-
defineCustomElementFn: defineCustomElement$
|
|
2238
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
2214
2239
|
inputs: ['ariaLabelCloseIconButton', 'ariaLabelIcon', 'hideClose', 'icon', 'iconColor']
|
|
2215
2240
|
})
|
|
2216
2241
|
], IxModalHeader);
|
|
2217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalHeader, decorators: [{
|
|
2218
2243
|
type: Component,
|
|
2219
2244
|
args: [{
|
|
2220
2245
|
selector: 'ix-modal-header',
|
|
@@ -2222,97 +2247,120 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2222
2247
|
template: '<ng-content></ng-content>',
|
|
2223
2248
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2224
2249
|
inputs: ['ariaLabelCloseIconButton', 'ariaLabelIcon', 'hideClose', 'icon', 'iconColor'],
|
|
2225
|
-
|
|
2250
|
+
outputs: ['closeClick'],
|
|
2226
2251
|
}]
|
|
2227
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2252
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeClick: [{
|
|
2253
|
+
type: Output
|
|
2254
|
+
}] } });
|
|
2228
2255
|
let IxNumberInput = class IxNumberInput {
|
|
2229
2256
|
z;
|
|
2230
2257
|
el;
|
|
2258
|
+
valueChange = new EventEmitter();
|
|
2259
|
+
validityStateChange = new EventEmitter();
|
|
2260
|
+
ixBlur = new EventEmitter();
|
|
2231
2261
|
constructor(c, r, z) {
|
|
2232
2262
|
this.z = z;
|
|
2233
2263
|
c.detach();
|
|
2234
2264
|
this.el = r.nativeElement;
|
|
2235
|
-
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
2236
2265
|
}
|
|
2237
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2238
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2266
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2267
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxNumberInput, isStandalone: true, selector: "ix-number-input", inputs: { allowEmptyValueChange: "allowEmptyValueChange", allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showStepperButtons: "showStepperButtons", showTextAsTooltip: "showTextAsTooltip", step: "step", suppressSubmitOnEnter: "suppressSubmitOnEnter", textAlignment: "textAlignment", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2239
2268
|
};
|
|
2240
2269
|
IxNumberInput = __decorate([
|
|
2241
2270
|
ProxyCmp({
|
|
2242
|
-
defineCustomElementFn: defineCustomElement$
|
|
2243
|
-
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'validText', 'value', 'warningText'],
|
|
2271
|
+
defineCustomElementFn: defineCustomElement$16,
|
|
2272
|
+
inputs: ['allowEmptyValueChange', 'allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText'],
|
|
2244
2273
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2245
2274
|
})
|
|
2246
2275
|
], IxNumberInput);
|
|
2247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxNumberInput, decorators: [{
|
|
2248
2277
|
type: Component,
|
|
2249
2278
|
args: [{
|
|
2250
2279
|
selector: 'ix-number-input',
|
|
2251
2280
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2252
2281
|
template: '<ng-content></ng-content>',
|
|
2253
2282
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2254
|
-
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'validText', 'value', 'warningText'],
|
|
2255
|
-
|
|
2283
|
+
inputs: ['allowEmptyValueChange', 'allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText'],
|
|
2284
|
+
outputs: ['valueChange', 'validityStateChange', 'ixBlur'],
|
|
2256
2285
|
}]
|
|
2257
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2286
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
2287
|
+
type: Output
|
|
2288
|
+
}], validityStateChange: [{
|
|
2289
|
+
type: Output
|
|
2290
|
+
}], ixBlur: [{
|
|
2291
|
+
type: Output
|
|
2292
|
+
}] } });
|
|
2258
2293
|
let IxPagination = class IxPagination {
|
|
2259
2294
|
z;
|
|
2260
2295
|
el;
|
|
2296
|
+
pageSelected = new EventEmitter();
|
|
2297
|
+
itemCountChanged = new EventEmitter();
|
|
2261
2298
|
constructor(c, r, z) {
|
|
2262
2299
|
this.z = z;
|
|
2263
2300
|
c.detach();
|
|
2264
2301
|
this.el = r.nativeElement;
|
|
2265
|
-
proxyOutputs(this, this.el, ['pageSelected', 'itemCountChanged']);
|
|
2266
2302
|
}
|
|
2267
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2268
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2303
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2304
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPagination, isStandalone: true, selector: "ix-pagination", inputs: { advanced: "advanced", ariaLabelChevronLeftIconButton: "ariaLabelChevronLeftIconButton", ariaLabelChevronRightIconButton: "ariaLabelChevronRightIconButton", ariaLabelPageSelection: "ariaLabelPageSelection", count: "count", hideItemCount: "hideItemCount", i18nItems: "i18nItems", i18nOf: "i18nOf", i18nPage: "i18nPage", itemCount: "itemCount", selectedPage: "selectedPage" }, outputs: { pageSelected: "pageSelected", itemCountChanged: "itemCountChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2269
2305
|
};
|
|
2270
2306
|
IxPagination = __decorate([
|
|
2271
2307
|
ProxyCmp({
|
|
2272
|
-
defineCustomElementFn: defineCustomElement$
|
|
2273
|
-
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage'
|
|
2308
|
+
defineCustomElementFn: defineCustomElement$17,
|
|
2309
|
+
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'ariaLabelPageSelection', 'count', 'hideItemCount', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage']
|
|
2274
2310
|
})
|
|
2275
2311
|
], IxPagination);
|
|
2276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPagination, decorators: [{
|
|
2277
2313
|
type: Component,
|
|
2278
2314
|
args: [{
|
|
2279
2315
|
selector: 'ix-pagination',
|
|
2280
2316
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2281
2317
|
template: '<ng-content></ng-content>',
|
|
2282
2318
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2283
|
-
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage'
|
|
2284
|
-
|
|
2319
|
+
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'ariaLabelPageSelection', 'count', 'hideItemCount', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage'],
|
|
2320
|
+
outputs: ['pageSelected', 'itemCountChanged'],
|
|
2285
2321
|
}]
|
|
2286
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2322
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pageSelected: [{
|
|
2323
|
+
type: Output
|
|
2324
|
+
}], itemCountChanged: [{
|
|
2325
|
+
type: Output
|
|
2326
|
+
}] } });
|
|
2287
2327
|
let IxPane = class IxPane {
|
|
2288
2328
|
z;
|
|
2289
2329
|
el;
|
|
2330
|
+
expandedChanged = new EventEmitter();
|
|
2331
|
+
variantChanged = new EventEmitter();
|
|
2332
|
+
borderlessChanged = new EventEmitter();
|
|
2290
2333
|
constructor(c, r, z) {
|
|
2291
2334
|
this.z = z;
|
|
2292
2335
|
c.detach();
|
|
2293
2336
|
this.el = r.nativeElement;
|
|
2294
|
-
proxyOutputs(this, this.el, ['expandedChanged', 'variantChanged', 'borderlessChanged']);
|
|
2295
2337
|
}
|
|
2296
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2297
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2338
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2339
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPane, isStandalone: true, selector: "ix-pane", inputs: { ariaLabelCollapseCloseButton: "ariaLabelCollapseCloseButton", ariaLabelIcon: "ariaLabelIcon", borderless: "borderless", closeOnClickOutside: "closeOnClickOutside", composition: "composition", expanded: "expanded", heading: "heading", hideOnCollapse: "hideOnCollapse", icon: "icon", size: "size", variant: "variant" }, outputs: { expandedChanged: "expandedChanged", variantChanged: "variantChanged", borderlessChanged: "borderlessChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2298
2340
|
};
|
|
2299
2341
|
IxPane = __decorate([
|
|
2300
2342
|
ProxyCmp({
|
|
2301
|
-
defineCustomElementFn: defineCustomElement$
|
|
2302
|
-
inputs: ['ariaLabelIcon', 'borderless', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant']
|
|
2343
|
+
defineCustomElementFn: defineCustomElement$18,
|
|
2344
|
+
inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant']
|
|
2303
2345
|
})
|
|
2304
2346
|
], IxPane);
|
|
2305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPane, decorators: [{
|
|
2306
2348
|
type: Component,
|
|
2307
2349
|
args: [{
|
|
2308
2350
|
selector: 'ix-pane',
|
|
2309
2351
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2310
2352
|
template: '<ng-content></ng-content>',
|
|
2311
2353
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2312
|
-
inputs: ['ariaLabelIcon', 'borderless', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant'],
|
|
2313
|
-
|
|
2354
|
+
inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant'],
|
|
2355
|
+
outputs: ['expandedChanged', 'variantChanged', 'borderlessChanged'],
|
|
2314
2356
|
}]
|
|
2315
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2357
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandedChanged: [{
|
|
2358
|
+
type: Output
|
|
2359
|
+
}], variantChanged: [{
|
|
2360
|
+
type: Output
|
|
2361
|
+
}], borderlessChanged: [{
|
|
2362
|
+
type: Output
|
|
2363
|
+
}] } });
|
|
2316
2364
|
let IxPaneLayout = class IxPaneLayout {
|
|
2317
2365
|
z;
|
|
2318
2366
|
el;
|
|
@@ -2321,16 +2369,16 @@ let IxPaneLayout = class IxPaneLayout {
|
|
|
2321
2369
|
c.detach();
|
|
2322
2370
|
this.el = r.nativeElement;
|
|
2323
2371
|
}
|
|
2324
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2325
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2372
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPaneLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2373
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPaneLayout, isStandalone: true, selector: "ix-pane-layout", inputs: { borderless: "borderless", layout: "layout", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2326
2374
|
};
|
|
2327
2375
|
IxPaneLayout = __decorate([
|
|
2328
2376
|
ProxyCmp({
|
|
2329
|
-
defineCustomElementFn: defineCustomElement$
|
|
2377
|
+
defineCustomElementFn: defineCustomElement$19,
|
|
2330
2378
|
inputs: ['borderless', 'layout', 'variant']
|
|
2331
2379
|
})
|
|
2332
2380
|
], IxPaneLayout);
|
|
2333
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPaneLayout, decorators: [{
|
|
2334
2382
|
type: Component,
|
|
2335
2383
|
args: [{
|
|
2336
2384
|
selector: 'ix-pane-layout',
|
|
@@ -2338,7 +2386,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2338
2386
|
template: '<ng-content></ng-content>',
|
|
2339
2387
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2340
2388
|
inputs: ['borderless', 'layout', 'variant'],
|
|
2341
|
-
standalone: true
|
|
2342
2389
|
}]
|
|
2343
2390
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2344
2391
|
let IxPill = class IxPill {
|
|
@@ -2349,16 +2396,16 @@ let IxPill = class IxPill {
|
|
|
2349
2396
|
c.detach();
|
|
2350
2397
|
this.el = r.nativeElement;
|
|
2351
2398
|
}
|
|
2352
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2353
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2399
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2400
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPill, isStandalone: true, selector: "ix-pill", inputs: { alignLeft: "alignLeft", ariaLabelIcon: "ariaLabelIcon", background: "background", icon: "icon", outline: "outline", pillColor: "pillColor", tooltipText: "tooltipText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2354
2401
|
};
|
|
2355
2402
|
IxPill = __decorate([
|
|
2356
2403
|
ProxyCmp({
|
|
2357
|
-
defineCustomElementFn: defineCustomElement$
|
|
2404
|
+
defineCustomElementFn: defineCustomElement$1a,
|
|
2358
2405
|
inputs: ['alignLeft', 'ariaLabelIcon', 'background', 'icon', 'outline', 'pillColor', 'tooltipText', 'variant']
|
|
2359
2406
|
})
|
|
2360
2407
|
], IxPill);
|
|
2361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPill, decorators: [{
|
|
2362
2409
|
type: Component,
|
|
2363
2410
|
args: [{
|
|
2364
2411
|
selector: 'ix-pill',
|
|
@@ -2366,7 +2413,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2366
2413
|
template: '<ng-content></ng-content>',
|
|
2367
2414
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2368
2415
|
inputs: ['alignLeft', 'ariaLabelIcon', 'background', 'icon', 'outline', 'pillColor', 'tooltipText', 'variant'],
|
|
2369
|
-
standalone: true
|
|
2370
2416
|
}]
|
|
2371
2417
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2372
2418
|
let IxProgressIndicator = class IxProgressIndicator {
|
|
@@ -2377,16 +2423,16 @@ let IxProgressIndicator = class IxProgressIndicator {
|
|
|
2377
2423
|
c.detach();
|
|
2378
2424
|
this.el = r.nativeElement;
|
|
2379
2425
|
}
|
|
2380
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2381
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2426
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2427
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxProgressIndicator, isStandalone: true, selector: "ix-progress-indicator", inputs: { helperText: "helperText", label: "label", max: "max", min: "min", showTextAsTooltip: "showTextAsTooltip", size: "size", status: "status", textAlignment: "textAlignment", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2382
2428
|
};
|
|
2383
2429
|
IxProgressIndicator = __decorate([
|
|
2384
2430
|
ProxyCmp({
|
|
2385
|
-
defineCustomElementFn: defineCustomElement$
|
|
2431
|
+
defineCustomElementFn: defineCustomElement$1b,
|
|
2386
2432
|
inputs: ['helperText', 'label', 'max', 'min', 'showTextAsTooltip', 'size', 'status', 'textAlignment', 'type', 'value']
|
|
2387
2433
|
})
|
|
2388
2434
|
], IxProgressIndicator);
|
|
2389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxProgressIndicator, decorators: [{
|
|
2390
2436
|
type: Component,
|
|
2391
2437
|
args: [{
|
|
2392
2438
|
selector: 'ix-progress-indicator',
|
|
@@ -2394,7 +2440,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2394
2440
|
template: '<ng-content></ng-content>',
|
|
2395
2441
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2396
2442
|
inputs: ['helperText', 'label', 'max', 'min', 'showTextAsTooltip', 'size', 'status', 'textAlignment', 'type', 'value'],
|
|
2397
|
-
standalone: true
|
|
2398
2443
|
}]
|
|
2399
2444
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2400
2445
|
let IxPushCard = class IxPushCard {
|
|
@@ -2405,45 +2450,46 @@ let IxPushCard = class IxPushCard {
|
|
|
2405
2450
|
c.detach();
|
|
2406
2451
|
this.el = r.nativeElement;
|
|
2407
2452
|
}
|
|
2408
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2409
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2453
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPushCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2454
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPushCard, isStandalone: true, selector: "ix-push-card", inputs: { ariaLabelIcon: "ariaLabelIcon", expanded: "expanded", heading: "heading", icon: "icon", notification: "notification", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2410
2455
|
};
|
|
2411
2456
|
IxPushCard = __decorate([
|
|
2412
2457
|
ProxyCmp({
|
|
2413
|
-
defineCustomElementFn: defineCustomElement$
|
|
2414
|
-
inputs: ['ariaLabelIcon', '
|
|
2458
|
+
defineCustomElementFn: defineCustomElement$1c,
|
|
2459
|
+
inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'subheading', 'variant']
|
|
2415
2460
|
})
|
|
2416
2461
|
], IxPushCard);
|
|
2417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPushCard, decorators: [{
|
|
2418
2463
|
type: Component,
|
|
2419
2464
|
args: [{
|
|
2420
2465
|
selector: 'ix-push-card',
|
|
2421
2466
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2422
2467
|
template: '<ng-content></ng-content>',
|
|
2423
2468
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2424
|
-
inputs: ['ariaLabelIcon', '
|
|
2425
|
-
standalone: true
|
|
2469
|
+
inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'subheading', 'variant'],
|
|
2426
2470
|
}]
|
|
2427
2471
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2428
2472
|
let IxRadio = class IxRadio {
|
|
2429
2473
|
z;
|
|
2430
2474
|
el;
|
|
2475
|
+
checkedChange = new EventEmitter();
|
|
2476
|
+
valueChange = new EventEmitter();
|
|
2477
|
+
ixBlur = new EventEmitter();
|
|
2431
2478
|
constructor(c, r, z) {
|
|
2432
2479
|
this.z = z;
|
|
2433
2480
|
c.detach();
|
|
2434
2481
|
this.el = r.nativeElement;
|
|
2435
|
-
proxyOutputs(this, this.el, ['checkedChange', 'valueChange', 'ixBlur']);
|
|
2436
2482
|
}
|
|
2437
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2438
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2483
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2484
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxRadio, isStandalone: true, selector: "ix-radio", inputs: { checked: "checked", disabled: "disabled", label: "label", name: "name", required: "required", value: "value" }, outputs: { checkedChange: "checkedChange", valueChange: "valueChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2439
2485
|
};
|
|
2440
2486
|
IxRadio = __decorate([
|
|
2441
2487
|
ProxyCmp({
|
|
2442
|
-
defineCustomElementFn: defineCustomElement$
|
|
2488
|
+
defineCustomElementFn: defineCustomElement$1d,
|
|
2443
2489
|
inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value']
|
|
2444
2490
|
})
|
|
2445
2491
|
], IxRadio);
|
|
2446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadio, decorators: [{
|
|
2447
2493
|
type: Component,
|
|
2448
2494
|
args: [{
|
|
2449
2495
|
selector: 'ix-radio',
|
|
@@ -2451,28 +2497,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2451
2497
|
template: '<ng-content></ng-content>',
|
|
2452
2498
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2453
2499
|
inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value'],
|
|
2454
|
-
|
|
2455
|
-
}]
|
|
2456
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2500
|
+
outputs: ['checkedChange', 'valueChange', 'ixBlur'],
|
|
2501
|
+
}]
|
|
2502
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { checkedChange: [{
|
|
2503
|
+
type: Output
|
|
2504
|
+
}], valueChange: [{
|
|
2505
|
+
type: Output
|
|
2506
|
+
}], ixBlur: [{
|
|
2507
|
+
type: Output
|
|
2508
|
+
}] } });
|
|
2457
2509
|
let IxRadioGroup = class IxRadioGroup {
|
|
2458
2510
|
z;
|
|
2459
2511
|
el;
|
|
2512
|
+
valueChange = new EventEmitter();
|
|
2460
2513
|
constructor(c, r, z) {
|
|
2461
2514
|
this.z = z;
|
|
2462
2515
|
c.detach();
|
|
2463
2516
|
this.el = r.nativeElement;
|
|
2464
|
-
proxyOutputs(this, this.el, ['valueChange']);
|
|
2465
2517
|
}
|
|
2466
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2467
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2518
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2519
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxRadioGroup, isStandalone: true, selector: "ix-radio-group", inputs: { direction: "direction", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2468
2520
|
};
|
|
2469
2521
|
IxRadioGroup = __decorate([
|
|
2470
2522
|
ProxyCmp({
|
|
2471
|
-
defineCustomElementFn: defineCustomElement$
|
|
2523
|
+
defineCustomElementFn: defineCustomElement$1e,
|
|
2472
2524
|
inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'value', 'warningText']
|
|
2473
2525
|
})
|
|
2474
2526
|
], IxRadioGroup);
|
|
2475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadioGroup, decorators: [{
|
|
2476
2528
|
type: Component,
|
|
2477
2529
|
args: [{
|
|
2478
2530
|
selector: 'ix-radio-group',
|
|
@@ -2480,9 +2532,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2480
2532
|
template: '<ng-content></ng-content>',
|
|
2481
2533
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2482
2534
|
inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2483
|
-
|
|
2535
|
+
outputs: ['valueChange'],
|
|
2484
2536
|
}]
|
|
2485
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2537
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
2538
|
+
type: Output
|
|
2539
|
+
}] } });
|
|
2486
2540
|
let IxRow = class IxRow {
|
|
2487
2541
|
z;
|
|
2488
2542
|
el;
|
|
@@ -2491,15 +2545,15 @@ let IxRow = class IxRow {
|
|
|
2491
2545
|
c.detach();
|
|
2492
2546
|
this.el = r.nativeElement;
|
|
2493
2547
|
}
|
|
2494
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2495
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2548
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2549
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxRow, isStandalone: true, selector: "ix-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2496
2550
|
};
|
|
2497
2551
|
IxRow = __decorate([
|
|
2498
2552
|
ProxyCmp({
|
|
2499
|
-
defineCustomElementFn: defineCustomElement$
|
|
2553
|
+
defineCustomElementFn: defineCustomElement$1f
|
|
2500
2554
|
})
|
|
2501
2555
|
], IxRow);
|
|
2502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRow, decorators: [{
|
|
2503
2557
|
type: Component,
|
|
2504
2558
|
args: [{
|
|
2505
2559
|
selector: 'ix-row',
|
|
@@ -2507,87 +2561,99 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2507
2561
|
template: '<ng-content></ng-content>',
|
|
2508
2562
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2509
2563
|
inputs: [],
|
|
2510
|
-
standalone: true
|
|
2511
2564
|
}]
|
|
2512
2565
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2513
2566
|
let IxSelect = class IxSelect {
|
|
2514
2567
|
z;
|
|
2515
2568
|
el;
|
|
2569
|
+
valueChange = new EventEmitter();
|
|
2570
|
+
inputChange = new EventEmitter();
|
|
2571
|
+
addItem = new EventEmitter();
|
|
2572
|
+
ixBlur = new EventEmitter();
|
|
2516
2573
|
constructor(c, r, z) {
|
|
2517
2574
|
this.z = z;
|
|
2518
2575
|
c.detach();
|
|
2519
2576
|
this.el = r.nativeElement;
|
|
2520
|
-
proxyOutputs(this, this.el, ['valueChange', 'inputChange', 'addItem', 'ixBlur']);
|
|
2521
2577
|
}
|
|
2522
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2523
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2578
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2579
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSelect, isStandalone: true, selector: "ix-select", inputs: { allowClear: "allowClear", ariaLabelChevronDownIconButton: "ariaLabelChevronDownIconButton", ariaLabelClearIconButton: "ariaLabelClearIconButton", collapseMultipleSelection: "collapseMultipleSelection", disabled: "disabled", dropdownMaxWidth: "dropdownMaxWidth", dropdownWidth: "dropdownWidth", editable: "editable", helperText: "helperText", hideListHeader: "hideListHeader", i18nAllSelected: "i18nAllSelected", i18nNoMatches: "i18nNoMatches", i18nPlaceholder: "i18nPlaceholder", i18nPlaceholderEditable: "i18nPlaceholderEditable", i18nSelectListHeader: "i18nSelectListHeader", infoText: "infoText", invalidText: "invalidText", label: "label", mode: "mode", name: "name", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", inputChange: "inputChange", addItem: "addItem", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2524
2580
|
};
|
|
2525
2581
|
IxSelect = __decorate([
|
|
2526
2582
|
ProxyCmp({
|
|
2527
|
-
defineCustomElementFn: defineCustomElement$
|
|
2528
|
-
inputs: ['allowClear', 'ariaLabelChevronDownIconButton', 'ariaLabelClearIconButton', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'helperText', 'hideListHeader', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2583
|
+
defineCustomElementFn: defineCustomElement$1g,
|
|
2584
|
+
inputs: ['allowClear', 'ariaLabelChevronDownIconButton', 'ariaLabelClearIconButton', 'collapseMultipleSelection', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'helperText', 'hideListHeader', 'i18nAllSelected', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2529
2585
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2530
2586
|
})
|
|
2531
2587
|
], IxSelect);
|
|
2532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelect, decorators: [{
|
|
2533
2589
|
type: Component,
|
|
2534
2590
|
args: [{
|
|
2535
2591
|
selector: 'ix-select',
|
|
2536
2592
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2537
2593
|
template: '<ng-content></ng-content>',
|
|
2538
2594
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2539
|
-
inputs: ['allowClear', 'ariaLabelChevronDownIconButton', 'ariaLabelClearIconButton', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'helperText', 'hideListHeader', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2540
|
-
|
|
2595
|
+
inputs: ['allowClear', 'ariaLabelChevronDownIconButton', 'ariaLabelClearIconButton', 'collapseMultipleSelection', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'helperText', 'hideListHeader', 'i18nAllSelected', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2596
|
+
outputs: ['valueChange', 'inputChange', 'addItem', 'ixBlur'],
|
|
2541
2597
|
}]
|
|
2542
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2598
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
2599
|
+
type: Output
|
|
2600
|
+
}], inputChange: [{
|
|
2601
|
+
type: Output
|
|
2602
|
+
}], addItem: [{
|
|
2603
|
+
type: Output
|
|
2604
|
+
}], ixBlur: [{
|
|
2605
|
+
type: Output
|
|
2606
|
+
}] } });
|
|
2543
2607
|
let IxSelectItem = class IxSelectItem {
|
|
2544
2608
|
z;
|
|
2545
2609
|
el;
|
|
2610
|
+
itemClick = new EventEmitter();
|
|
2546
2611
|
constructor(c, r, z) {
|
|
2547
2612
|
this.z = z;
|
|
2548
2613
|
c.detach();
|
|
2549
2614
|
this.el = r.nativeElement;
|
|
2550
|
-
proxyOutputs(this, this.el, ['itemClick']);
|
|
2551
2615
|
}
|
|
2552
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2553
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2616
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelectItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2617
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSelectItem, isStandalone: true, selector: "ix-select-item", inputs: { label: "label", selected: "selected", value: "value" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2554
2618
|
};
|
|
2555
2619
|
IxSelectItem = __decorate([
|
|
2556
2620
|
ProxyCmp({
|
|
2557
|
-
defineCustomElementFn: defineCustomElement$
|
|
2621
|
+
defineCustomElementFn: defineCustomElement$1h,
|
|
2558
2622
|
inputs: ['label', 'selected', 'value']
|
|
2559
2623
|
})
|
|
2560
2624
|
], IxSelectItem);
|
|
2561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelectItem, decorators: [{
|
|
2562
2626
|
type: Component,
|
|
2563
2627
|
args: [{
|
|
2564
2628
|
selector: 'ix-select-item',
|
|
2565
2629
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2566
2630
|
template: '<ng-content></ng-content>',
|
|
2567
2631
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2568
|
-
inputs: ['label', 'selected', 'value'],
|
|
2569
|
-
|
|
2632
|
+
inputs: ['label', 'selected', { name: 'value', required: true }],
|
|
2633
|
+
outputs: ['itemClick'],
|
|
2570
2634
|
}]
|
|
2571
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2635
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
|
|
2636
|
+
type: Output
|
|
2637
|
+
}] } });
|
|
2572
2638
|
let IxSlider = class IxSlider {
|
|
2573
2639
|
z;
|
|
2574
2640
|
el;
|
|
2641
|
+
valueChange = new EventEmitter();
|
|
2575
2642
|
constructor(c, r, z) {
|
|
2576
2643
|
this.z = z;
|
|
2577
2644
|
c.detach();
|
|
2578
2645
|
this.el = r.nativeElement;
|
|
2579
|
-
proxyOutputs(this, this.el, ['valueChange']);
|
|
2580
2646
|
}
|
|
2581
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2582
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2647
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2648
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSlider, isStandalone: true, selector: "ix-slider", inputs: { disabled: "disabled", error: "error", marker: "marker", max: "max", min: "min", step: "step", trace: "trace", traceReference: "traceReference", value: "value" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2583
2649
|
};
|
|
2584
2650
|
IxSlider = __decorate([
|
|
2585
2651
|
ProxyCmp({
|
|
2586
|
-
defineCustomElementFn: defineCustomElement$
|
|
2652
|
+
defineCustomElementFn: defineCustomElement$1i,
|
|
2587
2653
|
inputs: ['disabled', 'error', 'marker', 'max', 'min', 'step', 'trace', 'traceReference', 'value']
|
|
2588
2654
|
})
|
|
2589
2655
|
], IxSlider);
|
|
2590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSlider, decorators: [{
|
|
2591
2657
|
type: Component,
|
|
2592
2658
|
args: [{
|
|
2593
2659
|
selector: 'ix-slider',
|
|
@@ -2595,9 +2661,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2595
2661
|
template: '<ng-content></ng-content>',
|
|
2596
2662
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2597
2663
|
inputs: ['disabled', 'error', 'marker', 'max', 'min', 'step', 'trace', 'traceReference', 'value'],
|
|
2598
|
-
|
|
2664
|
+
outputs: ['valueChange'],
|
|
2599
2665
|
}]
|
|
2600
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2666
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
2667
|
+
type: Output
|
|
2668
|
+
}] } });
|
|
2601
2669
|
let IxSpinner = class IxSpinner {
|
|
2602
2670
|
z;
|
|
2603
2671
|
el;
|
|
@@ -2606,16 +2674,16 @@ let IxSpinner = class IxSpinner {
|
|
|
2606
2674
|
c.detach();
|
|
2607
2675
|
this.el = r.nativeElement;
|
|
2608
2676
|
}
|
|
2609
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2610
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2677
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2678
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSpinner, isStandalone: true, selector: "ix-spinner", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2611
2679
|
};
|
|
2612
2680
|
IxSpinner = __decorate([
|
|
2613
2681
|
ProxyCmp({
|
|
2614
|
-
defineCustomElementFn: defineCustomElement$
|
|
2682
|
+
defineCustomElementFn: defineCustomElement$1j,
|
|
2615
2683
|
inputs: ['size', 'variant']
|
|
2616
2684
|
})
|
|
2617
2685
|
], IxSpinner);
|
|
2618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSpinner, decorators: [{
|
|
2619
2687
|
type: Component,
|
|
2620
2688
|
args: [{
|
|
2621
2689
|
selector: 'ix-spinner',
|
|
@@ -2623,57 +2691,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2623
2691
|
template: '<ng-content></ng-content>',
|
|
2624
2692
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2625
2693
|
inputs: ['size', 'variant'],
|
|
2626
|
-
standalone: true
|
|
2627
2694
|
}]
|
|
2628
2695
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2629
2696
|
let IxSplitButton = class IxSplitButton {
|
|
2630
2697
|
z;
|
|
2631
2698
|
el;
|
|
2699
|
+
buttonClick = new EventEmitter();
|
|
2632
2700
|
constructor(c, r, z) {
|
|
2633
2701
|
this.z = z;
|
|
2634
2702
|
c.detach();
|
|
2635
2703
|
this.el = r.nativeElement;
|
|
2636
|
-
proxyOutputs(this, this.el, ['buttonClick']);
|
|
2637
2704
|
}
|
|
2638
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2639
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2705
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSplitButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2706
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSplitButton, isStandalone: true, selector: "ix-split-button", inputs: { ariaLabelButton: "ariaLabelButton", ariaLabelSplitIconButton: "ariaLabelSplitIconButton", closeBehavior: "closeBehavior", disableButton: "disableButton", disableDropdownButton: "disableDropdownButton", disabled: "disabled", icon: "icon", label: "label", placement: "placement", splitIcon: "splitIcon", variant: "variant" }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2640
2707
|
};
|
|
2641
2708
|
IxSplitButton = __decorate([
|
|
2642
2709
|
ProxyCmp({
|
|
2643
|
-
defineCustomElementFn: defineCustomElement$
|
|
2644
|
-
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', '
|
|
2710
|
+
defineCustomElementFn: defineCustomElement$1k,
|
|
2711
|
+
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disableButton', 'disableDropdownButton', 'disabled', 'icon', 'label', 'placement', 'splitIcon', 'variant']
|
|
2645
2712
|
})
|
|
2646
2713
|
], IxSplitButton);
|
|
2647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSplitButton, decorators: [{
|
|
2648
2715
|
type: Component,
|
|
2649
2716
|
args: [{
|
|
2650
2717
|
selector: 'ix-split-button',
|
|
2651
2718
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2652
2719
|
template: '<ng-content></ng-content>',
|
|
2653
2720
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2654
|
-
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', '
|
|
2655
|
-
|
|
2721
|
+
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disableButton', 'disableDropdownButton', 'disabled', 'icon', 'label', 'placement', 'splitIcon', 'variant'],
|
|
2722
|
+
outputs: ['buttonClick'],
|
|
2656
2723
|
}]
|
|
2657
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2724
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { buttonClick: [{
|
|
2725
|
+
type: Output
|
|
2726
|
+
}] } });
|
|
2658
2727
|
let IxTabItem = class IxTabItem {
|
|
2659
2728
|
z;
|
|
2660
2729
|
el;
|
|
2730
|
+
tabClick = new EventEmitter();
|
|
2661
2731
|
constructor(c, r, z) {
|
|
2662
2732
|
this.z = z;
|
|
2663
2733
|
c.detach();
|
|
2664
2734
|
this.el = r.nativeElement;
|
|
2665
|
-
proxyOutputs(this, this.el, ['tabClick']);
|
|
2666
2735
|
}
|
|
2667
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2668
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2736
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2737
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTabItem, isStandalone: true, selector: "ix-tab-item", inputs: { counter: "counter", disabled: "disabled", icon: "icon", layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, outputs: { tabClick: "tabClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2669
2738
|
};
|
|
2670
2739
|
IxTabItem = __decorate([
|
|
2671
2740
|
ProxyCmp({
|
|
2672
|
-
defineCustomElementFn: defineCustomElement$
|
|
2741
|
+
defineCustomElementFn: defineCustomElement$1l,
|
|
2673
2742
|
inputs: ['counter', 'disabled', 'icon', 'layout', 'placement', 'rounded', 'selected', 'small']
|
|
2674
2743
|
})
|
|
2675
2744
|
], IxTabItem);
|
|
2676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTabItem, decorators: [{
|
|
2677
2746
|
type: Component,
|
|
2678
2747
|
args: [{
|
|
2679
2748
|
selector: 'ix-tab-item',
|
|
@@ -2681,28 +2750,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2681
2750
|
template: '<ng-content></ng-content>',
|
|
2682
2751
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2683
2752
|
inputs: ['counter', 'disabled', 'icon', 'layout', 'placement', 'rounded', 'selected', 'small'],
|
|
2684
|
-
|
|
2753
|
+
outputs: ['tabClick'],
|
|
2685
2754
|
}]
|
|
2686
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2755
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tabClick: [{
|
|
2756
|
+
type: Output
|
|
2757
|
+
}] } });
|
|
2687
2758
|
let IxTabs = class IxTabs {
|
|
2688
2759
|
z;
|
|
2689
2760
|
el;
|
|
2761
|
+
selectedChange = new EventEmitter();
|
|
2690
2762
|
constructor(c, r, z) {
|
|
2691
2763
|
this.z = z;
|
|
2692
2764
|
c.detach();
|
|
2693
2765
|
this.el = r.nativeElement;
|
|
2694
|
-
proxyOutputs(this, this.el, ['selectedChange']);
|
|
2695
2766
|
}
|
|
2696
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2697
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2767
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2768
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTabs, isStandalone: true, selector: "ix-tabs", inputs: { ariaLabelChevronLeftIconButton: "ariaLabelChevronLeftIconButton", ariaLabelChevronRightIconButton: "ariaLabelChevronRightIconButton", layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, outputs: { selectedChange: "selectedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2698
2769
|
};
|
|
2699
2770
|
IxTabs = __decorate([
|
|
2700
2771
|
ProxyCmp({
|
|
2701
|
-
defineCustomElementFn: defineCustomElement$
|
|
2772
|
+
defineCustomElementFn: defineCustomElement$1m,
|
|
2702
2773
|
inputs: ['ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'layout', 'placement', 'rounded', 'selected', 'small']
|
|
2703
2774
|
})
|
|
2704
2775
|
], IxTabs);
|
|
2705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTabs, decorators: [{
|
|
2706
2777
|
type: Component,
|
|
2707
2778
|
args: [{
|
|
2708
2779
|
selector: 'ix-tabs',
|
|
@@ -2710,29 +2781,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2710
2781
|
template: '<ng-content></ng-content>',
|
|
2711
2782
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2712
2783
|
inputs: ['ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'layout', 'placement', 'rounded', 'selected', 'small'],
|
|
2713
|
-
|
|
2784
|
+
outputs: ['selectedChange'],
|
|
2714
2785
|
}]
|
|
2715
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2786
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { selectedChange: [{
|
|
2787
|
+
type: Output
|
|
2788
|
+
}] } });
|
|
2716
2789
|
let IxTextarea = class IxTextarea {
|
|
2717
2790
|
z;
|
|
2718
2791
|
el;
|
|
2792
|
+
valueChange = new EventEmitter();
|
|
2793
|
+
validityStateChange = new EventEmitter();
|
|
2794
|
+
ixBlur = new EventEmitter();
|
|
2719
2795
|
constructor(c, r, z) {
|
|
2720
2796
|
this.z = z;
|
|
2721
2797
|
c.detach();
|
|
2722
2798
|
this.el = r.nativeElement;
|
|
2723
|
-
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
2724
2799
|
}
|
|
2725
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2726
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2800
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2801
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTextarea, isStandalone: true, selector: "ix-textarea", inputs: { disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resizeBehavior: "resizeBehavior", showTextAsTooltip: "showTextAsTooltip", textareaCols: "textareaCols", textareaHeight: "textareaHeight", textareaRows: "textareaRows", textareaWidth: "textareaWidth", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2727
2802
|
};
|
|
2728
2803
|
IxTextarea = __decorate([
|
|
2729
2804
|
ProxyCmp({
|
|
2730
|
-
defineCustomElementFn: defineCustomElement$
|
|
2805
|
+
defineCustomElementFn: defineCustomElement$1n,
|
|
2731
2806
|
inputs: ['disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'resizeBehavior', 'showTextAsTooltip', 'textareaCols', 'textareaHeight', 'textareaRows', 'textareaWidth', 'validText', 'value', 'warningText'],
|
|
2732
2807
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2733
2808
|
})
|
|
2734
2809
|
], IxTextarea);
|
|
2735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTextarea, decorators: [{
|
|
2736
2811
|
type: Component,
|
|
2737
2812
|
args: [{
|
|
2738
2813
|
selector: 'ix-textarea',
|
|
@@ -2740,9 +2815,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2740
2815
|
template: '<ng-content></ng-content>',
|
|
2741
2816
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2742
2817
|
inputs: ['disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'resizeBehavior', 'showTextAsTooltip', 'textareaCols', 'textareaHeight', 'textareaRows', 'textareaWidth', 'validText', 'value', 'warningText'],
|
|
2743
|
-
|
|
2744
|
-
}]
|
|
2745
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2818
|
+
outputs: ['valueChange', 'validityStateChange', 'ixBlur'],
|
|
2819
|
+
}]
|
|
2820
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
2821
|
+
type: Output
|
|
2822
|
+
}], validityStateChange: [{
|
|
2823
|
+
type: Output
|
|
2824
|
+
}], ixBlur: [{
|
|
2825
|
+
type: Output
|
|
2826
|
+
}] } });
|
|
2746
2827
|
let IxTile = class IxTile {
|
|
2747
2828
|
z;
|
|
2748
2829
|
el;
|
|
@@ -2751,16 +2832,16 @@ let IxTile = class IxTile {
|
|
|
2751
2832
|
c.detach();
|
|
2752
2833
|
this.el = r.nativeElement;
|
|
2753
2834
|
}
|
|
2754
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2755
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2835
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2836
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTile, isStandalone: true, selector: "ix-tile", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2756
2837
|
};
|
|
2757
2838
|
IxTile = __decorate([
|
|
2758
2839
|
ProxyCmp({
|
|
2759
|
-
defineCustomElementFn: defineCustomElement$
|
|
2840
|
+
defineCustomElementFn: defineCustomElement$1o,
|
|
2760
2841
|
inputs: ['size']
|
|
2761
2842
|
})
|
|
2762
2843
|
], IxTile);
|
|
2763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTile, decorators: [{
|
|
2764
2845
|
type: Component,
|
|
2765
2846
|
args: [{
|
|
2766
2847
|
selector: 'ix-tile',
|
|
@@ -2768,98 +2849,110 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2768
2849
|
template: '<ng-content></ng-content>',
|
|
2769
2850
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2770
2851
|
inputs: ['size'],
|
|
2771
|
-
standalone: true
|
|
2772
2852
|
}]
|
|
2773
2853
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2774
2854
|
let IxTimeInput = class IxTimeInput {
|
|
2775
2855
|
z;
|
|
2776
2856
|
el;
|
|
2857
|
+
valueChange = new EventEmitter();
|
|
2858
|
+
validityStateChange = new EventEmitter();
|
|
2777
2859
|
constructor(c, r, z) {
|
|
2778
2860
|
this.z = z;
|
|
2779
2861
|
c.detach();
|
|
2780
2862
|
this.el = r.nativeElement;
|
|
2781
|
-
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange']);
|
|
2782
2863
|
}
|
|
2783
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2784
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2864
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2865
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTimeInput, isStandalone: true, selector: "ix-time-input", inputs: { disabled: "disabled", format: "format", helperText: "helperText", hideHeader: "hideHeader", hourInterval: "hourInterval", i18nErrorTimeUnparsable: "i18nErrorTimeUnparsable", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", i18nSelectTime: "i18nSelectTime", i18nTime: "i18nTime", infoText: "infoText", invalidText: "invalidText", label: "label", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", secondInterval: "secondInterval", showTextAsTooltip: "showTextAsTooltip", suppressSubmitOnEnter: "suppressSubmitOnEnter", textAlignment: "textAlignment", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2785
2866
|
};
|
|
2786
2867
|
IxTimeInput = __decorate([
|
|
2787
2868
|
ProxyCmp({
|
|
2788
|
-
defineCustomElementFn: defineCustomElement$
|
|
2789
|
-
inputs: ['disabled', 'format', 'helperText', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2869
|
+
defineCustomElementFn: defineCustomElement$1p,
|
|
2870
|
+
inputs: ['disabled', 'format', 'helperText', 'hideHeader', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText'],
|
|
2790
2871
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2791
2872
|
})
|
|
2792
2873
|
], IxTimeInput);
|
|
2793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2874
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTimeInput, decorators: [{
|
|
2794
2875
|
type: Component,
|
|
2795
2876
|
args: [{
|
|
2796
2877
|
selector: 'ix-time-input',
|
|
2797
2878
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2798
2879
|
template: '<ng-content></ng-content>',
|
|
2799
2880
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2800
|
-
inputs: ['disabled', 'format', 'helperText', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2801
|
-
|
|
2881
|
+
inputs: ['disabled', 'format', 'helperText', 'hideHeader', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText'],
|
|
2882
|
+
outputs: ['valueChange', 'validityStateChange'],
|
|
2802
2883
|
}]
|
|
2803
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2884
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
2885
|
+
type: Output
|
|
2886
|
+
}], validityStateChange: [{
|
|
2887
|
+
type: Output
|
|
2888
|
+
}] } });
|
|
2804
2889
|
let IxTimePicker = class IxTimePicker {
|
|
2805
2890
|
z;
|
|
2806
2891
|
el;
|
|
2892
|
+
timeSelect = new EventEmitter();
|
|
2893
|
+
timeChange = new EventEmitter();
|
|
2807
2894
|
constructor(c, r, z) {
|
|
2808
2895
|
this.z = z;
|
|
2809
2896
|
c.detach();
|
|
2810
2897
|
this.el = r.nativeElement;
|
|
2811
|
-
proxyOutputs(this, this.el, ['timeSelect', 'timeChange']);
|
|
2812
2898
|
}
|
|
2813
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2814
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2899
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2900
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTimePicker, isStandalone: true, selector: "ix-time-picker", inputs: { corners: "corners", embedded: "embedded", format: "format", hideHeader: "hideHeader", hourInterval: "hourInterval", i18nConfirmTime: "i18nConfirmTime", i18nHeader: "i18nHeader", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", secondInterval: "secondInterval", time: "time" }, outputs: { timeSelect: "timeSelect", timeChange: "timeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2815
2901
|
};
|
|
2816
2902
|
IxTimePicker = __decorate([
|
|
2817
2903
|
ProxyCmp({
|
|
2818
|
-
defineCustomElementFn: defineCustomElement$
|
|
2819
|
-
inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', '
|
|
2904
|
+
defineCustomElementFn: defineCustomElement$1q,
|
|
2905
|
+
inputs: ['corners', 'embedded', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'time'],
|
|
2820
2906
|
methods: ['getCurrentTime']
|
|
2821
2907
|
})
|
|
2822
2908
|
], IxTimePicker);
|
|
2823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTimePicker, decorators: [{
|
|
2824
2910
|
type: Component,
|
|
2825
2911
|
args: [{
|
|
2826
2912
|
selector: 'ix-time-picker',
|
|
2827
2913
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2828
2914
|
template: '<ng-content></ng-content>',
|
|
2829
2915
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2830
|
-
inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', '
|
|
2831
|
-
|
|
2916
|
+
inputs: ['corners', 'embedded', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'time'],
|
|
2917
|
+
outputs: ['timeSelect', 'timeChange'],
|
|
2832
2918
|
}]
|
|
2833
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2919
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { timeSelect: [{
|
|
2920
|
+
type: Output
|
|
2921
|
+
}], timeChange: [{
|
|
2922
|
+
type: Output
|
|
2923
|
+
}] } });
|
|
2834
2924
|
let IxToast = class IxToast {
|
|
2835
2925
|
z;
|
|
2836
2926
|
el;
|
|
2927
|
+
closeToast = new EventEmitter();
|
|
2837
2928
|
constructor(c, r, z) {
|
|
2838
2929
|
this.z = z;
|
|
2839
2930
|
c.detach();
|
|
2840
2931
|
this.el = r.nativeElement;
|
|
2841
|
-
proxyOutputs(this, this.el, ['closeToast']);
|
|
2842
2932
|
}
|
|
2843
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2844
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2933
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2934
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToast, isStandalone: true, selector: "ix-toast", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", autoCloseDelay: "autoCloseDelay", icon: "icon", iconColor: "iconColor", preventAutoClose: "preventAutoClose", toastTitle: "toastTitle", type: "type" }, outputs: { closeToast: "closeToast" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2845
2935
|
};
|
|
2846
2936
|
IxToast = __decorate([
|
|
2847
2937
|
ProxyCmp({
|
|
2848
|
-
defineCustomElementFn: defineCustomElement$
|
|
2849
|
-
inputs: ['ariaLabelCloseIconButton', '
|
|
2938
|
+
defineCustomElementFn: defineCustomElement$1r,
|
|
2939
|
+
inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
|
|
2940
|
+
methods: ['pause', 'resume', 'isPaused']
|
|
2850
2941
|
})
|
|
2851
2942
|
], IxToast);
|
|
2852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2943
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToast, decorators: [{
|
|
2853
2944
|
type: Component,
|
|
2854
2945
|
args: [{
|
|
2855
2946
|
selector: 'ix-toast',
|
|
2856
2947
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2857
2948
|
template: '<ng-content></ng-content>',
|
|
2858
2949
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2859
|
-
inputs: ['ariaLabelCloseIconButton', '
|
|
2860
|
-
|
|
2950
|
+
inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
|
|
2951
|
+
outputs: ['closeToast'],
|
|
2861
2952
|
}]
|
|
2862
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2953
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeToast: [{
|
|
2954
|
+
type: Output
|
|
2955
|
+
}] } });
|
|
2863
2956
|
let IxToastContainer = class IxToastContainer {
|
|
2864
2957
|
z;
|
|
2865
2958
|
el;
|
|
@@ -2868,17 +2961,17 @@ let IxToastContainer = class IxToastContainer {
|
|
|
2868
2961
|
c.detach();
|
|
2869
2962
|
this.el = r.nativeElement;
|
|
2870
2963
|
}
|
|
2871
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2872
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2964
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToastContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2965
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToastContainer, isStandalone: true, selector: "ix-toast-container", inputs: { containerClass: "containerClass", containerId: "containerId", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2873
2966
|
};
|
|
2874
2967
|
IxToastContainer = __decorate([
|
|
2875
2968
|
ProxyCmp({
|
|
2876
|
-
defineCustomElementFn: defineCustomElement$
|
|
2969
|
+
defineCustomElementFn: defineCustomElement$1s,
|
|
2877
2970
|
inputs: ['containerClass', 'containerId', 'position'],
|
|
2878
2971
|
methods: ['showToast']
|
|
2879
2972
|
})
|
|
2880
2973
|
], IxToastContainer);
|
|
2881
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToastContainer, decorators: [{
|
|
2882
2975
|
type: Component,
|
|
2883
2976
|
args: [{
|
|
2884
2977
|
selector: 'ix-toast-container',
|
|
@@ -2886,28 +2979,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2886
2979
|
template: '<ng-content></ng-content>',
|
|
2887
2980
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2888
2981
|
inputs: ['containerClass', 'containerId', 'position'],
|
|
2889
|
-
standalone: true
|
|
2890
2982
|
}]
|
|
2891
2983
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2892
2984
|
let IxToggle = class IxToggle {
|
|
2893
2985
|
z;
|
|
2894
2986
|
el;
|
|
2987
|
+
checkedChange = new EventEmitter();
|
|
2988
|
+
ixBlur = new EventEmitter();
|
|
2895
2989
|
constructor(c, r, z) {
|
|
2896
2990
|
this.z = z;
|
|
2897
2991
|
c.detach();
|
|
2898
2992
|
this.el = r.nativeElement;
|
|
2899
|
-
proxyOutputs(this, this.el, ['checkedChange', 'ixBlur']);
|
|
2900
2993
|
}
|
|
2901
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2902
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2994
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2995
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToggle, isStandalone: true, selector: "ix-toggle", inputs: { checked: "checked", disabled: "disabled", hideText: "hideText", indeterminate: "indeterminate", name: "name", required: "required", textIndeterminate: "textIndeterminate", textOff: "textOff", textOn: "textOn", value: "value" }, outputs: { checkedChange: "checkedChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2903
2996
|
};
|
|
2904
2997
|
IxToggle = __decorate([
|
|
2905
2998
|
ProxyCmp({
|
|
2906
|
-
defineCustomElementFn: defineCustomElement$
|
|
2999
|
+
defineCustomElementFn: defineCustomElement$1t,
|
|
2907
3000
|
inputs: ['checked', 'disabled', 'hideText', 'indeterminate', 'name', 'required', 'textIndeterminate', 'textOff', 'textOn', 'value']
|
|
2908
3001
|
})
|
|
2909
3002
|
], IxToggle);
|
|
2910
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToggle, decorators: [{
|
|
2911
3004
|
type: Component,
|
|
2912
3005
|
args: [{
|
|
2913
3006
|
selector: 'ix-toggle',
|
|
@@ -2915,38 +3008,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2915
3008
|
template: '<ng-content></ng-content>',
|
|
2916
3009
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2917
3010
|
inputs: ['checked', 'disabled', 'hideText', 'indeterminate', 'name', 'required', 'textIndeterminate', 'textOff', 'textOn', 'value'],
|
|
2918
|
-
|
|
3011
|
+
outputs: ['checkedChange', 'ixBlur'],
|
|
2919
3012
|
}]
|
|
2920
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
3013
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { checkedChange: [{
|
|
3014
|
+
type: Output
|
|
3015
|
+
}], ixBlur: [{
|
|
3016
|
+
type: Output
|
|
3017
|
+
}] } });
|
|
2921
3018
|
let IxToggleButton = class IxToggleButton {
|
|
2922
3019
|
z;
|
|
2923
3020
|
el;
|
|
3021
|
+
pressedChange = new EventEmitter();
|
|
2924
3022
|
constructor(c, r, z) {
|
|
2925
3023
|
this.z = z;
|
|
2926
3024
|
c.detach();
|
|
2927
3025
|
this.el = r.nativeElement;
|
|
2928
|
-
proxyOutputs(this, this.el, ['pressedChange']);
|
|
2929
3026
|
}
|
|
2930
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2931
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3027
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3028
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToggleButton, isStandalone: true, selector: "ix-toggle-button", inputs: { ariaLabelButton: "ariaLabelButton", disabled: "disabled", icon: "icon", iconRight: "iconRight", loading: "loading", pressed: "pressed", variant: "variant" }, outputs: { pressedChange: "pressedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2932
3029
|
};
|
|
2933
3030
|
IxToggleButton = __decorate([
|
|
2934
3031
|
ProxyCmp({
|
|
2935
|
-
defineCustomElementFn: defineCustomElement$
|
|
2936
|
-
inputs: ['ariaLabelButton', 'disabled', '
|
|
3032
|
+
defineCustomElementFn: defineCustomElement$1u,
|
|
3033
|
+
inputs: ['ariaLabelButton', 'disabled', 'icon', 'iconRight', 'loading', 'pressed', 'variant']
|
|
2937
3034
|
})
|
|
2938
3035
|
], IxToggleButton);
|
|
2939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToggleButton, decorators: [{
|
|
2940
3037
|
type: Component,
|
|
2941
3038
|
args: [{
|
|
2942
3039
|
selector: 'ix-toggle-button',
|
|
2943
3040
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2944
3041
|
template: '<ng-content></ng-content>',
|
|
2945
3042
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2946
|
-
inputs: ['ariaLabelButton', 'disabled', '
|
|
2947
|
-
|
|
3043
|
+
inputs: ['ariaLabelButton', 'disabled', 'icon', 'iconRight', 'loading', 'pressed', 'variant'],
|
|
3044
|
+
outputs: ['pressedChange'],
|
|
2948
3045
|
}]
|
|
2949
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
3046
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pressedChange: [{
|
|
3047
|
+
type: Output
|
|
3048
|
+
}] } });
|
|
2950
3049
|
let IxTooltip = class IxTooltip {
|
|
2951
3050
|
z;
|
|
2952
3051
|
el;
|
|
@@ -2955,16 +3054,16 @@ let IxTooltip = class IxTooltip {
|
|
|
2955
3054
|
c.detach();
|
|
2956
3055
|
this.el = r.nativeElement;
|
|
2957
3056
|
}
|
|
2958
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2959
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3057
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3058
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTooltip, isStandalone: true, selector: "ix-tooltip", inputs: { for: "for", interactive: "interactive", placement: "placement", titleContent: "titleContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2960
3059
|
};
|
|
2961
3060
|
IxTooltip = __decorate([
|
|
2962
3061
|
ProxyCmp({
|
|
2963
|
-
defineCustomElementFn: defineCustomElement$
|
|
3062
|
+
defineCustomElementFn: defineCustomElement$1v,
|
|
2964
3063
|
inputs: ['for', 'interactive', 'placement', 'titleContent']
|
|
2965
3064
|
})
|
|
2966
3065
|
], IxTooltip);
|
|
2967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTooltip, decorators: [{
|
|
2968
3067
|
type: Component,
|
|
2969
3068
|
args: [{
|
|
2970
3069
|
selector: 'ix-tooltip',
|
|
@@ -2972,28 +3071,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2972
3071
|
template: '<ng-content></ng-content>',
|
|
2973
3072
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2974
3073
|
inputs: ['for', 'interactive', 'placement', 'titleContent'],
|
|
2975
|
-
standalone: true
|
|
2976
3074
|
}]
|
|
2977
3075
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2978
3076
|
let IxTreeItem = class IxTreeItem {
|
|
2979
3077
|
z;
|
|
2980
3078
|
el;
|
|
3079
|
+
toggle = new EventEmitter();
|
|
3080
|
+
itemClick = new EventEmitter();
|
|
2981
3081
|
constructor(c, r, z) {
|
|
2982
3082
|
this.z = z;
|
|
2983
3083
|
c.detach();
|
|
2984
3084
|
this.el = r.nativeElement;
|
|
2985
|
-
proxyOutputs(this, this.el, ['toggle', 'itemClick']);
|
|
2986
3085
|
}
|
|
2987
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2988
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3086
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTreeItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3087
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTreeItem, isStandalone: true, selector: "ix-tree-item", inputs: { ariaLabelChevronIcon: "ariaLabelChevronIcon", context: "context", hasChildren: "hasChildren", text: "text" }, outputs: { toggle: "toggle", itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2989
3088
|
};
|
|
2990
3089
|
IxTreeItem = __decorate([
|
|
2991
3090
|
ProxyCmp({
|
|
2992
|
-
defineCustomElementFn: defineCustomElement$
|
|
3091
|
+
defineCustomElementFn: defineCustomElement$1w,
|
|
2993
3092
|
inputs: ['ariaLabelChevronIcon', 'context', 'hasChildren', 'text']
|
|
2994
3093
|
})
|
|
2995
3094
|
], IxTreeItem);
|
|
2996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTreeItem, decorators: [{
|
|
2997
3096
|
type: Component,
|
|
2998
3097
|
args: [{
|
|
2999
3098
|
selector: 'ix-tree-item',
|
|
@@ -3001,9 +3100,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3001
3100
|
template: '<ng-content></ng-content>',
|
|
3002
3101
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3003
3102
|
inputs: ['ariaLabelChevronIcon', 'context', 'hasChildren', 'text'],
|
|
3004
|
-
|
|
3103
|
+
outputs: ['toggle', 'itemClick'],
|
|
3005
3104
|
}]
|
|
3006
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
3105
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggle: [{
|
|
3106
|
+
type: Output
|
|
3107
|
+
}], itemClick: [{
|
|
3108
|
+
type: Output
|
|
3109
|
+
}] } });
|
|
3007
3110
|
let IxTypography = class IxTypography {
|
|
3008
3111
|
z;
|
|
3009
3112
|
el;
|
|
@@ -3012,16 +3115,16 @@ let IxTypography = class IxTypography {
|
|
|
3012
3115
|
c.detach();
|
|
3013
3116
|
this.el = r.nativeElement;
|
|
3014
3117
|
}
|
|
3015
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3016
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3118
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTypography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3119
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTypography, isStandalone: true, selector: "ix-typography", inputs: { bold: "bold", format: "format", textColor: "textColor", textDecoration: "textDecoration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3017
3120
|
};
|
|
3018
3121
|
IxTypography = __decorate([
|
|
3019
3122
|
ProxyCmp({
|
|
3020
|
-
defineCustomElementFn: defineCustomElement$
|
|
3123
|
+
defineCustomElementFn: defineCustomElement$1x,
|
|
3021
3124
|
inputs: ['bold', 'format', 'textColor', 'textDecoration']
|
|
3022
3125
|
})
|
|
3023
3126
|
], IxTypography);
|
|
3024
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTypography, decorators: [{
|
|
3025
3128
|
type: Component,
|
|
3026
3129
|
args: [{
|
|
3027
3130
|
selector: 'ix-typography',
|
|
@@ -3029,29 +3132,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3029
3132
|
template: '<ng-content></ng-content>',
|
|
3030
3133
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3031
3134
|
inputs: ['bold', 'format', 'textColor', 'textDecoration'],
|
|
3032
|
-
standalone: true
|
|
3033
3135
|
}]
|
|
3034
3136
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3035
3137
|
let IxUpload = class IxUpload {
|
|
3036
3138
|
z;
|
|
3037
3139
|
el;
|
|
3140
|
+
filesChanged = new EventEmitter();
|
|
3038
3141
|
constructor(c, r, z) {
|
|
3039
3142
|
this.z = z;
|
|
3040
3143
|
c.detach();
|
|
3041
3144
|
this.el = r.nativeElement;
|
|
3042
|
-
proxyOutputs(this, this.el, ['filesChanged']);
|
|
3043
3145
|
}
|
|
3044
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3045
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3146
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3147
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxUpload, isStandalone: true, selector: "ix-upload", inputs: { accept: "accept", disabled: "disabled", i18nUploadDisabled: "i18nUploadDisabled", i18nUploadFile: "i18nUploadFile", loadingText: "loadingText", multiline: "multiline", multiple: "multiple", selectFileText: "selectFileText", state: "state", uploadFailedText: "uploadFailedText", uploadSuccessText: "uploadSuccessText" }, outputs: { filesChanged: "filesChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3046
3148
|
};
|
|
3047
3149
|
IxUpload = __decorate([
|
|
3048
3150
|
ProxyCmp({
|
|
3049
|
-
defineCustomElementFn: defineCustomElement$
|
|
3151
|
+
defineCustomElementFn: defineCustomElement$1y,
|
|
3050
3152
|
inputs: ['accept', 'disabled', 'i18nUploadDisabled', 'i18nUploadFile', 'loadingText', 'multiline', 'multiple', 'selectFileText', 'state', 'uploadFailedText', 'uploadSuccessText'],
|
|
3051
3153
|
methods: ['setFilesToUpload']
|
|
3052
3154
|
})
|
|
3053
3155
|
], IxUpload);
|
|
3054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxUpload, decorators: [{
|
|
3055
3157
|
type: Component,
|
|
3056
3158
|
args: [{
|
|
3057
3159
|
selector: 'ix-upload',
|
|
@@ -3059,9 +3161,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3059
3161
|
template: '<ng-content></ng-content>',
|
|
3060
3162
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3061
3163
|
inputs: ['accept', 'disabled', 'i18nUploadDisabled', 'i18nUploadFile', 'loadingText', 'multiline', 'multiple', 'selectFileText', 'state', 'uploadFailedText', 'uploadSuccessText'],
|
|
3062
|
-
|
|
3164
|
+
outputs: ['filesChanged'],
|
|
3063
3165
|
}]
|
|
3064
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
3166
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { filesChanged: [{
|
|
3167
|
+
type: Output
|
|
3168
|
+
}] } });
|
|
3065
3169
|
let IxValidationTooltip = class IxValidationTooltip {
|
|
3066
3170
|
z;
|
|
3067
3171
|
el;
|
|
@@ -3070,16 +3174,16 @@ let IxValidationTooltip = class IxValidationTooltip {
|
|
|
3070
3174
|
c.detach();
|
|
3071
3175
|
this.el = r.nativeElement;
|
|
3072
3176
|
}
|
|
3073
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3074
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3177
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxValidationTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3178
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxValidationTooltip, isStandalone: true, selector: "ix-validation-tooltip", inputs: { message: "message", placement: "placement", suppressAutomaticPlacement: "suppressAutomaticPlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3075
3179
|
};
|
|
3076
3180
|
IxValidationTooltip = __decorate([
|
|
3077
3181
|
ProxyCmp({
|
|
3078
|
-
defineCustomElementFn: defineCustomElement$
|
|
3182
|
+
defineCustomElementFn: defineCustomElement$1z,
|
|
3079
3183
|
inputs: ['message', 'placement', 'suppressAutomaticPlacement']
|
|
3080
3184
|
})
|
|
3081
3185
|
], IxValidationTooltip);
|
|
3082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxValidationTooltip, decorators: [{
|
|
3083
3187
|
type: Component,
|
|
3084
3188
|
args: [{
|
|
3085
3189
|
selector: 'ix-validation-tooltip',
|
|
@@ -3087,7 +3191,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3087
3191
|
template: '<ng-content></ng-content>',
|
|
3088
3192
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3089
3193
|
inputs: ['message', 'placement', 'suppressAutomaticPlacement'],
|
|
3090
|
-
standalone: true
|
|
3091
3194
|
}]
|
|
3092
3195
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3093
3196
|
let IxWorkflowStep = class IxWorkflowStep {
|
|
@@ -3098,16 +3201,16 @@ let IxWorkflowStep = class IxWorkflowStep {
|
|
|
3098
3201
|
c.detach();
|
|
3099
3202
|
this.el = r.nativeElement;
|
|
3100
3203
|
}
|
|
3101
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3102
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3204
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxWorkflowStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3205
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxWorkflowStep, isStandalone: true, selector: "ix-workflow-step", inputs: { clickable: "clickable", disabled: "disabled", selected: "selected", status: "status", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3103
3206
|
};
|
|
3104
3207
|
IxWorkflowStep = __decorate([
|
|
3105
3208
|
ProxyCmp({
|
|
3106
|
-
defineCustomElementFn: defineCustomElement$
|
|
3209
|
+
defineCustomElementFn: defineCustomElement$1A,
|
|
3107
3210
|
inputs: ['clickable', 'disabled', 'selected', 'status', 'vertical']
|
|
3108
3211
|
})
|
|
3109
3212
|
], IxWorkflowStep);
|
|
3110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxWorkflowStep, decorators: [{
|
|
3111
3214
|
type: Component,
|
|
3112
3215
|
args: [{
|
|
3113
3216
|
selector: 'ix-workflow-step',
|
|
@@ -3115,28 +3218,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3115
3218
|
template: '<ng-content></ng-content>',
|
|
3116
3219
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3117
3220
|
inputs: ['clickable', 'disabled', 'selected', 'status', 'vertical'],
|
|
3118
|
-
standalone: true
|
|
3119
3221
|
}]
|
|
3120
3222
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3121
3223
|
let IxWorkflowSteps = class IxWorkflowSteps {
|
|
3122
3224
|
z;
|
|
3123
3225
|
el;
|
|
3226
|
+
stepSelected = new EventEmitter();
|
|
3124
3227
|
constructor(c, r, z) {
|
|
3125
3228
|
this.z = z;
|
|
3126
3229
|
c.detach();
|
|
3127
3230
|
this.el = r.nativeElement;
|
|
3128
|
-
proxyOutputs(this, this.el, ['stepSelected']);
|
|
3129
3231
|
}
|
|
3130
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3131
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3232
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxWorkflowSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3233
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxWorkflowSteps, isStandalone: true, selector: "ix-workflow-steps", inputs: { clickable: "clickable", selectedIndex: "selectedIndex", vertical: "vertical" }, outputs: { stepSelected: "stepSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3132
3234
|
};
|
|
3133
3235
|
IxWorkflowSteps = __decorate([
|
|
3134
3236
|
ProxyCmp({
|
|
3135
|
-
defineCustomElementFn: defineCustomElement$
|
|
3237
|
+
defineCustomElementFn: defineCustomElement$1B,
|
|
3136
3238
|
inputs: ['clickable', 'selectedIndex', 'vertical']
|
|
3137
3239
|
})
|
|
3138
3240
|
], IxWorkflowSteps);
|
|
3139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxWorkflowSteps, decorators: [{
|
|
3140
3242
|
type: Component,
|
|
3141
3243
|
args: [{
|
|
3142
3244
|
selector: 'ix-workflow-steps',
|
|
@@ -3144,9 +3246,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3144
3246
|
template: '<ng-content></ng-content>',
|
|
3145
3247
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3146
3248
|
inputs: ['clickable', 'selectedIndex', 'vertical'],
|
|
3147
|
-
|
|
3249
|
+
outputs: ['stepSelected'],
|
|
3148
3250
|
}]
|
|
3149
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
3251
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { stepSelected: [{
|
|
3252
|
+
type: Output
|
|
3253
|
+
}] } });
|
|
3150
3254
|
|
|
3151
3255
|
/*
|
|
3152
3256
|
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
@@ -3160,12 +3264,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3160
3264
|
* Define custom elements during usage of the library to ensure that all
|
|
3161
3265
|
* components are registered before they are used.
|
|
3162
3266
|
*/
|
|
3267
|
+
defineCustomElement$1C();
|
|
3268
|
+
defineCustomElement$1D();
|
|
3269
|
+
defineCustomElement$1E();
|
|
3163
3270
|
defineCustomElement$1F();
|
|
3164
3271
|
defineCustomElement$1G();
|
|
3165
3272
|
defineCustomElement$1H();
|
|
3166
|
-
defineCustomElement$1I();
|
|
3167
|
-
defineCustomElement$1J();
|
|
3168
|
-
defineCustomElement$1K();
|
|
3169
3273
|
|
|
3170
3274
|
let IxIcon = class IxIcon {
|
|
3171
3275
|
z;
|
|
@@ -3175,16 +3279,16 @@ let IxIcon = class IxIcon {
|
|
|
3175
3279
|
c.detach();
|
|
3176
3280
|
this.el = r.nativeElement;
|
|
3177
3281
|
}
|
|
3178
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3179
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3282
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3283
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxIcon, isStandalone: true, selector: "ix-icon", inputs: { color: "color", size: "size", name: "name", lazyLoading: "lazyLoading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3180
3284
|
};
|
|
3181
3285
|
IxIcon = __decorate([
|
|
3182
3286
|
ProxyCmp({
|
|
3183
3287
|
inputs: ['color', 'size', 'name', 'lazyLoading'],
|
|
3184
|
-
defineCustomElementFn: defineCustomElement$
|
|
3288
|
+
defineCustomElementFn: defineCustomElement$1H,
|
|
3185
3289
|
})
|
|
3186
3290
|
], IxIcon);
|
|
3187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIcon, decorators: [{
|
|
3188
3292
|
type: Component,
|
|
3189
3293
|
args: [{
|
|
3190
3294
|
selector: 'ix-icon',
|
|
@@ -3192,7 +3296,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3192
3296
|
template: '<ng-content></ng-content>',
|
|
3193
3297
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3194
3298
|
inputs: ['color', 'size', 'name', 'lazyLoading'],
|
|
3195
|
-
standalone: true,
|
|
3196
3299
|
}]
|
|
3197
3300
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3198
3301
|
|
|
@@ -3202,23 +3305,22 @@ let IxTree = class IxTree extends TreeBaseDirective {
|
|
|
3202
3305
|
super(c, r, z, proxyOutputs);
|
|
3203
3306
|
this.z = z;
|
|
3204
3307
|
}
|
|
3205
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3206
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3308
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTree, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3309
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTree, isStandalone: true, selector: "ix-tree", inputs: { context: "context", model: "model", root: "root", renderItem: "renderItem", lazyLoading: "lazyLoading" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3207
3310
|
};
|
|
3208
3311
|
IxTree = __decorate([
|
|
3209
3312
|
ProxyCmp({
|
|
3210
3313
|
inputs: ['context', 'model', 'root', 'lazyLoading'],
|
|
3211
|
-
defineCustomElementFn: defineCustomElement$
|
|
3314
|
+
defineCustomElementFn: defineCustomElement$1I,
|
|
3212
3315
|
})
|
|
3213
3316
|
], IxTree);
|
|
3214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTree, decorators: [{
|
|
3215
3318
|
type: Component,
|
|
3216
3319
|
args: [{
|
|
3217
3320
|
selector: 'ix-tree',
|
|
3218
3321
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3219
3322
|
template: '<ng-content></ng-content>',
|
|
3220
3323
|
inputs: ['context', 'model', 'root', 'renderItem', 'lazyLoading'],
|
|
3221
|
-
standalone: true,
|
|
3222
3324
|
}]
|
|
3223
3325
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3224
3326
|
|
|
@@ -3235,13 +3337,16 @@ class ModalService extends ModalService$1 {
|
|
|
3235
3337
|
super(appRef, componentFactoryResolver, injector);
|
|
3236
3338
|
}
|
|
3237
3339
|
open(config) {
|
|
3238
|
-
defineCustomElement$
|
|
3340
|
+
defineCustomElement$12();
|
|
3239
3341
|
return super.open(config);
|
|
3240
3342
|
}
|
|
3241
|
-
|
|
3242
|
-
|
|
3343
|
+
close(instance, reason) {
|
|
3344
|
+
super.close(instance, reason);
|
|
3345
|
+
}
|
|
3346
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ModalService, deps: [{ token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3347
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ModalService });
|
|
3243
3348
|
}
|
|
3244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ModalService, decorators: [{
|
|
3245
3350
|
type: Injectable
|
|
3246
3351
|
}], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }] });
|
|
3247
3352
|
|
|
@@ -3264,14 +3369,14 @@ class ToastService extends ToastService$1 {
|
|
|
3264
3369
|
super.setPosition(position);
|
|
3265
3370
|
}
|
|
3266
3371
|
show(config) {
|
|
3267
|
-
defineCustomElement$
|
|
3268
|
-
defineCustomElement$
|
|
3372
|
+
defineCustomElement$1r();
|
|
3373
|
+
defineCustomElement$1s();
|
|
3269
3374
|
return super.show(config);
|
|
3270
3375
|
}
|
|
3271
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3272
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3376
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3377
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ToastService });
|
|
3273
3378
|
}
|
|
3274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ToastService, decorators: [{
|
|
3275
3380
|
type: Injectable
|
|
3276
3381
|
}], ctorParameters: () => [] });
|
|
3277
3382
|
|
|
@@ -3290,13 +3395,12 @@ class IxBooleanValueAccessorDirective extends BooleanValueAccessorBaseDirective
|
|
|
3290
3395
|
constructor(injector, el) {
|
|
3291
3396
|
super(injector, el);
|
|
3292
3397
|
}
|
|
3293
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3294
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3398
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBooleanValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3399
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxBooleanValueAccessorDirective, isStandalone: true, selector: "ix-checkbox,ix-toggle", providers: [createValueAccessorProvider(IxBooleanValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3295
3400
|
}
|
|
3296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBooleanValueAccessorDirective, decorators: [{
|
|
3297
3402
|
type: Directive,
|
|
3298
3403
|
args: [{
|
|
3299
|
-
standalone: true,
|
|
3300
3404
|
selector: 'ix-checkbox,ix-toggle',
|
|
3301
3405
|
providers: [createValueAccessorProvider(IxBooleanValueAccessorDirective)],
|
|
3302
3406
|
}]
|
|
@@ -3317,13 +3421,12 @@ class IxRadioValueAccessorDirective extends RadioValueAccessorBaseDirective {
|
|
|
3317
3421
|
constructor(injector, el) {
|
|
3318
3422
|
super(injector, el);
|
|
3319
3423
|
}
|
|
3320
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3321
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3424
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadioValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3425
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxRadioValueAccessorDirective, isStandalone: true, selector: "ix-radio", providers: [createValueAccessorProvider(IxRadioValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3322
3426
|
}
|
|
3323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadioValueAccessorDirective, decorators: [{
|
|
3324
3428
|
type: Directive,
|
|
3325
3429
|
args: [{
|
|
3326
|
-
standalone: true,
|
|
3327
3430
|
selector: 'ix-radio',
|
|
3328
3431
|
providers: [createValueAccessorProvider(IxRadioValueAccessorDirective)],
|
|
3329
3432
|
}]
|
|
@@ -3344,13 +3447,12 @@ class IxSelectValueAccessorDirective extends SelectValueAccessorBaseDirective {
|
|
|
3344
3447
|
constructor(injector, el) {
|
|
3345
3448
|
super(injector, el);
|
|
3346
3449
|
}
|
|
3347
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3348
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3450
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelectValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3451
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxSelectValueAccessorDirective, isStandalone: true, selector: "ix-select", providers: [createValueAccessorProvider(IxSelectValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3349
3452
|
}
|
|
3350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelectValueAccessorDirective, decorators: [{
|
|
3351
3454
|
type: Directive,
|
|
3352
3455
|
args: [{
|
|
3353
|
-
standalone: true,
|
|
3354
3456
|
selector: 'ix-select',
|
|
3355
3457
|
providers: [createValueAccessorProvider(IxSelectValueAccessorDirective)],
|
|
3356
3458
|
}]
|
|
@@ -3371,13 +3473,12 @@ class IxTextValueAccessorDirective extends TextValueAccessorBaseDirective {
|
|
|
3371
3473
|
constructor(injector, el) {
|
|
3372
3474
|
super(injector, el);
|
|
3373
3475
|
}
|
|
3374
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3375
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3476
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTextValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3477
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxTextValueAccessorDirective, isStandalone: true, selector: "ix-input,ix-number-input,ix-textarea", providers: [createValueAccessorProvider(IxTextValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3376
3478
|
}
|
|
3377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTextValueAccessorDirective, decorators: [{
|
|
3378
3480
|
type: Directive,
|
|
3379
3481
|
args: [{
|
|
3380
|
-
standalone: true,
|
|
3381
3482
|
selector: 'ix-input,ix-number-input,ix-textarea',
|
|
3382
3483
|
providers: [createValueAccessorProvider(IxTextValueAccessorDirective)],
|
|
3383
3484
|
}]
|
|
@@ -3398,13 +3499,12 @@ class IxDateValueAccessorDirective extends DateValueAccessorBaseDirective {
|
|
|
3398
3499
|
constructor(injector, el) {
|
|
3399
3500
|
super(injector, el);
|
|
3400
3501
|
}
|
|
3401
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3402
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3502
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3503
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxDateValueAccessorDirective, isStandalone: true, selector: "ix-date-input", providers: [createValueAccessorProvider(IxDateValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3403
3504
|
}
|
|
3404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateValueAccessorDirective, decorators: [{
|
|
3405
3506
|
type: Directive,
|
|
3406
3507
|
args: [{
|
|
3407
|
-
standalone: true,
|
|
3408
3508
|
selector: 'ix-date-input',
|
|
3409
3509
|
providers: [createValueAccessorProvider(IxDateValueAccessorDirective)],
|
|
3410
3510
|
}]
|
|
@@ -3435,13 +3535,12 @@ class IxDropdownTriggerDirective extends DropdownTriggerBaseDirective {
|
|
|
3435
3535
|
ngOnChanges() {
|
|
3436
3536
|
super.ngOnChanges();
|
|
3437
3537
|
}
|
|
3438
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3439
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3538
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownTriggerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3539
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownTriggerDirective, isStandalone: true, selector: "[ixDropdownTrigger]", inputs: { ixDropdownTrigger: "ixDropdownTrigger" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
3440
3540
|
}
|
|
3441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownTriggerDirective, decorators: [{
|
|
3442
3542
|
type: Directive,
|
|
3443
3543
|
args: [{
|
|
3444
|
-
standalone: true,
|
|
3445
3544
|
selector: '[ixDropdownTrigger]',
|
|
3446
3545
|
}]
|
|
3447
3546
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { ixDropdownTrigger: [{
|
|
@@ -3479,5 +3578,5 @@ const IxValueAccessorDirectives = [
|
|
|
3479
3578
|
* Generated bundle index. Do not edit.
|
|
3480
3579
|
*/
|
|
3481
3580
|
|
|
3482
|
-
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar,
|
|
3581
|
+
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxValueAccessorDirectives, IxWorkflowStep, IxWorkflowSteps, ModalService, ToastService };
|
|
3483
3582
|
//# sourceMappingURL=siemens-ix-angular-standalone.mjs.map
|