valtech-components 2.0.1031 → 2.0.1033
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/esm2022/lib/components/molecules/date-input/date-input.component.mjs +9 -3
- package/esm2022/lib/components/organisms/field-list/field-list.component.mjs +239 -0
- package/esm2022/lib/components/organisms/field-list/field-list.i18n.mjs +17 -0
- package/esm2022/lib/components/organisms/field-list/types.mjs +9 -0
- package/esm2022/lib/version.mjs +2 -2
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/valtech-components.mjs +264 -4
- package/fesm2022/valtech-components.mjs.map +1 -1
- package/lib/components/organisms/field-list/field-list.component.d.ts +55 -0
- package/lib/components/organisms/field-list/field-list.i18n.d.ts +6 -0
- package/lib/components/organisms/field-list/types.d.ts +52 -0
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/src/lib/services/firebase/firebase-messaging-sw.js +0 -145
|
@@ -55,7 +55,7 @@ import { BrowserMultiFormatReader } from '@zxing/browser';
|
|
|
55
55
|
* Current version of valtech-components.
|
|
56
56
|
* This is automatically updated during the publish process.
|
|
57
57
|
*/
|
|
58
|
-
const VERSION = '2.0.
|
|
58
|
+
const VERSION = '2.0.1033';
|
|
59
59
|
|
|
60
60
|
// Control de estado de refresco (singleton a nivel de módulo)
|
|
61
61
|
let isRefreshing = false;
|
|
@@ -15987,9 +15987,12 @@ class DateInputComponent {
|
|
|
15987
15987
|
{{ displayValue || placeholderText }}
|
|
15988
15988
|
</ion-button>
|
|
15989
15989
|
</div>
|
|
15990
|
+
<!-- Sin keepContentsMounted: el ion-datetime debe montarse cuando el modal
|
|
15991
|
+
está VISIBLE. Montado oculto (display:none) no puede medir y el grid de
|
|
15992
|
+
días renderiza vacío al reabrir con un valor pre-cargado (edición). Ya no
|
|
15993
|
+
usamos ion-datetime-button (trigger propio arriba), así que no se necesita. -->
|
|
15990
15994
|
<ion-modal
|
|
15991
15995
|
[trigger]="triggerId"
|
|
15992
|
-
[keepContentsMounted]="true"
|
|
15993
15996
|
class="val-date-modal"
|
|
15994
15997
|
>
|
|
15995
15998
|
<ng-template>
|
|
@@ -16027,9 +16030,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16027
16030
|
{{ displayValue || placeholderText }}
|
|
16028
16031
|
</ion-button>
|
|
16029
16032
|
</div>
|
|
16033
|
+
<!-- Sin keepContentsMounted: el ion-datetime debe montarse cuando el modal
|
|
16034
|
+
está VISIBLE. Montado oculto (display:none) no puede medir y el grid de
|
|
16035
|
+
días renderiza vacío al reabrir con un valor pre-cargado (edición). Ya no
|
|
16036
|
+
usamos ion-datetime-button (trigger propio arriba), así que no se necesita. -->
|
|
16030
16037
|
<ion-modal
|
|
16031
16038
|
[trigger]="triggerId"
|
|
16032
|
-
[keepContentsMounted]="true"
|
|
16033
16039
|
class="val-date-modal"
|
|
16034
16040
|
>
|
|
16035
16041
|
<ng-template>
|
|
@@ -55039,6 +55045,260 @@ function provideValtechAboutRoutes(opts) {
|
|
|
55039
55045
|
];
|
|
55040
55046
|
}
|
|
55041
55047
|
|
|
55048
|
+
/**
|
|
55049
|
+
* Defaults i18n (es/en) embebidos en `val-field-list`. Auto-registrados en el
|
|
55050
|
+
* namespace `FieldList` si el consumer no lo proveyó (anti key-faltante).
|
|
55051
|
+
*/
|
|
55052
|
+
const FIELD_LIST_I18N = {
|
|
55053
|
+
es: {
|
|
55054
|
+
add: 'Agregar',
|
|
55055
|
+
remove: 'Quitar',
|
|
55056
|
+
empty: 'Todavía no agregaste ningún ítem.',
|
|
55057
|
+
},
|
|
55058
|
+
en: {
|
|
55059
|
+
add: 'Add',
|
|
55060
|
+
remove: 'Remove',
|
|
55061
|
+
empty: "You haven't added any items yet.",
|
|
55062
|
+
},
|
|
55063
|
+
};
|
|
55064
|
+
|
|
55065
|
+
addIcons({ addOutline, trashOutline });
|
|
55066
|
+
const I18N_NS = 'FieldList';
|
|
55067
|
+
/**
|
|
55068
|
+
* `val-field-list` — editor de listas de campos repetibles (premios, rondas,
|
|
55069
|
+
* integrantes, etc.). Cada ítem es una **card** con sus campos apilados y un botón
|
|
55070
|
+
* para quitarla; al pie un botón "Agregar". Mobile-first (1 columna), escala a
|
|
55071
|
+
* varias columnas por fila en pantallas anchas.
|
|
55072
|
+
*
|
|
55073
|
+
* Maneja su propio estado interno y emite el array completo en cada cambio
|
|
55074
|
+
* (`itemsChange`). Patrón object-first (`@Input() props`). Auto-registra i18n
|
|
55075
|
+
* (namespace `FieldList`) para los labels por defecto (agregar/quitar/vacío).
|
|
55076
|
+
*
|
|
55077
|
+
* @example
|
|
55078
|
+
* <val-field-list
|
|
55079
|
+
* [props]="{
|
|
55080
|
+
* fields: [
|
|
55081
|
+
* { name: 'nombre', label: 'Nombre' },
|
|
55082
|
+
* { name: 'descripcion', label: 'Descripción' }
|
|
55083
|
+
* ],
|
|
55084
|
+
* items: premios,
|
|
55085
|
+
* itemLabel: 'Premio {n}',
|
|
55086
|
+
* addLabel: 'Agregar premio'
|
|
55087
|
+
* }"
|
|
55088
|
+
* (itemsChange)="premios = $event" />
|
|
55089
|
+
*/
|
|
55090
|
+
class FieldListComponent {
|
|
55091
|
+
constructor() {
|
|
55092
|
+
this.i18n = inject(I18nService);
|
|
55093
|
+
/** Props object-first. */
|
|
55094
|
+
this.props = { fields: [] };
|
|
55095
|
+
/** Emite el array completo de ítems en cada add/remove/edición. */
|
|
55096
|
+
this.itemsChange = new EventEmitter();
|
|
55097
|
+
/** Estado interno de las filas (se siembra desde props.items). */
|
|
55098
|
+
this.rowsSig = signal([]);
|
|
55099
|
+
this.rows = this.rowsSig.asReadonly();
|
|
55100
|
+
this.fields = computed(() => this.props.fields ?? []);
|
|
55101
|
+
this.itemLabel = computed(() => this.props.itemLabel ?? '');
|
|
55102
|
+
this.addIcon = computed(() => this.props.addIcon ?? 'add-outline');
|
|
55103
|
+
this.addText = computed(() => {
|
|
55104
|
+
this.i18n.lang();
|
|
55105
|
+
return this.props.addLabel ?? this.t('add');
|
|
55106
|
+
});
|
|
55107
|
+
this.removeText = computed(() => {
|
|
55108
|
+
this.i18n.lang();
|
|
55109
|
+
return this.props.removeLabel ?? this.t('remove');
|
|
55110
|
+
});
|
|
55111
|
+
this.emptyText = computed(() => {
|
|
55112
|
+
this.i18n.lang();
|
|
55113
|
+
return this.props.emptyText ?? this.t('empty');
|
|
55114
|
+
});
|
|
55115
|
+
/** Puede agregar si no se alcanzó el máximo. */
|
|
55116
|
+
this.canAdd = computed(() => {
|
|
55117
|
+
const max = this.props.max;
|
|
55118
|
+
return max == null || this.rowsSig().length < max;
|
|
55119
|
+
});
|
|
55120
|
+
if (!this.i18n.hasNamespace(I18N_NS)) {
|
|
55121
|
+
this.i18n.registerContent(I18N_NS, FIELD_LIST_I18N);
|
|
55122
|
+
}
|
|
55123
|
+
}
|
|
55124
|
+
ngOnChanges(changes) {
|
|
55125
|
+
// Re-siembra solo si cambió la referencia de items entrante (evita pisar lo
|
|
55126
|
+
// editado por el user en cada CD). El consumer controla cuándo resembrar
|
|
55127
|
+
// pasando una nueva referencia de array.
|
|
55128
|
+
if (changes['props']) {
|
|
55129
|
+
const prev = changes['props'].previousValue;
|
|
55130
|
+
const curr = changes['props'].currentValue;
|
|
55131
|
+
if (changes['props'].firstChange || prev?.items !== curr?.items) {
|
|
55132
|
+
this.rowsSig.set((curr?.items ?? []).map((it) => ({ ...it })));
|
|
55133
|
+
}
|
|
55134
|
+
}
|
|
55135
|
+
}
|
|
55136
|
+
t(key) {
|
|
55137
|
+
return this.i18n.t(key, I18N_NS);
|
|
55138
|
+
}
|
|
55139
|
+
/** Reemplaza `{n}` por el número de fila (1-based) en el rótulo de la card. */
|
|
55140
|
+
rowLabel(template, index) {
|
|
55141
|
+
return template.replace('{n}', String(index + 1));
|
|
55142
|
+
}
|
|
55143
|
+
addRow() {
|
|
55144
|
+
const blank = {};
|
|
55145
|
+
for (const f of this.fields())
|
|
55146
|
+
blank[f.name] = f.type === 'number' ? 0 : '';
|
|
55147
|
+
this.rowsSig.update((list) => [...list, blank]);
|
|
55148
|
+
this.emit();
|
|
55149
|
+
}
|
|
55150
|
+
removeRow(index) {
|
|
55151
|
+
if (this.rowsSig().length <= (this.props.min ?? 0))
|
|
55152
|
+
return;
|
|
55153
|
+
this.rowsSig.update((list) => list.filter((_, i) => i !== index));
|
|
55154
|
+
this.emit();
|
|
55155
|
+
}
|
|
55156
|
+
updateField(index, field, value) {
|
|
55157
|
+
const next = field.type === 'number' ? Number(value) || 0 : value;
|
|
55158
|
+
this.rowsSig.update((list) => list.map((row, i) => (i === index ? { ...row, [field.name]: next } : row)));
|
|
55159
|
+
this.emit();
|
|
55160
|
+
}
|
|
55161
|
+
emit() {
|
|
55162
|
+
this.itemsChange.emit(this.rowsSig().map((r) => ({ ...r })));
|
|
55163
|
+
}
|
|
55164
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FieldListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
55165
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: FieldListComponent, isStandalone: true, selector: "val-field-list", inputs: { props: "props" }, outputs: { itemsChange: "itemsChange" }, usesOnChanges: true, ngImport: i0, template: `
|
|
55166
|
+
@if (rows().length === 0) {
|
|
55167
|
+
<p class="fl-empty">{{ emptyText() }}</p>
|
|
55168
|
+
} @else {
|
|
55169
|
+
<div class="fl-rows">
|
|
55170
|
+
@for (row of rows(); track $index) {
|
|
55171
|
+
<div class="fl-card">
|
|
55172
|
+
<div class="fl-card__head">
|
|
55173
|
+
@if (itemLabel(); as label) {
|
|
55174
|
+
<span class="fl-card__label">{{ rowLabel(label, $index) }}</span>
|
|
55175
|
+
}
|
|
55176
|
+
<ion-button
|
|
55177
|
+
class="fl-remove"
|
|
55178
|
+
fill="clear"
|
|
55179
|
+
color="medium"
|
|
55180
|
+
size="small"
|
|
55181
|
+
[attr.aria-label]="removeText()"
|
|
55182
|
+
(click)="removeRow($index)"
|
|
55183
|
+
>
|
|
55184
|
+
<ion-icon slot="icon-only" name="trash-outline" />
|
|
55185
|
+
</ion-button>
|
|
55186
|
+
</div>
|
|
55187
|
+
|
|
55188
|
+
<div class="fl-fields">
|
|
55189
|
+
@for (field of fields(); track field.name) {
|
|
55190
|
+
<div class="fl-field">
|
|
55191
|
+
<ion-input
|
|
55192
|
+
[label]="field.label"
|
|
55193
|
+
labelPlacement="stacked"
|
|
55194
|
+
fill="outline"
|
|
55195
|
+
[type]="field.type === 'number' ? 'number' : 'text'"
|
|
55196
|
+
[inputmode]="field.inputmode ?? (field.type === 'number' ? 'numeric' : null)"
|
|
55197
|
+
[placeholder]="field.placeholder ?? ''"
|
|
55198
|
+
[maxlength]="field.maxlength ?? null"
|
|
55199
|
+
[min]="field.min ?? null"
|
|
55200
|
+
[ngModel]="row[field.name]"
|
|
55201
|
+
(ngModelChange)="updateField($index, field, $event)"
|
|
55202
|
+
/>
|
|
55203
|
+
</div>
|
|
55204
|
+
}
|
|
55205
|
+
</div>
|
|
55206
|
+
</div>
|
|
55207
|
+
}
|
|
55208
|
+
</div>
|
|
55209
|
+
}
|
|
55210
|
+
|
|
55211
|
+
@if (canAdd()) {
|
|
55212
|
+
<ion-button
|
|
55213
|
+
class="fl-add"
|
|
55214
|
+
fill="outline"
|
|
55215
|
+
color="dark"
|
|
55216
|
+
size="default"
|
|
55217
|
+
shape="round"
|
|
55218
|
+
(click)="addRow()"
|
|
55219
|
+
>
|
|
55220
|
+
<ion-icon [name]="addIcon()" slot="start" />
|
|
55221
|
+
{{ addText() }}
|
|
55222
|
+
</ion-button>
|
|
55223
|
+
}
|
|
55224
|
+
`, isInline: true, styles: [":host{display:block}.fl-empty{margin:0 0 12px;font-size:.875rem;color:var(--ion-color-medium)}.fl-rows{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.fl-card{border:1px solid var(--ion-color-step-150, #e0e0e0);border-radius:14px;background:var(--ion-color-step-50, #fbfbfb);padding:12px 14px 14px}.fl-card__head{display:flex;align-items:center;justify-content:space-between;min-height:28px;margin-bottom:4px}.fl-card__label{font-size:.8125rem;font-weight:700;letter-spacing:.02em;color:var(--ion-color-medium-shade, #6b6e76)}.fl-remove{margin:0;--padding-start: 6px;--padding-end: 6px;height:32px}.fl-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:10px 12px}.fl-field ion-input{--border-radius: 10px}.fl-add{--border-radius: 999px;font-weight:600}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$7.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i1$7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: IonButton, selector: "ion-button", inputs: ["buttonType", "color", "disabled", "download", "expand", "fill", "form", "href", "mode", "rel", "routerAnimation", "routerDirection", "shape", "size", "strong", "target", "type"] }, { kind: "component", type: IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: IonInput, selector: "ion-input", inputs: ["accept", "autocapitalize", "autocomplete", "autocorrect", "autofocus", "clearInput", "clearOnEdit", "color", "counter", "counterFormatter", "debounce", "disabled", "enterkeyhint", "errorText", "fill", "helperText", "inputmode", "label", "labelPlacement", "max", "maxlength", "min", "minlength", "mode", "multiple", "name", "pattern", "placeholder", "readonly", "required", "shape", "size", "spellcheck", "step", "type", "value"] }] }); }
|
|
55225
|
+
}
|
|
55226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FieldListComponent, decorators: [{
|
|
55227
|
+
type: Component,
|
|
55228
|
+
args: [{ selector: 'val-field-list', standalone: true, imports: [CommonModule, FormsModule, IonButton, IonIcon, IonInput], template: `
|
|
55229
|
+
@if (rows().length === 0) {
|
|
55230
|
+
<p class="fl-empty">{{ emptyText() }}</p>
|
|
55231
|
+
} @else {
|
|
55232
|
+
<div class="fl-rows">
|
|
55233
|
+
@for (row of rows(); track $index) {
|
|
55234
|
+
<div class="fl-card">
|
|
55235
|
+
<div class="fl-card__head">
|
|
55236
|
+
@if (itemLabel(); as label) {
|
|
55237
|
+
<span class="fl-card__label">{{ rowLabel(label, $index) }}</span>
|
|
55238
|
+
}
|
|
55239
|
+
<ion-button
|
|
55240
|
+
class="fl-remove"
|
|
55241
|
+
fill="clear"
|
|
55242
|
+
color="medium"
|
|
55243
|
+
size="small"
|
|
55244
|
+
[attr.aria-label]="removeText()"
|
|
55245
|
+
(click)="removeRow($index)"
|
|
55246
|
+
>
|
|
55247
|
+
<ion-icon slot="icon-only" name="trash-outline" />
|
|
55248
|
+
</ion-button>
|
|
55249
|
+
</div>
|
|
55250
|
+
|
|
55251
|
+
<div class="fl-fields">
|
|
55252
|
+
@for (field of fields(); track field.name) {
|
|
55253
|
+
<div class="fl-field">
|
|
55254
|
+
<ion-input
|
|
55255
|
+
[label]="field.label"
|
|
55256
|
+
labelPlacement="stacked"
|
|
55257
|
+
fill="outline"
|
|
55258
|
+
[type]="field.type === 'number' ? 'number' : 'text'"
|
|
55259
|
+
[inputmode]="field.inputmode ?? (field.type === 'number' ? 'numeric' : null)"
|
|
55260
|
+
[placeholder]="field.placeholder ?? ''"
|
|
55261
|
+
[maxlength]="field.maxlength ?? null"
|
|
55262
|
+
[min]="field.min ?? null"
|
|
55263
|
+
[ngModel]="row[field.name]"
|
|
55264
|
+
(ngModelChange)="updateField($index, field, $event)"
|
|
55265
|
+
/>
|
|
55266
|
+
</div>
|
|
55267
|
+
}
|
|
55268
|
+
</div>
|
|
55269
|
+
</div>
|
|
55270
|
+
}
|
|
55271
|
+
</div>
|
|
55272
|
+
}
|
|
55273
|
+
|
|
55274
|
+
@if (canAdd()) {
|
|
55275
|
+
<ion-button
|
|
55276
|
+
class="fl-add"
|
|
55277
|
+
fill="outline"
|
|
55278
|
+
color="dark"
|
|
55279
|
+
size="default"
|
|
55280
|
+
shape="round"
|
|
55281
|
+
(click)="addRow()"
|
|
55282
|
+
>
|
|
55283
|
+
<ion-icon [name]="addIcon()" slot="start" />
|
|
55284
|
+
{{ addText() }}
|
|
55285
|
+
</ion-button>
|
|
55286
|
+
}
|
|
55287
|
+
`, styles: [":host{display:block}.fl-empty{margin:0 0 12px;font-size:.875rem;color:var(--ion-color-medium)}.fl-rows{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.fl-card{border:1px solid var(--ion-color-step-150, #e0e0e0);border-radius:14px;background:var(--ion-color-step-50, #fbfbfb);padding:12px 14px 14px}.fl-card__head{display:flex;align-items:center;justify-content:space-between;min-height:28px;margin-bottom:4px}.fl-card__label{font-size:.8125rem;font-weight:700;letter-spacing:.02em;color:var(--ion-color-medium-shade, #6b6e76)}.fl-remove{margin:0;--padding-start: 6px;--padding-end: 6px;height:32px}.fl-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:10px 12px}.fl-field ion-input{--border-radius: 10px}.fl-add{--border-radius: 999px;font-weight:600}\n"] }]
|
|
55288
|
+
}], ctorParameters: () => [], propDecorators: { props: [{
|
|
55289
|
+
type: Input
|
|
55290
|
+
}], itemsChange: [{
|
|
55291
|
+
type: Output
|
|
55292
|
+
}] } });
|
|
55293
|
+
|
|
55294
|
+
/**
|
|
55295
|
+
* Tipos de `val-field-list` — editor de listas de campos repetibles.
|
|
55296
|
+
*
|
|
55297
|
+
* Cada ítem de la lista es un registro (`FieldListItem`) con las claves definidas
|
|
55298
|
+
* en `fields`. El componente maneja su propio estado y emite el array completo en
|
|
55299
|
+
* cada cambio (`itemsChange`). Patrón object-first (`@Input() props`).
|
|
55300
|
+
*/
|
|
55301
|
+
|
|
55042
55302
|
const DEFAULT_NAMESPACE = 'Settings.ApiKeysModal';
|
|
55043
55303
|
/**
|
|
55044
55304
|
* `val-api-keys-modal` — gestión de Client API Keys org-scopeadas (ADR-023 fase 6).
|
|
@@ -65940,5 +66200,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
65940
66200
|
* Generated bundle index. Do not edit.
|
|
65941
66201
|
*/
|
|
65942
66202
|
|
|
65943
|
-
export { ACTION_CARD_DEFAULTS, AD_SIZE_MAP, API_TABLE_COLUMN_LABELS, ARTICLE_CARD_DEFAULTS, ARTICLE_SPACING, ARTICLE_STRIP_DEFAULTS, AUTH_CTA_DEFAULTS, AVATAR_UPLOAD_DEFAULTS, AboutViewComponent, AccordionComponent, AccountViewComponent, ActionCardComponent, ActionHeaderComponent, ActionType, AdSlotComponent, AdsLoaderService, AdsService, AlertBoxComponent, AnalyticsErrorHandler, AnalyticsRouterTracker, AnalyticsService, AnimatedTerminalComponent, ApiKeyCreateModalComponent, ApiKeyService, ApiKeysModalComponent, ApiKeysViewComponent, AppConfigService, AppVersionService, ArticleBuilder, ArticleCardComponent, ArticleComponent, ArticleStripComponent, AttachmentUploaderComponent, AuthBackgroundComponent, AuthCtaComponent, AuthService, AuthStateService, AuthStorageService, AuthSyncService, AvatarComponent, AvatarUploadComponent, BOTTOM_NAV_DEFAULTS, BannerComponent, BaseDefault, BlogPostBuilder, BottomNavComponent, BoxComponent, BreadcrumbComponent, ButtonComponent, ButtonGroupComponent, CALLOUT_LABELS, CHEV_KEYS, CIRCLE_KEYS, COMMON_COUNTRY_CODES, COMMON_CURRENCIES, CONTENT_CARD_DEFAULTS, CORNER_KEYS, CTA_CARD_DEFAULTS, CURRENCY_INFO, CardComponent, CardSection, CardType, CardsCarouselComponent, ChangeEmailModalComponent, ChangePasswordModalComponent, CheckInputComponent, CheckboxRadioInputComponent, ChipGroupComponent, ClearDefault, ClearDefaultBlock, ClearDefaultFull, ClearDefaultRound, ClearDefaultRoundBlock, ClearDefaultRoundFull, CodeDisplayComponent, CommandDisplayComponent, CommentComponent, CommentInputComponent, CommentSectionComponent, CompanyFooterComponent, ComponentStates, ConfirmationDialogService, ContainerComponent, ContentCardComponent, ContentLoaderComponent, ContentReactionComponent, ContentService, ContentTransformer, CookieBannerComponent, CountdownComponent, CreateOrgModalComponent, CtaCardComponent, CurrencyInputComponent, DEFAULT_ADS_CONFIG, DEFAULT_APP_CONFIG_SERVICE_CONFIG, DEFAULT_APP_VERSION_SERVICE_CONFIG, DEFAULT_AUTH_CONFIG, DEFAULT_BACK_HEADER, DEFAULT_CANCEL_BUTTON, DEFAULT_CHECK_INTERVAL_MS, DEFAULT_CONFIRM_BUTTON, DEFAULT_COUNTDOWN_LABELS, DEFAULT_COUNTDOWN_LABELS_EN, DEFAULT_DEBUG_CONSOLE_CONFIG, DEFAULT_DONATION_CONFIG, DEFAULT_EMPTY_STATE, DEFAULT_EMULATOR_CONFIG, DEFAULT_FEEDBACK_CONFIG, DEFAULT_FEEDBACK_TYPE_OPTIONS, DEFAULT_HOME_HEADER, DEFAULT_INFINITE_LIST_METADATA, DEFAULT_MODAL_CANCEL_BUTTON, DEFAULT_MODAL_CONFIRM_BUTTON, DEFAULT_PAGE_SIZE_OPTIONS, DEFAULT_PLATFORMS, DEFAULT_REFRESHER_METADATA, DEFAULT_SKELETON_CONFIG, DEFAULT_SPLASH_SCREEN_CONFIG, DataTableComponent, DateInputComponent, DateRangeInputComponent, DebugConsoleComponent, DeleteAccountModalComponent, DetailSkeletonComponent, DeviceService, DisplayComponent, DividerComponent, DocsApiTableComponent, DocsBreadcrumbComponent, DocsBuilder, DocsCalloutComponent, DocsCodeExampleComponent, DocsLayoutComponent, DocsNavLinksComponent, DocsNavigationService, DocsPageComponent, DocsSearchComponent, DocsSectionComponent, DocsShellComponent, DocsSidebarComponent, DocsTocComponent, DonationService, DownloadService, EditOrgModalComponent, EmailInputComponent, EmptyStateComponent, ExpandableTextComponent, FEATURES_LIST_DEFAULTS, FUN_MODAL_DEFAULTS, FabComponent, FaqComponent, FeaturesListComponent, FeedbackFormComponent, FeedbackService, FileInputComponent, FirebaseService, FirestoreCollectionFactory, FirestoreService, FontSizeOption, FontSizeService, FooterComponent, FooterLinksComponent, FormComponent, FormSkeletonComponent, FunHeaderComponent, FunModalComponent, GlassComponent, GlowCardComponent, GlowComponent, GridSkeletonComponent, HANDOFF_ROUTE_PARAM, HANDOFF_TOKEN_PARAM, HandoffService, HasPermissionDirective, HeaderComponent, HintComponent, HorizontalScrollComponent, HourInputComponent, HrefComponent, I18nService, IMAGE_DEFAULTS, INFO_CARD_DEFAULTS, INITIAL_AUTH_STATE, INITIAL_MFA_STATE, INVITATION_CARD_DEFAULTS, Icon, IconComponent, IconService, ImageComponent, ImageCropComponent, ImageService, InAppBrowserService, InfiniteListComponent, InfoCardComponent, InfoComponent, InputI18nHelper, InputType, InvitationCardComponent, InviteMemberModalComponent, ItemListComponent, LANG_STORAGE_KEY$1 as LANG_STORAGE_KEY, LEGAL_CONTENT_CONFIG, LOGIN_DEFAULTS, LandingSplitComponent, LandingStepsComponent, LanguageSelectorComponent, LayeredCardComponent, LegalContentService, LegalLinkService, LinkComponent, LinkProcessorService, LinkedProvidersComponent, LinksAccordionComponent, LinksCakeComponent, ListSkeletonComponent, LoadingDirective, LocalStorageService, LocaleService, LoginAttemptModalComponent, LoginComponent, MEDIA_OBJECT_DEFAULTS, MEMBER_CARD_DEFAULTS, METRIC_CARD_DEFAULTS, MODAL_SIZES, MOTIF_KEYS, MOTION, MaintenancePageComponent, MarkdownArticleParserService, MediaObjectComponent, MemberCardComponent, MemberDetailModalComponent, MemberImportModalComponent, MenuComponent, MessagingService, MetaService, MetricCardComponent, MfaModalComponent, ModalService, ModalShellComponent, MultiSelectSearchComponent, NUM_KEYS, NavigationService, NetworkBannerComponent, NetworkStatusService, NewsBuilder, NoContentComponent, NotesBoxComponent, NotificationActionService, NotificationPreferencesViewComponent, NotificationsService, NotificationsViewComponent, NumberFromToComponent, NumberInputComponent, NumberStepperComponent, OAUTH_PROVIDERS_INFO, OAuthCallbackComponent, OAuthService, OrgInfoSheetComponent, OrgService, OrgSwitchService, OrganizationViewComponent, OutlineDefault, OutlineDefaultBlock, OutlineDefaultFull, OutlineDefaultRound, OutlineDefaultRoundBlock, OutlineDefaultRoundFull, PATTERN_MOTIFS, PATTERN_PALETTES, PATTERN_STYLE_CONFIGS, PLATFORM_CONFIGS, PageContentComponent, PageLinksComponent, PageRefreshService, PageTemplateComponent, PageWavesComponent, PageWrapperComponent, PaginationComponent, PaginationService, PasswordInputComponent, PatternComponent, PermissionCatalogService, PermissionSelectorComponent, PermissionsViewComponent, PhoneInputComponent, PillComponent, PinInputComponent, PlainCodeBoxComponent, PopoverSelectorComponent, PreferencesService, PreferencesViewComponent, PresetService, PriceTagComponent, PrimarySolidBlockButton, PrimarySolidBlockHrefButton, PrimarySolidBlockIconButton, PrimarySolidBlockIconHrefButton, PrimarySolidDefaultRoundButton, PrimarySolidDefaultRoundHrefButton, PrimarySolidDefaultRoundIconButton, PrimarySolidDefaultRoundIconHrefButton, PrimarySolidFullButton, PrimarySolidFullHrefButton, PrimarySolidFullIconButton, PrimarySolidFullIconHrefButton, PrimarySolidLargeRoundButton, PrimarySolidLargeRoundHrefButton, PrimarySolidLargeRoundIconButton, PrimarySolidLargeRoundIconHrefButton, PrimarySolidSmallRoundButton, PrimarySolidSmallRoundHrefButton, PrimarySolidSmallRoundIconButton, PrimarySolidSmallRoundIconHrefButton, ProcessLinksPipe, ProfileSkeletonComponent, ProfileViewComponent, ProgressBarComponent, ProgressRingComponent, ProgressStatusComponent, PrompterComponent, QR_PRESETS, QrCodeComponent, QrGeneratorService, QrScannerComponent, QueryBuilder, QuoteBoxComponent, REQUEST_STATUSES, RadioInputComponent, RangeInputComponent, RatingComponent, RefresherComponent, RequestFirestoreService, RequestFormBuilderService, RequestService, RightsFooterComponent, RotatingTextComponent, SEARCH_HEADER_DEFAULTS, SETTINGS_SECTIONS_CATALOG, SHAPE_KEYS, SHARE_PROFILE_MODAL_DEFAULTS, SKELETON_LAYOUT_DEFAULT_ROWS, SKELETON_PRESETS, SOLID_KEYS, STATS_BAR_DEFAULTS, STROKE_KEYS, SearchHeaderComponent, SearchSelectorComponent, SearchbarComponent, SecondarySolidBlockButton, SecondarySolidBlockHrefButton, SecondarySolidBlockIconButton, SecondarySolidBlockIconHrefButton, SecondarySolidDefaultRoundButton, SecondarySolidDefaultRoundHrefButton, SecondarySolidDefaultRoundIconButton, SecondarySolidDefaultRoundIconHrefButton, SecondarySolidFullButton, SecondarySolidFullHrefButton, SecondarySolidFullIconButton, SecondarySolidFullIconHrefButton, SecondarySolidLargeRoundButton, SecondarySolidLargeRoundHrefButton, SecondarySolidLargeRoundIconButton, SecondarySolidLargeRoundIconHrefButton, SecondarySolidSmallRoundButton, SecondarySolidSmallRoundHrefButton, SecondarySolidSmallRoundIconButton, SecondarySolidSmallRoundIconHrefButton, SecurityViewComponent, SegmentControlComponent, SelectSearchComponent, SessionListModalComponent, SessionService, SettingsHubComponent, ShareButtonsComponent, ShareProfileModalComponent, SimpleComponent, SkeletonComponent, SkeletonLayoutComponent, SkeletonService, SolidBlockButton, SolidDefault, SolidDefaultBlock, SolidDefaultButton, SolidDefaultFull, SolidDefaultRound, SolidDefaultRoundBlock, SolidDefaultRoundButton, SolidDefaultRoundFull, SolidFullButton, SolidLargeButton, SolidLargeRoundButton, SolidSmallButton, SolidSmallRoundButton, SplashScreenService, StatsBarComponent, StatsCardComponent, StepperComponent, StorageService, SwipeCarouselComponent, SwitchOrgModalComponent, TRI_KEYS, TabbedContentComponent, TableSkeletonComponent, TabsComponent, Terminal404Component, TestimonialCardComponent, TestimonialCarouselComponent, TextComponent, TextInputComponent, TextareaInputComponent, ThemeOption, ThemeService, TicketCardComponent, TimelineComponent, TitleBlockComponent, TitleComponent, ToastService, ToggleInputComponent, TokenService, ToolbarActionType, ToolbarComponent, TransferOwnershipModalComponent, TranslatePipe, TypedCollection, UPDATE_BANNER_DEFAULT_CONTENT, UPDATE_BANNER_I18N_NAMESPACE, UpdateBannerComponent, UserAvatarComponent, UsernameInputComponent, VALTECH_ADS_CONFIG, VALTECH_APP_CONFIG, VALTECH_APP_VERSION, VALTECH_AUTH_CONFIG, VALTECH_COMPANY_LINKS, VALTECH_CONTENT_CONFIG, VALTECH_DEBUG_CONSOLE, VALTECH_DEFAULT_CONTENT, VALTECH_DONATION_CONFIG, VALTECH_FEEDBACK_CONFIG, VALTECH_FIREBASE_CONFIG, VALTECH_FOOTER_I18N, VALTECH_FOOTER_LOGO, VALTECH_LANGUAGE_SELECTOR, VALTECH_LEGAL_CONFIG, VALTECH_NETWORK_ERROR_KEY, VALTECH_SETTINGS_MENU_LINKS, VALTECH_SITE_PATHS, VALTECH_SOCIAL_LINKS, VALTECH_SPLASH_SCREEN, VALTECH_WEB_BASE_URLS, VERSION, ValtechErrorService, WizardComponent, WizardFooterComponent, applyDefaultValueToControl, authGuard, authInterceptor, authPasswordValidator, beautifyLegalArticle, blogPost, buildCompanyFooterProps, buildFooterLinks, buildLegalLinkResolver, buildPath, buildSettingsCards, collections, connectPageRefresh, createErrorStateProps, createFirebaseConfig, createGlowCardProps, createInitialPaginationState, createNumberFromToField, createPermissionLabeler, createRefreshableStream, createTitleProps, docs, errorLoggingInterceptor, extractPathParams, generatePatternTiles, generateRandomTile, getAppInfo, getAppVersion, getCollectionPath, getDocumentId, getTimeOfDayKey, goToTop, guestGuard, hasEmulators, interpretError, isAtEnd, isCollectionPath, isDocumentPath, isEmulatorMode, isValidPath, joinPath, maxLength, mulberry32, news, parseMarkdownArticle, permissionGuard, permissionGuardFromRoute, provideLegalContent, provideSplashScreen, provideValtechAboutRoutes, provideValtechAccountRoutes, provideValtechAds, provideValtechApiKeysRoutes, provideValtechAppConfig, provideValtechAppVersion, provideValtechAuth, provideValtechAuthInterceptor, provideValtechContent, provideValtechDebugConsole, provideValtechDonations, provideValtechErrorHandling, provideValtechFeedback, provideValtechFirebase, provideValtechI18n, provideValtechLegal, provideValtechNotificationPreferencesRoutes, provideValtechNotificationsRoutes, provideValtechOrganizationRoutes, provideValtechPermissionsRoutes, provideValtechPreferencesRoutes, provideValtechPresets, provideValtechProfileRoutes, provideValtechSecurityRoutes, provideValtechSettingsRoutes, provideValtechSite, provideValtechSkeleton, query, renderPatternSvgInner, replaceSpecialChars, resolveColor$1 as resolveColor, resolveInputDefaultValue, resolveWebBaseUrl, roleGuard, storagePaths, superAdminGuard, toArticle };
|
|
66203
|
+
export { ACTION_CARD_DEFAULTS, AD_SIZE_MAP, API_TABLE_COLUMN_LABELS, ARTICLE_CARD_DEFAULTS, ARTICLE_SPACING, ARTICLE_STRIP_DEFAULTS, AUTH_CTA_DEFAULTS, AVATAR_UPLOAD_DEFAULTS, AboutViewComponent, AccordionComponent, AccountViewComponent, ActionCardComponent, ActionHeaderComponent, ActionType, AdSlotComponent, AdsLoaderService, AdsService, AlertBoxComponent, AnalyticsErrorHandler, AnalyticsRouterTracker, AnalyticsService, AnimatedTerminalComponent, ApiKeyCreateModalComponent, ApiKeyService, ApiKeysModalComponent, ApiKeysViewComponent, AppConfigService, AppVersionService, ArticleBuilder, ArticleCardComponent, ArticleComponent, ArticleStripComponent, AttachmentUploaderComponent, AuthBackgroundComponent, AuthCtaComponent, AuthService, AuthStateService, AuthStorageService, AuthSyncService, AvatarComponent, AvatarUploadComponent, BOTTOM_NAV_DEFAULTS, BannerComponent, BaseDefault, BlogPostBuilder, BottomNavComponent, BoxComponent, BreadcrumbComponent, ButtonComponent, ButtonGroupComponent, CALLOUT_LABELS, CHEV_KEYS, CIRCLE_KEYS, COMMON_COUNTRY_CODES, COMMON_CURRENCIES, CONTENT_CARD_DEFAULTS, CORNER_KEYS, CTA_CARD_DEFAULTS, CURRENCY_INFO, CardComponent, CardSection, CardType, CardsCarouselComponent, ChangeEmailModalComponent, ChangePasswordModalComponent, CheckInputComponent, CheckboxRadioInputComponent, ChipGroupComponent, ClearDefault, ClearDefaultBlock, ClearDefaultFull, ClearDefaultRound, ClearDefaultRoundBlock, ClearDefaultRoundFull, CodeDisplayComponent, CommandDisplayComponent, CommentComponent, CommentInputComponent, CommentSectionComponent, CompanyFooterComponent, ComponentStates, ConfirmationDialogService, ContainerComponent, ContentCardComponent, ContentLoaderComponent, ContentReactionComponent, ContentService, ContentTransformer, CookieBannerComponent, CountdownComponent, CreateOrgModalComponent, CtaCardComponent, CurrencyInputComponent, DEFAULT_ADS_CONFIG, DEFAULT_APP_CONFIG_SERVICE_CONFIG, DEFAULT_APP_VERSION_SERVICE_CONFIG, DEFAULT_AUTH_CONFIG, DEFAULT_BACK_HEADER, DEFAULT_CANCEL_BUTTON, DEFAULT_CHECK_INTERVAL_MS, DEFAULT_CONFIRM_BUTTON, DEFAULT_COUNTDOWN_LABELS, DEFAULT_COUNTDOWN_LABELS_EN, DEFAULT_DEBUG_CONSOLE_CONFIG, DEFAULT_DONATION_CONFIG, DEFAULT_EMPTY_STATE, DEFAULT_EMULATOR_CONFIG, DEFAULT_FEEDBACK_CONFIG, DEFAULT_FEEDBACK_TYPE_OPTIONS, DEFAULT_HOME_HEADER, DEFAULT_INFINITE_LIST_METADATA, DEFAULT_MODAL_CANCEL_BUTTON, DEFAULT_MODAL_CONFIRM_BUTTON, DEFAULT_PAGE_SIZE_OPTIONS, DEFAULT_PLATFORMS, DEFAULT_REFRESHER_METADATA, DEFAULT_SKELETON_CONFIG, DEFAULT_SPLASH_SCREEN_CONFIG, DataTableComponent, DateInputComponent, DateRangeInputComponent, DebugConsoleComponent, DeleteAccountModalComponent, DetailSkeletonComponent, DeviceService, DisplayComponent, DividerComponent, DocsApiTableComponent, DocsBreadcrumbComponent, DocsBuilder, DocsCalloutComponent, DocsCodeExampleComponent, DocsLayoutComponent, DocsNavLinksComponent, DocsNavigationService, DocsPageComponent, DocsSearchComponent, DocsSectionComponent, DocsShellComponent, DocsSidebarComponent, DocsTocComponent, DonationService, DownloadService, EditOrgModalComponent, EmailInputComponent, EmptyStateComponent, ExpandableTextComponent, FEATURES_LIST_DEFAULTS, FUN_MODAL_DEFAULTS, FabComponent, FaqComponent, FeaturesListComponent, FeedbackFormComponent, FeedbackService, FieldListComponent, FileInputComponent, FirebaseService, FirestoreCollectionFactory, FirestoreService, FontSizeOption, FontSizeService, FooterComponent, FooterLinksComponent, FormComponent, FormSkeletonComponent, FunHeaderComponent, FunModalComponent, GlassComponent, GlowCardComponent, GlowComponent, GridSkeletonComponent, HANDOFF_ROUTE_PARAM, HANDOFF_TOKEN_PARAM, HandoffService, HasPermissionDirective, HeaderComponent, HintComponent, HorizontalScrollComponent, HourInputComponent, HrefComponent, I18nService, IMAGE_DEFAULTS, INFO_CARD_DEFAULTS, INITIAL_AUTH_STATE, INITIAL_MFA_STATE, INVITATION_CARD_DEFAULTS, Icon, IconComponent, IconService, ImageComponent, ImageCropComponent, ImageService, InAppBrowserService, InfiniteListComponent, InfoCardComponent, InfoComponent, InputI18nHelper, InputType, InvitationCardComponent, InviteMemberModalComponent, ItemListComponent, LANG_STORAGE_KEY$1 as LANG_STORAGE_KEY, LEGAL_CONTENT_CONFIG, LOGIN_DEFAULTS, LandingSplitComponent, LandingStepsComponent, LanguageSelectorComponent, LayeredCardComponent, LegalContentService, LegalLinkService, LinkComponent, LinkProcessorService, LinkedProvidersComponent, LinksAccordionComponent, LinksCakeComponent, ListSkeletonComponent, LoadingDirective, LocalStorageService, LocaleService, LoginAttemptModalComponent, LoginComponent, MEDIA_OBJECT_DEFAULTS, MEMBER_CARD_DEFAULTS, METRIC_CARD_DEFAULTS, MODAL_SIZES, MOTIF_KEYS, MOTION, MaintenancePageComponent, MarkdownArticleParserService, MediaObjectComponent, MemberCardComponent, MemberDetailModalComponent, MemberImportModalComponent, MenuComponent, MessagingService, MetaService, MetricCardComponent, MfaModalComponent, ModalService, ModalShellComponent, MultiSelectSearchComponent, NUM_KEYS, NavigationService, NetworkBannerComponent, NetworkStatusService, NewsBuilder, NoContentComponent, NotesBoxComponent, NotificationActionService, NotificationPreferencesViewComponent, NotificationsService, NotificationsViewComponent, NumberFromToComponent, NumberInputComponent, NumberStepperComponent, OAUTH_PROVIDERS_INFO, OAuthCallbackComponent, OAuthService, OrgInfoSheetComponent, OrgService, OrgSwitchService, OrganizationViewComponent, OutlineDefault, OutlineDefaultBlock, OutlineDefaultFull, OutlineDefaultRound, OutlineDefaultRoundBlock, OutlineDefaultRoundFull, PATTERN_MOTIFS, PATTERN_PALETTES, PATTERN_STYLE_CONFIGS, PLATFORM_CONFIGS, PageContentComponent, PageLinksComponent, PageRefreshService, PageTemplateComponent, PageWavesComponent, PageWrapperComponent, PaginationComponent, PaginationService, PasswordInputComponent, PatternComponent, PermissionCatalogService, PermissionSelectorComponent, PermissionsViewComponent, PhoneInputComponent, PillComponent, PinInputComponent, PlainCodeBoxComponent, PopoverSelectorComponent, PreferencesService, PreferencesViewComponent, PresetService, PriceTagComponent, PrimarySolidBlockButton, PrimarySolidBlockHrefButton, PrimarySolidBlockIconButton, PrimarySolidBlockIconHrefButton, PrimarySolidDefaultRoundButton, PrimarySolidDefaultRoundHrefButton, PrimarySolidDefaultRoundIconButton, PrimarySolidDefaultRoundIconHrefButton, PrimarySolidFullButton, PrimarySolidFullHrefButton, PrimarySolidFullIconButton, PrimarySolidFullIconHrefButton, PrimarySolidLargeRoundButton, PrimarySolidLargeRoundHrefButton, PrimarySolidLargeRoundIconButton, PrimarySolidLargeRoundIconHrefButton, PrimarySolidSmallRoundButton, PrimarySolidSmallRoundHrefButton, PrimarySolidSmallRoundIconButton, PrimarySolidSmallRoundIconHrefButton, ProcessLinksPipe, ProfileSkeletonComponent, ProfileViewComponent, ProgressBarComponent, ProgressRingComponent, ProgressStatusComponent, PrompterComponent, QR_PRESETS, QrCodeComponent, QrGeneratorService, QrScannerComponent, QueryBuilder, QuoteBoxComponent, REQUEST_STATUSES, RadioInputComponent, RangeInputComponent, RatingComponent, RefresherComponent, RequestFirestoreService, RequestFormBuilderService, RequestService, RightsFooterComponent, RotatingTextComponent, SEARCH_HEADER_DEFAULTS, SETTINGS_SECTIONS_CATALOG, SHAPE_KEYS, SHARE_PROFILE_MODAL_DEFAULTS, SKELETON_LAYOUT_DEFAULT_ROWS, SKELETON_PRESETS, SOLID_KEYS, STATS_BAR_DEFAULTS, STROKE_KEYS, SearchHeaderComponent, SearchSelectorComponent, SearchbarComponent, SecondarySolidBlockButton, SecondarySolidBlockHrefButton, SecondarySolidBlockIconButton, SecondarySolidBlockIconHrefButton, SecondarySolidDefaultRoundButton, SecondarySolidDefaultRoundHrefButton, SecondarySolidDefaultRoundIconButton, SecondarySolidDefaultRoundIconHrefButton, SecondarySolidFullButton, SecondarySolidFullHrefButton, SecondarySolidFullIconButton, SecondarySolidFullIconHrefButton, SecondarySolidLargeRoundButton, SecondarySolidLargeRoundHrefButton, SecondarySolidLargeRoundIconButton, SecondarySolidLargeRoundIconHrefButton, SecondarySolidSmallRoundButton, SecondarySolidSmallRoundHrefButton, SecondarySolidSmallRoundIconButton, SecondarySolidSmallRoundIconHrefButton, SecurityViewComponent, SegmentControlComponent, SelectSearchComponent, SessionListModalComponent, SessionService, SettingsHubComponent, ShareButtonsComponent, ShareProfileModalComponent, SimpleComponent, SkeletonComponent, SkeletonLayoutComponent, SkeletonService, SolidBlockButton, SolidDefault, SolidDefaultBlock, SolidDefaultButton, SolidDefaultFull, SolidDefaultRound, SolidDefaultRoundBlock, SolidDefaultRoundButton, SolidDefaultRoundFull, SolidFullButton, SolidLargeButton, SolidLargeRoundButton, SolidSmallButton, SolidSmallRoundButton, SplashScreenService, StatsBarComponent, StatsCardComponent, StepperComponent, StorageService, SwipeCarouselComponent, SwitchOrgModalComponent, TRI_KEYS, TabbedContentComponent, TableSkeletonComponent, TabsComponent, Terminal404Component, TestimonialCardComponent, TestimonialCarouselComponent, TextComponent, TextInputComponent, TextareaInputComponent, ThemeOption, ThemeService, TicketCardComponent, TimelineComponent, TitleBlockComponent, TitleComponent, ToastService, ToggleInputComponent, TokenService, ToolbarActionType, ToolbarComponent, TransferOwnershipModalComponent, TranslatePipe, TypedCollection, UPDATE_BANNER_DEFAULT_CONTENT, UPDATE_BANNER_I18N_NAMESPACE, UpdateBannerComponent, UserAvatarComponent, UsernameInputComponent, VALTECH_ADS_CONFIG, VALTECH_APP_CONFIG, VALTECH_APP_VERSION, VALTECH_AUTH_CONFIG, VALTECH_COMPANY_LINKS, VALTECH_CONTENT_CONFIG, VALTECH_DEBUG_CONSOLE, VALTECH_DEFAULT_CONTENT, VALTECH_DONATION_CONFIG, VALTECH_FEEDBACK_CONFIG, VALTECH_FIREBASE_CONFIG, VALTECH_FOOTER_I18N, VALTECH_FOOTER_LOGO, VALTECH_LANGUAGE_SELECTOR, VALTECH_LEGAL_CONFIG, VALTECH_NETWORK_ERROR_KEY, VALTECH_SETTINGS_MENU_LINKS, VALTECH_SITE_PATHS, VALTECH_SOCIAL_LINKS, VALTECH_SPLASH_SCREEN, VALTECH_WEB_BASE_URLS, VERSION, ValtechErrorService, WizardComponent, WizardFooterComponent, applyDefaultValueToControl, authGuard, authInterceptor, authPasswordValidator, beautifyLegalArticle, blogPost, buildCompanyFooterProps, buildFooterLinks, buildLegalLinkResolver, buildPath, buildSettingsCards, collections, connectPageRefresh, createErrorStateProps, createFirebaseConfig, createGlowCardProps, createInitialPaginationState, createNumberFromToField, createPermissionLabeler, createRefreshableStream, createTitleProps, docs, errorLoggingInterceptor, extractPathParams, generatePatternTiles, generateRandomTile, getAppInfo, getAppVersion, getCollectionPath, getDocumentId, getTimeOfDayKey, goToTop, guestGuard, hasEmulators, interpretError, isAtEnd, isCollectionPath, isDocumentPath, isEmulatorMode, isValidPath, joinPath, maxLength, mulberry32, news, parseMarkdownArticle, permissionGuard, permissionGuardFromRoute, provideLegalContent, provideSplashScreen, provideValtechAboutRoutes, provideValtechAccountRoutes, provideValtechAds, provideValtechApiKeysRoutes, provideValtechAppConfig, provideValtechAppVersion, provideValtechAuth, provideValtechAuthInterceptor, provideValtechContent, provideValtechDebugConsole, provideValtechDonations, provideValtechErrorHandling, provideValtechFeedback, provideValtechFirebase, provideValtechI18n, provideValtechLegal, provideValtechNotificationPreferencesRoutes, provideValtechNotificationsRoutes, provideValtechOrganizationRoutes, provideValtechPermissionsRoutes, provideValtechPreferencesRoutes, provideValtechPresets, provideValtechProfileRoutes, provideValtechSecurityRoutes, provideValtechSettingsRoutes, provideValtechSite, provideValtechSkeleton, query, renderPatternSvgInner, replaceSpecialChars, resolveColor$1 as resolveColor, resolveInputDefaultValue, resolveWebBaseUrl, roleGuard, storagePaths, superAdminGuard, toArticle };
|
|
65944
66204
|
//# sourceMappingURL=valtech-components.mjs.map
|