@vandeurenglenn/lite-elements 0.3.18
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/exports/banner/banner.d.ts +7 -0
- package/exports/banner.js +68 -0
- package/exports/bundle/banner.js +37 -0
- package/exports/bundle/button.js +144 -0
- package/exports/bundle/card.js +140 -0
- package/exports/bundle/code.js +35 -0
- package/exports/bundle/custom-element-c2e883ba.js +1 -0
- package/exports/bundle/demo-elements.js +1 -0
- package/exports/bundle/demo-icons.js +16 -0
- package/exports/bundle/demo-shell.js +540 -0
- package/exports/bundle/demo.js +457 -0
- package/exports/bundle/dial.js +1 -0
- package/exports/bundle/dialog.js +149 -0
- package/exports/bundle/divider.js +21 -0
- package/exports/bundle/drawer-button.js +18 -0
- package/exports/bundle/drawer-item.js +39 -0
- package/exports/bundle/drawer-layout.js +96 -0
- package/exports/bundle/drawer.js +56 -0
- package/exports/bundle/dropdown-menu.js +59 -0
- package/exports/bundle/dropdown.js +26 -0
- package/exports/bundle/elements.js +1 -0
- package/exports/bundle/elevation.js +56 -0
- package/exports/bundle/hour-field.js +1 -0
- package/exports/bundle/icon-button.js +13 -0
- package/exports/bundle/icon-set.js +5 -0
- package/exports/bundle/icon.js +16 -0
- package/exports/bundle/index-3c006227.js +1 -0
- package/exports/bundle/index.html +590 -0
- package/exports/bundle/input.js +6 -0
- package/exports/bundle/it-d4d177bf.js +1 -0
- package/exports/bundle/list-item.js +43 -0
- package/exports/bundle/list.js +1 -0
- package/exports/bundle/menu.js +13 -0
- package/exports/bundle/menu2.js +1 -0
- package/exports/bundle/minute-field.js +5 -0
- package/exports/bundle/pages.js +43 -0
- package/exports/bundle/pane.js +96 -0
- package/exports/bundle/property-58e28172.js +11 -0
- package/exports/bundle/query-73dacde5.js +1 -0
- package/exports/bundle/rail.js +58 -0
- package/exports/bundle/root.js +8 -0
- package/exports/bundle/scroll-mixin.js +1 -0
- package/exports/bundle/section.js +11 -0
- package/exports/bundle/section2.js +25 -0
- package/exports/bundle/select-mixin.js +1 -0
- package/exports/bundle/selector-mixin.js +1 -0
- package/exports/bundle/selector.js +31 -0
- package/exports/bundle/supporting-pane.js +47 -0
- package/exports/bundle/tab.js +22 -0
- package/exports/bundle/tabs.js +51 -0
- package/exports/bundle/text-field.js +10 -0
- package/exports/bundle/theme.js +1 -0
- package/exports/bundle/themes/default/colors.module.css +180 -0
- package/exports/bundle/themes/default/missing/motion.css +4 -0
- package/exports/bundle/themes/default/missing/shape.css +13 -0
- package/exports/bundle/themes/default/missing/theme.dark.css +5 -0
- package/exports/bundle/themes/default/missing/theme.light.css +5 -0
- package/exports/bundle/themes/default/missing/tokens.css +9 -0
- package/exports/bundle/themes/default/theme.css +10 -0
- package/exports/bundle/themes/default/theme.dark.css +33 -0
- package/exports/bundle/themes/default/theme.light.css +33 -0
- package/exports/bundle/themes/default/tokens.css +256 -0
- package/exports/bundle/themes/default/typography.module.css +150 -0
- package/exports/bundle/time-picker.js +21 -0
- package/exports/bundle/title.js +1 -0
- package/exports/bundle/toggle-button.js +4 -0
- package/exports/bundle/toggle.js +5 -0
- package/exports/bundle/top-app-bar-e6e33a9e.js +114 -0
- package/exports/bundle/top-app-bar.js +1 -0
- package/exports/bundle/types.js +1 -0
- package/exports/bundle/typography.js +156 -0
- package/exports/button.js +227 -0
- package/exports/card/card.d.ts +13 -0
- package/exports/card.js +187 -0
- package/exports/code.js +77 -0
- package/exports/demo-elements.d.ts +9 -0
- package/exports/demo-elements.js +10 -0
- package/exports/demo-icons.js +48 -0
- package/exports/demo-shell.js +648 -0
- package/exports/demo.js +524 -0
- package/exports/dial.js +1 -0
- package/exports/dialog.js +256 -0
- package/exports/divider/divider.d.ts +17 -0
- package/exports/divider.js +54 -0
- package/exports/drawer/drawer-button.d.ts +9 -0
- package/exports/drawer/drawer-layout.d.ts +19 -0
- package/exports/drawer/drawer.d.ts +13 -0
- package/exports/drawer-button.js +83 -0
- package/exports/drawer-item.js +69 -0
- package/exports/drawer-layout.js +209 -0
- package/exports/drawer.js +140 -0
- package/exports/dropdown-menu.js +172 -0
- package/exports/dropdown.js +68 -0
- package/exports/elements.d.ts +63 -0
- package/exports/elements.js +41 -0
- package/exports/elevation/elevation.d.ts +11 -0
- package/exports/elevation.js +97 -0
- package/exports/hour-field.js +1 -0
- package/exports/icon-button.js +59 -0
- package/exports/icon-set.js +52 -0
- package/exports/icon.js +103 -0
- package/exports/input.js +36 -0
- package/exports/list/list.d.ts +1 -0
- package/exports/list-item.js +127 -0
- package/exports/list.js +1 -0
- package/exports/menu.js +68 -0
- package/exports/menu2.js +1 -0
- package/exports/minute-field.js +36 -0
- package/exports/mixins/scroll-mixin.d.ts +13 -0
- package/exports/mixins/select-mixin.d.ts +32 -0
- package/exports/mixins/selector-mixin.d.ts +8 -0
- package/exports/pages.js +88 -0
- package/exports/pane/pane.d.ts +14 -0
- package/exports/pane.js +182 -0
- package/exports/rail/rail.d.ts +9 -0
- package/exports/rail.js +124 -0
- package/exports/root.js +39 -0
- package/exports/scroll-mixin.js +36 -0
- package/exports/section.js +54 -0
- package/exports/section2.js +58 -0
- package/exports/select-mixin.js +139 -0
- package/exports/selector-mixin.js +43 -0
- package/exports/selector.js +63 -0
- package/exports/supporting-pane/supporting-pane.d.ts +12 -0
- package/exports/supporting-pane.js +133 -0
- package/exports/tab.js +47 -0
- package/exports/tabs/menu.d.ts +1 -0
- package/exports/tabs/tab.d.ts +4 -0
- package/exports/tabs/tabs.d.ts +5 -0
- package/exports/tabs.js +80 -0
- package/exports/text-field.js +88 -0
- package/exports/theme/theme.d.ts +15 -0
- package/exports/theme.js +123 -0
- package/exports/themes/default/colors.module.css +180 -0
- package/exports/themes/default/missing/motion.css +4 -0
- package/exports/themes/default/missing/shape.css +13 -0
- package/exports/themes/default/missing/theme.dark.css +5 -0
- package/exports/themes/default/missing/theme.light.css +5 -0
- package/exports/themes/default/missing/tokens.css +9 -0
- package/exports/themes/default/theme.css +10 -0
- package/exports/themes/default/theme.dark.css +33 -0
- package/exports/themes/default/theme.light.css +33 -0
- package/exports/themes/default/tokens.css +256 -0
- package/exports/themes/default/typography.module.css +150 -0
- package/exports/time-picker/dial.d.ts +1 -0
- package/exports/time-picker/hour-field.d.ts +1 -0
- package/exports/time-picker.js +52 -0
- package/exports/title.js +1 -0
- package/exports/toggle/toggle-button.d.ts +13 -0
- package/exports/toggle-button.js +63 -0
- package/exports/toggle.js +78 -0
- package/exports/top-app-bar.js +143 -0
- package/exports/tslib.es6-d3ba6528.js +57 -0
- package/exports/types.d.ts +18 -0
- package/exports/types.js +1 -0
- package/exports/typography/title.d.ts +1 -0
- package/exports/typography.js +206 -0
- package/package.json +256 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export { CustomCard } from './card.js';
|
|
2
|
+
export { CustomTheme } from './theme.js';
|
|
3
|
+
export { CustomDivider } from './divider.js';
|
|
4
|
+
export { CustomButton } from './button.js';
|
|
5
|
+
export { CustomBanner } from './banner.js';
|
|
6
|
+
export { CustomSelector } from './selector.js';
|
|
7
|
+
export { CustomPages } from './pages.js';
|
|
8
|
+
export { CustomDrawer } from './drawer.js';
|
|
9
|
+
export { CustomDrawerButton } from './drawer-button.js';
|
|
10
|
+
export { CustomDrawerItem } from './drawer-item.js';
|
|
11
|
+
export { CustomSection } from './section2.js';
|
|
12
|
+
export { CustomDrawerLayout } from './drawer-layout.js';
|
|
13
|
+
export { CustomTopAppBar } from './top-app-bar.js';
|
|
14
|
+
export { Icon as CustomIcon } from './icon.js';
|
|
15
|
+
export { CustomTypography } from './typography.js';
|
|
16
|
+
export { CustomPane } from './pane.js';
|
|
17
|
+
export { CustomSupportingPane } from './supporting-pane.js';
|
|
18
|
+
export { CustomTabs } from './tabs.js';
|
|
19
|
+
export { CustomRoot } from './root.js';
|
|
20
|
+
export { CustomDialog } from './dialog.js';
|
|
21
|
+
export { CustomIconSet } from './icon-set.js';
|
|
22
|
+
export { CustomListItem } from './list-item.js';
|
|
23
|
+
export { CustomMenu } from './menu.js';
|
|
24
|
+
export { CustomIconButton } from './icon-button.js';
|
|
25
|
+
export { CustomDropdownMenu } from './dropdown-menu.js';
|
|
26
|
+
export { CustomDropdown } from './dropdown.js';
|
|
27
|
+
export { CustomToggle } from './toggle.js';
|
|
28
|
+
export { CustomToggleButton } from './toggle-button.js';
|
|
29
|
+
export { CustomTimePicker } from './time-picker.js';
|
|
30
|
+
import './tslib.es6-d3ba6528.js';
|
|
31
|
+
import '@vandeurenglenn/lite';
|
|
32
|
+
import './elevation.js';
|
|
33
|
+
import '@vandeurenglenn/flex-elements/it.js';
|
|
34
|
+
import './selector-mixin.js';
|
|
35
|
+
import './select-mixin.js';
|
|
36
|
+
import './scroll-mixin.js';
|
|
37
|
+
import '@vandeurenglenn/flex-elements/column.js';
|
|
38
|
+
import '@vandeurenglenn/flex-elements/row.js';
|
|
39
|
+
import '@vandeurenglenn/little-pubsub';
|
|
40
|
+
import './tab.js';
|
|
41
|
+
import './input.js';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2022 Google LLC
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
import { LiteElement } from '@vandeurenglenn/lite';
|
|
7
|
+
export declare class CustomElevation extends LiteElement {
|
|
8
|
+
accessor level: number;
|
|
9
|
+
onChange(propertyKey: any, value: any): void;
|
|
10
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-d3ba6528.js';
|
|
2
|
+
import { customElement, property, html, LiteElement } from '@vandeurenglenn/lite';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @license
|
|
6
|
+
* Copyright 2022 Google LLC
|
|
7
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
8
|
+
*/
|
|
9
|
+
let CustomElevation = (() => {
|
|
10
|
+
let _classDecorators = [customElement('custom-elevation')];
|
|
11
|
+
let _classDescriptor;
|
|
12
|
+
let _classExtraInitializers = [];
|
|
13
|
+
let _classThis;
|
|
14
|
+
let _classSuper = LiteElement;
|
|
15
|
+
let _level_decorators;
|
|
16
|
+
let _level_initializers = [];
|
|
17
|
+
let _level_extraInitializers = [];
|
|
18
|
+
(class extends _classSuper {
|
|
19
|
+
static { _classThis = this; }
|
|
20
|
+
static {
|
|
21
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
22
|
+
_level_decorators = [property({ type: Number, renders: false })];
|
|
23
|
+
__esDecorate(this, null, _level_decorators, { kind: "accessor", name: "level", static: false, private: false, access: { has: obj => "level" in obj, get: obj => obj.level, set: (obj, value) => { obj.level = value; } }, metadata: _metadata }, _level_initializers, _level_extraInitializers);
|
|
24
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
25
|
+
_classThis = _classDescriptor.value;
|
|
26
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
27
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
28
|
+
}
|
|
29
|
+
#level_accessor_storage = __runInitializers(this, _level_initializers, void 0);
|
|
30
|
+
get level() { return this.#level_accessor_storage; }
|
|
31
|
+
set level(value) { this.#level_accessor_storage = value; }
|
|
32
|
+
onChange(propertyKey, value) {
|
|
33
|
+
if (propertyKey === 'level')
|
|
34
|
+
this.style.setProperty('--md-elevation-level', String(value));
|
|
35
|
+
}
|
|
36
|
+
render() {
|
|
37
|
+
return html `
|
|
38
|
+
<style>
|
|
39
|
+
:host {
|
|
40
|
+
--_level: var(--md-elevation-level, 0);
|
|
41
|
+
--_shadow-color: var(--md-sys-color-shadow);
|
|
42
|
+
display: flex;
|
|
43
|
+
pointer-events: none;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:host,
|
|
47
|
+
.shadow,
|
|
48
|
+
.shadow::before,
|
|
49
|
+
.shadow::after {
|
|
50
|
+
border-radius: inherit;
|
|
51
|
+
inset: 0;
|
|
52
|
+
position: absolute;
|
|
53
|
+
transition-duration: inherit;
|
|
54
|
+
transition-timing-function: inherit;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.shadow::before,
|
|
58
|
+
.shadow::after {
|
|
59
|
+
content: '';
|
|
60
|
+
transition-property: box-shadow, opacity;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.shadow::before {
|
|
64
|
+
box-shadow: 0px
|
|
65
|
+
calc(
|
|
66
|
+
1px * (clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 3, 1) + 2 * clamp(0, var(--_level) - 4, 1))
|
|
67
|
+
)
|
|
68
|
+
calc(
|
|
69
|
+
1px * (2 * clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 2, 1) + clamp(0, var(--_level) - 4, 1))
|
|
70
|
+
)
|
|
71
|
+
0px var(--_shadow-color);
|
|
72
|
+
opacity: 0.3;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.shadow::after {
|
|
76
|
+
box-shadow: 0px
|
|
77
|
+
calc(
|
|
78
|
+
1px * (clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 1, 1) + 2 * clamp(0, var(--_level) - 2, 3))
|
|
79
|
+
)
|
|
80
|
+
calc(1px * (3 * clamp(0, var(--_level), 2) + 2 * clamp(0, var(--_level) - 2, 3)))
|
|
81
|
+
calc(1px * (clamp(0, var(--_level), 4) + 2 * clamp(0, var(--_level) - 4, 1))) var(--_shadow-color);
|
|
82
|
+
opacity: 0.15;
|
|
83
|
+
}
|
|
84
|
+
</style>
|
|
85
|
+
|
|
86
|
+
<span class="shadow"></span>
|
|
87
|
+
`;
|
|
88
|
+
}
|
|
89
|
+
constructor() {
|
|
90
|
+
super(...arguments);
|
|
91
|
+
__runInitializers(this, _level_extraInitializers);
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
return _classThis;
|
|
95
|
+
})();
|
|
96
|
+
|
|
97
|
+
export { CustomElevation };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-d3ba6528.js';
|
|
2
|
+
import { customElement, property, css, html, LiteElement } from '@vandeurenglenn/lite';
|
|
3
|
+
import './button.js';
|
|
4
|
+
import './icon.js';
|
|
5
|
+
import './elevation.js';
|
|
6
|
+
import '@vandeurenglenn/little-pubsub';
|
|
7
|
+
|
|
8
|
+
let CustomIconButton = (() => {
|
|
9
|
+
let _classDecorators = [customElement('custom-icon-button')];
|
|
10
|
+
let _classDescriptor;
|
|
11
|
+
let _classExtraInitializers = [];
|
|
12
|
+
let _classThis;
|
|
13
|
+
let _classSuper = LiteElement;
|
|
14
|
+
let _icon_decorators;
|
|
15
|
+
let _icon_initializers = [];
|
|
16
|
+
let _icon_extraInitializers = [];
|
|
17
|
+
(class extends _classSuper {
|
|
18
|
+
static { _classThis = this; }
|
|
19
|
+
static {
|
|
20
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
21
|
+
_icon_decorators = [property({ type: String })];
|
|
22
|
+
__esDecorate(this, null, _icon_decorators, { kind: "accessor", name: "icon", static: false, private: false, access: { has: obj => "icon" in obj, get: obj => obj.icon, set: (obj, value) => { obj.icon = value; } }, metadata: _metadata }, _icon_initializers, _icon_extraInitializers);
|
|
23
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
24
|
+
_classThis = _classDescriptor.value;
|
|
25
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
26
|
+
}
|
|
27
|
+
#icon_accessor_storage = __runInitializers(this, _icon_initializers, void 0);
|
|
28
|
+
get icon() { return this.#icon_accessor_storage; }
|
|
29
|
+
set icon(value) { this.#icon_accessor_storage = value; }
|
|
30
|
+
static styles = [
|
|
31
|
+
css `
|
|
32
|
+
:host {
|
|
33
|
+
display: block;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
custom-icon {
|
|
37
|
+
--custom-icon-color: var(--md-sys-color-on-surface);
|
|
38
|
+
}
|
|
39
|
+
`
|
|
40
|
+
];
|
|
41
|
+
render() {
|
|
42
|
+
return html `
|
|
43
|
+
<custom-button>
|
|
44
|
+
<custom-icon slot="icon" .icon=${this.icon}></custom-icon>
|
|
45
|
+
</custom-button>
|
|
46
|
+
`;
|
|
47
|
+
}
|
|
48
|
+
constructor() {
|
|
49
|
+
super(...arguments);
|
|
50
|
+
__runInitializers(this, _icon_extraInitializers);
|
|
51
|
+
}
|
|
52
|
+
static {
|
|
53
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
return _classThis;
|
|
57
|
+
})();
|
|
58
|
+
|
|
59
|
+
export { CustomIconButton };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-d3ba6528.js';
|
|
2
|
+
import { customElement, css, LiteElement } from '@vandeurenglenn/lite';
|
|
3
|
+
import PubSub from '@vandeurenglenn/little-pubsub';
|
|
4
|
+
|
|
5
|
+
globalThis.pubsub = globalThis.pubsub || new PubSub(true);
|
|
6
|
+
let CustomIconSet = (() => {
|
|
7
|
+
let _classDecorators = [customElement('custom-icon-set')];
|
|
8
|
+
let _classDescriptor;
|
|
9
|
+
let _classExtraInitializers = [];
|
|
10
|
+
let _classThis;
|
|
11
|
+
let _classSuper = LiteElement;
|
|
12
|
+
(class extends _classSuper {
|
|
13
|
+
static { _classThis = this; }
|
|
14
|
+
static {
|
|
15
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
16
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
17
|
+
_classThis = _classDescriptor.value;
|
|
18
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
19
|
+
}
|
|
20
|
+
static styles = [
|
|
21
|
+
css `
|
|
22
|
+
:host {
|
|
23
|
+
display: none;
|
|
24
|
+
}
|
|
25
|
+
`
|
|
26
|
+
];
|
|
27
|
+
#getIcon(name) {
|
|
28
|
+
return this.querySelector('template').content.querySelector(`span[name="${name}"]`).children[0];
|
|
29
|
+
}
|
|
30
|
+
getIcon(name) {
|
|
31
|
+
const node = this.#getIcon(name);
|
|
32
|
+
if (!node) {
|
|
33
|
+
console.warn(`missing icon ${name}`);
|
|
34
|
+
return name;
|
|
35
|
+
}
|
|
36
|
+
return node.cloneNode(true);
|
|
37
|
+
}
|
|
38
|
+
get setName() {
|
|
39
|
+
return this.getAttribute('set-name') || 'icons';
|
|
40
|
+
}
|
|
41
|
+
connectedCallback() {
|
|
42
|
+
globalThis.pubsub.subscribe(`custom-icon-set-${this.setName}-connected`, () => { });
|
|
43
|
+
globalThis.pubsub.publish(`custom-icon-set-${this.setName}-connected`, this);
|
|
44
|
+
}
|
|
45
|
+
static {
|
|
46
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
return _classThis;
|
|
50
|
+
})();
|
|
51
|
+
|
|
52
|
+
export { CustomIconSet };
|
package/exports/icon.js
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-d3ba6528.js';
|
|
2
|
+
import PubSub from '@vandeurenglenn/little-pubsub';
|
|
3
|
+
import { customElement, property, css, html, LiteElement } from '@vandeurenglenn/lite';
|
|
4
|
+
|
|
5
|
+
globalThis.pubsub = globalThis.pubsub || new PubSub(true);
|
|
6
|
+
let Icon = (() => {
|
|
7
|
+
let _classDecorators = [customElement('custom-icon')];
|
|
8
|
+
let _classDescriptor;
|
|
9
|
+
let _classExtraInitializers = [];
|
|
10
|
+
let _classThis;
|
|
11
|
+
let _classSuper = LiteElement;
|
|
12
|
+
let _host_decorators;
|
|
13
|
+
let _host_initializers = [];
|
|
14
|
+
let _host_extraInitializers = [];
|
|
15
|
+
let _icon_decorators;
|
|
16
|
+
let _icon_initializers = [];
|
|
17
|
+
let _icon_extraInitializers = [];
|
|
18
|
+
let _setName_decorators;
|
|
19
|
+
let _setName_initializers = [];
|
|
20
|
+
let _setName_extraInitializers = [];
|
|
21
|
+
let __icon_decorators;
|
|
22
|
+
let __icon_initializers = [];
|
|
23
|
+
let __icon_extraInitializers = [];
|
|
24
|
+
(class extends _classSuper {
|
|
25
|
+
static { _classThis = this; }
|
|
26
|
+
static {
|
|
27
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
28
|
+
_host_decorators = [property()];
|
|
29
|
+
_icon_decorators = [property({ attribute: 'icon' })];
|
|
30
|
+
_setName_decorators = [property()];
|
|
31
|
+
__icon_decorators = [property()];
|
|
32
|
+
__esDecorate(this, null, _host_decorators, { kind: "accessor", name: "host", static: false, private: false, access: { has: obj => "host" in obj, get: obj => obj.host, set: (obj, value) => { obj.host = value; } }, metadata: _metadata }, _host_initializers, _host_extraInitializers);
|
|
33
|
+
__esDecorate(this, null, _icon_decorators, { kind: "accessor", name: "icon", static: false, private: false, access: { has: obj => "icon" in obj, get: obj => obj.icon, set: (obj, value) => { obj.icon = value; } }, metadata: _metadata }, _icon_initializers, _icon_extraInitializers);
|
|
34
|
+
__esDecorate(this, null, _setName_decorators, { kind: "accessor", name: "setName", static: false, private: false, access: { has: obj => "setName" in obj, get: obj => obj.setName, set: (obj, value) => { obj.setName = value; } }, metadata: _metadata }, _setName_initializers, _setName_extraInitializers);
|
|
35
|
+
__esDecorate(this, null, __icon_decorators, { kind: "accessor", name: "_icon", static: false, private: false, access: { has: obj => "_icon" in obj, get: obj => obj._icon, set: (obj, value) => { obj._icon = value; } }, metadata: _metadata }, __icon_initializers, __icon_extraInitializers);
|
|
36
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
37
|
+
_classThis = _classDescriptor.value;
|
|
38
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
39
|
+
}
|
|
40
|
+
#host_accessor_storage = __runInitializers(this, _host_initializers, void 0);
|
|
41
|
+
get host() { return this.#host_accessor_storage; }
|
|
42
|
+
set host(value) { this.#host_accessor_storage = value; }
|
|
43
|
+
#icon_accessor_storage = (__runInitializers(this, _host_extraInitializers), __runInitializers(this, _icon_initializers, this.innerHTML));
|
|
44
|
+
get icon() { return this.#icon_accessor_storage; }
|
|
45
|
+
set icon(value) { this.#icon_accessor_storage = value; }
|
|
46
|
+
#setName_accessor_storage = (__runInitializers(this, _icon_extraInitializers), __runInitializers(this, _setName_initializers, void 0));
|
|
47
|
+
get setName() { return this.#setName_accessor_storage; }
|
|
48
|
+
set setName(value) { this.#setName_accessor_storage = value; }
|
|
49
|
+
#_icon_accessor_storage = (__runInitializers(this, _setName_extraInitializers), __runInitializers(this, __icon_initializers, void 0));
|
|
50
|
+
get _icon() { return this.#_icon_accessor_storage; }
|
|
51
|
+
set _icon(value) { this.#_icon_accessor_storage = value; }
|
|
52
|
+
onChange(propertyKey, value) {
|
|
53
|
+
if (propertyKey === 'setName') {
|
|
54
|
+
this.host = globalThis.pubsub.subscribers[`custom-icon-set-${value}-connected`]?.value;
|
|
55
|
+
if (!this.host) {
|
|
56
|
+
globalThis.pubsub.subscribe(`custom-icon-set-${value}-connected`, (host) => {
|
|
57
|
+
if (host) {
|
|
58
|
+
this.host = host;
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
if (propertyKey === 'icon' || propertyKey === 'host') {
|
|
64
|
+
if (this.host && this.icon)
|
|
65
|
+
this._icon = this.host.getIcon(this.icon);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
static styles = [
|
|
69
|
+
css `
|
|
70
|
+
:host {
|
|
71
|
+
--__custom-icon-size: var(--custom-icon-size, 24px);
|
|
72
|
+
--custom-icon-color: var(--md-sys-color-on-surface);
|
|
73
|
+
display: flex;
|
|
74
|
+
height: var(--custom-icon-size, 24px);
|
|
75
|
+
width: var(--custom-icon-size, 24px);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
svg {
|
|
79
|
+
fill: var(--custom-icon-color);
|
|
80
|
+
height: inherit;
|
|
81
|
+
width: inherit;
|
|
82
|
+
pointer-events: none;
|
|
83
|
+
}
|
|
84
|
+
`
|
|
85
|
+
];
|
|
86
|
+
connectedCallback() {
|
|
87
|
+
this.setName = this.getAttribute('set-name') || 'icons';
|
|
88
|
+
}
|
|
89
|
+
render() {
|
|
90
|
+
return html ` ${this._icon} `;
|
|
91
|
+
}
|
|
92
|
+
constructor() {
|
|
93
|
+
super(...arguments);
|
|
94
|
+
__runInitializers(this, __icon_extraInitializers);
|
|
95
|
+
}
|
|
96
|
+
static {
|
|
97
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
return _classThis;
|
|
101
|
+
})();
|
|
102
|
+
|
|
103
|
+
export { Icon as CustomIcon, Icon };
|
package/exports/input.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-d3ba6528.js';
|
|
2
|
+
import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
|
|
3
|
+
|
|
4
|
+
let TimePickerInput = (() => {
|
|
5
|
+
let _classDecorators = [customElement('custom-time-picker-input')];
|
|
6
|
+
let _classDescriptor;
|
|
7
|
+
let _classExtraInitializers = [];
|
|
8
|
+
let _classThis;
|
|
9
|
+
let _classSuper = LiteElement;
|
|
10
|
+
(class extends _classSuper {
|
|
11
|
+
static { _classThis = this; }
|
|
12
|
+
static {
|
|
13
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
14
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
15
|
+
_classThis = _classDescriptor.value;
|
|
16
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
17
|
+
}
|
|
18
|
+
static styles = [
|
|
19
|
+
css `
|
|
20
|
+
:host {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
}
|
|
24
|
+
`
|
|
25
|
+
];
|
|
26
|
+
render() {
|
|
27
|
+
return html ` <input type="time" /> `;
|
|
28
|
+
}
|
|
29
|
+
static {
|
|
30
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
return _classThis;
|
|
34
|
+
})();
|
|
35
|
+
|
|
36
|
+
export { TimePickerInput };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-d3ba6528.js';
|
|
2
|
+
import { customElement, property, assignedElements, query, css, html, LiteElement } from '@vandeurenglenn/lite';
|
|
3
|
+
|
|
4
|
+
let CustomListItem = (() => {
|
|
5
|
+
let _classDecorators = [customElement('custom-list-item')];
|
|
6
|
+
let _classDescriptor;
|
|
7
|
+
let _classExtraInitializers = [];
|
|
8
|
+
let _classThis;
|
|
9
|
+
let _classSuper = LiteElement;
|
|
10
|
+
let _type_decorators;
|
|
11
|
+
let _type_initializers = [];
|
|
12
|
+
let _type_extraInitializers = [];
|
|
13
|
+
let _open_decorators;
|
|
14
|
+
let _open_initializers = [];
|
|
15
|
+
let _open_extraInitializers = [];
|
|
16
|
+
let _hasStart_decorators;
|
|
17
|
+
let _hasStart_initializers = [];
|
|
18
|
+
let _hasStart_extraInitializers = [];
|
|
19
|
+
let _nonInteractive_decorators;
|
|
20
|
+
let _nonInteractive_initializers = [];
|
|
21
|
+
let _nonInteractive_extraInitializers = [];
|
|
22
|
+
let _assignedStartElements_decorators;
|
|
23
|
+
let _assignedStartElements_initializers = [];
|
|
24
|
+
let _assignedStartElements_extraInitializers = [];
|
|
25
|
+
let _startSlot_decorators;
|
|
26
|
+
let _startSlot_initializers = [];
|
|
27
|
+
let _startSlot_extraInitializers = [];
|
|
28
|
+
(class extends _classSuper {
|
|
29
|
+
static { _classThis = this; }
|
|
30
|
+
static {
|
|
31
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
32
|
+
_type_decorators = [property({ type: String, reflect: true })];
|
|
33
|
+
_open_decorators = [property({ type: Boolean, reflect: true })];
|
|
34
|
+
_hasStart_decorators = [property({ type: Boolean, reflect: true, attribute: 'has-start' })];
|
|
35
|
+
_nonInteractive_decorators = [property({ type: Boolean, reflect: true, attribute: 'non-interactive' })];
|
|
36
|
+
_assignedStartElements_decorators = [assignedElements('start')];
|
|
37
|
+
_startSlot_decorators = [query('slot[name="start"]')];
|
|
38
|
+
__esDecorate(this, null, _type_decorators, { kind: "accessor", name: "type", static: false, private: false, access: { has: obj => "type" in obj, get: obj => obj.type, set: (obj, value) => { obj.type = value; } }, metadata: _metadata }, _type_initializers, _type_extraInitializers);
|
|
39
|
+
__esDecorate(this, null, _open_decorators, { kind: "accessor", name: "open", static: false, private: false, access: { has: obj => "open" in obj, get: obj => obj.open, set: (obj, value) => { obj.open = value; } }, metadata: _metadata }, _open_initializers, _open_extraInitializers);
|
|
40
|
+
__esDecorate(this, null, _hasStart_decorators, { kind: "accessor", name: "hasStart", static: false, private: false, access: { has: obj => "hasStart" in obj, get: obj => obj.hasStart, set: (obj, value) => { obj.hasStart = value; } }, metadata: _metadata }, _hasStart_initializers, _hasStart_extraInitializers);
|
|
41
|
+
__esDecorate(this, null, _nonInteractive_decorators, { kind: "accessor", name: "nonInteractive", static: false, private: false, access: { has: obj => "nonInteractive" in obj, get: obj => obj.nonInteractive, set: (obj, value) => { obj.nonInteractive = value; } }, metadata: _metadata }, _nonInteractive_initializers, _nonInteractive_extraInitializers);
|
|
42
|
+
__esDecorate(this, null, _assignedStartElements_decorators, { kind: "accessor", name: "assignedStartElements", static: false, private: false, access: { has: obj => "assignedStartElements" in obj, get: obj => obj.assignedStartElements, set: (obj, value) => { obj.assignedStartElements = value; } }, metadata: _metadata }, _assignedStartElements_initializers, _assignedStartElements_extraInitializers);
|
|
43
|
+
__esDecorate(this, null, _startSlot_decorators, { kind: "accessor", name: "startSlot", static: false, private: false, access: { has: obj => "startSlot" in obj, get: obj => obj.startSlot, set: (obj, value) => { obj.startSlot = value; } }, metadata: _metadata }, _startSlot_initializers, _startSlot_extraInitializers);
|
|
44
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
45
|
+
_classThis = _classDescriptor.value;
|
|
46
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
47
|
+
}
|
|
48
|
+
#type_accessor_storage = __runInitializers(this, _type_initializers, 'one-line');
|
|
49
|
+
get type() { return this.#type_accessor_storage; }
|
|
50
|
+
set type(value) { this.#type_accessor_storage = value; }
|
|
51
|
+
#open_accessor_storage = (__runInitializers(this, _type_extraInitializers), __runInitializers(this, _open_initializers, void 0));
|
|
52
|
+
get open() { return this.#open_accessor_storage; }
|
|
53
|
+
set open(value) { this.#open_accessor_storage = value; }
|
|
54
|
+
#hasStart_accessor_storage = (__runInitializers(this, _open_extraInitializers), __runInitializers(this, _hasStart_initializers, void 0));
|
|
55
|
+
get hasStart() { return this.#hasStart_accessor_storage; }
|
|
56
|
+
set hasStart(value) { this.#hasStart_accessor_storage = value; }
|
|
57
|
+
#nonInteractive_accessor_storage = (__runInitializers(this, _hasStart_extraInitializers), __runInitializers(this, _nonInteractive_initializers, void 0));
|
|
58
|
+
get nonInteractive() { return this.#nonInteractive_accessor_storage; }
|
|
59
|
+
set nonInteractive(value) { this.#nonInteractive_accessor_storage = value; }
|
|
60
|
+
#assignedStartElements_accessor_storage = (__runInitializers(this, _nonInteractive_extraInitializers), __runInitializers(this, _assignedStartElements_initializers, void 0));
|
|
61
|
+
get assignedStartElements() { return this.#assignedStartElements_accessor_storage; }
|
|
62
|
+
set assignedStartElements(value) { this.#assignedStartElements_accessor_storage = value; }
|
|
63
|
+
#startSlot_accessor_storage = (__runInitializers(this, _assignedStartElements_extraInitializers), __runInitializers(this, _startSlot_initializers, void 0));
|
|
64
|
+
get startSlot() { return this.#startSlot_accessor_storage; }
|
|
65
|
+
set startSlot(value) { this.#startSlot_accessor_storage = value; }
|
|
66
|
+
#startSlotChange = (__runInitializers(this, _startSlot_extraInitializers), () => {
|
|
67
|
+
this.hasStart = true;
|
|
68
|
+
});
|
|
69
|
+
connectedCallback() {
|
|
70
|
+
this.startSlot.addEventListener('slotchange', this.#startSlotChange);
|
|
71
|
+
}
|
|
72
|
+
static styles = [
|
|
73
|
+
css `
|
|
74
|
+
* {
|
|
75
|
+
pointer-events: none;
|
|
76
|
+
user-select: none;
|
|
77
|
+
}
|
|
78
|
+
:host {
|
|
79
|
+
display: flex;
|
|
80
|
+
/* top, right, bottom, left */
|
|
81
|
+
padding: 8px 24px 8px 16px;
|
|
82
|
+
box-sizing: border-box;
|
|
83
|
+
width: 100%;
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
min-width: 112px;
|
|
86
|
+
max-width: 280px;
|
|
87
|
+
height: 48px;
|
|
88
|
+
pointer-events: auto;
|
|
89
|
+
}
|
|
90
|
+
:host([type='menu']) {
|
|
91
|
+
padding: 0 12px;
|
|
92
|
+
height: 48px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
:host([type='menu']),
|
|
96
|
+
:host([type='one-line']) {
|
|
97
|
+
align-items: center;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
:host([has-start]) .body {
|
|
101
|
+
padding-left: 12px;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
:host([non-interactive]) {
|
|
105
|
+
pointer-events: none;
|
|
106
|
+
cursor: default;
|
|
107
|
+
}
|
|
108
|
+
`
|
|
109
|
+
];
|
|
110
|
+
render() {
|
|
111
|
+
return html `
|
|
112
|
+
<slot name="start"></slot>
|
|
113
|
+
<span class="body">
|
|
114
|
+
<slot></slot>
|
|
115
|
+
</span>
|
|
116
|
+
<flex-it></flex-it>
|
|
117
|
+
<slot name="end"></slot>
|
|
118
|
+
`;
|
|
119
|
+
}
|
|
120
|
+
static {
|
|
121
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
return _classThis;
|
|
125
|
+
})();
|
|
126
|
+
|
|
127
|
+
export { CustomListItem };
|
package/exports/list.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/exports/menu.js
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-d3ba6528.js';
|
|
2
|
+
import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
|
|
3
|
+
import './dropdown.js';
|
|
4
|
+
import './selector.js';
|
|
5
|
+
import './selector-mixin.js';
|
|
6
|
+
import './select-mixin.js';
|
|
7
|
+
|
|
8
|
+
let CustomMenu = (() => {
|
|
9
|
+
let _classDecorators = [customElement('custom-menu')];
|
|
10
|
+
let _classDescriptor;
|
|
11
|
+
let _classExtraInitializers = [];
|
|
12
|
+
let _classThis;
|
|
13
|
+
let _classSuper = LiteElement;
|
|
14
|
+
(class extends _classSuper {
|
|
15
|
+
static { _classThis = this; }
|
|
16
|
+
static {
|
|
17
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
18
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
19
|
+
_classThis = _classDescriptor.value;
|
|
20
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
21
|
+
}
|
|
22
|
+
get selector() {
|
|
23
|
+
return this.shadowRoot.querySelector('custom-selector');
|
|
24
|
+
}
|
|
25
|
+
set selected(value) {
|
|
26
|
+
this.selector.selected = value;
|
|
27
|
+
}
|
|
28
|
+
get selected() {
|
|
29
|
+
return this.selector.selected;
|
|
30
|
+
}
|
|
31
|
+
select(selected) {
|
|
32
|
+
this.selector.select(selected);
|
|
33
|
+
}
|
|
34
|
+
#onselected = ({ detail }) => {
|
|
35
|
+
this.dispatchEvent(new CustomEvent('selected', { detail }));
|
|
36
|
+
};
|
|
37
|
+
connectedCallback() {
|
|
38
|
+
this.selector.addEventListener('selected', this.#onselected);
|
|
39
|
+
}
|
|
40
|
+
disconnectedCallback() {
|
|
41
|
+
this.selector.removeEventListener('selected', this.#onselected);
|
|
42
|
+
}
|
|
43
|
+
static styles = [
|
|
44
|
+
css `
|
|
45
|
+
:host {
|
|
46
|
+
display: flex;
|
|
47
|
+
flex-direction: column;
|
|
48
|
+
width: 100%;
|
|
49
|
+
min-width: 120px;
|
|
50
|
+
max-width: 280px;
|
|
51
|
+
}
|
|
52
|
+
`
|
|
53
|
+
];
|
|
54
|
+
render() {
|
|
55
|
+
return html `
|
|
56
|
+
<custom-selector>
|
|
57
|
+
<slot></slot>
|
|
58
|
+
</custom-selector>
|
|
59
|
+
`;
|
|
60
|
+
}
|
|
61
|
+
static {
|
|
62
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
return _classThis;
|
|
66
|
+
})();
|
|
67
|
+
|
|
68
|
+
export { CustomMenu };
|
package/exports/menu2.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-d3ba6528.js';
|
|
2
|
+
import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
|
|
3
|
+
|
|
4
|
+
// import
|
|
5
|
+
let TimePickerMinuteField = (() => {
|
|
6
|
+
let _classDecorators = [customElement('custom-time-picker-minute-field')];
|
|
7
|
+
let _classDescriptor;
|
|
8
|
+
let _classExtraInitializers = [];
|
|
9
|
+
let _classThis;
|
|
10
|
+
let _classSuper = LiteElement;
|
|
11
|
+
(class extends _classSuper {
|
|
12
|
+
static { _classThis = this; }
|
|
13
|
+
static {
|
|
14
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
15
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
16
|
+
_classThis = _classDescriptor.value;
|
|
17
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
18
|
+
}
|
|
19
|
+
static styles = [
|
|
20
|
+
css `
|
|
21
|
+
:host {
|
|
22
|
+
display: block;
|
|
23
|
+
}
|
|
24
|
+
`
|
|
25
|
+
];
|
|
26
|
+
render() {
|
|
27
|
+
return html ``;
|
|
28
|
+
}
|
|
29
|
+
static {
|
|
30
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
return _classThis;
|
|
34
|
+
})();
|
|
35
|
+
|
|
36
|
+
export { TimePickerMinuteField };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const ScrollMixin: (Base: any) => {
|
|
2
|
+
new (): {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
scrolling: any;
|
|
5
|
+
scrollElement: any;
|
|
6
|
+
"__#2@#onscroll": () => void;
|
|
7
|
+
connectedCallback(options?: {
|
|
8
|
+
scrollElement: undefined | string;
|
|
9
|
+
}): Promise<void>;
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
};
|
|
12
|
+
[x: string]: any;
|
|
13
|
+
};
|