scb-wc 0.1.74 → 0.1.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -22
- package/all.js +0 -2
- package/index.js +88 -90
- package/mvc/components/all.js +0 -2
- package/mvc/components/scb-accordion/scb-accordion-item.js +2 -2
- package/mvc/components/scb-avatar/scb-avatar.js +2 -2
- package/mvc/components/scb-breadcrumb/scb-breadcrumb.js +33 -15
- package/mvc/components/scb-button/scb-button.js +80 -41
- package/mvc/components/scb-calendar/scb-calendar.js +1 -1
- package/mvc/components/scb-calendar-card/scb-calendar-card.js +4 -4
- package/mvc/components/scb-card/scb-card.js +3 -3
- package/mvc/components/scb-checkbox/scb-checkbox.js +32 -7
- package/mvc/components/scb-chip/scb-chip.js +6 -6
- package/mvc/components/scb-dialog/scb-dialog.js +1 -1
- package/mvc/components/scb-dropdown/scb-dropdown.js +1 -1
- package/mvc/components/scb-fab/scb-fab.js +24 -6
- package/mvc/components/scb-fact-card/scb-fact-card.js +4 -4
- package/mvc/components/scb-header/scb-header.js +474 -124
- package/mvc/components/scb-horizontal-scroller/scb-horizontal-scroller.js +1 -1
- package/mvc/components/scb-icon-button/scb-icon-button.js +2 -2
- package/mvc/components/scb-keyfigure-card/scb-keyfigure-card.js +2 -2
- package/mvc/components/scb-link/scb-link.js +14 -10
- package/mvc/components/scb-list/scb-list-item.js +5 -5
- package/mvc/components/scb-list/scb-list.js +3 -3
- package/mvc/components/scb-menu/scb-menu-item.js +2 -2
- package/mvc/components/scb-nav/scb-nav.js +1 -1
- package/mvc/components/scb-notification-card/scb-notification-card.js +1 -1
- package/mvc/components/scb-options-menu/scb-options-menu-item.js +1 -1
- package/mvc/components/scb-pagination/scb-pagination.js +1 -1
- package/mvc/components/scb-progress-stepper/scb-progress-step.js +1 -1
- package/mvc/components/scb-radio-button/scb-radio-button.js +39 -9
- package/mvc/components/scb-search/scb-search.js +3 -3
- package/mvc/components/scb-segmented-button/scb-segmented-item.js +1 -1
- package/mvc/components/scb-select/scb-select-option.js +3 -3
- package/mvc/components/scb-select/scb-select.js +1 -1
- package/mvc/components/scb-slider/scb-slider.js +58 -4
- package/mvc/components/scb-status-pill/scb-status-pill.js +1 -1
- package/mvc/components/scb-stepper/scb-step.js +1 -1
- package/mvc/components/scb-switch/scb-switch.js +51 -6
- package/mvc/components/scb-tabs/scb-primary-tab.js +3 -2
- package/mvc/components/scb-tabs/scb-secondary-tab.js +3 -2
- package/mvc/components/scb-tabs/scb-tabs.js +11 -2
- package/mvc/components/scb-textfield/scb-textfield.js +319 -24
- package/mvc/components/scb-toc/scb-toc-item.js +1 -1
- package/mvc/components/scb-tooltip/scb-tooltip.js +1 -1
- package/mvc/vendor/assist-chip.js +20 -0
- package/mvc/vendor/attachable-controller.js +1 -0
- package/mvc/vendor/checkbox-validator.js +1 -0
- package/mvc/vendor/chip-set.js +2 -0
- package/mvc/vendor/chip.js +18 -0
- package/mvc/vendor/delegate.js +1 -0
- package/mvc/vendor/element-internals.js +1 -0
- package/mvc/vendor/elevation.js +2 -0
- package/mvc/vendor/filled-icon-button.js +2 -0
- package/mvc/vendor/filled-tonal-icon-button.js +2 -0
- package/mvc/vendor/filter-chip.js +43 -0
- package/mvc/vendor/focusable.js +1 -0
- package/mvc/vendor/form-associated.js +1 -0
- package/mvc/vendor/form-label-activation.js +1 -0
- package/mvc/vendor/form-submitter.js +1 -0
- package/mvc/vendor/icon-button.js +2 -0
- package/mvc/vendor/icon.js +2 -0
- package/mvc/vendor/list.js +8 -0
- package/mvc/vendor/md-focus-ring.js +2 -0
- package/mvc/vendor/outlined-icon-button.js +2 -0
- package/mvc/vendor/redispatch-event.js +1 -0
- package/mvc/vendor/ripple.js +2 -0
- package/mvc/vendor/rolldown-runtime.js +1 -0
- package/mvc/{components/scb-chevron → vendor}/scb-chevron.js +1 -1
- package/mvc/vendor/shared-styles.js +3 -0
- package/mvc/vendor/shared-styles2.js +30 -0
- package/mvc/vendor/tab-styles.js +17 -0
- package/mvc/vendor/validator.js +1 -0
- package/package.json +2 -2
- package/scb-breadcrumb/scb-breadcrumb.js +38 -21
- package/scb-chevron/scb-chevron.js +0 -1
- package/scb-components/scb-header/scb-header.d.ts +11 -4
- package/scb-datepicker/scb-datepicker.js +0 -1
- package/scb-header/scb-header.js +512 -156
- package/scb-link/scb-link.js +24 -20
- package/scb-wc-public-entry/index.d.ts +97 -0
- package/scb-wc.bundle.js +728 -358
- package/scb-wc.d.ts +194 -198
- package/mvc/components/scb-datepicker/scb-datepicker.js +0 -296
- package/mvc/vendor/vendor-material.js +0 -364
- package/scb-components/index.d.ts +0 -99
- package/scb-components/scb-chevron/scb-chevron.d.ts +0 -11
- package/scb-components/scb-datepicker/scb-datepicker.d.ts +0 -39
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
export * from './scb-accordion/scb-accordion-item';
|
|
2
|
-
export * from './scb-accordion/scb-accordion';
|
|
3
|
-
export * from './scb-action-card/scb-action-card';
|
|
4
|
-
export * from './scb-app-bar/scb-app-bar';
|
|
5
|
-
export * from './scb-avatar/scb-avatar';
|
|
6
|
-
export * from './scb-badge/scb-badge';
|
|
7
|
-
export * from './scb-breadcrumb/scb-breadcrumb-item';
|
|
8
|
-
export * from './scb-breadcrumb/scb-breadcrumb';
|
|
9
|
-
export * from './scb-button/scb-button';
|
|
10
|
-
export * from './scb-calendar/scb-calendar-event';
|
|
11
|
-
export * from './scb-calendar/scb-calendar';
|
|
12
|
-
export * from './scb-calendar-card/scb-calendar-card';
|
|
13
|
-
export * from './scb-card/scb-action-card';
|
|
14
|
-
export * from './scb-card/scb-card';
|
|
15
|
-
export * from './scb-card/scb-container-card';
|
|
16
|
-
export * from './scb-card/scb-link-card';
|
|
17
|
-
export * from './scb-card/scb-list-card';
|
|
18
|
-
export * from './scb-card/scb-social-card';
|
|
19
|
-
export * from './scb-checkbox/scb-checkbox-group';
|
|
20
|
-
export * from './scb-checkbox/scb-checkbox';
|
|
21
|
-
export * from './scb-chevron/scb-chevron';
|
|
22
|
-
export * from './scb-chip/scb-chip';
|
|
23
|
-
export * from './scb-collapse/scb-collapse';
|
|
24
|
-
export * from './scb-container-card/scb-container-card';
|
|
25
|
-
export * from './scb-cookies-consent/scb-cookies-consent';
|
|
26
|
-
export * from './scb-datepicker/scb-datepicker';
|
|
27
|
-
export * from './scb-dialog/scb-dialog';
|
|
28
|
-
export * from './scb-divider/scb-divider';
|
|
29
|
-
export * from './scb-drawer/scb-drawer';
|
|
30
|
-
export * from './scb-drop-zone/scb-drop-zone';
|
|
31
|
-
export * from './scb-dropdown/scb-dropdown';
|
|
32
|
-
export * from './scb-fab/scb-fab';
|
|
33
|
-
export * from './scb-fact-card/scb-fact-card-content';
|
|
34
|
-
export * from './scb-fact-card/scb-fact-card';
|
|
35
|
-
export * from './scb-footer/scb-footer-section';
|
|
36
|
-
export * from './scb-footer/scb-footer';
|
|
37
|
-
export * from './scb-gallery-grid/scb-gallery-grid';
|
|
38
|
-
export * from './scb-grid/scb-grid-item';
|
|
39
|
-
export * from './scb-grid/scb-grid';
|
|
40
|
-
export * from './scb-grid/scb-stack';
|
|
41
|
-
export * from './scb-header/scb-header-menu-group';
|
|
42
|
-
export * from './scb-header/scb-header-menu-item';
|
|
43
|
-
export * from './scb-header/scb-header-tab';
|
|
44
|
-
export * from './scb-header/scb-header-utility';
|
|
45
|
-
export * from './scb-header/scb-header';
|
|
46
|
-
export * from './scb-horizontal-scroller/scb-horizontal-scroller';
|
|
47
|
-
export * from './scb-icon-button/scb-icon-button';
|
|
48
|
-
export * from './scb-keyfigure-card/scb-keyfigure-card';
|
|
49
|
-
export * from './scb-link/scb-link';
|
|
50
|
-
export * from './scb-link-card/scb-link-card';
|
|
51
|
-
export * from './scb-list/scb-list-item';
|
|
52
|
-
export * from './scb-list/scb-list';
|
|
53
|
-
export * from './scb-list-card/scb-list-card';
|
|
54
|
-
export * from './scb-menu/scb-menu-item';
|
|
55
|
-
export * from './scb-menu/scb-menu-section';
|
|
56
|
-
export * from './scb-menu/scb-menu';
|
|
57
|
-
export * from './scb-menu/scb-sub-menu';
|
|
58
|
-
export * from './scb-nav/scb-nav-item';
|
|
59
|
-
export * from './scb-nav/scb-nav';
|
|
60
|
-
export * from './scb-notification-card/scb-notification-card';
|
|
61
|
-
export * from './scb-options-menu/scb-options-menu-item';
|
|
62
|
-
export * from './scb-options-menu/scb-options-menu';
|
|
63
|
-
export * from './scb-options-menu/scb-options-sub-menu';
|
|
64
|
-
export * from './scb-overlay/scb-overlay';
|
|
65
|
-
export * from './scb-pagination/scb-pagination';
|
|
66
|
-
export * from './scb-progress-indicator/scb-progress-indicator';
|
|
67
|
-
export * from './scb-progress-stepper/scb-progress-step';
|
|
68
|
-
export * from './scb-progress-stepper/scb-progress-stepper';
|
|
69
|
-
export * from './scb-radio-button/scb-radio-button';
|
|
70
|
-
export * from './scb-radio-button/scb-radio-group';
|
|
71
|
-
export * from './scb-scrollspy/scb-scrollspy';
|
|
72
|
-
export * from './scb-search/scb-search';
|
|
73
|
-
export * from './scb-segmented-button/scb-segmented-button';
|
|
74
|
-
export * from './scb-segmented-button/scb-segmented-item';
|
|
75
|
-
export * from './scb-select/scb-select-option';
|
|
76
|
-
export * from './scb-select/scb-select';
|
|
77
|
-
export * from './scb-skeleton/scb-skeleton';
|
|
78
|
-
export * from './scb-slider/scb-slider';
|
|
79
|
-
export * from './scb-snackbar/scb-snackbar';
|
|
80
|
-
export * from './scb-social-card/scb-social-card';
|
|
81
|
-
export * from './scb-status-pill/scb-status-pill';
|
|
82
|
-
export * from './scb-stepper/scb-step';
|
|
83
|
-
export * from './scb-stepper/scb-stepper';
|
|
84
|
-
export * from './scb-switch/scb-switch';
|
|
85
|
-
export * from './scb-table/scb-table';
|
|
86
|
-
export * from './scb-table-advanced/scb-table-advanced';
|
|
87
|
-
export * from './scb-tabs/scb-primary-tab';
|
|
88
|
-
export * from './scb-tabs/scb-secondary-tab';
|
|
89
|
-
export * from './scb-tabs/scb-tabs';
|
|
90
|
-
export * from './scb-textfield/scb-textfield';
|
|
91
|
-
export * from './scb-toc/scb-toc-item';
|
|
92
|
-
export * from './scb-toc/scb-toc';
|
|
93
|
-
export * from './scb-tooltip/scb-tooltip';
|
|
94
|
-
export * from './scb-viz/scb-viz-actions-runtime';
|
|
95
|
-
export * from './scb-viz/scb-viz-print-runtime';
|
|
96
|
-
export * from './scb-viz/scb-viz-series-differentiation-registry';
|
|
97
|
-
export * from './scb-viz/scb-viz-series-differentiation-runtime';
|
|
98
|
-
export * from './scb-viz/scb-viz-table-runtime';
|
|
99
|
-
export * from './scb-viz/scb-viz';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class ScbChevron extends LitElement {
|
|
3
|
-
open: boolean;
|
|
4
|
-
static styles: import('lit').CSSResult;
|
|
5
|
-
render(): import('lit-html').TemplateResult<1>;
|
|
6
|
-
}
|
|
7
|
-
declare global {
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'scb-chevron': ScbChevron;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues, TemplateResult } from 'lit';
|
|
2
|
-
export declare class ScbDatepicker extends LitElement {
|
|
3
|
-
private _currentDate;
|
|
4
|
-
private _selectedDate;
|
|
5
|
-
private _showMonthDropdown;
|
|
6
|
-
private _showYearDropdown;
|
|
7
|
-
variant: 'datetime-local' | 'date';
|
|
8
|
-
lang: 'sv' | 'en';
|
|
9
|
-
selectedValue: string;
|
|
10
|
-
open: boolean;
|
|
11
|
-
private _selectedHour;
|
|
12
|
-
private _selectedMinute;
|
|
13
|
-
private readonly _viewportMargin;
|
|
14
|
-
private readonly _popupOffset;
|
|
15
|
-
private _onWindowReposition;
|
|
16
|
-
private _isRenderedInsideDialog;
|
|
17
|
-
private _positionPopupWithinViewport;
|
|
18
|
-
static styles: import('lit').CSSResult[];
|
|
19
|
-
updated(changed: PropertyValues): void;
|
|
20
|
-
disconnectedCallback(): void;
|
|
21
|
-
private _monthNames;
|
|
22
|
-
render(): TemplateResult;
|
|
23
|
-
private _getMonthDays;
|
|
24
|
-
private _outsideClickHandler;
|
|
25
|
-
private _toggleMonthDropdown;
|
|
26
|
-
private _toggleYearDropdown;
|
|
27
|
-
private _onMonthChangeCustom;
|
|
28
|
-
private _onYearChangeCustom;
|
|
29
|
-
private _prevMonth;
|
|
30
|
-
private _prevYear;
|
|
31
|
-
private _nextMonth;
|
|
32
|
-
private _nextYear;
|
|
33
|
-
private _isToday;
|
|
34
|
-
private _isSelected;
|
|
35
|
-
private _selectDate;
|
|
36
|
-
private _fireDateTimeChange;
|
|
37
|
-
private _onTimeChange;
|
|
38
|
-
private _close;
|
|
39
|
-
}
|