@swisspost/design-system-components-angular 10.0.0-next.75 → 10.0.0-next.76
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/LICENSE +183 -184
- package/README.md +6 -58
- package/fesm2022/swisspost-design-system-components-angular.mjs +1471 -805
- package/fesm2022/swisspost-design-system-components-angular.mjs.map +1 -1
- package/package.json +18 -9
- package/post-components.css +2 -2
- package/{index.d.ts → types/swisspost-design-system-components-angular.d.ts} +8 -33
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { ChangeDetectionStrategy, Component, EventEmitter, Output, makeEnvironmentProviders, provideEnvironmentInitializer, inject, CSP_NONCE } from '@angular/core';
|
|
3
3
|
import { setNonce, defineCustomElements } from '@swisspost/design-system-components/loader';
|
|
4
|
-
import {
|
|
4
|
+
import { __esDecorate, __runInitializers } from 'tslib';
|
|
5
5
|
import { fromEvent } from 'rxjs';
|
|
6
6
|
import { defineCustomElement as defineCustomElement$1 } from '@swisspost/design-system-components/components/post-accordion.js';
|
|
7
7
|
import { defineCustomElement as defineCustomElement$2 } from '@swisspost/design-system-components/components/post-accordion-item.js';
|
|
@@ -23,31 +23,30 @@ import { defineCustomElement as defineCustomElement$h } from '@swisspost/design-
|
|
|
23
23
|
import { defineCustomElement as defineCustomElement$i } from '@swisspost/design-system-components/components/post-linkarea.js';
|
|
24
24
|
import { defineCustomElement as defineCustomElement$j } from '@swisspost/design-system-components/components/post-listbox.js';
|
|
25
25
|
import { defineCustomElement as defineCustomElement$k } from '@swisspost/design-system-components/components/post-listbox-option.js';
|
|
26
|
-
import { defineCustomElement as defineCustomElement$l } from '@swisspost/design-system-components/components/post-
|
|
27
|
-
import { defineCustomElement as defineCustomElement$m } from '@swisspost/design-system-components/components/post-
|
|
28
|
-
import { defineCustomElement as defineCustomElement$n } from '@swisspost/design-system-components/components/post-
|
|
29
|
-
import { defineCustomElement as defineCustomElement$o } from '@swisspost/design-system-components/components/post-megadropdown.js';
|
|
30
|
-
import { defineCustomElement as defineCustomElement$p } from '@swisspost/design-system-components/components/post-
|
|
31
|
-
import { defineCustomElement as defineCustomElement$q } from '@swisspost/design-system-components/components/post-menu.js';
|
|
32
|
-
import { defineCustomElement as defineCustomElement$r } from '@swisspost/design-system-components/components/post-menu-
|
|
33
|
-
import { defineCustomElement as defineCustomElement$s } from '@swisspost/design-system-components/components/post-
|
|
34
|
-
import { defineCustomElement as defineCustomElement$t } from '@swisspost/design-system-components/components/post-
|
|
35
|
-
import { defineCustomElement as defineCustomElement$u } from '@swisspost/design-system-components/components/post-
|
|
36
|
-
import { defineCustomElement as defineCustomElement$v } from '@swisspost/design-system-components/components/post-popover.js';
|
|
37
|
-
import { defineCustomElement as defineCustomElement$w } from '@swisspost/design-system-components/components/post-
|
|
38
|
-
import { defineCustomElement as defineCustomElement$x } from '@swisspost/design-system-components/components/post-
|
|
39
|
-
import { defineCustomElement as defineCustomElement$y } from '@swisspost/design-system-components/components/post-
|
|
40
|
-
import { defineCustomElement as defineCustomElement$z } from '@swisspost/design-system-components/components/post-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$A } from '@swisspost/design-system-components/components/post-side-navigation.js';
|
|
42
|
-
import { defineCustomElement as defineCustomElement$B } from '@swisspost/design-system-components/components/post-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$C } from '@swisspost/design-system-components/components/post-stepper.js';
|
|
44
|
-
import { defineCustomElement as defineCustomElement$D } from '@swisspost/design-system-components/components/post-
|
|
45
|
-
import { defineCustomElement as defineCustomElement$E } from '@swisspost/design-system-components/components/post-tab-
|
|
46
|
-
import { defineCustomElement as defineCustomElement$F } from '@swisspost/design-system-components/components/post-
|
|
47
|
-
import { defineCustomElement as defineCustomElement$G } from '@swisspost/design-system-components/components/post-
|
|
48
|
-
import { defineCustomElement as defineCustomElement$H } from '@swisspost/design-system-components/components/post-
|
|
49
|
-
import { defineCustomElement as defineCustomElement$I } from '@swisspost/design-system-components/components/post-tooltip.js';
|
|
50
|
-
import { defineCustomElement as defineCustomElement$J } from '@swisspost/design-system-components/components/post-tooltip-trigger.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$l } from '@swisspost/design-system-components/components/post-logo.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$m } from '@swisspost/design-system-components/components/post-mainnavigation.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$n } from '@swisspost/design-system-components/components/post-megadropdown.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$o } from '@swisspost/design-system-components/components/post-megadropdown-trigger.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$p } from '@swisspost/design-system-components/components/post-menu.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$q } from '@swisspost/design-system-components/components/post-menu-item.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$r } from '@swisspost/design-system-components/components/post-menu-trigger.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$s } from '@swisspost/design-system-components/components/post-number-input.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$t } from '@swisspost/design-system-components/components/post-pagination.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$u } from '@swisspost/design-system-components/components/post-popover.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$v } from '@swisspost/design-system-components/components/post-popover-trigger.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$w } from '@swisspost/design-system-components/components/post-popovercontainer.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$x } from '@swisspost/design-system-components/components/post-progressbar.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$y } from '@swisspost/design-system-components/components/post-rating.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$z } from '@swisspost/design-system-components/components/post-side-navigation.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$A } from '@swisspost/design-system-components/components/post-side-navigation-trigger.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$B } from '@swisspost/design-system-components/components/post-stepper.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$C } from '@swisspost/design-system-components/components/post-stepper-item.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$D } from '@swisspost/design-system-components/components/post-tab-item.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$E } from '@swisspost/design-system-components/components/post-tab-panel.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$F } from '@swisspost/design-system-components/components/post-tabs.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$G } from '@swisspost/design-system-components/components/post-togglebutton.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$H } from '@swisspost/design-system-components/components/post-tooltip.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$I } from '@swisspost/design-system-components/components/post-tooltip-trigger.js';
|
|
51
50
|
|
|
52
51
|
/* eslint-disable */
|
|
53
52
|
/* tslint:disable */
|
|
@@ -107,23 +106,39 @@ function ProxyCmp(opts) {
|
|
|
107
106
|
return decorator;
|
|
108
107
|
}
|
|
109
108
|
|
|
110
|
-
let PostAccordion =
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
PostAccordion =
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
109
|
+
let PostAccordion = (() => {
|
|
110
|
+
let _classDecorators = [ProxyCmp({
|
|
111
|
+
defineCustomElementFn: defineCustomElement$1,
|
|
112
|
+
inputs: ['headingLevel', 'multiple'],
|
|
113
|
+
methods: ['toggle', 'expandAll', 'collapseAll']
|
|
114
|
+
})];
|
|
115
|
+
let _classDescriptor;
|
|
116
|
+
let _classExtraInitializers = [];
|
|
117
|
+
let _classThis;
|
|
118
|
+
var PostAccordion = class {
|
|
119
|
+
static { _classThis = this; }
|
|
120
|
+
static {
|
|
121
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
122
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
123
|
+
PostAccordion = _classThis = _classDescriptor.value;
|
|
124
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
125
|
+
}
|
|
126
|
+
z;
|
|
127
|
+
el;
|
|
128
|
+
constructor(c, r, z) {
|
|
129
|
+
this.z = z;
|
|
130
|
+
c.detach();
|
|
131
|
+
this.el = r.nativeElement;
|
|
132
|
+
}
|
|
133
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
134
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostAccordion, isStandalone: true, selector: "post-accordion", inputs: { headingLevel: "headingLevel", multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
135
|
+
static {
|
|
136
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
137
|
+
}
|
|
138
|
+
};
|
|
139
|
+
return PostAccordion = _classThis;
|
|
140
|
+
})();
|
|
141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostAccordion, decorators: [{
|
|
127
142
|
type: Component,
|
|
128
143
|
args: [{
|
|
129
144
|
selector: 'post-accordion',
|
|
@@ -133,49 +148,81 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
133
148
|
inputs: [{ name: 'headingLevel', required: true }, 'multiple'],
|
|
134
149
|
}]
|
|
135
150
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
136
|
-
let PostAccordionItem =
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
PostAccordionItem =
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
let PostAccordionItem = (() => {
|
|
152
|
+
let _classDecorators = [ProxyCmp({
|
|
153
|
+
defineCustomElementFn: defineCustomElement$2,
|
|
154
|
+
inputs: ['collapsed'],
|
|
155
|
+
methods: ['toggle']
|
|
156
|
+
})];
|
|
157
|
+
let _classDescriptor;
|
|
158
|
+
let _classExtraInitializers = [];
|
|
159
|
+
let _classThis;
|
|
160
|
+
var PostAccordionItem = class {
|
|
161
|
+
static { _classThis = this; }
|
|
162
|
+
static {
|
|
163
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
164
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
165
|
+
PostAccordionItem = _classThis = _classDescriptor.value;
|
|
166
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
167
|
+
}
|
|
168
|
+
z;
|
|
169
|
+
el;
|
|
170
|
+
constructor(c, r, z) {
|
|
171
|
+
this.z = z;
|
|
172
|
+
c.detach();
|
|
173
|
+
this.el = r.nativeElement;
|
|
174
|
+
}
|
|
175
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
176
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostAccordionItem, isStandalone: true, selector: "post-accordion-item", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
177
|
+
static {
|
|
178
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
179
|
+
}
|
|
180
|
+
};
|
|
181
|
+
return PostAccordionItem = _classThis;
|
|
182
|
+
})();
|
|
183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostAccordionItem, decorators: [{
|
|
153
184
|
type: Component,
|
|
154
185
|
args: [{
|
|
155
186
|
selector: 'post-accordion-item',
|
|
156
187
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
157
188
|
template: '<ng-content></ng-content>',
|
|
158
189
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
159
|
-
inputs: ['collapsed'
|
|
190
|
+
inputs: ['collapsed'],
|
|
160
191
|
}]
|
|
161
192
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
162
|
-
let PostAutocomplete =
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
193
|
+
let PostAutocomplete = (() => {
|
|
194
|
+
let _classDecorators = [ProxyCmp({
|
|
195
|
+
defineCustomElementFn: defineCustomElement$3,
|
|
196
|
+
inputs: ['clearable', 'filterThreshold', 'listbox', 'textAvailableSuggestions']
|
|
197
|
+
})];
|
|
198
|
+
let _classDescriptor;
|
|
199
|
+
let _classExtraInitializers = [];
|
|
200
|
+
let _classThis;
|
|
201
|
+
var PostAutocomplete = class {
|
|
202
|
+
static { _classThis = this; }
|
|
203
|
+
static {
|
|
204
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
205
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
206
|
+
PostAutocomplete = _classThis = _classDescriptor.value;
|
|
207
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
208
|
+
}
|
|
209
|
+
z;
|
|
210
|
+
el;
|
|
211
|
+
postFilteringEvent = new EventEmitter();
|
|
212
|
+
constructor(c, r, z) {
|
|
213
|
+
this.z = z;
|
|
214
|
+
c.detach();
|
|
215
|
+
this.el = r.nativeElement;
|
|
216
|
+
}
|
|
217
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
218
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostAutocomplete, isStandalone: true, selector: "post-autocomplete", inputs: { clearable: "clearable", filterThreshold: "filterThreshold", listbox: "listbox", textAvailableSuggestions: "textAvailableSuggestions" }, outputs: { postFilteringEvent: "postFilteringEvent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
219
|
+
static {
|
|
220
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
return PostAutocomplete = _classThis;
|
|
224
|
+
})();
|
|
225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostAutocomplete, decorators: [{
|
|
179
226
|
type: Component,
|
|
180
227
|
args: [{
|
|
181
228
|
selector: 'post-autocomplete',
|
|
@@ -188,22 +235,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
188
235
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postFilteringEvent: [{
|
|
189
236
|
type: Output
|
|
190
237
|
}] } });
|
|
191
|
-
let PostAvatar =
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
238
|
+
let PostAvatar = (() => {
|
|
239
|
+
let _classDecorators = [ProxyCmp({
|
|
240
|
+
defineCustomElementFn: defineCustomElement$4,
|
|
241
|
+
inputs: ['description', 'email', 'firstname', 'lastname']
|
|
242
|
+
})];
|
|
243
|
+
let _classDescriptor;
|
|
244
|
+
let _classExtraInitializers = [];
|
|
245
|
+
let _classThis;
|
|
246
|
+
var PostAvatar = class {
|
|
247
|
+
static { _classThis = this; }
|
|
248
|
+
static {
|
|
249
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
250
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
251
|
+
PostAvatar = _classThis = _classDescriptor.value;
|
|
252
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
253
|
+
}
|
|
254
|
+
z;
|
|
255
|
+
el;
|
|
256
|
+
constructor(c, r, z) {
|
|
257
|
+
this.z = z;
|
|
258
|
+
c.detach();
|
|
259
|
+
this.el = r.nativeElement;
|
|
260
|
+
}
|
|
261
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
262
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostAvatar, isStandalone: true, selector: "post-avatar", inputs: { description: "description", email: "email", firstname: "firstname", lastname: "lastname" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
263
|
+
static {
|
|
264
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
265
|
+
}
|
|
266
|
+
};
|
|
267
|
+
return PostAvatar = _classThis;
|
|
268
|
+
})();
|
|
269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostAvatar, decorators: [{
|
|
207
270
|
type: Component,
|
|
208
271
|
args: [{
|
|
209
272
|
selector: 'post-avatar',
|
|
@@ -213,22 +276,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
213
276
|
inputs: ['description', 'email', { name: 'firstname', required: true }, 'lastname'],
|
|
214
277
|
}]
|
|
215
278
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
216
|
-
let PostBackToTop =
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
279
|
+
let PostBackToTop = (() => {
|
|
280
|
+
let _classDecorators = [ProxyCmp({
|
|
281
|
+
defineCustomElementFn: defineCustomElement$5,
|
|
282
|
+
inputs: ['textBackToTop']
|
|
283
|
+
})];
|
|
284
|
+
let _classDescriptor;
|
|
285
|
+
let _classExtraInitializers = [];
|
|
286
|
+
let _classThis;
|
|
287
|
+
var PostBackToTop = class {
|
|
288
|
+
static { _classThis = this; }
|
|
289
|
+
static {
|
|
290
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
291
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
292
|
+
PostBackToTop = _classThis = _classDescriptor.value;
|
|
293
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
294
|
+
}
|
|
295
|
+
z;
|
|
296
|
+
el;
|
|
297
|
+
constructor(c, r, z) {
|
|
298
|
+
this.z = z;
|
|
299
|
+
c.detach();
|
|
300
|
+
this.el = r.nativeElement;
|
|
301
|
+
}
|
|
302
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostBackToTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
303
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostBackToTop, isStandalone: true, selector: "post-back-to-top", inputs: { textBackToTop: "textBackToTop" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
304
|
+
static {
|
|
305
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
306
|
+
}
|
|
307
|
+
};
|
|
308
|
+
return PostBackToTop = _classThis;
|
|
309
|
+
})();
|
|
310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostBackToTop, decorators: [{
|
|
232
311
|
type: Component,
|
|
233
312
|
args: [{
|
|
234
313
|
selector: 'post-back-to-top',
|
|
@@ -238,24 +317,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
238
317
|
inputs: [{ name: 'textBackToTop', required: true }],
|
|
239
318
|
}]
|
|
240
319
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
241
|
-
let PostBanner =
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
320
|
+
let PostBanner = (() => {
|
|
321
|
+
let _classDecorators = [ProxyCmp({
|
|
322
|
+
defineCustomElementFn: defineCustomElement$6,
|
|
323
|
+
inputs: ['type'],
|
|
324
|
+
methods: ['dismiss']
|
|
325
|
+
})];
|
|
326
|
+
let _classDescriptor;
|
|
327
|
+
let _classExtraInitializers = [];
|
|
328
|
+
let _classThis;
|
|
329
|
+
var PostBanner = class {
|
|
330
|
+
static { _classThis = this; }
|
|
331
|
+
static {
|
|
332
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
333
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
334
|
+
PostBanner = _classThis = _classDescriptor.value;
|
|
335
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
336
|
+
}
|
|
337
|
+
z;
|
|
338
|
+
el;
|
|
339
|
+
postDismissed = new EventEmitter();
|
|
340
|
+
constructor(c, r, z) {
|
|
341
|
+
this.z = z;
|
|
342
|
+
c.detach();
|
|
343
|
+
this.el = r.nativeElement;
|
|
344
|
+
}
|
|
345
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
346
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostBanner, isStandalone: true, selector: "post-banner", inputs: { type: "type" }, outputs: { postDismissed: "postDismissed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
347
|
+
static {
|
|
348
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
349
|
+
}
|
|
350
|
+
};
|
|
351
|
+
return PostBanner = _classThis;
|
|
352
|
+
})();
|
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostBanner, decorators: [{
|
|
259
354
|
type: Component,
|
|
260
355
|
args: [{
|
|
261
356
|
selector: 'post-banner',
|
|
@@ -268,22 +363,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
268
363
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postDismissed: [{
|
|
269
364
|
type: Output
|
|
270
365
|
}] } });
|
|
271
|
-
let PostBreadcrumbItem =
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
366
|
+
let PostBreadcrumbItem = (() => {
|
|
367
|
+
let _classDecorators = [ProxyCmp({
|
|
368
|
+
defineCustomElementFn: defineCustomElement$7,
|
|
369
|
+
inputs: ['description', 'label', 'selected', 'url', 'variant']
|
|
370
|
+
})];
|
|
371
|
+
let _classDescriptor;
|
|
372
|
+
let _classExtraInitializers = [];
|
|
373
|
+
let _classThis;
|
|
374
|
+
var PostBreadcrumbItem = class {
|
|
375
|
+
static { _classThis = this; }
|
|
376
|
+
static {
|
|
377
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
378
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
379
|
+
PostBreadcrumbItem = _classThis = _classDescriptor.value;
|
|
380
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
381
|
+
}
|
|
382
|
+
z;
|
|
383
|
+
el;
|
|
384
|
+
constructor(c, r, z) {
|
|
385
|
+
this.z = z;
|
|
386
|
+
c.detach();
|
|
387
|
+
this.el = r.nativeElement;
|
|
388
|
+
}
|
|
389
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
390
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostBreadcrumbItem, isStandalone: true, selector: "post-breadcrumb-item", inputs: { description: "description", label: "label", selected: "selected", url: "url", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
391
|
+
static {
|
|
392
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
393
|
+
}
|
|
394
|
+
};
|
|
395
|
+
return PostBreadcrumbItem = _classThis;
|
|
396
|
+
})();
|
|
397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostBreadcrumbItem, decorators: [{
|
|
287
398
|
type: Component,
|
|
288
399
|
args: [{
|
|
289
400
|
selector: 'post-breadcrumb-item',
|
|
@@ -293,22 +404,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
293
404
|
inputs: ['description', 'label', 'selected', 'url', 'variant'],
|
|
294
405
|
}]
|
|
295
406
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
296
|
-
let PostBreadcrumbs =
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
407
|
+
let PostBreadcrumbs = (() => {
|
|
408
|
+
let _classDecorators = [ProxyCmp({
|
|
409
|
+
defineCustomElementFn: defineCustomElement$8,
|
|
410
|
+
inputs: ['homeUrl', 'textBreadcrumbs', 'textHome', 'textMoreItems']
|
|
411
|
+
})];
|
|
412
|
+
let _classDescriptor;
|
|
413
|
+
let _classExtraInitializers = [];
|
|
414
|
+
let _classThis;
|
|
415
|
+
var PostBreadcrumbs = class {
|
|
416
|
+
static { _classThis = this; }
|
|
417
|
+
static {
|
|
418
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
419
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
420
|
+
PostBreadcrumbs = _classThis = _classDescriptor.value;
|
|
421
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
422
|
+
}
|
|
423
|
+
z;
|
|
424
|
+
el;
|
|
425
|
+
constructor(c, r, z) {
|
|
426
|
+
this.z = z;
|
|
427
|
+
c.detach();
|
|
428
|
+
this.el = r.nativeElement;
|
|
429
|
+
}
|
|
430
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
431
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostBreadcrumbs, isStandalone: true, selector: "post-breadcrumbs", inputs: { homeUrl: "homeUrl", textBreadcrumbs: "textBreadcrumbs", textHome: "textHome", textMoreItems: "textMoreItems" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
432
|
+
static {
|
|
433
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
434
|
+
}
|
|
435
|
+
};
|
|
436
|
+
return PostBreadcrumbs = _classThis;
|
|
437
|
+
})();
|
|
438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostBreadcrumbs, decorators: [{
|
|
312
439
|
type: Component,
|
|
313
440
|
args: [{
|
|
314
441
|
selector: 'post-breadcrumbs',
|
|
@@ -318,22 +445,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
318
445
|
inputs: [{ name: 'homeUrl', required: true }, { name: 'textBreadcrumbs', required: true }, { name: 'textHome', required: true }, { name: 'textMoreItems', required: true }],
|
|
319
446
|
}]
|
|
320
447
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
321
|
-
let PostClosebutton =
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
448
|
+
let PostClosebutton = (() => {
|
|
449
|
+
let _classDecorators = [ProxyCmp({
|
|
450
|
+
defineCustomElementFn: defineCustomElement$9,
|
|
451
|
+
inputs: ['buttonType', 'placement', 'size']
|
|
452
|
+
})];
|
|
453
|
+
let _classDescriptor;
|
|
454
|
+
let _classExtraInitializers = [];
|
|
455
|
+
let _classThis;
|
|
456
|
+
var PostClosebutton = class {
|
|
457
|
+
static { _classThis = this; }
|
|
458
|
+
static {
|
|
459
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
460
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
461
|
+
PostClosebutton = _classThis = _classDescriptor.value;
|
|
462
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
463
|
+
}
|
|
464
|
+
z;
|
|
465
|
+
el;
|
|
466
|
+
constructor(c, r, z) {
|
|
467
|
+
this.z = z;
|
|
468
|
+
c.detach();
|
|
469
|
+
this.el = r.nativeElement;
|
|
470
|
+
}
|
|
471
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostClosebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
472
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostClosebutton, isStandalone: true, selector: "post-closebutton", inputs: { buttonType: "buttonType", placement: "placement", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
473
|
+
static {
|
|
474
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
475
|
+
}
|
|
476
|
+
};
|
|
477
|
+
return PostClosebutton = _classThis;
|
|
478
|
+
})();
|
|
479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostClosebutton, decorators: [{
|
|
337
480
|
type: Component,
|
|
338
481
|
args: [{
|
|
339
482
|
selector: 'post-closebutton',
|
|
@@ -343,24 +486,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
343
486
|
inputs: ['buttonType', 'placement', 'size'],
|
|
344
487
|
}]
|
|
345
488
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
346
|
-
let PostCollapsible =
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
489
|
+
let PostCollapsible = (() => {
|
|
490
|
+
let _classDecorators = [ProxyCmp({
|
|
491
|
+
defineCustomElementFn: defineCustomElement$a,
|
|
492
|
+
inputs: ['collapsed'],
|
|
493
|
+
methods: ['toggle']
|
|
494
|
+
})];
|
|
495
|
+
let _classDescriptor;
|
|
496
|
+
let _classExtraInitializers = [];
|
|
497
|
+
let _classThis;
|
|
498
|
+
var PostCollapsible = class {
|
|
499
|
+
static { _classThis = this; }
|
|
500
|
+
static {
|
|
501
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
502
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
503
|
+
PostCollapsible = _classThis = _classDescriptor.value;
|
|
504
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
505
|
+
}
|
|
506
|
+
z;
|
|
507
|
+
el;
|
|
508
|
+
postToggle = new EventEmitter();
|
|
509
|
+
constructor(c, r, z) {
|
|
510
|
+
this.z = z;
|
|
511
|
+
c.detach();
|
|
512
|
+
this.el = r.nativeElement;
|
|
513
|
+
}
|
|
514
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
515
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostCollapsible, isStandalone: true, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, outputs: { postToggle: "postToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
516
|
+
static {
|
|
517
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
518
|
+
}
|
|
519
|
+
};
|
|
520
|
+
return PostCollapsible = _classThis;
|
|
521
|
+
})();
|
|
522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
364
523
|
type: Component,
|
|
365
524
|
args: [{
|
|
366
525
|
selector: 'post-collapsible',
|
|
@@ -373,23 +532,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
373
532
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postToggle: [{
|
|
374
533
|
type: Output
|
|
375
534
|
}] } });
|
|
376
|
-
let PostCollapsibleTrigger =
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
PostCollapsibleTrigger =
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
535
|
+
let PostCollapsibleTrigger = (() => {
|
|
536
|
+
let _classDecorators = [ProxyCmp({
|
|
537
|
+
defineCustomElementFn: defineCustomElement$b,
|
|
538
|
+
inputs: ['for'],
|
|
539
|
+
methods: ['update']
|
|
540
|
+
})];
|
|
541
|
+
let _classDescriptor;
|
|
542
|
+
let _classExtraInitializers = [];
|
|
543
|
+
let _classThis;
|
|
544
|
+
var PostCollapsibleTrigger = class {
|
|
545
|
+
static { _classThis = this; }
|
|
546
|
+
static {
|
|
547
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
548
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
549
|
+
PostCollapsibleTrigger = _classThis = _classDescriptor.value;
|
|
550
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
551
|
+
}
|
|
552
|
+
z;
|
|
553
|
+
el;
|
|
554
|
+
constructor(c, r, z) {
|
|
555
|
+
this.z = z;
|
|
556
|
+
c.detach();
|
|
557
|
+
this.el = r.nativeElement;
|
|
558
|
+
}
|
|
559
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostCollapsibleTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
560
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostCollapsibleTrigger, isStandalone: true, selector: "post-collapsible-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
561
|
+
static {
|
|
562
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
563
|
+
}
|
|
564
|
+
};
|
|
565
|
+
return PostCollapsibleTrigger = _classThis;
|
|
566
|
+
})();
|
|
567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostCollapsibleTrigger, decorators: [{
|
|
393
568
|
type: Component,
|
|
394
569
|
args: [{
|
|
395
570
|
selector: 'post-collapsible-trigger',
|
|
@@ -399,52 +574,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
399
574
|
inputs: ['for'],
|
|
400
575
|
}]
|
|
401
576
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
402
|
-
let PostDatePicker =
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
577
|
+
let PostDatePicker = (() => {
|
|
578
|
+
let _classDecorators = [ProxyCmp({
|
|
579
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
580
|
+
inputs: ['cellConfig', 'inline', 'locale', 'max', 'min', 'range', 'textNextDecade', 'textNextMonth', 'textNextYear', 'textPreviousDecade', 'textPreviousMonth', 'textPreviousYear', 'textSwitchYear', 'textToggleCalendar'],
|
|
581
|
+
methods: ['show', 'hide']
|
|
582
|
+
})];
|
|
583
|
+
let _classDescriptor;
|
|
584
|
+
let _classExtraInitializers = [];
|
|
585
|
+
let _classThis;
|
|
586
|
+
var PostDatePicker = class {
|
|
587
|
+
static { _classThis = this; }
|
|
588
|
+
static {
|
|
589
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
590
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
591
|
+
PostDatePicker = _classThis = _classDescriptor.value;
|
|
592
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
593
|
+
}
|
|
594
|
+
z;
|
|
595
|
+
el;
|
|
596
|
+
constructor(c, r, z) {
|
|
597
|
+
this.z = z;
|
|
598
|
+
c.detach();
|
|
599
|
+
this.el = r.nativeElement;
|
|
600
|
+
}
|
|
601
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
602
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostDatePicker, isStandalone: true, selector: "post-date-picker", inputs: { cellConfig: "cellConfig", inline: "inline", locale: "locale", max: "max", min: "min", range: "range", textNextDecade: "textNextDecade", textNextMonth: "textNextMonth", textNextYear: "textNextYear", textPreviousDecade: "textPreviousDecade", textPreviousMonth: "textPreviousMonth", textPreviousYear: "textPreviousYear", textSwitchYear: "textSwitchYear", textToggleCalendar: "textToggleCalendar" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
603
|
+
static {
|
|
604
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
605
|
+
}
|
|
606
|
+
};
|
|
607
|
+
return PostDatePicker = _classThis;
|
|
608
|
+
})();
|
|
609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostDatePicker, decorators: [{
|
|
420
610
|
type: Component,
|
|
421
611
|
args: [{
|
|
422
612
|
selector: 'post-date-picker',
|
|
423
613
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
424
614
|
template: '<ng-content></ng-content>',
|
|
425
615
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
426
|
-
inputs: ['inline', 'locale', 'max', 'min', 'range',
|
|
427
|
-
outputs: ['postUpdateDates'],
|
|
616
|
+
inputs: ['cellConfig', 'inline', 'locale', 'max', 'min', 'range', { name: 'textNextDecade', required: true }, { name: 'textNextMonth', required: true }, { name: 'textNextYear', required: true }, { name: 'textPreviousDecade', required: true }, { name: 'textPreviousMonth', required: true }, { name: 'textPreviousYear', required: true }, { name: 'textSwitchYear', required: true }, 'textToggleCalendar'],
|
|
428
617
|
}]
|
|
429
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
618
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
619
|
+
let PostFooter = (() => {
|
|
620
|
+
let _classDecorators = [ProxyCmp({
|
|
621
|
+
defineCustomElementFn: defineCustomElement$d,
|
|
622
|
+
inputs: ['textFooter']
|
|
623
|
+
})];
|
|
624
|
+
let _classDescriptor;
|
|
625
|
+
let _classExtraInitializers = [];
|
|
626
|
+
let _classThis;
|
|
627
|
+
var PostFooter = class {
|
|
628
|
+
static { _classThis = this; }
|
|
629
|
+
static {
|
|
630
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
631
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
632
|
+
PostFooter = _classThis = _classDescriptor.value;
|
|
633
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
634
|
+
}
|
|
635
|
+
z;
|
|
636
|
+
el;
|
|
637
|
+
constructor(c, r, z) {
|
|
638
|
+
this.z = z;
|
|
639
|
+
c.detach();
|
|
640
|
+
this.el = r.nativeElement;
|
|
641
|
+
}
|
|
642
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
643
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostFooter, isStandalone: true, selector: "post-footer", inputs: { textFooter: "textFooter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
644
|
+
static {
|
|
645
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
646
|
+
}
|
|
647
|
+
};
|
|
648
|
+
return PostFooter = _classThis;
|
|
649
|
+
})();
|
|
650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostFooter, decorators: [{
|
|
448
651
|
type: Component,
|
|
449
652
|
args: [{
|
|
450
653
|
selector: 'post-footer',
|
|
@@ -454,23 +657,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
454
657
|
inputs: [{ name: 'textFooter', required: true }],
|
|
455
658
|
}]
|
|
456
659
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
457
|
-
let PostHeader =
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
PostHeader =
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
660
|
+
let PostHeader = (() => {
|
|
661
|
+
let _classDecorators = [ProxyCmp({
|
|
662
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
663
|
+
inputs: ['fullWidth', 'textMenu'],
|
|
664
|
+
methods: ['toggleBurgerMenu']
|
|
665
|
+
})];
|
|
666
|
+
let _classDescriptor;
|
|
667
|
+
let _classExtraInitializers = [];
|
|
668
|
+
let _classThis;
|
|
669
|
+
var PostHeader = class {
|
|
670
|
+
static { _classThis = this; }
|
|
671
|
+
static {
|
|
672
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
673
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
674
|
+
PostHeader = _classThis = _classDescriptor.value;
|
|
675
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
676
|
+
}
|
|
677
|
+
z;
|
|
678
|
+
el;
|
|
679
|
+
constructor(c, r, z) {
|
|
680
|
+
this.z = z;
|
|
681
|
+
c.detach();
|
|
682
|
+
this.el = r.nativeElement;
|
|
683
|
+
}
|
|
684
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
685
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostHeader, isStandalone: true, selector: "post-header", inputs: { fullWidth: "fullWidth", textMenu: "textMenu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
686
|
+
static {
|
|
687
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
688
|
+
}
|
|
689
|
+
};
|
|
690
|
+
return PostHeader = _classThis;
|
|
691
|
+
})();
|
|
692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostHeader, decorators: [{
|
|
474
693
|
type: Component,
|
|
475
694
|
args: [{
|
|
476
695
|
selector: 'post-header',
|
|
@@ -480,22 +699,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
480
699
|
inputs: ['fullWidth', { name: 'textMenu', required: true }],
|
|
481
700
|
}]
|
|
482
701
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
483
|
-
let PostIcon =
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
702
|
+
let PostIcon = (() => {
|
|
703
|
+
let _classDecorators = [ProxyCmp({
|
|
704
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
705
|
+
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale', 'url']
|
|
706
|
+
})];
|
|
707
|
+
let _classDescriptor;
|
|
708
|
+
let _classExtraInitializers = [];
|
|
709
|
+
let _classThis;
|
|
710
|
+
var PostIcon = class {
|
|
711
|
+
static { _classThis = this; }
|
|
712
|
+
static {
|
|
713
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
714
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
715
|
+
PostIcon = _classThis = _classDescriptor.value;
|
|
716
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
717
|
+
}
|
|
718
|
+
z;
|
|
719
|
+
el;
|
|
720
|
+
constructor(c, r, z) {
|
|
721
|
+
this.z = z;
|
|
722
|
+
c.detach();
|
|
723
|
+
this.el = r.nativeElement;
|
|
724
|
+
}
|
|
725
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
726
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostIcon, isStandalone: true, selector: "post-icon", inputs: { animation: "animation", base: "base", flipH: "flipH", flipV: "flipV", name: "name", rotate: "rotate", scale: "scale", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
727
|
+
static {
|
|
728
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
729
|
+
}
|
|
730
|
+
};
|
|
731
|
+
return PostIcon = _classThis;
|
|
732
|
+
})();
|
|
733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostIcon, decorators: [{
|
|
499
734
|
type: Component,
|
|
500
735
|
args: [{
|
|
501
736
|
selector: 'post-icon',
|
|
@@ -505,22 +740,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
505
740
|
inputs: ['animation', 'base', 'flipH', 'flipV', { name: 'name', required: true }, 'rotate', 'scale', 'url'],
|
|
506
741
|
}]
|
|
507
742
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
508
|
-
let PostLanguageMenu =
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
743
|
+
let PostLanguageMenu = (() => {
|
|
744
|
+
let _classDecorators = [ProxyCmp({
|
|
745
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
746
|
+
inputs: ['textChangeLanguage', 'textCurrentLanguage', 'variant']
|
|
747
|
+
})];
|
|
748
|
+
let _classDescriptor;
|
|
749
|
+
let _classExtraInitializers = [];
|
|
750
|
+
let _classThis;
|
|
751
|
+
var PostLanguageMenu = class {
|
|
752
|
+
static { _classThis = this; }
|
|
753
|
+
static {
|
|
754
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
755
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
756
|
+
PostLanguageMenu = _classThis = _classDescriptor.value;
|
|
757
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
758
|
+
}
|
|
759
|
+
z;
|
|
760
|
+
el;
|
|
761
|
+
constructor(c, r, z) {
|
|
762
|
+
this.z = z;
|
|
763
|
+
c.detach();
|
|
764
|
+
this.el = r.nativeElement;
|
|
765
|
+
}
|
|
766
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostLanguageMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
767
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostLanguageMenu, isStandalone: true, selector: "post-language-menu", inputs: { textChangeLanguage: "textChangeLanguage", textCurrentLanguage: "textCurrentLanguage", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
768
|
+
static {
|
|
769
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
770
|
+
}
|
|
771
|
+
};
|
|
772
|
+
return PostLanguageMenu = _classThis;
|
|
773
|
+
})();
|
|
774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostLanguageMenu, decorators: [{
|
|
524
775
|
type: Component,
|
|
525
776
|
args: [{
|
|
526
777
|
selector: 'post-language-menu',
|
|
@@ -530,25 +781,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
530
781
|
inputs: [{ name: 'textChangeLanguage', required: true }, { name: 'textCurrentLanguage', required: true }, 'variant'],
|
|
531
782
|
}]
|
|
532
783
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
533
|
-
let PostLanguageMenuItem =
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
784
|
+
let PostLanguageMenuItem = (() => {
|
|
785
|
+
let _classDecorators = [ProxyCmp({
|
|
786
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
787
|
+
inputs: ['active', 'code', 'description', 'name', 'url', 'variant'],
|
|
788
|
+
methods: ['select']
|
|
789
|
+
})];
|
|
790
|
+
let _classDescriptor;
|
|
791
|
+
let _classExtraInitializers = [];
|
|
792
|
+
let _classThis;
|
|
793
|
+
var PostLanguageMenuItem = class {
|
|
794
|
+
static { _classThis = this; }
|
|
795
|
+
static {
|
|
796
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
797
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
798
|
+
PostLanguageMenuItem = _classThis = _classDescriptor.value;
|
|
799
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
800
|
+
}
|
|
801
|
+
z;
|
|
802
|
+
el;
|
|
803
|
+
postChange = new EventEmitter();
|
|
804
|
+
postLanguageMenuItemInitiallyActive = new EventEmitter();
|
|
805
|
+
constructor(c, r, z) {
|
|
806
|
+
this.z = z;
|
|
807
|
+
c.detach();
|
|
808
|
+
this.el = r.nativeElement;
|
|
809
|
+
}
|
|
810
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostLanguageMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
811
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostLanguageMenuItem, isStandalone: true, selector: "post-language-menu-item", inputs: { active: "active", code: "code", description: "description", name: "name", url: "url", variant: "variant" }, outputs: { postChange: "postChange", postLanguageMenuItemInitiallyActive: "postLanguageMenuItemInitiallyActive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
812
|
+
static {
|
|
813
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
814
|
+
}
|
|
815
|
+
};
|
|
816
|
+
return PostLanguageMenuItem = _classThis;
|
|
817
|
+
})();
|
|
818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostLanguageMenuItem, decorators: [{
|
|
552
819
|
type: Component,
|
|
553
820
|
args: [{
|
|
554
821
|
selector: 'post-language-menu-item',
|
|
@@ -563,21 +830,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
563
830
|
}], postLanguageMenuItemInitiallyActive: [{
|
|
564
831
|
type: Output
|
|
565
832
|
}] } });
|
|
566
|
-
let PostLinkarea =
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
833
|
+
let PostLinkarea = (() => {
|
|
834
|
+
let _classDecorators = [ProxyCmp({
|
|
835
|
+
defineCustomElementFn: defineCustomElement$i
|
|
836
|
+
})];
|
|
837
|
+
let _classDescriptor;
|
|
838
|
+
let _classExtraInitializers = [];
|
|
839
|
+
let _classThis;
|
|
840
|
+
var PostLinkarea = class {
|
|
841
|
+
static { _classThis = this; }
|
|
842
|
+
static {
|
|
843
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
844
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
845
|
+
PostLinkarea = _classThis = _classDescriptor.value;
|
|
846
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
847
|
+
}
|
|
848
|
+
z;
|
|
849
|
+
el;
|
|
850
|
+
constructor(c, r, z) {
|
|
851
|
+
this.z = z;
|
|
852
|
+
c.detach();
|
|
853
|
+
this.el = r.nativeElement;
|
|
854
|
+
}
|
|
855
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostLinkarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
856
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostLinkarea, isStandalone: true, selector: "post-linkarea", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
857
|
+
static {
|
|
858
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
859
|
+
}
|
|
860
|
+
};
|
|
861
|
+
return PostLinkarea = _classThis;
|
|
862
|
+
})();
|
|
863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostLinkarea, decorators: [{
|
|
581
864
|
type: Component,
|
|
582
865
|
args: [{
|
|
583
866
|
selector: 'post-linkarea',
|
|
@@ -587,23 +870,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
587
870
|
inputs: [],
|
|
588
871
|
}]
|
|
589
872
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
590
|
-
let PostListbox =
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
873
|
+
let PostListbox = (() => {
|
|
874
|
+
let _classDecorators = [ProxyCmp({
|
|
875
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
876
|
+
methods: ['show', 'hide', 'filter', 'clearSelection', 'navigate', 'selectActive']
|
|
877
|
+
})];
|
|
878
|
+
let _classDescriptor;
|
|
879
|
+
let _classExtraInitializers = [];
|
|
880
|
+
let _classThis;
|
|
881
|
+
var PostListbox = class {
|
|
882
|
+
static { _classThis = this; }
|
|
883
|
+
static {
|
|
884
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
885
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
886
|
+
PostListbox = _classThis = _classDescriptor.value;
|
|
887
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
888
|
+
}
|
|
889
|
+
z;
|
|
890
|
+
el;
|
|
891
|
+
postOptionActive = new EventEmitter();
|
|
892
|
+
constructor(c, r, z) {
|
|
893
|
+
this.z = z;
|
|
894
|
+
c.detach();
|
|
895
|
+
this.el = r.nativeElement;
|
|
896
|
+
}
|
|
897
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostListbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
898
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostListbox, isStandalone: true, selector: "post-listbox", outputs: { postOptionActive: "postOptionActive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
899
|
+
static {
|
|
900
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
901
|
+
}
|
|
902
|
+
};
|
|
903
|
+
return PostListbox = _classThis;
|
|
904
|
+
})();
|
|
905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostListbox, decorators: [{
|
|
607
906
|
type: Component,
|
|
608
907
|
args: [{
|
|
609
908
|
selector: 'post-listbox',
|
|
@@ -616,23 +915,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
616
915
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postOptionActive: [{
|
|
617
916
|
type: Output
|
|
618
917
|
}] } });
|
|
619
|
-
let PostListboxOption =
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
918
|
+
let PostListboxOption = (() => {
|
|
919
|
+
let _classDecorators = [ProxyCmp({
|
|
920
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
921
|
+
inputs: ['highlighted', 'selected', 'value']
|
|
922
|
+
})];
|
|
923
|
+
let _classDescriptor;
|
|
924
|
+
let _classExtraInitializers = [];
|
|
925
|
+
let _classThis;
|
|
926
|
+
var PostListboxOption = class {
|
|
927
|
+
static { _classThis = this; }
|
|
928
|
+
static {
|
|
929
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
930
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
931
|
+
PostListboxOption = _classThis = _classDescriptor.value;
|
|
932
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
933
|
+
}
|
|
934
|
+
z;
|
|
935
|
+
el;
|
|
936
|
+
postOptionSelected = new EventEmitter();
|
|
937
|
+
constructor(c, r, z) {
|
|
938
|
+
this.z = z;
|
|
939
|
+
c.detach();
|
|
940
|
+
this.el = r.nativeElement;
|
|
941
|
+
}
|
|
942
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostListboxOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
943
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostListboxOption, isStandalone: true, selector: "post-listbox-option", inputs: { highlighted: "highlighted", selected: "selected", value: "value" }, outputs: { postOptionSelected: "postOptionSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
944
|
+
static {
|
|
945
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
946
|
+
}
|
|
947
|
+
};
|
|
948
|
+
return PostListboxOption = _classThis;
|
|
949
|
+
})();
|
|
950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostListboxOption, decorators: [{
|
|
636
951
|
type: Component,
|
|
637
952
|
args: [{
|
|
638
953
|
selector: 'post-listbox-option',
|
|
@@ -645,52 +960,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
645
960
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postOptionSelected: [{
|
|
646
961
|
type: Output
|
|
647
962
|
}] } });
|
|
648
|
-
let
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
this.z = z;
|
|
681
|
-
c.detach();
|
|
682
|
-
this.el = r.nativeElement;
|
|
683
|
-
}
|
|
684
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: PostLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
685
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: PostLogo, isStandalone: true, selector: "post-logo", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
686
|
-
};
|
|
687
|
-
PostLogo = __decorate([
|
|
688
|
-
ProxyCmp({
|
|
689
|
-
defineCustomElementFn: defineCustomElement$m,
|
|
690
|
-
inputs: ['url']
|
|
691
|
-
})
|
|
692
|
-
], PostLogo);
|
|
693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: PostLogo, decorators: [{
|
|
963
|
+
let PostLogo = (() => {
|
|
964
|
+
let _classDecorators = [ProxyCmp({
|
|
965
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
966
|
+
inputs: ['url']
|
|
967
|
+
})];
|
|
968
|
+
let _classDescriptor;
|
|
969
|
+
let _classExtraInitializers = [];
|
|
970
|
+
let _classThis;
|
|
971
|
+
var PostLogo = class {
|
|
972
|
+
static { _classThis = this; }
|
|
973
|
+
static {
|
|
974
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
975
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
976
|
+
PostLogo = _classThis = _classDescriptor.value;
|
|
977
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
978
|
+
}
|
|
979
|
+
z;
|
|
980
|
+
el;
|
|
981
|
+
constructor(c, r, z) {
|
|
982
|
+
this.z = z;
|
|
983
|
+
c.detach();
|
|
984
|
+
this.el = r.nativeElement;
|
|
985
|
+
}
|
|
986
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
987
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostLogo, isStandalone: true, selector: "post-logo", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
988
|
+
static {
|
|
989
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
990
|
+
}
|
|
991
|
+
};
|
|
992
|
+
return PostLogo = _classThis;
|
|
993
|
+
})();
|
|
994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostLogo, decorators: [{
|
|
694
995
|
type: Component,
|
|
695
996
|
args: [{
|
|
696
997
|
selector: 'post-logo',
|
|
@@ -700,22 +1001,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
700
1001
|
inputs: ['url'],
|
|
701
1002
|
}]
|
|
702
1003
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
703
|
-
let PostMainnavigation =
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
1004
|
+
let PostMainnavigation = (() => {
|
|
1005
|
+
let _classDecorators = [ProxyCmp({
|
|
1006
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
1007
|
+
inputs: ['textMain']
|
|
1008
|
+
})];
|
|
1009
|
+
let _classDescriptor;
|
|
1010
|
+
let _classExtraInitializers = [];
|
|
1011
|
+
let _classThis;
|
|
1012
|
+
var PostMainnavigation = class {
|
|
1013
|
+
static { _classThis = this; }
|
|
1014
|
+
static {
|
|
1015
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1016
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1017
|
+
PostMainnavigation = _classThis = _classDescriptor.value;
|
|
1018
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1019
|
+
}
|
|
1020
|
+
z;
|
|
1021
|
+
el;
|
|
1022
|
+
constructor(c, r, z) {
|
|
1023
|
+
this.z = z;
|
|
1024
|
+
c.detach();
|
|
1025
|
+
this.el = r.nativeElement;
|
|
1026
|
+
}
|
|
1027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMainnavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1028
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostMainnavigation, isStandalone: true, selector: "post-mainnavigation", inputs: { textMain: "textMain" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1029
|
+
static {
|
|
1030
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1031
|
+
}
|
|
1032
|
+
};
|
|
1033
|
+
return PostMainnavigation = _classThis;
|
|
1034
|
+
})();
|
|
1035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMainnavigation, decorators: [{
|
|
719
1036
|
type: Component,
|
|
720
1037
|
args: [{
|
|
721
1038
|
selector: 'post-mainnavigation',
|
|
@@ -725,24 +1042,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
725
1042
|
inputs: [{ name: 'textMain', required: true }],
|
|
726
1043
|
}]
|
|
727
1044
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
728
|
-
let PostMegadropdown =
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
1045
|
+
let PostMegadropdown = (() => {
|
|
1046
|
+
let _classDecorators = [ProxyCmp({
|
|
1047
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
1048
|
+
inputs: ['textBack', 'textClose'],
|
|
1049
|
+
methods: ['toggle', 'show', 'hide', 'focusFirst']
|
|
1050
|
+
})];
|
|
1051
|
+
let _classDescriptor;
|
|
1052
|
+
let _classExtraInitializers = [];
|
|
1053
|
+
let _classThis;
|
|
1054
|
+
var PostMegadropdown = class {
|
|
1055
|
+
static { _classThis = this; }
|
|
1056
|
+
static {
|
|
1057
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1058
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1059
|
+
PostMegadropdown = _classThis = _classDescriptor.value;
|
|
1060
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1061
|
+
}
|
|
1062
|
+
z;
|
|
1063
|
+
el;
|
|
1064
|
+
postToggleMegadropdown = new EventEmitter();
|
|
1065
|
+
constructor(c, r, z) {
|
|
1066
|
+
this.z = z;
|
|
1067
|
+
c.detach();
|
|
1068
|
+
this.el = r.nativeElement;
|
|
1069
|
+
}
|
|
1070
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMegadropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1071
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostMegadropdown, isStandalone: true, selector: "post-megadropdown", inputs: { textBack: "textBack", textClose: "textClose" }, outputs: { postToggleMegadropdown: "postToggleMegadropdown" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1072
|
+
static {
|
|
1073
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1074
|
+
}
|
|
1075
|
+
};
|
|
1076
|
+
return PostMegadropdown = _classThis;
|
|
1077
|
+
})();
|
|
1078
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMegadropdown, decorators: [{
|
|
746
1079
|
type: Component,
|
|
747
1080
|
args: [{
|
|
748
1081
|
selector: 'post-megadropdown',
|
|
@@ -755,22 +1088,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
755
1088
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postToggleMegadropdown: [{
|
|
756
1089
|
type: Output
|
|
757
1090
|
}] } });
|
|
758
|
-
let PostMegadropdownTrigger =
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
1091
|
+
let PostMegadropdownTrigger = (() => {
|
|
1092
|
+
let _classDecorators = [ProxyCmp({
|
|
1093
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
1094
|
+
inputs: ['active', 'for']
|
|
1095
|
+
})];
|
|
1096
|
+
let _classDescriptor;
|
|
1097
|
+
let _classExtraInitializers = [];
|
|
1098
|
+
let _classThis;
|
|
1099
|
+
var PostMegadropdownTrigger = class {
|
|
1100
|
+
static { _classThis = this; }
|
|
1101
|
+
static {
|
|
1102
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1103
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1104
|
+
PostMegadropdownTrigger = _classThis = _classDescriptor.value;
|
|
1105
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1106
|
+
}
|
|
1107
|
+
z;
|
|
1108
|
+
el;
|
|
1109
|
+
constructor(c, r, z) {
|
|
1110
|
+
this.z = z;
|
|
1111
|
+
c.detach();
|
|
1112
|
+
this.el = r.nativeElement;
|
|
1113
|
+
}
|
|
1114
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMegadropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1115
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostMegadropdownTrigger, isStandalone: true, selector: "post-megadropdown-trigger", inputs: { active: "active", for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1116
|
+
static {
|
|
1117
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1118
|
+
}
|
|
1119
|
+
};
|
|
1120
|
+
return PostMegadropdownTrigger = _classThis;
|
|
1121
|
+
})();
|
|
1122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMegadropdownTrigger, decorators: [{
|
|
774
1123
|
type: Component,
|
|
775
1124
|
args: [{
|
|
776
1125
|
selector: 'post-megadropdown-trigger',
|
|
@@ -780,24 +1129,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
780
1129
|
inputs: ['active', { name: 'for', required: true }],
|
|
781
1130
|
}]
|
|
782
1131
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
783
|
-
let PostMenu =
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
1132
|
+
let PostMenu = (() => {
|
|
1133
|
+
let _classDecorators = [ProxyCmp({
|
|
1134
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
1135
|
+
inputs: ['label', 'placement'],
|
|
1136
|
+
methods: ['toggle', 'show', 'hide']
|
|
1137
|
+
})];
|
|
1138
|
+
let _classDescriptor;
|
|
1139
|
+
let _classExtraInitializers = [];
|
|
1140
|
+
let _classThis;
|
|
1141
|
+
var PostMenu = class {
|
|
1142
|
+
static { _classThis = this; }
|
|
1143
|
+
static {
|
|
1144
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1145
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1146
|
+
PostMenu = _classThis = _classDescriptor.value;
|
|
1147
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1148
|
+
}
|
|
1149
|
+
z;
|
|
1150
|
+
el;
|
|
1151
|
+
toggleMenu = new EventEmitter();
|
|
1152
|
+
constructor(c, r, z) {
|
|
1153
|
+
this.z = z;
|
|
1154
|
+
c.detach();
|
|
1155
|
+
this.el = r.nativeElement;
|
|
1156
|
+
}
|
|
1157
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1158
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostMenu, isStandalone: true, selector: "post-menu", inputs: { label: "label", placement: "placement" }, outputs: { toggleMenu: "toggleMenu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1159
|
+
static {
|
|
1160
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1161
|
+
}
|
|
1162
|
+
};
|
|
1163
|
+
return PostMenu = _classThis;
|
|
1164
|
+
})();
|
|
1165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMenu, decorators: [{
|
|
801
1166
|
type: Component,
|
|
802
1167
|
args: [{
|
|
803
1168
|
selector: 'post-menu',
|
|
@@ -810,21 +1175,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
810
1175
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggleMenu: [{
|
|
811
1176
|
type: Output
|
|
812
1177
|
}] } });
|
|
813
|
-
let PostMenuItem =
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
1178
|
+
let PostMenuItem = (() => {
|
|
1179
|
+
let _classDecorators = [ProxyCmp({
|
|
1180
|
+
defineCustomElementFn: defineCustomElement$q
|
|
1181
|
+
})];
|
|
1182
|
+
let _classDescriptor;
|
|
1183
|
+
let _classExtraInitializers = [];
|
|
1184
|
+
let _classThis;
|
|
1185
|
+
var PostMenuItem = class {
|
|
1186
|
+
static { _classThis = this; }
|
|
1187
|
+
static {
|
|
1188
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1189
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1190
|
+
PostMenuItem = _classThis = _classDescriptor.value;
|
|
1191
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1192
|
+
}
|
|
1193
|
+
z;
|
|
1194
|
+
el;
|
|
1195
|
+
constructor(c, r, z) {
|
|
1196
|
+
this.z = z;
|
|
1197
|
+
c.detach();
|
|
1198
|
+
this.el = r.nativeElement;
|
|
1199
|
+
}
|
|
1200
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1201
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostMenuItem, isStandalone: true, selector: "post-menu-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1202
|
+
static {
|
|
1203
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1204
|
+
}
|
|
1205
|
+
};
|
|
1206
|
+
return PostMenuItem = _classThis;
|
|
1207
|
+
})();
|
|
1208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMenuItem, decorators: [{
|
|
828
1209
|
type: Component,
|
|
829
1210
|
args: [{
|
|
830
1211
|
selector: 'post-menu-item',
|
|
@@ -834,22 +1215,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
834
1215
|
inputs: [],
|
|
835
1216
|
}]
|
|
836
1217
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
837
|
-
let PostMenuTrigger =
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
1218
|
+
let PostMenuTrigger = (() => {
|
|
1219
|
+
let _classDecorators = [ProxyCmp({
|
|
1220
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
1221
|
+
inputs: ['for']
|
|
1222
|
+
})];
|
|
1223
|
+
let _classDescriptor;
|
|
1224
|
+
let _classExtraInitializers = [];
|
|
1225
|
+
let _classThis;
|
|
1226
|
+
var PostMenuTrigger = class {
|
|
1227
|
+
static { _classThis = this; }
|
|
1228
|
+
static {
|
|
1229
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1230
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1231
|
+
PostMenuTrigger = _classThis = _classDescriptor.value;
|
|
1232
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1233
|
+
}
|
|
1234
|
+
z;
|
|
1235
|
+
el;
|
|
1236
|
+
constructor(c, r, z) {
|
|
1237
|
+
this.z = z;
|
|
1238
|
+
c.detach();
|
|
1239
|
+
this.el = r.nativeElement;
|
|
1240
|
+
}
|
|
1241
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMenuTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1242
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostMenuTrigger, isStandalone: true, selector: "post-menu-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1243
|
+
static {
|
|
1244
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1245
|
+
}
|
|
1246
|
+
};
|
|
1247
|
+
return PostMenuTrigger = _classThis;
|
|
1248
|
+
})();
|
|
1249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostMenuTrigger, decorators: [{
|
|
853
1250
|
type: Component,
|
|
854
1251
|
args: [{
|
|
855
1252
|
selector: 'post-menu-trigger',
|
|
@@ -859,21 +1256,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
859
1256
|
inputs: [{ name: 'for', required: true }],
|
|
860
1257
|
}]
|
|
861
1258
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
862
|
-
let PostNumberInput =
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
1259
|
+
let PostNumberInput = (() => {
|
|
1260
|
+
let _classDecorators = [ProxyCmp({
|
|
1261
|
+
defineCustomElementFn: defineCustomElement$s
|
|
1262
|
+
})];
|
|
1263
|
+
let _classDescriptor;
|
|
1264
|
+
let _classExtraInitializers = [];
|
|
1265
|
+
let _classThis;
|
|
1266
|
+
var PostNumberInput = class {
|
|
1267
|
+
static { _classThis = this; }
|
|
1268
|
+
static {
|
|
1269
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1270
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1271
|
+
PostNumberInput = _classThis = _classDescriptor.value;
|
|
1272
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1273
|
+
}
|
|
1274
|
+
z;
|
|
1275
|
+
el;
|
|
1276
|
+
constructor(c, r, z) {
|
|
1277
|
+
this.z = z;
|
|
1278
|
+
c.detach();
|
|
1279
|
+
this.el = r.nativeElement;
|
|
1280
|
+
}
|
|
1281
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1282
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostNumberInput, isStandalone: true, selector: "post-number-input", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1283
|
+
static {
|
|
1284
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1285
|
+
}
|
|
1286
|
+
};
|
|
1287
|
+
return PostNumberInput = _classThis;
|
|
1288
|
+
})();
|
|
1289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostNumberInput, decorators: [{
|
|
877
1290
|
type: Component,
|
|
878
1291
|
args: [{
|
|
879
1292
|
selector: 'post-number-input',
|
|
@@ -883,23 +1296,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
883
1296
|
inputs: [],
|
|
884
1297
|
}]
|
|
885
1298
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
886
|
-
let PostPagination =
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
1299
|
+
let PostPagination = (() => {
|
|
1300
|
+
let _classDecorators = [ProxyCmp({
|
|
1301
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
1302
|
+
inputs: ['collectionSize', 'label', 'page', 'pageSize', 'textFirst', 'textLast', 'textNext', 'textPage', 'textPrevious']
|
|
1303
|
+
})];
|
|
1304
|
+
let _classDescriptor;
|
|
1305
|
+
let _classExtraInitializers = [];
|
|
1306
|
+
let _classThis;
|
|
1307
|
+
var PostPagination = class {
|
|
1308
|
+
static { _classThis = this; }
|
|
1309
|
+
static {
|
|
1310
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1311
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1312
|
+
PostPagination = _classThis = _classDescriptor.value;
|
|
1313
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1314
|
+
}
|
|
1315
|
+
z;
|
|
1316
|
+
el;
|
|
1317
|
+
postChange = new EventEmitter();
|
|
1318
|
+
constructor(c, r, z) {
|
|
1319
|
+
this.z = z;
|
|
1320
|
+
c.detach();
|
|
1321
|
+
this.el = r.nativeElement;
|
|
1322
|
+
}
|
|
1323
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1324
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostPagination, isStandalone: true, selector: "post-pagination", inputs: { collectionSize: "collectionSize", label: "label", page: "page", pageSize: "pageSize", textFirst: "textFirst", textLast: "textLast", textNext: "textNext", textPage: "textPage", textPrevious: "textPrevious" }, outputs: { postChange: "postChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1325
|
+
static {
|
|
1326
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1327
|
+
}
|
|
1328
|
+
};
|
|
1329
|
+
return PostPagination = _classThis;
|
|
1330
|
+
})();
|
|
1331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostPagination, decorators: [{
|
|
903
1332
|
type: Component,
|
|
904
1333
|
args: [{
|
|
905
1334
|
selector: 'post-pagination',
|
|
@@ -912,23 +1341,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
912
1341
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postChange: [{
|
|
913
1342
|
type: Output
|
|
914
1343
|
}] } });
|
|
915
|
-
let PostPopover =
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
PostPopover =
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
1344
|
+
let PostPopover = (() => {
|
|
1345
|
+
let _classDecorators = [ProxyCmp({
|
|
1346
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
1347
|
+
inputs: ['arrow', 'placement', 'textClose'],
|
|
1348
|
+
methods: ['show', 'hide', 'toggle']
|
|
1349
|
+
})];
|
|
1350
|
+
let _classDescriptor;
|
|
1351
|
+
let _classExtraInitializers = [];
|
|
1352
|
+
let _classThis;
|
|
1353
|
+
var PostPopover = class {
|
|
1354
|
+
static { _classThis = this; }
|
|
1355
|
+
static {
|
|
1356
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1357
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1358
|
+
PostPopover = _classThis = _classDescriptor.value;
|
|
1359
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1360
|
+
}
|
|
1361
|
+
z;
|
|
1362
|
+
el;
|
|
1363
|
+
constructor(c, r, z) {
|
|
1364
|
+
this.z = z;
|
|
1365
|
+
c.detach();
|
|
1366
|
+
this.el = r.nativeElement;
|
|
1367
|
+
}
|
|
1368
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1369
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostPopover, isStandalone: true, selector: "post-popover", inputs: { arrow: "arrow", placement: "placement", textClose: "textClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1370
|
+
static {
|
|
1371
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1372
|
+
}
|
|
1373
|
+
};
|
|
1374
|
+
return PostPopover = _classThis;
|
|
1375
|
+
})();
|
|
1376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostPopover, decorators: [{
|
|
932
1377
|
type: Component,
|
|
933
1378
|
args: [{
|
|
934
1379
|
selector: 'post-popover',
|
|
@@ -938,22 +1383,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
938
1383
|
inputs: ['arrow', 'placement', { name: 'textClose', required: true }],
|
|
939
1384
|
}]
|
|
940
1385
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
941
|
-
let PostPopoverTrigger =
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
1386
|
+
let PostPopoverTrigger = (() => {
|
|
1387
|
+
let _classDecorators = [ProxyCmp({
|
|
1388
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
1389
|
+
inputs: ['for']
|
|
1390
|
+
})];
|
|
1391
|
+
let _classDescriptor;
|
|
1392
|
+
let _classExtraInitializers = [];
|
|
1393
|
+
let _classThis;
|
|
1394
|
+
var PostPopoverTrigger = class {
|
|
1395
|
+
static { _classThis = this; }
|
|
1396
|
+
static {
|
|
1397
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1398
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1399
|
+
PostPopoverTrigger = _classThis = _classDescriptor.value;
|
|
1400
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1401
|
+
}
|
|
1402
|
+
z;
|
|
1403
|
+
el;
|
|
1404
|
+
constructor(c, r, z) {
|
|
1405
|
+
this.z = z;
|
|
1406
|
+
c.detach();
|
|
1407
|
+
this.el = r.nativeElement;
|
|
1408
|
+
}
|
|
1409
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostPopoverTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1410
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostPopoverTrigger, isStandalone: true, selector: "post-popover-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1411
|
+
static {
|
|
1412
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1413
|
+
}
|
|
1414
|
+
};
|
|
1415
|
+
return PostPopoverTrigger = _classThis;
|
|
1416
|
+
})();
|
|
1417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostPopoverTrigger, decorators: [{
|
|
957
1418
|
type: Component,
|
|
958
1419
|
args: [{
|
|
959
1420
|
selector: 'post-popover-trigger',
|
|
@@ -963,28 +1424,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
963
1424
|
inputs: ['for'],
|
|
964
1425
|
}]
|
|
965
1426
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
966
|
-
let PostPopovercontainer =
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
};
|
|
980
|
-
PostPopovercontainer =
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
1427
|
+
let PostPopovercontainer = (() => {
|
|
1428
|
+
let _classDecorators = [ProxyCmp({
|
|
1429
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
1430
|
+
inputs: ['arrow', 'edgeGap', 'offset', 'placement', 'safeSpace'],
|
|
1431
|
+
methods: ['show', 'hide', 'toggle']
|
|
1432
|
+
})];
|
|
1433
|
+
let _classDescriptor;
|
|
1434
|
+
let _classExtraInitializers = [];
|
|
1435
|
+
let _classThis;
|
|
1436
|
+
var PostPopovercontainer = class {
|
|
1437
|
+
static { _classThis = this; }
|
|
1438
|
+
static {
|
|
1439
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1440
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1441
|
+
PostPopovercontainer = _classThis = _classDescriptor.value;
|
|
1442
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1443
|
+
}
|
|
1444
|
+
z;
|
|
1445
|
+
el;
|
|
1446
|
+
postBeforeShow = new EventEmitter();
|
|
1447
|
+
postShow = new EventEmitter();
|
|
1448
|
+
postHide = new EventEmitter();
|
|
1449
|
+
postBeforeToggle = new EventEmitter();
|
|
1450
|
+
postToggle = new EventEmitter();
|
|
1451
|
+
constructor(c, r, z) {
|
|
1452
|
+
this.z = z;
|
|
1453
|
+
c.detach();
|
|
1454
|
+
this.el = r.nativeElement;
|
|
1455
|
+
}
|
|
1456
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1457
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostPopovercontainer, isStandalone: true, selector: "post-popovercontainer", inputs: { arrow: "arrow", edgeGap: "edgeGap", offset: "offset", placement: "placement", safeSpace: "safeSpace" }, outputs: { postBeforeShow: "postBeforeShow", postShow: "postShow", postHide: "postHide", postBeforeToggle: "postBeforeToggle", postToggle: "postToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1458
|
+
static {
|
|
1459
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1460
|
+
}
|
|
1461
|
+
};
|
|
1462
|
+
return PostPopovercontainer = _classThis;
|
|
1463
|
+
})();
|
|
1464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
988
1465
|
type: Component,
|
|
989
1466
|
args: [{
|
|
990
1467
|
selector: 'post-popovercontainer',
|
|
@@ -1005,22 +1482,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
1005
1482
|
}], postToggle: [{
|
|
1006
1483
|
type: Output
|
|
1007
1484
|
}] } });
|
|
1008
|
-
let PostProgressbar =
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1485
|
+
let PostProgressbar = (() => {
|
|
1486
|
+
let _classDecorators = [ProxyCmp({
|
|
1487
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1488
|
+
inputs: ['max', 'min', 'value']
|
|
1489
|
+
})];
|
|
1490
|
+
let _classDescriptor;
|
|
1491
|
+
let _classExtraInitializers = [];
|
|
1492
|
+
let _classThis;
|
|
1493
|
+
var PostProgressbar = class {
|
|
1494
|
+
static { _classThis = this; }
|
|
1495
|
+
static {
|
|
1496
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1497
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1498
|
+
PostProgressbar = _classThis = _classDescriptor.value;
|
|
1499
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1500
|
+
}
|
|
1501
|
+
z;
|
|
1502
|
+
el;
|
|
1503
|
+
constructor(c, r, z) {
|
|
1504
|
+
this.z = z;
|
|
1505
|
+
c.detach();
|
|
1506
|
+
this.el = r.nativeElement;
|
|
1507
|
+
}
|
|
1508
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostProgressbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1509
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostProgressbar, isStandalone: true, selector: "post-progressbar", inputs: { max: "max", min: "min", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1510
|
+
static {
|
|
1511
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1512
|
+
}
|
|
1513
|
+
};
|
|
1514
|
+
return PostProgressbar = _classThis;
|
|
1515
|
+
})();
|
|
1516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostProgressbar, decorators: [{
|
|
1024
1517
|
type: Component,
|
|
1025
1518
|
args: [{
|
|
1026
1519
|
selector: 'post-progressbar',
|
|
@@ -1030,24 +1523,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
1030
1523
|
inputs: ['max', 'min', 'value'],
|
|
1031
1524
|
}]
|
|
1032
1525
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1033
|
-
let PostRating =
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1526
|
+
let PostRating = (() => {
|
|
1527
|
+
let _classDecorators = [ProxyCmp({
|
|
1528
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1529
|
+
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
1530
|
+
})];
|
|
1531
|
+
let _classDescriptor;
|
|
1532
|
+
let _classExtraInitializers = [];
|
|
1533
|
+
let _classThis;
|
|
1534
|
+
var PostRating = class {
|
|
1535
|
+
static { _classThis = this; }
|
|
1536
|
+
static {
|
|
1537
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1538
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1539
|
+
PostRating = _classThis = _classDescriptor.value;
|
|
1540
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1541
|
+
}
|
|
1542
|
+
z;
|
|
1543
|
+
el;
|
|
1544
|
+
postInput = new EventEmitter();
|
|
1545
|
+
postChange = new EventEmitter();
|
|
1546
|
+
constructor(c, r, z) {
|
|
1547
|
+
this.z = z;
|
|
1548
|
+
c.detach();
|
|
1549
|
+
this.el = r.nativeElement;
|
|
1550
|
+
}
|
|
1551
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1552
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostRating, isStandalone: true, selector: "post-rating", inputs: { currentRating: "currentRating", label: "label", readonly: "readonly", stars: "stars" }, outputs: { postInput: "postInput", postChange: "postChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1553
|
+
static {
|
|
1554
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1555
|
+
}
|
|
1556
|
+
};
|
|
1557
|
+
return PostRating = _classThis;
|
|
1558
|
+
})();
|
|
1559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostRating, decorators: [{
|
|
1051
1560
|
type: Component,
|
|
1052
1561
|
args: [{
|
|
1053
1562
|
selector: 'post-rating',
|
|
@@ -1062,53 +1571,85 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
1062
1571
|
}], postChange: [{
|
|
1063
1572
|
type: Output
|
|
1064
1573
|
}] } });
|
|
1065
|
-
let PostSideNavigation =
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1574
|
+
let PostSideNavigation = (() => {
|
|
1575
|
+
let _classDecorators = [ProxyCmp({
|
|
1576
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1577
|
+
inputs: ['size', 'textClose'],
|
|
1578
|
+
methods: ['toggle', 'show', 'hide']
|
|
1579
|
+
})];
|
|
1580
|
+
let _classDescriptor;
|
|
1581
|
+
let _classExtraInitializers = [];
|
|
1582
|
+
let _classThis;
|
|
1583
|
+
var PostSideNavigation = class {
|
|
1584
|
+
static { _classThis = this; }
|
|
1585
|
+
static {
|
|
1586
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1587
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1588
|
+
PostSideNavigation = _classThis = _classDescriptor.value;
|
|
1589
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1590
|
+
}
|
|
1591
|
+
z;
|
|
1592
|
+
el;
|
|
1593
|
+
postToggle = new EventEmitter();
|
|
1594
|
+
constructor(c, r, z) {
|
|
1595
|
+
this.z = z;
|
|
1596
|
+
c.detach();
|
|
1597
|
+
this.el = r.nativeElement;
|
|
1598
|
+
}
|
|
1599
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostSideNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1600
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostSideNavigation, isStandalone: true, selector: "post-side-navigation", inputs: { size: "size", textClose: "textClose" }, outputs: { postToggle: "postToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1601
|
+
static {
|
|
1602
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1603
|
+
}
|
|
1604
|
+
};
|
|
1605
|
+
return PostSideNavigation = _classThis;
|
|
1606
|
+
})();
|
|
1607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostSideNavigation, decorators: [{
|
|
1083
1608
|
type: Component,
|
|
1084
1609
|
args: [{
|
|
1085
1610
|
selector: 'post-side-navigation',
|
|
1086
1611
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1087
1612
|
template: '<ng-content></ng-content>',
|
|
1088
1613
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1089
|
-
inputs: [{ name: 'textClose', required: true }],
|
|
1614
|
+
inputs: ['size', { name: 'textClose', required: true }],
|
|
1090
1615
|
outputs: ['postToggle'],
|
|
1091
1616
|
}]
|
|
1092
1617
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postToggle: [{
|
|
1093
1618
|
type: Output
|
|
1094
1619
|
}] } });
|
|
1095
|
-
let PostSideNavigationTrigger =
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
PostSideNavigationTrigger =
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1620
|
+
let PostSideNavigationTrigger = (() => {
|
|
1621
|
+
let _classDecorators = [ProxyCmp({
|
|
1622
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1623
|
+
inputs: ['for'],
|
|
1624
|
+
methods: ['update']
|
|
1625
|
+
})];
|
|
1626
|
+
let _classDescriptor;
|
|
1627
|
+
let _classExtraInitializers = [];
|
|
1628
|
+
let _classThis;
|
|
1629
|
+
var PostSideNavigationTrigger = class {
|
|
1630
|
+
static { _classThis = this; }
|
|
1631
|
+
static {
|
|
1632
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1633
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1634
|
+
PostSideNavigationTrigger = _classThis = _classDescriptor.value;
|
|
1635
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1636
|
+
}
|
|
1637
|
+
z;
|
|
1638
|
+
el;
|
|
1639
|
+
constructor(c, r, z) {
|
|
1640
|
+
this.z = z;
|
|
1641
|
+
c.detach();
|
|
1642
|
+
this.el = r.nativeElement;
|
|
1643
|
+
}
|
|
1644
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostSideNavigationTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1645
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostSideNavigationTrigger, isStandalone: true, selector: "post-side-navigation-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1646
|
+
static {
|
|
1647
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1648
|
+
}
|
|
1649
|
+
};
|
|
1650
|
+
return PostSideNavigationTrigger = _classThis;
|
|
1651
|
+
})();
|
|
1652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostSideNavigationTrigger, decorators: [{
|
|
1112
1653
|
type: Component,
|
|
1113
1654
|
args: [{
|
|
1114
1655
|
selector: 'post-side-navigation-trigger',
|
|
@@ -1118,22 +1659,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
1118
1659
|
inputs: [{ name: 'for', required: true }],
|
|
1119
1660
|
}]
|
|
1120
1661
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1121
|
-
let PostStepper =
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1662
|
+
let PostStepper = (() => {
|
|
1663
|
+
let _classDecorators = [ProxyCmp({
|
|
1664
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1665
|
+
inputs: ['currentIndex', 'selectedIndex', 'textCompletedStep', 'textCurrentStep', 'textStepNumber']
|
|
1666
|
+
})];
|
|
1667
|
+
let _classDescriptor;
|
|
1668
|
+
let _classExtraInitializers = [];
|
|
1669
|
+
let _classThis;
|
|
1670
|
+
var PostStepper = class {
|
|
1671
|
+
static { _classThis = this; }
|
|
1672
|
+
static {
|
|
1673
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1674
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1675
|
+
PostStepper = _classThis = _classDescriptor.value;
|
|
1676
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1677
|
+
}
|
|
1678
|
+
z;
|
|
1679
|
+
el;
|
|
1680
|
+
constructor(c, r, z) {
|
|
1681
|
+
this.z = z;
|
|
1682
|
+
c.detach();
|
|
1683
|
+
this.el = r.nativeElement;
|
|
1684
|
+
}
|
|
1685
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1686
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostStepper, isStandalone: true, selector: "post-stepper", inputs: { currentIndex: "currentIndex", selectedIndex: "selectedIndex", textCompletedStep: "textCompletedStep", textCurrentStep: "textCurrentStep", textStepNumber: "textStepNumber" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1687
|
+
static {
|
|
1688
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1689
|
+
}
|
|
1690
|
+
};
|
|
1691
|
+
return PostStepper = _classThis;
|
|
1692
|
+
})();
|
|
1693
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostStepper, decorators: [{
|
|
1137
1694
|
type: Component,
|
|
1138
1695
|
args: [{
|
|
1139
1696
|
selector: 'post-stepper',
|
|
@@ -1143,21 +1700,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
1143
1700
|
inputs: ['currentIndex', 'selectedIndex', { name: 'textCompletedStep', required: true }, { name: 'textCurrentStep', required: true }, { name: 'textStepNumber', required: true }],
|
|
1144
1701
|
}]
|
|
1145
1702
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1146
|
-
let PostStepperItem =
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1703
|
+
let PostStepperItem = (() => {
|
|
1704
|
+
let _classDecorators = [ProxyCmp({
|
|
1705
|
+
defineCustomElementFn: defineCustomElement$C
|
|
1706
|
+
})];
|
|
1707
|
+
let _classDescriptor;
|
|
1708
|
+
let _classExtraInitializers = [];
|
|
1709
|
+
let _classThis;
|
|
1710
|
+
var PostStepperItem = class {
|
|
1711
|
+
static { _classThis = this; }
|
|
1712
|
+
static {
|
|
1713
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1714
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1715
|
+
PostStepperItem = _classThis = _classDescriptor.value;
|
|
1716
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1717
|
+
}
|
|
1718
|
+
z;
|
|
1719
|
+
el;
|
|
1720
|
+
constructor(c, r, z) {
|
|
1721
|
+
this.z = z;
|
|
1722
|
+
c.detach();
|
|
1723
|
+
this.el = r.nativeElement;
|
|
1724
|
+
}
|
|
1725
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostStepperItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1726
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostStepperItem, isStandalone: true, selector: "post-stepper-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1727
|
+
static {
|
|
1728
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1729
|
+
}
|
|
1730
|
+
};
|
|
1731
|
+
return PostStepperItem = _classThis;
|
|
1732
|
+
})();
|
|
1733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostStepperItem, decorators: [{
|
|
1161
1734
|
type: Component,
|
|
1162
1735
|
args: [{
|
|
1163
1736
|
selector: 'post-stepper-item',
|
|
@@ -1167,47 +1740,79 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
1167
1740
|
inputs: [],
|
|
1168
1741
|
}]
|
|
1169
1742
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1170
|
-
let PostTabItem =
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1743
|
+
let PostTabItem = (() => {
|
|
1744
|
+
let _classDecorators = [ProxyCmp({
|
|
1745
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1746
|
+
inputs: ['disabled', 'name']
|
|
1747
|
+
})];
|
|
1748
|
+
let _classDescriptor;
|
|
1749
|
+
let _classExtraInitializers = [];
|
|
1750
|
+
let _classThis;
|
|
1751
|
+
var PostTabItem = class {
|
|
1752
|
+
static { _classThis = this; }
|
|
1753
|
+
static {
|
|
1754
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1755
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1756
|
+
PostTabItem = _classThis = _classDescriptor.value;
|
|
1757
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1758
|
+
}
|
|
1759
|
+
z;
|
|
1760
|
+
el;
|
|
1761
|
+
constructor(c, r, z) {
|
|
1762
|
+
this.z = z;
|
|
1763
|
+
c.detach();
|
|
1764
|
+
this.el = r.nativeElement;
|
|
1765
|
+
}
|
|
1766
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1767
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostTabItem, isStandalone: true, selector: "post-tab-item", inputs: { disabled: "disabled", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1768
|
+
static {
|
|
1769
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1770
|
+
}
|
|
1771
|
+
};
|
|
1772
|
+
return PostTabItem = _classThis;
|
|
1773
|
+
})();
|
|
1774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTabItem, decorators: [{
|
|
1186
1775
|
type: Component,
|
|
1187
1776
|
args: [{
|
|
1188
1777
|
selector: 'post-tab-item',
|
|
1189
1778
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1190
1779
|
template: '<ng-content></ng-content>',
|
|
1191
1780
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1192
|
-
inputs: [{ name: 'name', required: true }],
|
|
1781
|
+
inputs: ['disabled', { name: 'name', required: true }],
|
|
1193
1782
|
}]
|
|
1194
1783
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1195
|
-
let PostTabPanel =
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1784
|
+
let PostTabPanel = (() => {
|
|
1785
|
+
let _classDecorators = [ProxyCmp({
|
|
1786
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1787
|
+
inputs: ['for']
|
|
1788
|
+
})];
|
|
1789
|
+
let _classDescriptor;
|
|
1790
|
+
let _classExtraInitializers = [];
|
|
1791
|
+
let _classThis;
|
|
1792
|
+
var PostTabPanel = class {
|
|
1793
|
+
static { _classThis = this; }
|
|
1794
|
+
static {
|
|
1795
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1796
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1797
|
+
PostTabPanel = _classThis = _classDescriptor.value;
|
|
1798
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1799
|
+
}
|
|
1800
|
+
z;
|
|
1801
|
+
el;
|
|
1802
|
+
constructor(c, r, z) {
|
|
1803
|
+
this.z = z;
|
|
1804
|
+
c.detach();
|
|
1805
|
+
this.el = r.nativeElement;
|
|
1806
|
+
}
|
|
1807
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1808
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostTabPanel, isStandalone: true, selector: "post-tab-panel", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1809
|
+
static {
|
|
1810
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1811
|
+
}
|
|
1812
|
+
};
|
|
1813
|
+
return PostTabPanel = _classThis;
|
|
1814
|
+
})();
|
|
1815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
1211
1816
|
type: Component,
|
|
1212
1817
|
args: [{
|
|
1213
1818
|
selector: 'post-tab-panel',
|
|
@@ -1217,52 +1822,84 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
1217
1822
|
inputs: [{ name: 'for', required: true }],
|
|
1218
1823
|
}]
|
|
1219
1824
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1220
|
-
let PostTabs =
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1825
|
+
let PostTabs = (() => {
|
|
1826
|
+
let _classDecorators = [ProxyCmp({
|
|
1827
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1828
|
+
inputs: ['activeTab', 'label', 'size', 'textNextTabItems', 'textPrevTabItems'],
|
|
1829
|
+
methods: ['show']
|
|
1830
|
+
})];
|
|
1831
|
+
let _classDescriptor;
|
|
1832
|
+
let _classExtraInitializers = [];
|
|
1833
|
+
let _classThis;
|
|
1834
|
+
var PostTabs = class {
|
|
1835
|
+
static { _classThis = this; }
|
|
1836
|
+
static {
|
|
1837
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1838
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1839
|
+
PostTabs = _classThis = _classDescriptor.value;
|
|
1840
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1841
|
+
}
|
|
1842
|
+
z;
|
|
1843
|
+
el;
|
|
1844
|
+
postChange = new EventEmitter();
|
|
1845
|
+
constructor(c, r, z) {
|
|
1846
|
+
this.z = z;
|
|
1847
|
+
c.detach();
|
|
1848
|
+
this.el = r.nativeElement;
|
|
1849
|
+
}
|
|
1850
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1851
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostTabs, isStandalone: true, selector: "post-tabs", inputs: { activeTab: "activeTab", label: "label", size: "size", textNextTabItems: "textNextTabItems", textPrevTabItems: "textPrevTabItems" }, outputs: { postChange: "postChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1852
|
+
static {
|
|
1853
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1854
|
+
}
|
|
1855
|
+
};
|
|
1856
|
+
return PostTabs = _classThis;
|
|
1857
|
+
})();
|
|
1858
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTabs, decorators: [{
|
|
1238
1859
|
type: Component,
|
|
1239
1860
|
args: [{
|
|
1240
1861
|
selector: 'post-tabs',
|
|
1241
1862
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1242
1863
|
template: '<ng-content></ng-content>',
|
|
1243
1864
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1244
|
-
inputs: ['activeTab', '
|
|
1865
|
+
inputs: ['activeTab', 'label', 'size', 'textNextTabItems', 'textPrevTabItems'],
|
|
1245
1866
|
outputs: ['postChange'],
|
|
1246
1867
|
}]
|
|
1247
1868
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postChange: [{
|
|
1248
1869
|
type: Output
|
|
1249
1870
|
}] } });
|
|
1250
|
-
let PostTogglebutton =
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1871
|
+
let PostTogglebutton = (() => {
|
|
1872
|
+
let _classDecorators = [ProxyCmp({
|
|
1873
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1874
|
+
inputs: ['toggled']
|
|
1875
|
+
})];
|
|
1876
|
+
let _classDescriptor;
|
|
1877
|
+
let _classExtraInitializers = [];
|
|
1878
|
+
let _classThis;
|
|
1879
|
+
var PostTogglebutton = class {
|
|
1880
|
+
static { _classThis = this; }
|
|
1881
|
+
static {
|
|
1882
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1883
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1884
|
+
PostTogglebutton = _classThis = _classDescriptor.value;
|
|
1885
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1886
|
+
}
|
|
1887
|
+
z;
|
|
1888
|
+
el;
|
|
1889
|
+
constructor(c, r, z) {
|
|
1890
|
+
this.z = z;
|
|
1891
|
+
c.detach();
|
|
1892
|
+
this.el = r.nativeElement;
|
|
1893
|
+
}
|
|
1894
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTogglebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1895
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostTogglebutton, isStandalone: true, selector: "post-togglebutton", inputs: { toggled: "toggled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1896
|
+
static {
|
|
1897
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1898
|
+
}
|
|
1899
|
+
};
|
|
1900
|
+
return PostTogglebutton = _classThis;
|
|
1901
|
+
})();
|
|
1902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTogglebutton, decorators: [{
|
|
1266
1903
|
type: Component,
|
|
1267
1904
|
args: [{
|
|
1268
1905
|
selector: 'post-togglebutton',
|
|
@@ -1272,23 +1909,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
1272
1909
|
inputs: ['toggled'],
|
|
1273
1910
|
}]
|
|
1274
1911
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1275
|
-
let PostTooltip =
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
PostTooltip =
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1912
|
+
let PostTooltip = (() => {
|
|
1913
|
+
let _classDecorators = [ProxyCmp({
|
|
1914
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1915
|
+
inputs: ['arrow', 'open', 'placement'],
|
|
1916
|
+
methods: ['show', 'hide', 'toggle']
|
|
1917
|
+
})];
|
|
1918
|
+
let _classDescriptor;
|
|
1919
|
+
let _classExtraInitializers = [];
|
|
1920
|
+
let _classThis;
|
|
1921
|
+
var PostTooltip = class {
|
|
1922
|
+
static { _classThis = this; }
|
|
1923
|
+
static {
|
|
1924
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1925
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1926
|
+
PostTooltip = _classThis = _classDescriptor.value;
|
|
1927
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1928
|
+
}
|
|
1929
|
+
z;
|
|
1930
|
+
el;
|
|
1931
|
+
constructor(c, r, z) {
|
|
1932
|
+
this.z = z;
|
|
1933
|
+
c.detach();
|
|
1934
|
+
this.el = r.nativeElement;
|
|
1935
|
+
}
|
|
1936
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1937
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostTooltip, isStandalone: true, selector: "post-tooltip", inputs: { arrow: "arrow", open: "open", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1938
|
+
static {
|
|
1939
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1940
|
+
}
|
|
1941
|
+
};
|
|
1942
|
+
return PostTooltip = _classThis;
|
|
1943
|
+
})();
|
|
1944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTooltip, decorators: [{
|
|
1292
1945
|
type: Component,
|
|
1293
1946
|
args: [{
|
|
1294
1947
|
selector: 'post-tooltip',
|
|
@@ -1298,22 +1951,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
1298
1951
|
inputs: ['arrow', 'open', 'placement'],
|
|
1299
1952
|
}]
|
|
1300
1953
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1301
|
-
let PostTooltipTrigger =
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1954
|
+
let PostTooltipTrigger = (() => {
|
|
1955
|
+
let _classDecorators = [ProxyCmp({
|
|
1956
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1957
|
+
inputs: ['delay', 'for']
|
|
1958
|
+
})];
|
|
1959
|
+
let _classDescriptor;
|
|
1960
|
+
let _classExtraInitializers = [];
|
|
1961
|
+
let _classThis;
|
|
1962
|
+
var PostTooltipTrigger = class {
|
|
1963
|
+
static { _classThis = this; }
|
|
1964
|
+
static {
|
|
1965
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
1966
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
1967
|
+
PostTooltipTrigger = _classThis = _classDescriptor.value;
|
|
1968
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
1969
|
+
}
|
|
1970
|
+
z;
|
|
1971
|
+
el;
|
|
1972
|
+
constructor(c, r, z) {
|
|
1973
|
+
this.z = z;
|
|
1974
|
+
c.detach();
|
|
1975
|
+
this.el = r.nativeElement;
|
|
1976
|
+
}
|
|
1977
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTooltipTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1978
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: PostTooltipTrigger, isStandalone: true, selector: "post-tooltip-trigger", inputs: { delay: "delay", for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1979
|
+
static {
|
|
1980
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
1981
|
+
}
|
|
1982
|
+
};
|
|
1983
|
+
return PostTooltipTrigger = _classThis;
|
|
1984
|
+
})();
|
|
1985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: PostTooltipTrigger, decorators: [{
|
|
1317
1986
|
type: Component,
|
|
1318
1987
|
args: [{
|
|
1319
1988
|
selector: 'post-tooltip-trigger',
|
|
@@ -1345,7 +2014,6 @@ const DIRECTIVES = [
|
|
|
1345
2014
|
PostLinkarea,
|
|
1346
2015
|
PostListbox,
|
|
1347
2016
|
PostListboxOption,
|
|
1348
|
-
PostLoginWidget,
|
|
1349
2017
|
PostLogo,
|
|
1350
2018
|
PostMainnavigation,
|
|
1351
2019
|
PostMegadropdown,
|
|
@@ -1392,12 +2060,10 @@ function providePostComponents() {
|
|
|
1392
2060
|
/*
|
|
1393
2061
|
* Public API Surface of components
|
|
1394
2062
|
*/
|
|
1395
|
-
// Export all custom made components & directives!
|
|
1396
|
-
// Skipping this step will lead to Angular Ivy errors when building for production.
|
|
1397
2063
|
|
|
1398
2064
|
/**
|
|
1399
2065
|
* Generated bundle index. Do not edit.
|
|
1400
2066
|
*/
|
|
1401
2067
|
|
|
1402
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAutocomplete, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostDatePicker, PostFooter, PostHeader, PostIcon, PostLanguageMenu, PostLanguageMenuItem, PostLinkarea, PostListbox, PostListboxOption,
|
|
2068
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAutocomplete, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostDatePicker, PostFooter, PostHeader, PostIcon, PostLanguageMenu, PostLanguageMenuItem, PostLinkarea, PostListbox, PostListboxOption, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostNumberInput, PostPagination, PostPopover, PostPopoverTrigger, PostPopovercontainer, PostProgressbar, PostRating, PostSideNavigation, PostSideNavigationTrigger, PostStepper, PostStepperItem, PostTabItem, PostTabPanel, PostTabs, PostTogglebutton, PostTooltip, PostTooltipTrigger, providePostComponents };
|
|
1403
2069
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|