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