@dataengineeringformachinelearning/viking-ui 4.0.4 → 4.0.6
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 +100 -64
- 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 +97 -3
- package/dist/viking-components.css +161 -70
- package/dist/viking-tokens.json +9 -7
- package/dist/viking-ui-elements.js +44 -32
- package/dist/viking-ui.css +1 -1
- package/dist/web-components.js +44 -32
- 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 -67
- 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 -495
- 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 -200
- 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 -162
- 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 -133
- package/src/lib/site-drakkar/site-navbar.scss +0 -2
- package/src/lib/site-drakkar/site-navbar.ts +0 -286
- 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 -40
- 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 -168
- 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 -1250
- 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 -1013
- 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 -272
- 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 -67
- 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 -495
- 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
|
@@ -1,62 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Drakkar — the Viking longship that carries the site shell (navbar, footer, nav links)
|
|
5
|
-
* across marketing, app, and backend surfaces.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/** Which DEML surface the Drakkar shell is rendering on (navbar + footer). */
|
|
9
|
-
export type SiteDrakkarContext = "app" | "marketing" | "backend" | "docs";
|
|
10
|
-
|
|
11
|
-
export interface SiteUrls {
|
|
12
|
-
app: string;
|
|
13
|
-
marketing: string;
|
|
14
|
-
backend: string;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export interface SiteNavLink {
|
|
18
|
-
id: string;
|
|
19
|
-
label: string;
|
|
20
|
-
icon: VikingIconName;
|
|
21
|
-
appHref: string;
|
|
22
|
-
marketingHref: string;
|
|
23
|
-
external?: boolean;
|
|
24
|
-
requireAuth?: boolean;
|
|
25
|
-
/** Routes served by deml.app — resolved to absolute app URLs off-app. */
|
|
26
|
-
platform?: boolean;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export interface SiteFooterLink {
|
|
30
|
-
label: string;
|
|
31
|
-
appHref: string;
|
|
32
|
-
marketingHref: string;
|
|
33
|
-
external?: boolean;
|
|
34
|
-
action?: "cookie-settings" | "bug-report";
|
|
35
|
-
/** Routes served by deml.app — resolved to absolute app URLs off-app. */
|
|
36
|
-
platform?: boolean;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export interface SiteFooterColumn {
|
|
40
|
-
title: string;
|
|
41
|
-
links: SiteFooterLink[];
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/** Primary navbar links (desktop + mobile). Shown on every surface. */
|
|
45
|
-
export const SITE_NAV_LINKS: readonly SiteNavLink[] = [
|
|
1
|
+
// src/lib/site-drakkar/site-drakkar.config.ts
|
|
2
|
+
var SITE_NAV_LINKS = [
|
|
46
3
|
{
|
|
47
4
|
id: "explore",
|
|
48
5
|
label: "Explore",
|
|
49
6
|
icon: "globe",
|
|
50
7
|
appHref: "/explore",
|
|
51
8
|
marketingHref: "/explore",
|
|
52
|
-
platform: true
|
|
9
|
+
platform: true
|
|
53
10
|
},
|
|
54
11
|
{
|
|
55
12
|
id: "documentation",
|
|
56
13
|
label: "Documentation",
|
|
57
14
|
icon: "file",
|
|
58
15
|
appHref: "https://dataengineeringformachinelearning.com/documentation/",
|
|
59
|
-
marketingHref: "/documentation"
|
|
16
|
+
marketingHref: "/documentation"
|
|
60
17
|
},
|
|
61
18
|
{
|
|
62
19
|
id: "dashboard",
|
|
@@ -65,7 +22,7 @@ export const SITE_NAV_LINKS: readonly SiteNavLink[] = [
|
|
|
65
22
|
appHref: "/dashboard",
|
|
66
23
|
marketingHref: "/dashboard",
|
|
67
24
|
requireAuth: true,
|
|
68
|
-
platform: true
|
|
25
|
+
platform: true
|
|
69
26
|
},
|
|
70
27
|
{
|
|
71
28
|
id: "sites",
|
|
@@ -74,7 +31,7 @@ export const SITE_NAV_LINKS: readonly SiteNavLink[] = [
|
|
|
74
31
|
appHref: "/settings",
|
|
75
32
|
marketingHref: "/settings",
|
|
76
33
|
requireAuth: true,
|
|
77
|
-
platform: true
|
|
34
|
+
platform: true
|
|
78
35
|
},
|
|
79
36
|
{
|
|
80
37
|
id: "account",
|
|
@@ -83,11 +40,10 @@ export const SITE_NAV_LINKS: readonly SiteNavLink[] = [
|
|
|
83
40
|
appHref: "/account",
|
|
84
41
|
marketingHref: "/account",
|
|
85
42
|
requireAuth: true,
|
|
86
|
-
platform: true
|
|
87
|
-
}
|
|
88
|
-
]
|
|
89
|
-
|
|
90
|
-
export const SITE_FOOTER_COLUMNS: readonly SiteFooterColumn[] = [
|
|
43
|
+
platform: true
|
|
44
|
+
}
|
|
45
|
+
];
|
|
46
|
+
var SITE_FOOTER_COLUMNS = [
|
|
91
47
|
{
|
|
92
48
|
title: "Platform",
|
|
93
49
|
links: [
|
|
@@ -95,33 +51,33 @@ export const SITE_FOOTER_COLUMNS: readonly SiteFooterColumn[] = [
|
|
|
95
51
|
label: "Explore",
|
|
96
52
|
appHref: "/explore",
|
|
97
53
|
marketingHref: "/explore",
|
|
98
|
-
platform: true
|
|
54
|
+
platform: true
|
|
99
55
|
},
|
|
100
56
|
{
|
|
101
57
|
label: "Dashboard",
|
|
102
58
|
appHref: "/dashboard",
|
|
103
59
|
marketingHref: "/dashboard",
|
|
104
|
-
platform: true
|
|
60
|
+
platform: true
|
|
105
61
|
},
|
|
106
62
|
{
|
|
107
63
|
label: "Sites",
|
|
108
64
|
appHref: "/settings",
|
|
109
65
|
marketingHref: "/settings",
|
|
110
|
-
platform: true
|
|
66
|
+
platform: true
|
|
111
67
|
},
|
|
112
68
|
{
|
|
113
69
|
label: "Account",
|
|
114
70
|
appHref: "/account",
|
|
115
71
|
marketingHref: "/account",
|
|
116
|
-
platform: true
|
|
72
|
+
platform: true
|
|
117
73
|
},
|
|
118
74
|
{
|
|
119
75
|
label: "Platform Status",
|
|
120
76
|
appHref: "/status/platform-status",
|
|
121
77
|
marketingHref: "/status/platform-status",
|
|
122
|
-
platform: true
|
|
123
|
-
}
|
|
124
|
-
]
|
|
78
|
+
platform: true
|
|
79
|
+
}
|
|
80
|
+
]
|
|
125
81
|
},
|
|
126
82
|
{
|
|
127
83
|
title: "Resources",
|
|
@@ -129,19 +85,19 @@ export const SITE_FOOTER_COLUMNS: readonly SiteFooterColumn[] = [
|
|
|
129
85
|
{
|
|
130
86
|
label: "Documentation",
|
|
131
87
|
appHref: "https://dataengineeringformachinelearning.com/documentation/",
|
|
132
|
-
marketingHref: "/documentation"
|
|
88
|
+
marketingHref: "/documentation"
|
|
133
89
|
},
|
|
134
90
|
{
|
|
135
91
|
label: "Whitepaper",
|
|
136
92
|
appHref: "https://dataengineeringformachinelearning.com/whitepaper/",
|
|
137
|
-
marketingHref: "/whitepaper"
|
|
93
|
+
marketingHref: "/whitepaper"
|
|
138
94
|
},
|
|
139
95
|
{
|
|
140
96
|
label: "Book",
|
|
141
97
|
appHref: "https://dataengineeringformachinelearning.com/book/",
|
|
142
|
-
marketingHref: "/book"
|
|
143
|
-
}
|
|
144
|
-
]
|
|
98
|
+
marketingHref: "/book"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
145
101
|
},
|
|
146
102
|
{
|
|
147
103
|
title: "Support",
|
|
@@ -150,15 +106,15 @@ export const SITE_FOOTER_COLUMNS: readonly SiteFooterColumn[] = [
|
|
|
150
106
|
label: "Platform Status",
|
|
151
107
|
appHref: "/status/platform-status",
|
|
152
108
|
marketingHref: "/status/platform-status",
|
|
153
|
-
platform: true
|
|
109
|
+
platform: true
|
|
154
110
|
},
|
|
155
111
|
{
|
|
156
112
|
label: "Report a Bug",
|
|
157
113
|
appHref: "#",
|
|
158
114
|
marketingHref: "#",
|
|
159
|
-
action: "bug-report"
|
|
160
|
-
}
|
|
161
|
-
]
|
|
115
|
+
action: "bug-report"
|
|
116
|
+
}
|
|
117
|
+
]
|
|
162
118
|
},
|
|
163
119
|
{
|
|
164
120
|
title: "Legal & Compliance",
|
|
@@ -166,39 +122,36 @@ export const SITE_FOOTER_COLUMNS: readonly SiteFooterColumn[] = [
|
|
|
166
122
|
{
|
|
167
123
|
label: "Privacy Policy",
|
|
168
124
|
appHref: "https://dataengineeringformachinelearning.com/privacy/",
|
|
169
|
-
marketingHref: "/privacy"
|
|
125
|
+
marketingHref: "/privacy"
|
|
170
126
|
},
|
|
171
127
|
{
|
|
172
128
|
label: "Terms of Service",
|
|
173
129
|
appHref: "https://dataengineeringformachinelearning.com/terms/",
|
|
174
|
-
marketingHref: "/terms"
|
|
130
|
+
marketingHref: "/terms"
|
|
175
131
|
},
|
|
176
132
|
{
|
|
177
133
|
label: "SOC2 Compliance",
|
|
178
134
|
appHref: "https://dataengineeringformachinelearning.com/compliance/",
|
|
179
|
-
marketingHref: "/compliance"
|
|
135
|
+
marketingHref: "/compliance"
|
|
180
136
|
},
|
|
181
137
|
{
|
|
182
138
|
label: "GDPR Compliance",
|
|
183
139
|
appHref: "https://dataengineeringformachinelearning.com/privacy/#gdpr",
|
|
184
|
-
marketingHref: "/privacy#gdpr"
|
|
140
|
+
marketingHref: "/privacy#gdpr"
|
|
185
141
|
},
|
|
186
142
|
{
|
|
187
143
|
label: "Cookie Settings",
|
|
188
144
|
appHref: "#",
|
|
189
145
|
marketingHref: "#",
|
|
190
|
-
action: "cookie-settings"
|
|
191
|
-
}
|
|
192
|
-
]
|
|
193
|
-
}
|
|
194
|
-
]
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
const isAbsoluteUrl = (href: string): boolean => /^https?:\/\//i.test(href);
|
|
200
|
-
|
|
201
|
-
const joinBase = (base: string, path: string): string => {
|
|
146
|
+
action: "cookie-settings"
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
}
|
|
150
|
+
];
|
|
151
|
+
var BUG_REPORT_QUERY = "reportBug=1";
|
|
152
|
+
var COOKIE_SETTINGS_QUERY = "cookieSettings=1";
|
|
153
|
+
var isAbsoluteUrl = (href) => /^https?:\/\//i.test(href);
|
|
154
|
+
var joinBase = (base, path) => {
|
|
202
155
|
if (isAbsoluteUrl(path)) {
|
|
203
156
|
return path;
|
|
204
157
|
}
|
|
@@ -206,14 +159,9 @@ const joinBase = (base: string, path: string): string => {
|
|
|
206
159
|
const normalizedPath = path.startsWith("/") ? path : `/${path}`;
|
|
207
160
|
return `${normalizedBase}${normalizedPath}`;
|
|
208
161
|
};
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
export const cookieSettingsHref = (urls: SiteUrls): string =>
|
|
214
|
-
`${joinBase(urls.marketing, "/")}?${COOKIE_SETTINGS_QUERY}`;
|
|
215
|
-
|
|
216
|
-
const resolveMarketingContentHref = (href: string, urls: SiteUrls): string => {
|
|
162
|
+
var bugReportHref = (urls) => `${joinBase(urls.app, "/")}?${BUG_REPORT_QUERY}`;
|
|
163
|
+
var cookieSettingsHref = (urls) => `${joinBase(urls.marketing, "/")}?${COOKIE_SETTINGS_QUERY}`;
|
|
164
|
+
var resolveMarketingContentHref = (href, urls) => {
|
|
217
165
|
if (isAbsoluteUrl(href)) {
|
|
218
166
|
return href;
|
|
219
167
|
}
|
|
@@ -222,23 +170,13 @@ const resolveMarketingContentHref = (href: string, urls: SiteUrls): string => {
|
|
|
222
170
|
}
|
|
223
171
|
return href.startsWith("/") ? href : joinBase(urls.marketing, href);
|
|
224
172
|
};
|
|
225
|
-
|
|
226
|
-
const resolvePlatformHref = (
|
|
227
|
-
href: string,
|
|
228
|
-
context: SiteDrakkarContext,
|
|
229
|
-
urls: SiteUrls,
|
|
230
|
-
): string => {
|
|
173
|
+
var resolvePlatformHref = (href, context, urls) => {
|
|
231
174
|
if (context === "app") {
|
|
232
175
|
return href;
|
|
233
176
|
}
|
|
234
177
|
return joinBase(urls.app, href);
|
|
235
178
|
};
|
|
236
|
-
|
|
237
|
-
export const resolveNavHref = (
|
|
238
|
-
link: SiteNavLink,
|
|
239
|
-
context: SiteDrakkarContext,
|
|
240
|
-
urls: SiteUrls,
|
|
241
|
-
): string => {
|
|
179
|
+
var resolveNavHref = (link, context, urls) => {
|
|
242
180
|
if (link.platform) {
|
|
243
181
|
return resolvePlatformHref(link.appHref, context, urls);
|
|
244
182
|
}
|
|
@@ -247,12 +185,7 @@ export const resolveNavHref = (
|
|
|
247
185
|
}
|
|
248
186
|
return resolveMarketingContentHref(link.marketingHref, urls);
|
|
249
187
|
};
|
|
250
|
-
|
|
251
|
-
export const resolveFooterHref = (
|
|
252
|
-
link: SiteFooterLink,
|
|
253
|
-
context: SiteDrakkarContext,
|
|
254
|
-
urls: SiteUrls,
|
|
255
|
-
): string => {
|
|
188
|
+
var resolveFooterHref = (link, context, urls) => {
|
|
256
189
|
if (link.action === "bug-report") {
|
|
257
190
|
return context === "app" ? "#" : bugReportHref(urls);
|
|
258
191
|
}
|
|
@@ -267,29 +200,30 @@ export const resolveFooterHref = (
|
|
|
267
200
|
}
|
|
268
201
|
return resolveMarketingContentHref(link.marketingHref, urls);
|
|
269
202
|
};
|
|
270
|
-
|
|
271
|
-
export const resolveBrandHref = (
|
|
272
|
-
context: SiteDrakkarContext,
|
|
273
|
-
urls: SiteUrls,
|
|
274
|
-
): string => {
|
|
203
|
+
var resolveBrandHref = (context, urls) => {
|
|
275
204
|
if (context === "marketing") {
|
|
276
205
|
return "/";
|
|
277
206
|
}
|
|
278
207
|
return urls.marketing;
|
|
279
208
|
};
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
links: readonly SiteNavLink[],
|
|
284
|
-
isAuthenticated = false,
|
|
285
|
-
): SiteNavLink[] =>
|
|
286
|
-
links.filter((link) => !link.requireAuth || isAuthenticated);
|
|
287
|
-
|
|
288
|
-
export const isAppRouterPath = (href: string): boolean =>
|
|
289
|
-
!isAbsoluteUrl(href) && href.startsWith("/");
|
|
290
|
-
|
|
291
|
-
export const DEFAULT_SITE_URLS: SiteUrls = {
|
|
209
|
+
var visibleNavLinks = (links, isAuthenticated = false) => links.filter((link) => !link.requireAuth || isAuthenticated);
|
|
210
|
+
var isAppRouterPath = (href) => !isAbsoluteUrl(href) && href.startsWith("/");
|
|
211
|
+
var DEFAULT_SITE_URLS = {
|
|
292
212
|
app: "https://deml.app",
|
|
293
213
|
marketing: "https://dataengineeringformachinelearning.com",
|
|
294
|
-
backend: "https://backend.deml.app"
|
|
214
|
+
backend: "https://backend.deml.app"
|
|
215
|
+
};
|
|
216
|
+
export {
|
|
217
|
+
BUG_REPORT_QUERY,
|
|
218
|
+
COOKIE_SETTINGS_QUERY,
|
|
219
|
+
DEFAULT_SITE_URLS,
|
|
220
|
+
SITE_FOOTER_COLUMNS,
|
|
221
|
+
SITE_NAV_LINKS,
|
|
222
|
+
bugReportHref,
|
|
223
|
+
cookieSettingsHref,
|
|
224
|
+
isAppRouterPath,
|
|
225
|
+
resolveBrandHref,
|
|
226
|
+
resolveFooterHref,
|
|
227
|
+
resolveNavHref,
|
|
228
|
+
visibleNavLinks
|
|
295
229
|
};
|
|
@@ -299,13 +299,15 @@
|
|
|
299
299
|
"controlHeightXs": "24px",
|
|
300
300
|
"btnMinWidth": "120px",
|
|
301
301
|
"touchTargetMin": "44px",
|
|
302
|
-
"pageGutter": "
|
|
303
|
-
"pageGutterLg": "
|
|
304
|
-
"pageStackGap": "
|
|
305
|
-
"pageSectionGap": "
|
|
306
|
-
"cardPadding": "
|
|
307
|
-
"cardPaddingCompact": "
|
|
308
|
-
"
|
|
302
|
+
"pageGutter": "24px",
|
|
303
|
+
"pageGutterLg": "32px",
|
|
304
|
+
"pageStackGap": "32px",
|
|
305
|
+
"pageSectionGap": "48px",
|
|
306
|
+
"cardPadding": "32px",
|
|
307
|
+
"cardPaddingCompact": "24px",
|
|
308
|
+
"cardContentGap": "24px",
|
|
309
|
+
"cardContentGapCompact": "16px",
|
|
310
|
+
"panelPadding": "32px",
|
|
309
311
|
"formMaxWidth": "42rem",
|
|
310
312
|
"formNarrowMaxWidth": "28rem",
|
|
311
313
|
"contentReadableMaxWidth": "48rem"
|
|
@@ -125,6 +125,25 @@ type VikingDrakkarIconName = keyof typeof VIKING_DRAKKAR_ICON_PATHS;
|
|
|
125
125
|
declare const VIKING_BRAND_ICON_NAMES_LIST: VikingBrandIconName[];
|
|
126
126
|
declare const VIKING_DRAKKAR_ICON_NAMES_LIST: VikingDrakkarIconName[];
|
|
127
127
|
|
|
128
|
+
/** Official platform brand colors — exception for recognizable integration marks (same policy as Google/Apple in viking-icon). */
|
|
129
|
+
declare const VIKING_INTEGRATION_BRAND_COLORS: {
|
|
130
|
+
readonly kubernetes: "#326CE5";
|
|
131
|
+
readonly tensorflow: "#FF6F00";
|
|
132
|
+
readonly pytorch: "#EE4C2C";
|
|
133
|
+
readonly "apache-spark": "#E25A1C";
|
|
134
|
+
readonly databricks: "#FF3621";
|
|
135
|
+
readonly "aws-redshift": "#8C4FFF";
|
|
136
|
+
};
|
|
137
|
+
type VikingIntegrationBrandName = keyof typeof VIKING_INTEGRATION_BRAND_COLORS;
|
|
138
|
+
declare const VIKING_INTEGRATION_BRAND_NAMES: VikingIntegrationBrandName[];
|
|
139
|
+
declare const isIntegrationBrandIcon: (name: string) => name is VikingIntegrationBrandName;
|
|
140
|
+
/** Multi-path brand SVG markup (24×24 viewBox) — official product logos at brand hue. */
|
|
141
|
+
declare const VIKING_INTEGRATION_BRAND_SVGS: Record<VikingIntegrationBrandName, string>;
|
|
142
|
+
/** Path markup for icon registry / viking-icon-paths.json sync. */
|
|
143
|
+
declare const VIKING_INTEGRATION_ICON_PATHS: Record<VikingIntegrationBrandName, string>;
|
|
144
|
+
type VikingIntegrationIconName = VikingIntegrationBrandName;
|
|
145
|
+
declare const VIKING_INTEGRATION_ICON_NAMES_LIST: ("kubernetes" | "tensorflow" | "pytorch" | "apache-spark" | "databricks" | "aws-redshift")[];
|
|
146
|
+
|
|
128
147
|
/**
|
|
129
148
|
* Zero-dependency inline SVG icon registry (24×24 stroke icons).
|
|
130
149
|
* Lucide paths are synced at build time; DEML brand marks are custom artwork.
|
|
@@ -237,8 +256,12 @@ declare const VIKING_ICON_PATHS$1: {
|
|
|
237
256
|
readonly "user-shield": "<path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"M6.376 18.91a6 6 0 0 1 11.249.003\"/><circle cx=\"12\" cy=\"11\" r=\"4\"/>";
|
|
238
257
|
readonly x: "<path d=\"M18 6 6 18\"/><path d=\"m6 6 12 12\"/>";
|
|
239
258
|
};
|
|
259
|
+
/** Filled-path overrides used when variant="filled" (brand marks, solid shapes). */
|
|
260
|
+
declare const VIKING_ICON_FILLED_PATHS: Partial<Record<VikingIconName$1, string>>;
|
|
240
261
|
/** Legacy Material Icons ligature names → Viking icon registry keys. */
|
|
241
262
|
declare const MATERIAL_ICON_ALIASES: Record<string, VikingIconName$1>;
|
|
263
|
+
/** Icons always rendered with fill (play triangle, dot grids). */
|
|
264
|
+
declare const VIKING_FILLED_ICON_NAMES: readonly ["play", "dots-horizontal", "dots-vertical", "grip-vertical"];
|
|
242
265
|
/** OAuth / vendor marks rendered with official brand artwork in viking-icon. */
|
|
243
266
|
declare const VIKING_BRAND_ICON_NAMES: readonly ["google", "apple", ...("deml" | "deml-compact" | "deml-lockup")[]];
|
|
244
267
|
declare const vikingIconViewBox: (_name: VikingIconName$1) => string;
|
|
@@ -310,6 +333,7 @@ interface VikingToastInstance extends Required<Omit<VikingToastOptions, "heading
|
|
|
310
333
|
|
|
311
334
|
/** Fixed series palette — keep in sync with viking-tokens.json and THEME.md §8.4 */
|
|
312
335
|
declare const VIKING_SERIES_PRESETS: readonly ["var(--viking-electric-500)", "var(--viking-crimson-600)", "var(--viking-green-500)", "var(--viking-gold-500)", "var(--viking-crimson-500)", "var(--viking-blue-500)", "var(--viking-charcoal-700)", "var(--viking-metallic-500)"];
|
|
336
|
+
declare const VIKING_SERIES_DEFAULT: "var(--viking-electric-500)";
|
|
313
337
|
type VikingSeriesPreset = (typeof VIKING_SERIES_PRESETS)[number];
|
|
314
338
|
|
|
315
339
|
/** Registers a component as a ControlValueAccessor. */
|
|
@@ -442,6 +466,38 @@ declare class VikingCardWc extends HTMLElementBase {
|
|
|
442
466
|
}
|
|
443
467
|
declare const registerVikingCardWc: () => void;
|
|
444
468
|
|
|
469
|
+
/**
|
|
470
|
+
* Framework-agnostic Viking field stack Web Component.
|
|
471
|
+
* Tag: `viking-field` (legacy alias: `viking-field-wc`)
|
|
472
|
+
*
|
|
473
|
+
* @attr label - Visible field label
|
|
474
|
+
* @attr description - Helper text below the control
|
|
475
|
+
* @attr error - Validation message; sets aria-invalid on the slotted control
|
|
476
|
+
* @attr required - Adds a non-color-only required marker
|
|
477
|
+
* @attr width - full | half
|
|
478
|
+
*
|
|
479
|
+
* @slot default - Form control, usually `viking-input`, `viking-select`, or native input/select
|
|
480
|
+
*/
|
|
481
|
+
declare class VikingFieldWc extends HTMLElementBase {
|
|
482
|
+
static readonly tag = "viking-field";
|
|
483
|
+
static readonly legacyTag = "viking-field-wc";
|
|
484
|
+
static get observedAttributes(): string[];
|
|
485
|
+
private readonly shadow;
|
|
486
|
+
private readonly labelId;
|
|
487
|
+
private readonly descriptionId;
|
|
488
|
+
private readonly errorId;
|
|
489
|
+
private slotEl;
|
|
490
|
+
constructor();
|
|
491
|
+
connectedCallback(): void;
|
|
492
|
+
disconnectedCallback(): void;
|
|
493
|
+
attributeChangedCallback(): void;
|
|
494
|
+
private get control();
|
|
495
|
+
private readonly focusControl;
|
|
496
|
+
private readonly syncControlA11y;
|
|
497
|
+
private render;
|
|
498
|
+
}
|
|
499
|
+
declare const registerVikingFieldWc: () => void;
|
|
500
|
+
|
|
445
501
|
/**
|
|
446
502
|
* Framework-agnostic Viking input Web Component with form association.
|
|
447
503
|
* Tag: `viking-input` (legacy alias: `viking-input-wc`)
|
|
@@ -636,6 +692,42 @@ declare class VikingSuiteSearchPaletteWc extends HTMLElementBase {
|
|
|
636
692
|
}
|
|
637
693
|
declare const registerVikingSuiteSearchPaletteWc: () => void;
|
|
638
694
|
|
|
695
|
+
/**
|
|
696
|
+
* Unified framework-agnostic DEML suite header.
|
|
697
|
+
* Tag: `viking-suite-header`
|
|
698
|
+
*
|
|
699
|
+
* @attr context - Surface: app | marketing | backend | docs (auto-detected when omitted)
|
|
700
|
+
* @attr authenticated - Render the user menu instead of Sign In
|
|
701
|
+
* @attr user-name - Display name for the authenticated user menu
|
|
702
|
+
* @attr user-email - Secondary user menu label
|
|
703
|
+
* @attr sign-in-href - Fallback href for static Sign In navigation
|
|
704
|
+
*/
|
|
705
|
+
declare class VikingSuiteHeaderWc extends HTMLElementBase {
|
|
706
|
+
static readonly tag = "viking-suite-header";
|
|
707
|
+
static get observedAttributes(): string[];
|
|
708
|
+
private readonly shadow;
|
|
709
|
+
private menuOpen;
|
|
710
|
+
private userMenuOpen;
|
|
711
|
+
private paletteEl;
|
|
712
|
+
constructor();
|
|
713
|
+
connectedCallback(): void;
|
|
714
|
+
disconnectedCallback(): void;
|
|
715
|
+
attributeChangedCallback(): void;
|
|
716
|
+
openSearch(): void;
|
|
717
|
+
private readonly onDocumentClick;
|
|
718
|
+
private readonly onSearchClick;
|
|
719
|
+
private readonly onMenuClick;
|
|
720
|
+
private readonly onUserClick;
|
|
721
|
+
private readonly onSignInClick;
|
|
722
|
+
private readonly onSignOutClick;
|
|
723
|
+
private syncOpenState;
|
|
724
|
+
private renderNavLinks;
|
|
725
|
+
private renderAuth;
|
|
726
|
+
private getDashboardHref;
|
|
727
|
+
private render;
|
|
728
|
+
}
|
|
729
|
+
declare const registerVikingSuiteHeaderWc: () => void;
|
|
730
|
+
|
|
639
731
|
/**
|
|
640
732
|
* Framework-agnostic native select Web Component with form association.
|
|
641
733
|
* Tag: `viking-select` (legacy alias: `viking-select-wc`)
|
|
@@ -904,6 +996,8 @@ declare class VikingSiteNavbar {
|
|
|
904
996
|
protected toggleMobileMenu(): void;
|
|
905
997
|
protected closeMobileMenu(): void;
|
|
906
998
|
protected openSearch(): void;
|
|
999
|
+
protected closeMobileMenuOnDesktop(): void;
|
|
1000
|
+
protected closeMobileMenuOnEscape(): void;
|
|
907
1001
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<VikingSiteNavbar, never>;
|
|
908
1002
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<VikingSiteNavbar, "viking-site-navbar", never, { "context": { "alias": "context"; "required": false; "isSignal": true; }; "urls": { "alias": "urls"; "required": false; "isSignal": true; }; "isAuthenticated": { "alias": "isAuthenticated"; "required": false; "isSignal": true; }; "isBusy": { "alias": "isBusy"; "required": false; "isSignal": true; }; "theme": { "alias": "theme"; "required": false; "isSignal": true; }; "showSearch": { "alias": "showSearch"; "required": false; "isSignal": true; }; }, { "login": "login"; "logout": "logout"; "themeToggle": "themeToggle"; "searchOpen": "searchOpen"; }, never, never, true, never>;
|
|
909
1003
|
}
|
|
@@ -1116,7 +1210,7 @@ declare class VikingButton {
|
|
|
1116
1210
|
readonly kbd: _angular_core.InputSignal<string | null>;
|
|
1117
1211
|
readonly label: _angular_core.InputSignal<string>;
|
|
1118
1212
|
readonly pressed: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1119
|
-
protected readonly iconSize: _angular_core.Signal<
|
|
1213
|
+
protected readonly iconSize: _angular_core.Signal<20 | 18>;
|
|
1120
1214
|
protected onPress: (event: Event) => void;
|
|
1121
1215
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<VikingButton, never>;
|
|
1122
1216
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<VikingButton, "viking-button", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconTrailing": { "alias": "iconTrailing"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "square": { "alias": "square"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "kbd": { "alias": "kbd"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, { "pressed": "pressed"; }, never, ["*"], true, never>;
|
|
@@ -2655,5 +2749,5 @@ declare class VikingSuiteSearchPalette implements OnInit, AfterViewInit {
|
|
|
2655
2749
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<VikingSuiteSearchPalette, "viking-suite-search-palette", never, { "context": { "alias": "context"; "required": false; "isSignal": true; }; "urls": { "alias": "urls"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "bindShortcut": { "alias": "bindShortcut"; "required": false; "isSignal": true; }; "onRegister": { "alias": "onRegister"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2656
2750
|
}
|
|
2657
2751
|
|
|
2658
|
-
export { BUG_REPORT_QUERY, COOKIE_SETTINGS_QUERY, DEFAULT_SITE_URLS, MATERIAL_ICON_ALIASES, SITE_FOOTER_COLUMNS, SITE_NAV_LINKS, VIKING_BRAND_ICON_FILLED_PATHS, VIKING_BRAND_ICON_NAMES, VIKING_BRAND_ICON_NAMES_LIST, VIKING_BRAND_ICON_PATHS, VIKING_DRAKKAR_ICON_FILLED_PATHS, VIKING_DRAKKAR_ICON_NAMES_LIST, VIKING_DRAKKAR_ICON_PATHS, VIKING_ICON_NAMES, VIKING_ICON_PATHS$1 as VIKING_ICON_PATHS, VIKING_ICON_SIZE_PRESETS, VIKING_LUCIDE_ICON_NAMES, VIKING_TABS, VIKING_TOGGLE_GROUP, VikingAccordion, VikingAccordionItem, VikingAppHeader, VikingAppSidebar, VikingAuthPanel, VikingAutocomplete, VikingAvatar, VikingBadge, VikingBadgeWc, VikingBar, VikingBrand, VikingBreadcrumbs, VikingButton, VikingButtonGroup, VikingButtonWc, VikingCalendar, VikingCallout, VikingCalloutWc, VikingCard, VikingCardFooter, VikingCardHeader, VikingCardTitle, VikingCardWc, VikingCarousel, VikingCarouselSlide, VikingChart, VikingChartCardHeader, VikingChartEmptyState, VikingChartPanel, VikingCheckbox, VikingColorPicker, VikingCommand, VikingComposer, VikingConfirmDialog, VikingContext, VikingControl, VikingDatePicker, VikingDialogService, VikingDropdown, VikingEditor, VikingEmptyState, VikingFab, VikingField, VikingFileUpload, VikingFooter, VikingFormPanel, VikingFormSection, VikingGaugeArc, VikingHeading, VikingHudPanel, VikingIcon, VikingIconBadge, VikingIcon as VikingIconComponent, VikingIconHeading, VikingIconText, VikingInput, VikingInputWc, VikingKanban, VikingKbd, VikingLabel, VikingLoadingOverlay, VikingMenuItem, VikingMenubar, VikingMenubarItem, VikingMetricCard, VikingMetricRow, VikingModal, VikingModalWc, VikingNativeSelect, VikingNavbar, VikingNavbarItem, VikingNavigationMenu, VikingOtpInput, VikingPageBackLink, VikingPageHeader, VikingPagination, VikingPillbox, VikingPopover, VikingProfile, VikingProgress, VikingRadioGroup, VikingRingGauge, VikingScrollArea, VikingSearchPalette, VikingSearchPaletteWc, VikingSelect, VikingSelectWc, VikingSeparator, VikingSheet, VikingSidebarNav, VikingSidebarNavLink, VikingSidebarNavTree, VikingSidebarNavTreeChildren, VikingSidebarNavTreeHeader, VikingSidebarNavTreeItem, VikingSiteFooter, VikingSiteNavbar, VikingSkeleton, VikingSlider, VikingSpinner, VikingStatusMetricRow, VikingSuiteSearchPalette, VikingSuiteSearchPaletteWc, VikingSwitch, VikingTab, VikingTabPanel, VikingTable, VikingTabs, VikingText, VikingTextarea, VikingThemeToggle, VikingThemeToggleWc, VikingTimePicker, VikingTimeline, VikingTimelineItem, VikingToastService, VikingToaster, VikingToggle, VikingToggleGroup, VikingTooltip, VikingUptimeBar, VikingVerificationCodeField, VikingWhitepaperCta, VikingWizard, bugReportHref, buildSuiteSearchItems, clampChartWindow, cookieSettingsHref, fullChartWindow, isAppRouterPath, panChartWindow, provideVikingCva, registerVikingBadgeWc, registerVikingButtonWc, registerVikingCalloutWc, registerVikingCardWc, registerVikingElements, registerVikingInputWc, registerVikingModalWc, registerVikingSearchPaletteWc, registerVikingSelectWc, registerVikingSuiteSearchPaletteWc, registerVikingThemeToggleWc, resolveBrandHref, resolveFooterHref, resolveNavHref, resolveVikingIcon, resolveVikingIconColor, resolveVikingIconSize, sliceChartData, vikingIconViewBox, visibleNavLinks, zoomChartWindow };
|
|
2659
|
-
export type { ChartZoomWindow, SiteDrakkarContext, SiteFooterColumn, SiteFooterLink, SiteNavLink, SiteUrls, SuiteSearchItem, VikingBrandIconName, VikingBreadcrumb, VikingButtonVariant, VikingChartCurve, VikingChartEmptyLayout, VikingChartEmptyTone, VikingChartKind, VikingChartPanelBody, VikingChartPanelSize, VikingChartSeries, VikingCommandItem, VikingConfirmDialogData, VikingDialogKind, VikingDialogState, VikingDonutSegment, VikingDrakkarIconName, VikingFormSectionLayout, VikingIconBadgeTone, VikingIconName$1 as VikingIconName, VikingIconSizePreset, VikingKanbanCard, VikingKanbanColumn, VikingKanbanMove, VikingNavItem, VikingSearchPaletteItem, VikingSelectOption, VikingSelectWidth, VikingSeriesPreset, VikingSheetSide, VikingSidebarNavTreeItemVariant, VikingSize, VikingToastInstance, VikingToastOptions, VikingTone, VikingUptimeStatus, VikingWcTone, VikingWizardStep };
|
|
2752
|
+
export { BUG_REPORT_QUERY, COOKIE_SETTINGS_QUERY, DEFAULT_SITE_URLS, MATERIAL_ICON_ALIASES, SITE_FOOTER_COLUMNS, SITE_NAV_LINKS, VIKING_BRAND_ICON_FILLED_PATHS, VIKING_BRAND_ICON_NAMES, VIKING_BRAND_ICON_NAMES_LIST, VIKING_BRAND_ICON_PATHS, VIKING_DRAKKAR_ICON_FILLED_PATHS, VIKING_DRAKKAR_ICON_NAMES_LIST, VIKING_DRAKKAR_ICON_PATHS, VIKING_FILLED_ICON_NAMES, VIKING_ICON_FILLED_PATHS, VIKING_ICON_NAMES, VIKING_ICON_PATHS$1 as VIKING_ICON_PATHS, VIKING_ICON_SIZE_PRESETS, VIKING_INTEGRATION_BRAND_COLORS, VIKING_INTEGRATION_BRAND_NAMES, VIKING_INTEGRATION_BRAND_SVGS, VIKING_INTEGRATION_ICON_NAMES_LIST, VIKING_INTEGRATION_ICON_PATHS, VIKING_LUCIDE_ICON_NAMES, VIKING_SERIES_DEFAULT, VIKING_SERIES_PRESETS, VIKING_TABS, VIKING_TOGGLE_GROUP, VikingAccordion, VikingAccordionItem, VikingAppHeader, VikingAppSidebar, VikingAuthPanel, VikingAutocomplete, VikingAvatar, VikingBadge, VikingBadgeWc, VikingBar, VikingBrand, VikingBreadcrumbs, VikingButton, VikingButtonGroup, VikingButtonWc, VikingCalendar, VikingCallout, VikingCalloutWc, VikingCard, VikingCardFooter, VikingCardHeader, VikingCardTitle, VikingCardWc, VikingCarousel, VikingCarouselSlide, VikingChart, VikingChartCardHeader, VikingChartEmptyState, VikingChartPanel, VikingCheckbox, VikingColorPicker, VikingCommand, VikingComposer, VikingConfirmDialog, VikingContext, VikingControl, VikingDatePicker, VikingDialogService, VikingDropdown, VikingEditor, VikingEmptyState, VikingFab, VikingField, VikingFieldWc, VikingFileUpload, VikingFooter, VikingFormPanel, VikingFormSection, VikingGaugeArc, VikingHeading, VikingHudPanel, VikingIcon, VikingIconBadge, VikingIcon as VikingIconComponent, VikingIconHeading, VikingIconText, VikingInput, VikingInputWc, VikingKanban, VikingKbd, VikingLabel, VikingLoadingOverlay, VikingMenuItem, VikingMenubar, VikingMenubarItem, VikingMetricCard, VikingMetricRow, VikingModal, VikingModalWc, VikingNativeSelect, VikingNavbar, VikingNavbarItem, VikingNavigationMenu, VikingOtpInput, VikingPageBackLink, VikingPageHeader, VikingPagination, VikingPillbox, VikingPopover, VikingProfile, VikingProgress, VikingRadioGroup, VikingRingGauge, VikingScrollArea, VikingSearchPalette, VikingSearchPaletteWc, VikingSelect, VikingSelectWc, VikingSeparator, VikingSheet, VikingSidebarNav, VikingSidebarNavLink, VikingSidebarNavTree, VikingSidebarNavTreeChildren, VikingSidebarNavTreeHeader, VikingSidebarNavTreeItem, VikingSiteFooter, VikingSiteNavbar, VikingSkeleton, VikingSlider, VikingSpinner, VikingStatusMetricRow, VikingSuiteHeaderWc, VikingSuiteSearchPalette, VikingSuiteSearchPaletteWc, VikingSwitch, VikingTab, VikingTabPanel, VikingTable, VikingTabs, VikingText, VikingTextarea, VikingThemeToggle, VikingThemeToggleWc, VikingTimePicker, VikingTimeline, VikingTimelineItem, VikingToastService, VikingToaster, VikingToggle, VikingToggleGroup, VikingTooltip, VikingUptimeBar, VikingVerificationCodeField, VikingWhitepaperCta, VikingWizard, bugReportHref, buildSuiteSearchItems, clampChartWindow, cookieSettingsHref, fullChartWindow, isAppRouterPath, isIntegrationBrandIcon, panChartWindow, provideVikingCva, registerVikingBadgeWc, registerVikingButtonWc, registerVikingCalloutWc, registerVikingCardWc, registerVikingElements, registerVikingFieldWc, registerVikingInputWc, registerVikingModalWc, registerVikingSearchPaletteWc, registerVikingSelectWc, registerVikingSuiteHeaderWc, registerVikingSuiteSearchPaletteWc, registerVikingThemeToggleWc, resolveBrandHref, resolveFooterHref, resolveNavHref, resolveVikingIcon, resolveVikingIconColor, resolveVikingIconSize, sliceChartData, vikingIconViewBox, visibleNavLinks, zoomChartWindow };
|
|
2753
|
+
export type { ChartZoomWindow, SiteDrakkarContext, SiteFooterColumn, SiteFooterLink, SiteNavLink, SiteUrls, SuiteSearchItem, VikingBrandIconName, VikingBreadcrumb, VikingButtonVariant, VikingChartCurve, VikingChartEmptyLayout, VikingChartEmptyTone, VikingChartKind, VikingChartPanelBody, VikingChartPanelSize, VikingChartSeries, VikingCommandItem, VikingConfirmDialogData, VikingDialogKind, VikingDialogState, VikingDonutSegment, VikingDrakkarIconName, VikingFormSectionLayout, VikingIconBadgeTone, VikingIconColorToken, VikingIconName$1 as VikingIconName, VikingIconSizePreset, VikingIconVariant, VikingIntegrationBrandName, VikingIntegrationIconName, VikingKanbanCard, VikingKanbanColumn, VikingKanbanMove, VikingNavItem, VikingSearchPaletteItem, VikingSelectOption, VikingSelectWidth, VikingSeriesPreset, VikingSheetSide, VikingSidebarNavTreeItemVariant, VikingSize, VikingToastInstance, VikingToastOptions, VikingTone, VikingUptimeStatus, VikingWcTone, VikingWizardStep };
|