scb-wc 0.1.38 → 0.1.39
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 +1 -1
- package/mvc/components/scb-dropdown/scb-dropdown.js +1 -1
- package/mvc/components/scb-menu/scb-menu-item.js +1 -1
- package/mvc/components/scb-select/scb-select.js +1 -1
- package/mvc/components/scb-textfield/scb-textfield.js +319 -24
- package/mvc/components/scb-toc/scb-toc-item.js +1 -1
- package/mvc/scb-logo.svg +20 -20
- package/mvc/scb.svg +13 -13
- package/mvc/{components/scb-chevron → vendor}/scb-chevron.js +1 -1
- package/package.json +2 -2
- package/scb-chevron/scb-chevron.js +0 -1
- package/scb-datepicker/scb-datepicker.js +0 -1
- package/scb-wc-public-entry/index.d.ts +92 -0
- package/scb-wc.bundle.js +215 -215
- package/scb-wc.d.ts +184 -188
- package/mvc/components/scb-datepicker/scb-datepicker.js +0 -296
- package/scb-components/index.d.ts +0 -94
- package/scb-components/scb-chevron/scb-chevron.d.ts +0 -11
- package/scb-components/scb-datepicker/scb-datepicker.d.ts +0 -39
package/mvc/scb.svg
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
4
|
-
aria-hidden="true"
|
|
5
|
-
role="img"
|
|
6
|
-
width="48"
|
|
7
|
-
height="48"
|
|
8
|
-
preserveAspectRatio="xMidYMid meet"
|
|
9
|
-
viewBox="0 0 1300 1300"
|
|
10
|
-
>
|
|
11
|
-
<path d="M539.3,128.2c0-19.3-15.7-35-35-35c-19.3,0-35,15.6-35,35v882.1c0,19.4,15.7,35,35,35c19.3,0,35-15.7,35-35V692.4 c0-2.3,1.9-4.2,4.2-4.2h115c2.3,0,4.2,1.9,4.2,4.2v320.7c0,67.7-71,122.5-158.4,122.5c-87.5,0-158.5-54.9-158.5-122.5V122.9 c0-67.6,70.9-122.5,158.5-122.5c87.5,0,158.4,54.9,158.4,122.5v316.6c0,2.3-1.9,4.2-4.2,4.2h-115c-2.3,0-4.2-1.8-4.2-4.2V128.2z" />
|
|
12
|
-
<path d="M4.2,228.4c-7.4,51.5-4.8,135.9,6.3,183.3c12.2,51.7,82.3,156.1,113.9,204.6c31.6,48.5,73.8,99.1,73.2,166.6v161.7 c0,19.3-15.7,35-35,35c-19.3,0-34.9-15.7-34.9-35V696.7c0-2.3-1.9-4.2-4.3-4.2H8.4c-2.4,0-4.2,1.9-4.2,4.2v255.2 c0,67.7,70.9,122.5,158.4,122.5c87.5,0,158.5-54.9,158.5-122.5V782.8c-0.5-116-32.2-132.9-73.2-202.4 c-29.4-49.9-101.8-153-113.9-204.6c-11.1-47.4-10.6-102.3-6.3-152.1c0-19.3,15.7-35,34.9-35c19.3,0,35,15.7,35,35V444 c0,2.3,1.9,4.2,4.3,4.2h115c2.4,0,4.2-1.9,4.2-4.2V228.4c0-67.7-70.9-122.5-158.5-122.5C75.1,105.8,4.2,160.7,4.2,228.4" />
|
|
13
|
-
<path d="M814.9,600.4c-2.4,0-4.3,1.9-4.3,4.2v358.5c0,2.3,1.9,4.3,4.3,4.3h20.8c23.3,0,42.1-18.9,42.1-42.1V642.6 c0-23.3-18.8-42.1-42.1-42.1H814.9z M814.9,207.1c-2.4,0-4.3,1.9-4.3,4.2v292.1c0,2.4,1.9,4.3,4.3,4.3h17.4 c23.2,0,42.1-18.9,42.1-42.1V249.2c0-23.2-18.9-42.1-42.1-42.1H814.9z M691.5,115.3H868c72.9,0,132,59.1,132,132v185.1 c0,51.9-34,95.7-81,110.7v2.5c46.9,15,81,58.8,81,110.8v282.6c0,64.2-52.1,116.3-116.3,116.3l-192.2,0.1c-2.4,0-4.2-1.9-4.2-4.2 V119.4C687.2,117.2,689.1,115.3,691.5,115.3" />
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
4
|
+
aria-hidden="true"
|
|
5
|
+
role="img"
|
|
6
|
+
width="48"
|
|
7
|
+
height="48"
|
|
8
|
+
preserveAspectRatio="xMidYMid meet"
|
|
9
|
+
viewBox="0 0 1300 1300"
|
|
10
|
+
>
|
|
11
|
+
<path d="M539.3,128.2c0-19.3-15.7-35-35-35c-19.3,0-35,15.6-35,35v882.1c0,19.4,15.7,35,35,35c19.3,0,35-15.7,35-35V692.4 c0-2.3,1.9-4.2,4.2-4.2h115c2.3,0,4.2,1.9,4.2,4.2v320.7c0,67.7-71,122.5-158.4,122.5c-87.5,0-158.5-54.9-158.5-122.5V122.9 c0-67.6,70.9-122.5,158.5-122.5c87.5,0,158.4,54.9,158.4,122.5v316.6c0,2.3-1.9,4.2-4.2,4.2h-115c-2.3,0-4.2-1.8-4.2-4.2V128.2z" />
|
|
12
|
+
<path d="M4.2,228.4c-7.4,51.5-4.8,135.9,6.3,183.3c12.2,51.7,82.3,156.1,113.9,204.6c31.6,48.5,73.8,99.1,73.2,166.6v161.7 c0,19.3-15.7,35-35,35c-19.3,0-34.9-15.7-34.9-35V696.7c0-2.3-1.9-4.2-4.3-4.2H8.4c-2.4,0-4.2,1.9-4.2,4.2v255.2 c0,67.7,70.9,122.5,158.4,122.5c87.5,0,158.5-54.9,158.5-122.5V782.8c-0.5-116-32.2-132.9-73.2-202.4 c-29.4-49.9-101.8-153-113.9-204.6c-11.1-47.4-10.6-102.3-6.3-152.1c0-19.3,15.7-35,34.9-35c19.3,0,35,15.7,35,35V444 c0,2.3,1.9,4.2,4.3,4.2h115c2.4,0,4.2-1.9,4.2-4.2V228.4c0-67.7-70.9-122.5-158.5-122.5C75.1,105.8,4.2,160.7,4.2,228.4" />
|
|
13
|
+
<path d="M814.9,600.4c-2.4,0-4.3,1.9-4.3,4.2v358.5c0,2.3,1.9,4.3,4.3,4.3h20.8c23.3,0,42.1-18.9,42.1-42.1V642.6 c0-23.3-18.8-42.1-42.1-42.1H814.9z M814.9,207.1c-2.4,0-4.3,1.9-4.3,4.2v292.1c0,2.4,1.9,4.3,4.3,4.3h17.4 c23.2,0,42.1-18.9,42.1-42.1V249.2c0-23.2-18.9-42.1-42.1-42.1H814.9z M691.5,115.3H868c72.9,0,132,59.1,132,132v185.1 c0,51.9-34,95.7-81,110.7v2.5c46.9,15,81,58.8,81,110.8v282.6c0,64.2-52.1,116.3-116.3,116.3l-192.2,0.1c-2.4,0-4.2-1.9-4.2-4.2 V119.4C687.2,117.2,689.1,115.3,691.5,115.3" />
|
|
14
14
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{_ as h,b as v,g as d,h as p,y as f}from"
|
|
1
|
+
import{_ as h,b as v,g as d,h as p,y as f}from"./vendor.js";import"./vendor-lit.js";import{t as c}from"./decorate.js";(function(){try{var e=typeof globalThis<"u"?globalThis:window;if(!e.__scb_ce_guard_installed__){e.__scb_ce_guard_installed__=!0;var r=customElements.define.bind(customElements);customElements.define=function(o,a,l){try{customElements.get(o)||r(o,a,l)}catch(i){var s=String(i||"");if(s.indexOf("already been used")===-1&&s.indexOf("NotSupportedError")===-1)throw i}}}}catch{}})();var n,t=(n=class extends h{constructor(...r){super(...r),this.open=!1}render(){return f`
|
|
2
2
|
<svg
|
|
3
3
|
class="chevron-icon"
|
|
4
4
|
viewBox="0 0 24 24"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scb-wc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.39",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -437,5 +437,5 @@
|
|
|
437
437
|
},
|
|
438
438
|
"./mvc/*": "./mvc/*"
|
|
439
439
|
},
|
|
440
|
-
"buildHash": "
|
|
440
|
+
"buildHash": "A4649236302D24E82C95240647CD77296D669C67F03D575C98E0AC8672F7D089"
|
|
441
441
|
}
|
|
@@ -467,4 +467,3 @@ var s = class extends t {
|
|
|
467
467
|
};
|
|
468
468
|
e([o()], s.prototype, "_currentDate", void 0), e([o()], s.prototype, "_selectedDate", void 0), e([o()], s.prototype, "_showMonthDropdown", void 0), e([o()], s.prototype, "_showYearDropdown", void 0), e([a({ type: String })], s.prototype, "variant", void 0), e([a({ type: String })], s.prototype, "lang", void 0), e([a({ type: String })], s.prototype, "selectedValue", void 0), e([a({ type: Boolean })], s.prototype, "open", void 0), e([o()], s.prototype, "_selectedHour", void 0), e([o()], s.prototype, "_selectedMinute", void 0), s = e([i("scb-datepicker")], s);
|
|
469
469
|
//#endregion
|
|
470
|
-
export { s as ScbDatepicker };
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
export * from '../scb-components/scb-accordion/scb-accordion-item';
|
|
2
|
+
export * from '../scb-components/scb-accordion/scb-accordion';
|
|
3
|
+
export * from '../scb-components/scb-app-bar/scb-app-bar';
|
|
4
|
+
export * from '../scb-components/scb-avatar/scb-avatar';
|
|
5
|
+
export * from '../scb-components/scb-badge/scb-badge';
|
|
6
|
+
export * from '../scb-components/scb-breadcrumb/scb-breadcrumb-item';
|
|
7
|
+
export * from '../scb-components/scb-breadcrumb/scb-breadcrumb';
|
|
8
|
+
export * from '../scb-components/scb-button/scb-button';
|
|
9
|
+
export * from '../scb-components/scb-calendar/scb-calendar-event';
|
|
10
|
+
export * from '../scb-components/scb-calendar/scb-calendar';
|
|
11
|
+
export * from '../scb-components/scb-calendar-card/scb-calendar-card';
|
|
12
|
+
export * from '../scb-components/scb-card/scb-action-card';
|
|
13
|
+
export * from '../scb-components/scb-card/scb-card';
|
|
14
|
+
export * from '../scb-components/scb-card/scb-container-card';
|
|
15
|
+
export * from '../scb-components/scb-card/scb-link-card';
|
|
16
|
+
export * from '../scb-components/scb-card/scb-list-card';
|
|
17
|
+
export * from '../scb-components/scb-card/scb-social-card';
|
|
18
|
+
export * from '../scb-components/scb-checkbox/scb-checkbox-group';
|
|
19
|
+
export * from '../scb-components/scb-checkbox/scb-checkbox';
|
|
20
|
+
export * from '../scb-components/scb-chip/scb-chip';
|
|
21
|
+
export * from '../scb-components/scb-collapse/scb-collapse';
|
|
22
|
+
export * from '../scb-components/scb-cookies-consent/scb-cookies-consent';
|
|
23
|
+
export * from '../scb-components/scb-dialog/scb-dialog';
|
|
24
|
+
export * from '../scb-components/scb-divider/scb-divider';
|
|
25
|
+
export * from '../scb-components/scb-drawer/scb-drawer';
|
|
26
|
+
export * from '../scb-components/scb-drop-zone/scb-drop-zone';
|
|
27
|
+
export * from '../scb-components/scb-dropdown/scb-dropdown';
|
|
28
|
+
export * from '../scb-components/scb-fab/scb-fab';
|
|
29
|
+
export * from '../scb-components/scb-fact-card/scb-fact-card-content';
|
|
30
|
+
export * from '../scb-components/scb-fact-card/scb-fact-card';
|
|
31
|
+
export * from '../scb-components/scb-footer/scb-footer-section';
|
|
32
|
+
export * from '../scb-components/scb-footer/scb-footer';
|
|
33
|
+
export * from '../scb-components/scb-gallery-grid/scb-gallery-grid';
|
|
34
|
+
export * from '../scb-components/scb-grid/scb-grid-item';
|
|
35
|
+
export * from '../scb-components/scb-grid/scb-grid';
|
|
36
|
+
export * from '../scb-components/scb-grid/scb-stack';
|
|
37
|
+
export * from '../scb-components/scb-header/scb-header-menu-group';
|
|
38
|
+
export * from '../scb-components/scb-header/scb-header-menu-item';
|
|
39
|
+
export * from '../scb-components/scb-header/scb-header-tab';
|
|
40
|
+
export * from '../scb-components/scb-header/scb-header-utility';
|
|
41
|
+
export * from '../scb-components/scb-header/scb-header';
|
|
42
|
+
export * from '../scb-components/scb-horizontal-scroller/scb-horizontal-scroller';
|
|
43
|
+
export * from '../scb-components/scb-icon-button/scb-icon-button';
|
|
44
|
+
export * from '../scb-components/scb-keyfigure-card/scb-keyfigure-card';
|
|
45
|
+
export * from '../scb-components/scb-link/scb-link';
|
|
46
|
+
export * from '../scb-components/scb-list/scb-list-item';
|
|
47
|
+
export * from '../scb-components/scb-list/scb-list';
|
|
48
|
+
export * from '../scb-components/scb-menu/scb-menu-item';
|
|
49
|
+
export * from '../scb-components/scb-menu/scb-menu-section';
|
|
50
|
+
export * from '../scb-components/scb-menu/scb-menu';
|
|
51
|
+
export * from '../scb-components/scb-menu/scb-sub-menu';
|
|
52
|
+
export * from '../scb-components/scb-nav/scb-nav-item';
|
|
53
|
+
export * from '../scb-components/scb-nav/scb-nav';
|
|
54
|
+
export * from '../scb-components/scb-notification-card/scb-notification-card';
|
|
55
|
+
export * from '../scb-components/scb-options-menu/scb-options-menu-item';
|
|
56
|
+
export * from '../scb-components/scb-options-menu/scb-options-menu';
|
|
57
|
+
export * from '../scb-components/scb-options-menu/scb-options-sub-menu';
|
|
58
|
+
export * from '../scb-components/scb-overlay/scb-overlay';
|
|
59
|
+
export * from '../scb-components/scb-pagination/scb-pagination';
|
|
60
|
+
export * from '../scb-components/scb-progress-indicator/scb-progress-indicator';
|
|
61
|
+
export * from '../scb-components/scb-progress-stepper/scb-progress-step';
|
|
62
|
+
export * from '../scb-components/scb-progress-stepper/scb-progress-stepper';
|
|
63
|
+
export * from '../scb-components/scb-radio-button/scb-radio-button';
|
|
64
|
+
export * from '../scb-components/scb-radio-button/scb-radio-group';
|
|
65
|
+
export * from '../scb-components/scb-scrollspy/scb-scrollspy';
|
|
66
|
+
export * from '../scb-components/scb-search/scb-search';
|
|
67
|
+
export * from '../scb-components/scb-segmented-button/scb-segmented-button';
|
|
68
|
+
export * from '../scb-components/scb-segmented-button/scb-segmented-item';
|
|
69
|
+
export * from '../scb-components/scb-select/scb-select-option';
|
|
70
|
+
export * from '../scb-components/scb-select/scb-select';
|
|
71
|
+
export * from '../scb-components/scb-skeleton/scb-skeleton';
|
|
72
|
+
export * from '../scb-components/scb-slider/scb-slider';
|
|
73
|
+
export * from '../scb-components/scb-snackbar/scb-snackbar';
|
|
74
|
+
export * from '../scb-components/scb-status-pill/scb-status-pill';
|
|
75
|
+
export * from '../scb-components/scb-stepper/scb-step';
|
|
76
|
+
export * from '../scb-components/scb-stepper/scb-stepper';
|
|
77
|
+
export * from '../scb-components/scb-switch/scb-switch';
|
|
78
|
+
export * from '../scb-components/scb-table/scb-table';
|
|
79
|
+
export * from '../scb-components/scb-table-advanced/scb-table-advanced';
|
|
80
|
+
export * from '../scb-components/scb-tabs/scb-primary-tab';
|
|
81
|
+
export * from '../scb-components/scb-tabs/scb-secondary-tab';
|
|
82
|
+
export * from '../scb-components/scb-tabs/scb-tabs';
|
|
83
|
+
export * from '../scb-components/scb-textfield/scb-textfield';
|
|
84
|
+
export * from '../scb-components/scb-toc/scb-toc-item';
|
|
85
|
+
export * from '../scb-components/scb-toc/scb-toc';
|
|
86
|
+
export * from '../scb-components/scb-tooltip/scb-tooltip';
|
|
87
|
+
export * from '../scb-components/scb-viz/scb-viz-actions-runtime';
|
|
88
|
+
export * from '../scb-components/scb-viz/scb-viz-print-runtime';
|
|
89
|
+
export * from '../scb-components/scb-viz/scb-viz-series-differentiation-registry';
|
|
90
|
+
export * from '../scb-components/scb-viz/scb-viz-series-differentiation-runtime';
|
|
91
|
+
export * from '../scb-components/scb-viz/scb-viz-table-runtime';
|
|
92
|
+
export * from '../scb-components/scb-viz/scb-viz';
|