@dataengineeringformachinelearning/viking-ui 4.0.3 → 4.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -11
- package/dist/README.md +35 -11
- package/dist/design-tokens.css +300 -85
- package/dist/fesm2022/dataengineeringformachinelearning-viking-ui.mjs +135 -70
- package/dist/fesm2022/dataengineeringformachinelearning-viking-ui.mjs.map +1 -1
- package/dist/icons.js +306 -0
- package/dist/package.json +24 -5
- package/{src/lib/site-drakkar/site-drakkar.config.ts → dist/site-drakkar.js} +64 -130
- package/dist/src/tokens/viking-tokens.json +9 -7
- package/dist/types/dataengineeringformachinelearning-viking-ui.d.ts +98 -4
- package/dist/viking-components.css +161 -70
- package/dist/viking-tokens.json +9 -7
- package/dist/viking-ui-elements.js +45 -33
- package/dist/viking-ui.css +1 -1
- package/dist/web-components.js +46 -36
- package/package.json +30 -8
- package/dist/scripts/build-web-components.mjs +0 -37
- package/dist/src/web/badge/viking-badge-wc.ts +0 -116
- package/dist/src/web/button/viking-button-wc.ts +0 -165
- package/dist/src/web/callout/viking-callout-wc.ts +0 -105
- package/dist/src/web/card/viking-card-wc.ts +0 -70
- package/dist/src/web/core/base.ts +0 -56
- package/dist/src/web/core/dom.ts +0 -53
- package/dist/src/web/core/icons-inline.ts +0 -44
- package/dist/src/web/core/styles.ts +0 -1261
- package/dist/src/web/core/types.ts +0 -19
- package/dist/src/web/field/viking-field-wc.ts +0 -154
- package/dist/src/web/index.ts +0 -73
- package/dist/src/web/input/viking-input-wc.ts +0 -211
- package/dist/src/web/modal/viking-modal-wc.ts +0 -187
- package/dist/src/web/search-palette/viking-search-palette-wc.ts +0 -494
- package/dist/src/web/select/viking-select-wc.ts +0 -218
- package/dist/src/web/suite-header/viking-suite-header-wc.ts +0 -729
- package/dist/src/web/suite-search-palette/viking-suite-search-palette-wc.ts +0 -234
- package/dist/src/web/theme-toggle/viking-theme-toggle-wc.ts +0 -139
- package/dist/src/web/types.ts +0 -37
- package/dist/src/web/web-components.spec.ts +0 -297
- package/src/assets/drakkar-favicon.svg +0 -17
- package/src/assets/fonts/inter/InterVariable-Italic.woff2 +0 -0
- package/src/assets/fonts/inter/InterVariable.woff2 +0 -0
- package/src/core/brand/deml-lockup.svg +0 -5
- package/src/core/brand/deml-mark-compact.svg +0 -4
- package/src/core/brand/deml-mark-filled.svg +0 -3
- package/src/core/brand/deml-mark-outline.svg +0 -4
- package/src/core/brand-icons.ts +0 -62
- package/src/core/icons.spec.ts +0 -52
- package/src/core/icons.ts +0 -206
- package/src/core/integration-brand-icons.ts +0 -77
- package/src/core/lucide-paths.generated.ts +0 -130
- package/src/core/types.ts +0 -85
- package/src/core/uid.ts +0 -7
- package/src/elements/button/viking-button.ts +0 -201
- package/src/elements/card/viking-card.ts +0 -60
- package/src/elements/core/dom.ts +0 -33
- package/src/elements/core/styles.ts +0 -28
- package/src/elements/modal/viking-modal.ts +0 -154
- package/src/index.ts +0 -1
- package/src/lib/accordion/accordion.ts +0 -126
- package/src/lib/app-header/app-header.scss +0 -274
- package/src/lib/app-header/app-header.ts +0 -43
- package/src/lib/app-sidebar/app-sidebar.scss +0 -415
- package/src/lib/app-sidebar/app-sidebar.ts +0 -29
- package/src/lib/auth-panel/auth-panel.spec.ts +0 -132
- package/src/lib/auth-panel/auth-panel.ts +0 -228
- package/src/lib/autocomplete/autocomplete.ts +0 -223
- package/src/lib/avatar/avatar.ts +0 -126
- package/src/lib/badge/badge.ts +0 -182
- package/src/lib/bar/bar.ts +0 -31
- package/src/lib/brand/brand.ts +0 -60
- package/src/lib/breadcrumbs/breadcrumbs.ts +0 -81
- package/src/lib/button/button-group.ts +0 -40
- package/src/lib/button/button.scss +0 -119
- package/src/lib/button/button.ts +0 -98
- package/src/lib/calendar/calendar.ts +0 -253
- package/src/lib/callout/callout.ts +0 -211
- package/src/lib/card/card-title.spec.ts +0 -27
- package/src/lib/card/card-title.ts +0 -50
- package/src/lib/card/card.ts +0 -198
- package/src/lib/carousel/carousel.ts +0 -206
- package/src/lib/chart/chart-zoom.spec.ts +0 -65
- package/src/lib/chart/chart-zoom.ts +0 -71
- package/src/lib/chart/chart.ts +0 -1257
- package/src/lib/chart-card-header/chart-card-header.ts +0 -80
- package/src/lib/chart-empty-state/chart-empty-state.ts +0 -146
- package/src/lib/chart-panel/chart-panel.ts +0 -133
- package/src/lib/checkbox/checkbox.ts +0 -139
- package/src/lib/color-picker/color-picker.ts +0 -148
- package/src/lib/command/command.ts +0 -260
- package/src/lib/composer/composer.ts +0 -180
- package/src/lib/confirm-dialog/confirm-dialog.ts +0 -163
- package/src/lib/confirm-dialog/dialog.service.ts +0 -79
- package/src/lib/context/context.ts +0 -75
- package/src/lib/core/brand-icons.ts +0 -62
- package/src/lib/core/cva.ts +0 -33
- package/src/lib/core/icons.ts +0 -206
- package/src/lib/core/integration-brand-icons.ts +0 -77
- package/src/lib/core/lucide-paths.generated.ts +0 -130
- package/src/lib/date-picker/date-picker.ts +0 -139
- package/src/lib/dropdown/dropdown.ts +0 -188
- package/src/lib/editor/editor.ts +0 -170
- package/src/lib/empty-state/empty-state.ts +0 -100
- package/src/lib/fab/fab.ts +0 -76
- package/src/lib/field/field.ts +0 -111
- package/src/lib/file-upload/file-upload.ts +0 -208
- package/src/lib/footer/footer.scss +0 -155
- package/src/lib/footer/footer.ts +0 -28
- package/src/lib/form-section/form-section.ts +0 -200
- package/src/lib/forms.spec.ts +0 -92
- package/src/lib/gauge-arc/gauge-arc.ts +0 -85
- package/src/lib/hud-panel/hud-panel.ts +0 -27
- package/src/lib/icon/icon.ts +0 -284
- package/src/lib/icon-badge/icon-badge.ts +0 -87
- package/src/lib/icon-heading/icon-heading.spec.ts +0 -32
- package/src/lib/icon-heading/icon-heading.ts +0 -38
- package/src/lib/icon-text/icon-text.ts +0 -120
- package/src/lib/input/input.ts +0 -119
- package/src/lib/kanban/kanban.ts +0 -211
- package/src/lib/kbd/kbd.ts +0 -32
- package/src/lib/label/label.ts +0 -39
- package/src/lib/loading-overlay/loading-overlay.ts +0 -80
- package/src/lib/menubar/menubar.ts +0 -77
- package/src/lib/metric-card/metric-card.ts +0 -33
- package/src/lib/modal/modal.ts +0 -207
- package/src/lib/native-select/native-select.ts +0 -124
- package/src/lib/navbar/navbar.ts +0 -124
- package/src/lib/navigation-menu/navigation-menu.ts +0 -116
- package/src/lib/otp-input/otp-input.ts +0 -164
- package/src/lib/page-back-link/page-back-link.ts +0 -74
- package/src/lib/page-header/page-header.ts +0 -70
- package/src/lib/pagination/pagination.ts +0 -157
- package/src/lib/pillbox/pillbox.ts +0 -157
- package/src/lib/popover/popover.ts +0 -92
- package/src/lib/profile/profile.ts +0 -73
- package/src/lib/progress/progress.ts +0 -123
- package/src/lib/radio/radio.ts +0 -132
- package/src/lib/ring-gauge/ring-gauge.ts +0 -75
- package/src/lib/scroll-area/scroll-area.ts +0 -57
- package/src/lib/search-palette/search-palette.scss +0 -288
- package/src/lib/search-palette/search-palette.ts +0 -114
- package/src/lib/select/select.ts +0 -292
- package/src/lib/separator/separator.ts +0 -59
- package/src/lib/sheet/sheet.ts +0 -192
- package/src/lib/sidebar-nav/sidebar-nav.scss +0 -218
- package/src/lib/sidebar-nav/sidebar-nav.ts +0 -158
- package/src/lib/site-drakkar/site-footer.ts +0 -129
- package/src/lib/site-drakkar/site-navbar.scss +0 -2
- package/src/lib/site-drakkar/site-navbar.ts +0 -277
- package/src/lib/site-drakkar/suite-search-items.spec.ts +0 -61
- package/src/lib/site-drakkar/suite-search-items.ts +0 -246
- package/src/lib/skeleton/skeleton.ts +0 -51
- package/src/lib/slider/slider.ts +0 -133
- package/src/lib/spinner/spinner.ts +0 -75
- package/src/lib/status-metric-row/status-metric-row.ts +0 -74
- package/src/lib/suite-search-palette/suite-search-palette.ts +0 -95
- package/src/lib/switch/switch.ts +0 -131
- package/src/lib/table/table.ts +0 -137
- package/src/lib/tabs/tab-panel.ts +0 -61
- package/src/lib/tabs/tab.ts +0 -107
- package/src/lib/tabs/tabs.ts +0 -109
- package/src/lib/textarea/textarea.ts +0 -103
- package/src/lib/theme-toggle/theme-toggle.spec.ts +0 -40
- package/src/lib/theme-toggle/theme-toggle.ts +0 -39
- package/src/lib/time-picker/time-picker.ts +0 -197
- package/src/lib/timeline/timeline.ts +0 -152
- package/src/lib/toast/toast.ts +0 -196
- package/src/lib/toggle/toggle-group.ts +0 -60
- package/src/lib/toggle/toggle.ts +0 -101
- package/src/lib/tooltip/tooltip.ts +0 -119
- package/src/lib/typography/heading.ts +0 -52
- package/src/lib/typography/text.ts +0 -51
- package/src/lib/uptime-bar/uptime-bar.ts +0 -55
- package/src/lib/verification-code-field/verification-code-field.ts +0 -149
- package/src/lib/whitepaper-cta/whitepaper-cta.scss +0 -130
- package/src/lib/whitepaper-cta/whitepaper-cta.ts +0 -78
- package/src/lib/wizard/wizard.ts +0 -80
- package/src/public-api.ts +0 -172
- package/src/styles/_buttons.scss +0 -386
- package/src/styles/_component-primitives.scss +0 -183
- package/src/styles/_drakkar-buttons.scss +0 -85
- package/src/styles/_fonts.scss +0 -22
- package/src/styles/_forms.scss +0 -66
- package/src/styles/_input.scss +0 -106
- package/src/styles/_layout-enforcement.scss +0 -229
- package/src/styles/_layout-rhythm.scss +0 -158
- package/src/styles/_legacy-aliases.scss +0 -212
- package/src/styles/_series-colors.scss +0 -24
- package/src/styles/_static-primitives.scss +0 -857
- package/src/styles/_typography.scss +0 -87
- package/src/styles/_variables.scss +0 -527
- package/src/styles/components/a11y.scss +0 -90
- package/src/styles/components/badges.scss +0 -102
- package/src/styles/components/extracted-utilities.scss +0 -459
- package/src/styles/components/footer.scss +0 -155
- package/src/styles/components/icon-heading.scss +0 -47
- package/src/styles/components/icon-inline.scss +0 -101
- package/src/styles/components/layout.scss +0 -59
- package/src/styles/components/utilities.scss +0 -131
- package/src/styles/components/viking-inspired.scss +0 -204
- package/src/styles/components/whitepaper-cta.scss +0 -130
- package/src/styles/components-bundle.scss +0 -9
- package/src/styles/components.scss +0 -442
- package/src/styles/deml-components.scss +0 -10
- package/src/styles/index.scss +0 -8
- package/src/styles/layout-shell.scss +0 -111
- package/src/styles/page-shell.scss +0 -859
- package/src/styles/static-navbar.scss +0 -1215
- package/src/styles/surfaces/backend.scss +0 -154
- package/src/styles/surfaces/docs-global.scss +0 -73
- package/src/styles/surfaces/docs-shell.scss +0 -437
- package/src/styles/surfaces/docs-showcase.scss +0 -1153
- package/src/styles/surfaces/marketing-cta.scss +0 -62
- package/src/styles/surfaces/marketing-docs-bento.scss +0 -67
- package/src/styles/surfaces/marketing-global.scss +0 -748
- package/src/styles/surfaces/marketing-landing.scss +0 -1526
- package/src/styles/surfaces/marketing-publication.scss +0 -535
- package/src/styles/surfaces/marketing-theme.scss +0 -14
- package/src/styles/surfaces/swagger-ui.scss +0 -922
- package/src/styles/tokens-export.scss +0 -18
- package/src/styles/tokens.scss +0 -5
- package/src/styles/viking-ui-bundle.scss +0 -23
- package/src/styles/viking-ui.scss +0 -270
- package/src/tokens/series-presets.ts +0 -15
- package/src/tokens/tailwind.preset.js +0 -209
- package/src/tokens/viking-tokens.json +0 -318
- package/src/viking-ui.spec.ts +0 -416
- package/src/web/badge/viking-badge-wc.ts +0 -116
- package/src/web/button/viking-button-wc.ts +0 -165
- package/src/web/callout/viking-callout-wc.ts +0 -105
- package/src/web/card/viking-card-wc.ts +0 -70
- package/src/web/core/base.ts +0 -56
- package/src/web/core/dom.ts +0 -53
- package/src/web/core/icons-inline.ts +0 -44
- package/src/web/core/styles.ts +0 -1261
- package/src/web/core/types.ts +0 -19
- package/src/web/field/viking-field-wc.ts +0 -154
- package/src/web/index.ts +0 -73
- package/src/web/input/viking-input-wc.ts +0 -211
- package/src/web/modal/viking-modal-wc.ts +0 -187
- package/src/web/search-palette/viking-search-palette-wc.ts +0 -494
- package/src/web/select/viking-select-wc.ts +0 -218
- package/src/web/suite-header/viking-suite-header-wc.ts +0 -729
- package/src/web/suite-search-palette/viking-suite-search-palette-wc.ts +0 -234
- package/src/web/theme-toggle/viking-theme-toggle-wc.ts +0 -139
- package/src/web/types.ts +0 -37
- package/src/web/web-components.spec.ts +0 -297
- package/src/web-components/index.ts +0 -1
package/src/web/core/types.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/** Shared Web Component item types. */
|
|
2
|
-
export type VikingSearchPaletteItem = {
|
|
3
|
-
title: string;
|
|
4
|
-
href: string;
|
|
5
|
-
snippet?: string;
|
|
6
|
-
group?: string;
|
|
7
|
-
keywords?: string[];
|
|
8
|
-
action?: "cookie-settings" | "bug-report";
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export type VikingWcTone =
|
|
12
|
-
| "accent"
|
|
13
|
-
| "secondary"
|
|
14
|
-
| "success"
|
|
15
|
-
| "warning"
|
|
16
|
-
| "danger"
|
|
17
|
-
| "info"
|
|
18
|
-
| "muted"
|
|
19
|
-
| "subtle";
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
import { attachShadowStyles, readBoolAttr } from "../core/base";
|
|
2
|
-
import {
|
|
3
|
-
defineCustomElement,
|
|
4
|
-
defineCustomElementAlias,
|
|
5
|
-
escapeHtml,
|
|
6
|
-
HTMLElementBase,
|
|
7
|
-
vikingWcUid,
|
|
8
|
-
} from "../core/dom";
|
|
9
|
-
import { VIKING_FIELD_STYLES } from "../core/styles";
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Framework-agnostic Viking field stack Web Component.
|
|
13
|
-
* Tag: `viking-field` (legacy alias: `viking-field-wc`)
|
|
14
|
-
*
|
|
15
|
-
* @attr label - Visible field label
|
|
16
|
-
* @attr description - Helper text below the control
|
|
17
|
-
* @attr error - Validation message; sets aria-invalid on the slotted control
|
|
18
|
-
* @attr required - Adds a non-color-only required marker
|
|
19
|
-
* @attr width - full | half
|
|
20
|
-
*
|
|
21
|
-
* @slot default - Form control, usually `viking-input`, `viking-select`, or native input/select
|
|
22
|
-
*/
|
|
23
|
-
export class VikingFieldWc extends HTMLElementBase {
|
|
24
|
-
static readonly tag = "viking-field";
|
|
25
|
-
static readonly legacyTag = "viking-field-wc";
|
|
26
|
-
|
|
27
|
-
static get observedAttributes(): string[] {
|
|
28
|
-
return ["label", "description", "error", "required", "width"];
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
private readonly shadow: ShadowRoot;
|
|
32
|
-
private readonly labelId = vikingWcUid("viking-field-label");
|
|
33
|
-
private readonly descriptionId = vikingWcUid("viking-field-description");
|
|
34
|
-
private readonly errorId = vikingWcUid("viking-field-error");
|
|
35
|
-
private slotEl: HTMLSlotElement | null = null;
|
|
36
|
-
|
|
37
|
-
constructor() {
|
|
38
|
-
super();
|
|
39
|
-
this.shadow = this.attachShadow({ mode: "open" });
|
|
40
|
-
attachShadowStyles(this.shadow, VIKING_FIELD_STYLES);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
connectedCallback(): void {
|
|
44
|
-
this.render();
|
|
45
|
-
this.syncControlA11y();
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
disconnectedCallback(): void {
|
|
49
|
-
this.slotEl?.removeEventListener("slotchange", this.syncControlA11y);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
attributeChangedCallback(): void {
|
|
53
|
-
if (this.isConnected) {
|
|
54
|
-
this.render();
|
|
55
|
-
this.syncControlA11y();
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
private get control(): HTMLElement | null {
|
|
60
|
-
const assigned = this.slotEl?.assignedElements({ flatten: true }) ?? [];
|
|
61
|
-
return (
|
|
62
|
-
assigned.find(
|
|
63
|
-
(node): node is HTMLElement => node instanceof HTMLElement,
|
|
64
|
-
) ?? null
|
|
65
|
-
);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
private readonly focusControl = (): void => {
|
|
69
|
-
const control = this.control as HTMLElement & { focus?: () => void };
|
|
70
|
-
control?.focus?.();
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
private readonly syncControlA11y = (): void => {
|
|
74
|
-
const control = this.control;
|
|
75
|
-
if (!control) {
|
|
76
|
-
return;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
const description = [
|
|
80
|
-
this.getAttribute("description") ?? "",
|
|
81
|
-
this.getAttribute("error") ?? "",
|
|
82
|
-
]
|
|
83
|
-
.filter(Boolean)
|
|
84
|
-
.join(" ");
|
|
85
|
-
|
|
86
|
-
const label = this.getAttribute("label") ?? "";
|
|
87
|
-
if (label && !control.hasAttribute("aria-label")) {
|
|
88
|
-
control.setAttribute("aria-label", label);
|
|
89
|
-
}
|
|
90
|
-
if (description) {
|
|
91
|
-
control.setAttribute("aria-description", description);
|
|
92
|
-
} else {
|
|
93
|
-
control.removeAttribute("aria-description");
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
if (this.getAttribute("error")) {
|
|
97
|
-
control.setAttribute("aria-invalid", "true");
|
|
98
|
-
control.setAttribute("error", this.getAttribute("error") ?? "");
|
|
99
|
-
} else {
|
|
100
|
-
control.removeAttribute("aria-invalid");
|
|
101
|
-
if (control.getAttribute("error") === "") {
|
|
102
|
-
control.removeAttribute("error");
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
if (readBoolAttr(this, "required")) {
|
|
107
|
-
control.setAttribute("required", "");
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
|
|
111
|
-
private render(): void {
|
|
112
|
-
const label = this.getAttribute("label") ?? "";
|
|
113
|
-
const description = this.getAttribute("description") ?? "";
|
|
114
|
-
const error = this.getAttribute("error") ?? "";
|
|
115
|
-
const required = readBoolAttr(this, "required");
|
|
116
|
-
|
|
117
|
-
this.shadow.innerHTML = `
|
|
118
|
-
<div class="viking-field" part="field" role="group" aria-labelledby="${this.labelId}">
|
|
119
|
-
${
|
|
120
|
-
label
|
|
121
|
-
? `<div class="viking-field-label-row" part="label-row">
|
|
122
|
-
<span class="viking-field-label" part="label" id="${this.labelId}">
|
|
123
|
-
<span>${escapeHtml(label)}</span>
|
|
124
|
-
${required ? `<span class="viking-field-required" aria-label="required">*</span>` : ""}
|
|
125
|
-
</span>
|
|
126
|
-
</div>`
|
|
127
|
-
: `<span id="${this.labelId}" hidden>Form field</span>`
|
|
128
|
-
}
|
|
129
|
-
<div class="viking-field-control" part="control"><slot></slot></div>
|
|
130
|
-
${
|
|
131
|
-
description
|
|
132
|
-
? `<p id="${this.descriptionId}" class="viking-field-description" part="description">${escapeHtml(description)}</p>`
|
|
133
|
-
: ""
|
|
134
|
-
}
|
|
135
|
-
${
|
|
136
|
-
error
|
|
137
|
-
? `<p id="${this.errorId}" class="viking-field-error" part="error" role="alert">${escapeHtml(error)}</p>`
|
|
138
|
-
: ""
|
|
139
|
-
}
|
|
140
|
-
</div>
|
|
141
|
-
`;
|
|
142
|
-
|
|
143
|
-
this.slotEl = this.shadow.querySelector("slot");
|
|
144
|
-
this.slotEl?.addEventListener("slotchange", this.syncControlA11y);
|
|
145
|
-
this.shadow
|
|
146
|
-
.querySelector(".viking-field-label")
|
|
147
|
-
?.addEventListener("click", this.focusControl);
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
export const registerVikingFieldWc = (): void => {
|
|
152
|
-
defineCustomElement(VikingFieldWc.tag, VikingFieldWc);
|
|
153
|
-
defineCustomElementAlias(VikingFieldWc.legacyTag, VikingFieldWc);
|
|
154
|
-
};
|
package/src/web/index.ts
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { registerVikingBadgeWc } from "./badge/viking-badge-wc";
|
|
2
|
-
import { registerVikingButtonWc } from "./button/viking-button-wc";
|
|
3
|
-
import { registerVikingCalloutWc } from "./callout/viking-callout-wc";
|
|
4
|
-
import { registerVikingCardWc } from "./card/viking-card-wc";
|
|
5
|
-
import { registerVikingFieldWc } from "./field/viking-field-wc";
|
|
6
|
-
import { registerVikingInputWc } from "./input/viking-input-wc";
|
|
7
|
-
import { registerVikingModalWc } from "./modal/viking-modal-wc";
|
|
8
|
-
import { registerVikingSearchPaletteWc } from "./search-palette/viking-search-palette-wc";
|
|
9
|
-
import { registerVikingSuiteHeaderWc } from "./suite-header/viking-suite-header-wc";
|
|
10
|
-
import { registerVikingSuiteSearchPaletteWc } from "./suite-search-palette/viking-suite-search-palette-wc";
|
|
11
|
-
import { registerVikingSelectWc } from "./select/viking-select-wc";
|
|
12
|
-
import { registerVikingThemeToggleWc } from "./theme-toggle/viking-theme-toggle-wc";
|
|
13
|
-
|
|
14
|
-
export { VikingBadgeWc, registerVikingBadgeWc } from "./badge/viking-badge-wc";
|
|
15
|
-
export {
|
|
16
|
-
VikingButtonWc,
|
|
17
|
-
registerVikingButtonWc,
|
|
18
|
-
} from "./button/viking-button-wc";
|
|
19
|
-
export {
|
|
20
|
-
VikingCalloutWc,
|
|
21
|
-
registerVikingCalloutWc,
|
|
22
|
-
} from "./callout/viking-callout-wc";
|
|
23
|
-
export { VikingCardWc, registerVikingCardWc } from "./card/viking-card-wc";
|
|
24
|
-
export { VikingFieldWc, registerVikingFieldWc } from "./field/viking-field-wc";
|
|
25
|
-
export { VikingInputWc, registerVikingInputWc } from "./input/viking-input-wc";
|
|
26
|
-
export { VikingModalWc, registerVikingModalWc } from "./modal/viking-modal-wc";
|
|
27
|
-
export {
|
|
28
|
-
VikingSearchPaletteWc,
|
|
29
|
-
registerVikingSearchPaletteWc,
|
|
30
|
-
type VikingSearchPaletteItem,
|
|
31
|
-
} from "./search-palette/viking-search-palette-wc";
|
|
32
|
-
export {
|
|
33
|
-
VikingSuiteSearchPaletteWc,
|
|
34
|
-
registerVikingSuiteSearchPaletteWc,
|
|
35
|
-
} from "./suite-search-palette/viking-suite-search-palette-wc";
|
|
36
|
-
export {
|
|
37
|
-
VikingSuiteHeaderWc,
|
|
38
|
-
registerVikingSuiteHeaderWc,
|
|
39
|
-
} from "./suite-header/viking-suite-header-wc";
|
|
40
|
-
export {
|
|
41
|
-
VikingSelectWc,
|
|
42
|
-
registerVikingSelectWc,
|
|
43
|
-
} from "./select/viking-select-wc";
|
|
44
|
-
export {
|
|
45
|
-
VikingThemeToggleWc,
|
|
46
|
-
registerVikingThemeToggleWc,
|
|
47
|
-
} from "./theme-toggle/viking-theme-toggle-wc";
|
|
48
|
-
export type { VikingWcTone } from "./core/types";
|
|
49
|
-
|
|
50
|
-
/** Register all Viking-UI Web Components. Safe to call multiple times. */
|
|
51
|
-
export const registerVikingElements = (): void => {
|
|
52
|
-
registerVikingButtonWc();
|
|
53
|
-
registerVikingFieldWc();
|
|
54
|
-
registerVikingInputWc();
|
|
55
|
-
registerVikingBadgeWc();
|
|
56
|
-
registerVikingCalloutWc();
|
|
57
|
-
registerVikingCardWc();
|
|
58
|
-
registerVikingSelectWc();
|
|
59
|
-
registerVikingModalWc();
|
|
60
|
-
registerVikingSearchPaletteWc();
|
|
61
|
-
registerVikingSuiteHeaderWc();
|
|
62
|
-
registerVikingSuiteSearchPaletteWc();
|
|
63
|
-
registerVikingThemeToggleWc();
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
// Auto-register when loaded as a script bundle (Astro, Django, static HTML).
|
|
67
|
-
if (typeof globalThis !== "undefined" && typeof document !== "undefined") {
|
|
68
|
-
if (document.readyState === "loading") {
|
|
69
|
-
document.addEventListener("DOMContentLoaded", registerVikingElements);
|
|
70
|
-
} else {
|
|
71
|
-
registerVikingElements();
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
attachElementInternals,
|
|
3
|
-
attachShadowStyles,
|
|
4
|
-
readBoolAttr,
|
|
5
|
-
setFormValue,
|
|
6
|
-
} from "../core/base";
|
|
7
|
-
import {
|
|
8
|
-
defineCustomElement,
|
|
9
|
-
defineCustomElementAlias,
|
|
10
|
-
escapeHtml,
|
|
11
|
-
HTMLElementBase,
|
|
12
|
-
} from "../core/dom";
|
|
13
|
-
import { VIKING_INPUT_STYLES } from "../core/styles";
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Framework-agnostic Viking input Web Component with form association.
|
|
17
|
-
* Tag: `viking-input` (legacy alias: `viking-input-wc`)
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* <viking-input placeholder="Email" name="email" type="email"></viking-input>
|
|
21
|
-
*/
|
|
22
|
-
export class VikingInputWc extends HTMLElementBase {
|
|
23
|
-
static readonly formAssociated = true;
|
|
24
|
-
static readonly tag = "viking-input";
|
|
25
|
-
static readonly legacyTag = "viking-input-wc";
|
|
26
|
-
|
|
27
|
-
static get observedAttributes(): string[] {
|
|
28
|
-
return [
|
|
29
|
-
"type",
|
|
30
|
-
"placeholder",
|
|
31
|
-
"value",
|
|
32
|
-
"disabled",
|
|
33
|
-
"loading",
|
|
34
|
-
"clearable",
|
|
35
|
-
"name",
|
|
36
|
-
"autocomplete",
|
|
37
|
-
"required",
|
|
38
|
-
"readonly",
|
|
39
|
-
"minlength",
|
|
40
|
-
"maxlength",
|
|
41
|
-
"pattern",
|
|
42
|
-
"error",
|
|
43
|
-
"aria-label",
|
|
44
|
-
"aria-describedby",
|
|
45
|
-
"bare",
|
|
46
|
-
];
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
private readonly shadow: ShadowRoot;
|
|
50
|
-
private readonly internals: ElementInternals | null;
|
|
51
|
-
private input: HTMLInputElement | null = null;
|
|
52
|
-
|
|
53
|
-
constructor() {
|
|
54
|
-
super();
|
|
55
|
-
this.shadow = this.attachShadow({ mode: "open" });
|
|
56
|
-
this.internals = attachElementInternals(this);
|
|
57
|
-
attachShadowStyles(this.shadow, VIKING_INPUT_STYLES);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
connectedCallback(): void {
|
|
61
|
-
this.render();
|
|
62
|
-
this.syncFormValue();
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
attributeChangedCallback(name: string): void {
|
|
66
|
-
if (!this.isConnected) {
|
|
67
|
-
return;
|
|
68
|
-
}
|
|
69
|
-
if (name === "value" && this.input) {
|
|
70
|
-
this.input.value = this.getAttribute("value") ?? "";
|
|
71
|
-
this.syncFormValue();
|
|
72
|
-
return;
|
|
73
|
-
}
|
|
74
|
-
this.render();
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
get value(): string {
|
|
78
|
-
return this.input?.value ?? this.getAttribute("value") ?? "";
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
set value(next: string) {
|
|
82
|
-
const normalized = next ?? "";
|
|
83
|
-
this.setAttribute("value", normalized);
|
|
84
|
-
if (this.input) {
|
|
85
|
-
this.input.value = normalized;
|
|
86
|
-
}
|
|
87
|
-
this.syncFormValue();
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private get disabled(): boolean {
|
|
91
|
-
return readBoolAttr(this, "disabled");
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
private get loading(): boolean {
|
|
95
|
-
return readBoolAttr(this, "loading");
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
private get clearable(): boolean {
|
|
99
|
-
return readBoolAttr(this, "clearable");
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
private get bare(): boolean {
|
|
103
|
-
return readBoolAttr(this, "bare");
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
private readonly onInput = (): void => {
|
|
107
|
-
const next = this.input?.value ?? "";
|
|
108
|
-
this.setAttribute("value", next);
|
|
109
|
-
this.syncFormValue();
|
|
110
|
-
this.dispatchEvent(new Event("input", { bubbles: true, composed: true }));
|
|
111
|
-
this.dispatchEvent(new Event("change", { bubbles: true, composed: true }));
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
private readonly onBlur = (): void => {
|
|
115
|
-
this.dispatchEvent(new Event("blur", { bubbles: true, composed: true }));
|
|
116
|
-
};
|
|
117
|
-
|
|
118
|
-
private readonly onClear = (): void => {
|
|
119
|
-
this.value = "";
|
|
120
|
-
this.input?.focus();
|
|
121
|
-
this.dispatchEvent(
|
|
122
|
-
new CustomEvent("viking-cleared", { bubbles: true, composed: true }),
|
|
123
|
-
);
|
|
124
|
-
this.dispatchEvent(new Event("input", { bubbles: true, composed: true }));
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
private syncFormValue(): void {
|
|
128
|
-
setFormValue(this.internals, this.value);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
private render(): void {
|
|
132
|
-
const shellClasses = [
|
|
133
|
-
"viking-input-shell",
|
|
134
|
-
this.disabled ? "viking-disabled" : "",
|
|
135
|
-
this.loading ? "viking-loading" : "",
|
|
136
|
-
]
|
|
137
|
-
.filter(Boolean)
|
|
138
|
-
.join(" ");
|
|
139
|
-
|
|
140
|
-
const type = escapeHtml(this.getAttribute("type") ?? "text");
|
|
141
|
-
const rawPlaceholder = this.getAttribute("placeholder") ?? "";
|
|
142
|
-
const placeholder = escapeHtml(rawPlaceholder);
|
|
143
|
-
const value = escapeHtml(this.getAttribute("value") ?? "");
|
|
144
|
-
const label =
|
|
145
|
-
this.getAttribute("aria-label") ?? (rawPlaceholder || "Text input");
|
|
146
|
-
const autocomplete = escapeHtml(this.getAttribute("autocomplete") ?? "");
|
|
147
|
-
const describedBy = escapeHtml(this.getAttribute("aria-describedby") ?? "");
|
|
148
|
-
const minLength = escapeHtml(this.getAttribute("minlength") ?? "");
|
|
149
|
-
const maxLength = escapeHtml(this.getAttribute("maxlength") ?? "");
|
|
150
|
-
const pattern = escapeHtml(this.getAttribute("pattern") ?? "");
|
|
151
|
-
const error = this.getAttribute("error") ?? "";
|
|
152
|
-
const required = readBoolAttr(this, "required");
|
|
153
|
-
const readonly = readBoolAttr(this, "readonly");
|
|
154
|
-
const showClear =
|
|
155
|
-
this.clearable && value.length > 0 && !this.loading && !this.bare;
|
|
156
|
-
const nativeAttrs = `
|
|
157
|
-
${this.disabled || this.loading ? "disabled" : ""}
|
|
158
|
-
${required ? "required" : ""}
|
|
159
|
-
${readonly ? "readonly" : ""}
|
|
160
|
-
aria-label="${escapeHtml(label)}"
|
|
161
|
-
${describedBy ? `aria-describedby="${describedBy}"` : ""}
|
|
162
|
-
${this.loading ? 'aria-busy="true"' : ""}
|
|
163
|
-
${error ? 'aria-invalid="true"' : ""}
|
|
164
|
-
${autocomplete ? `autocomplete="${autocomplete}"` : ""}
|
|
165
|
-
${minLength ? `minlength="${minLength}"` : ""}
|
|
166
|
-
${maxLength ? `maxlength="${maxLength}"` : ""}
|
|
167
|
-
${pattern ? `pattern="${pattern}"` : ""}
|
|
168
|
-
`;
|
|
169
|
-
|
|
170
|
-
if (this.bare) {
|
|
171
|
-
this.shadow.innerHTML = `
|
|
172
|
-
<input
|
|
173
|
-
part="input"
|
|
174
|
-
class="viking-input-native"
|
|
175
|
-
type="${type}"
|
|
176
|
-
placeholder="${placeholder}"
|
|
177
|
-
value="${value}"
|
|
178
|
-
${nativeAttrs}
|
|
179
|
-
/>
|
|
180
|
-
`;
|
|
181
|
-
} else {
|
|
182
|
-
this.shadow.innerHTML = `
|
|
183
|
-
<div class="${shellClasses}" part="shell">
|
|
184
|
-
<slot name="leading"></slot>
|
|
185
|
-
<input
|
|
186
|
-
part="input"
|
|
187
|
-
type="${type}"
|
|
188
|
-
placeholder="${placeholder}"
|
|
189
|
-
value="${value}"
|
|
190
|
-
${nativeAttrs}
|
|
191
|
-
/>
|
|
192
|
-
${this.loading ? '<span class="viking-input-spinner" aria-hidden="true"></span>' : ""}
|
|
193
|
-
${showClear ? '<button type="button" class="viking-input-clear" aria-label="Clear input" part="clear">×</button>' : ""}
|
|
194
|
-
<slot name="trailing"></slot>
|
|
195
|
-
</div>
|
|
196
|
-
`;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
this.input = this.shadow.querySelector("input");
|
|
200
|
-
this.input?.addEventListener("input", this.onInput);
|
|
201
|
-
this.input?.addEventListener("blur", this.onBlur);
|
|
202
|
-
|
|
203
|
-
const clearBtn = this.shadow.querySelector(".viking-input-clear");
|
|
204
|
-
clearBtn?.addEventListener("click", this.onClear);
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
export const registerVikingInputWc = (): void => {
|
|
209
|
-
defineCustomElement(VikingInputWc.tag, VikingInputWc);
|
|
210
|
-
defineCustomElementAlias(VikingInputWc.legacyTag, VikingInputWc);
|
|
211
|
-
};
|
|
@@ -1,187 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
attachShadowStyles,
|
|
3
|
-
closeModalDialog,
|
|
4
|
-
showModalDialog,
|
|
5
|
-
} from "../core/base";
|
|
6
|
-
import {
|
|
7
|
-
defineCustomElement,
|
|
8
|
-
defineCustomElementAlias,
|
|
9
|
-
escapeHtml,
|
|
10
|
-
HTMLElementBase,
|
|
11
|
-
} from "../core/dom";
|
|
12
|
-
import { renderInlineIcon } from "../core/icons-inline";
|
|
13
|
-
import { VIKING_MODAL_STYLES } from "../core/styles";
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Framework-agnostic modal Web Component using native `<dialog>` semantics.
|
|
17
|
-
* Tag: `viking-modal` (legacy aliases: `viking-modal-wc`, `viking-dialog`)
|
|
18
|
-
*
|
|
19
|
-
* @attr open - When present, shows the modal
|
|
20
|
-
* @attr title - Dialog title for aria-label / heading
|
|
21
|
-
* @attr dismissible - Allow Escape and backdrop click to close (default: true)
|
|
22
|
-
*
|
|
23
|
-
* @slot default - Modal body content
|
|
24
|
-
* @slot actions - Footer action buttons
|
|
25
|
-
*
|
|
26
|
-
* @method openModal() - Programmatically open
|
|
27
|
-
* @method closeModal() - Programmatically close
|
|
28
|
-
*
|
|
29
|
-
* @event viking-close - Fired when the dialog closes
|
|
30
|
-
*
|
|
31
|
-
* @example
|
|
32
|
-
* <viking-modal title="Confirm deploy">
|
|
33
|
-
* <p>Push v2.0.0 to production?</p>
|
|
34
|
-
* <viking-button slot="actions" variant="primary">Deploy</viking-button>
|
|
35
|
-
* </viking-modal>
|
|
36
|
-
*/
|
|
37
|
-
export class VikingModalWc extends HTMLElementBase {
|
|
38
|
-
static readonly tag = "viking-modal";
|
|
39
|
-
static readonly legacyTag = "viking-modal-wc";
|
|
40
|
-
static readonly dialogTag = "viking-dialog";
|
|
41
|
-
|
|
42
|
-
static get observedAttributes(): string[] {
|
|
43
|
-
return ["open", "title", "dismissible"];
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
private readonly shadow: ShadowRoot;
|
|
47
|
-
private dialogEl: HTMLDialogElement | null = null;
|
|
48
|
-
|
|
49
|
-
constructor() {
|
|
50
|
-
super();
|
|
51
|
-
this.shadow = this.attachShadow({ mode: "open" });
|
|
52
|
-
attachShadowStyles(this.shadow, VIKING_MODAL_STYLES);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
connectedCallback(): void {
|
|
56
|
-
this.render();
|
|
57
|
-
this.syncOpen();
|
|
58
|
-
this.dialogEl?.addEventListener("close", this.onClose);
|
|
59
|
-
this.dialogEl?.addEventListener("click", this.onBackdropClick);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
disconnectedCallback(): void {
|
|
63
|
-
this.dialogEl?.removeEventListener("close", this.onClose);
|
|
64
|
-
this.dialogEl?.removeEventListener("click", this.onBackdropClick);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
attributeChangedCallback(name: string): void {
|
|
68
|
-
if (!this.isConnected) {
|
|
69
|
-
return;
|
|
70
|
-
}
|
|
71
|
-
if (name === "open") {
|
|
72
|
-
this.syncOpen();
|
|
73
|
-
return;
|
|
74
|
-
}
|
|
75
|
-
if (name === "title") {
|
|
76
|
-
this.updateTitle();
|
|
77
|
-
return;
|
|
78
|
-
}
|
|
79
|
-
if (name === "dismissible") {
|
|
80
|
-
this.render();
|
|
81
|
-
this.syncOpen();
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/** Opens the modal dialog. */
|
|
86
|
-
openModal(): void {
|
|
87
|
-
this.setAttribute("open", "");
|
|
88
|
-
this.syncOpen();
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/** Closes the modal dialog. */
|
|
92
|
-
closeModal(): void {
|
|
93
|
-
this.removeAttribute("open");
|
|
94
|
-
closeModalDialog(this.dialogEl);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/** @deprecated Use openModal() */
|
|
98
|
-
open(): void {
|
|
99
|
-
this.openModal();
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/** @deprecated Use closeModal() */
|
|
103
|
-
close(): void {
|
|
104
|
-
this.closeModal();
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
private get dismissible(): boolean {
|
|
108
|
-
return this.getAttribute("dismissible") !== "false";
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
private readonly onClose = (): void => {
|
|
112
|
-
this.removeAttribute("open");
|
|
113
|
-
this.dispatchEvent(
|
|
114
|
-
new CustomEvent("viking-close", { bubbles: true, composed: true }),
|
|
115
|
-
);
|
|
116
|
-
};
|
|
117
|
-
|
|
118
|
-
private readonly onBackdropClick = (event: MouseEvent): void => {
|
|
119
|
-
if (!this.dismissible) {
|
|
120
|
-
return;
|
|
121
|
-
}
|
|
122
|
-
if (event.target === this.dialogEl) {
|
|
123
|
-
this.closeModal();
|
|
124
|
-
}
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
private syncOpen(): void {
|
|
128
|
-
if (!this.dialogEl) {
|
|
129
|
-
return;
|
|
130
|
-
}
|
|
131
|
-
const shouldOpen = this.hasAttribute("open");
|
|
132
|
-
if (shouldOpen && !this.dialogEl.open) {
|
|
133
|
-
showModalDialog(this.dialogEl);
|
|
134
|
-
queueMicrotask(() => {
|
|
135
|
-
const closeBtn = this.shadow.querySelector<HTMLButtonElement>(
|
|
136
|
-
".viking-modal-close",
|
|
137
|
-
);
|
|
138
|
-
(closeBtn ?? this.dialogEl)?.focus();
|
|
139
|
-
});
|
|
140
|
-
} else if (!shouldOpen && this.dialogEl.open) {
|
|
141
|
-
closeModalDialog(this.dialogEl);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
private updateTitle(): void {
|
|
146
|
-
const title = this.getAttribute("title") ?? "Dialog";
|
|
147
|
-
const heading = this.shadow.querySelector(".viking-modal-heading");
|
|
148
|
-
if (heading) {
|
|
149
|
-
heading.textContent = title;
|
|
150
|
-
}
|
|
151
|
-
this.dialogEl?.setAttribute("aria-label", title);
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
private render(): void {
|
|
155
|
-
const title = this.getAttribute("title") ?? "Dialog";
|
|
156
|
-
|
|
157
|
-
this.shadow.innerHTML = `
|
|
158
|
-
<dialog class="viking-modal-backdrop" aria-label="${escapeHtml(title)}" aria-modal="true">
|
|
159
|
-
<div class="viking-modal-panel" part="panel" role="document">
|
|
160
|
-
<header class="viking-modal-header" part="header">
|
|
161
|
-
<h2 class="viking-modal-heading" part="title">${escapeHtml(title)}</h2>
|
|
162
|
-
${this.dismissible ? `<button type="button" class="viking-modal-close" part="close" aria-label="Close dialog">${renderInlineIcon("x", 20)}</button>` : ""}
|
|
163
|
-
</header>
|
|
164
|
-
<div class="viking-modal-body" part="body"><slot></slot></div>
|
|
165
|
-
<footer class="viking-modal-footer" part="footer"><slot name="actions"></slot></footer>
|
|
166
|
-
</div>
|
|
167
|
-
</dialog>
|
|
168
|
-
`;
|
|
169
|
-
|
|
170
|
-
this.dialogEl = this.shadow.querySelector("dialog");
|
|
171
|
-
this.shadow
|
|
172
|
-
.querySelector(".viking-modal-close")
|
|
173
|
-
?.addEventListener("click", () => this.closeModal());
|
|
174
|
-
this.dialogEl?.addEventListener("keydown", (event) => {
|
|
175
|
-
if (event.key === "Escape" && this.dismissible) {
|
|
176
|
-
event.preventDefault();
|
|
177
|
-
this.closeModal();
|
|
178
|
-
}
|
|
179
|
-
});
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
export const registerVikingModalWc = (): void => {
|
|
184
|
-
defineCustomElement(VikingModalWc.tag, VikingModalWc);
|
|
185
|
-
defineCustomElementAlias(VikingModalWc.legacyTag, VikingModalWc);
|
|
186
|
-
defineCustomElementAlias(VikingModalWc.dialogTag, VikingModalWc);
|
|
187
|
-
};
|