le-kit 0.4.0 → 0.5.0
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/LLM_CONTEXT.md +1377 -0
- package/dist/cjs/le-bar_16.cjs.entry.js +15 -15
- package/dist/cjs/le-code-input.cjs.entry.js +181 -0
- package/dist/cjs/le-combobox.cjs.entry.js +1 -1
- package/dist/cjs/le-header-placeholder.cjs.entry.js +1 -1
- package/dist/cjs/le-kit.cjs.js +1 -1
- package/dist/cjs/le-multiselect.cjs.entry.js +3 -3
- package/dist/cjs/le-number-input.cjs.entry.js +1 -1
- package/dist/cjs/le-round-progress.cjs.entry.js +1 -1
- package/dist/cjs/le-segmented-control.cjs.entry.js +1 -1
- package/dist/cjs/le-stack.cjs.entry.js +1 -1
- package/dist/cjs/le-tab-bar.cjs.entry.js +1 -1
- package/dist/cjs/le-tab-panel.cjs.entry.js +2 -2
- package/dist/cjs/le-tab.cjs.entry.js +1 -1
- package/dist/cjs/le-tabs.cjs.entry.js +2 -2
- package/dist/cjs/le-tag.cjs.entry.js +1 -1
- package/dist/cjs/le-turntable.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/le-code-input/le-code-input.css +106 -0
- package/dist/collection/components/le-code-input/le-code-input.js +466 -0
- package/dist/collection/components/le-code-input/le-code-input.js.map +1 -0
- package/dist/collection/components/le-collapse/le-collapse.js +1 -1
- package/dist/collection/components/le-combobox/le-combobox.js +1 -1
- package/dist/collection/components/le-current-heading/le-current-heading.js +1 -1
- package/dist/collection/components/le-dropdown-base/le-dropdown-base.js +1 -1
- package/dist/collection/components/le-header/le-header.js +2 -2
- package/dist/collection/components/le-header-placeholder/le-header-placeholder.js +1 -1
- package/dist/collection/components/le-icon/le-icon.js +1 -1
- package/dist/collection/components/le-multiselect/le-multiselect.js +3 -3
- package/dist/collection/components/le-number-input/le-number-input.js +1 -1
- package/dist/collection/components/le-popover/le-popover.js +3 -3
- package/dist/collection/components/le-round-progress/le-round-progress.js +1 -1
- package/dist/collection/components/le-scroll-progress/le-scroll-progress.js +1 -1
- package/dist/collection/components/le-segmented-control/le-segmented-control.js +1 -1
- package/dist/collection/components/le-select/le-select.js +2 -2
- package/dist/collection/components/le-slot/le-slot.js +1 -1
- package/dist/collection/components/le-stack/le-stack.js +1 -1
- package/dist/collection/components/le-string-input/le-string-input.js +2 -2
- package/dist/collection/components/le-tab/le-tab.js +1 -1
- package/dist/collection/components/le-tab-bar/le-tab-bar.js +1 -1
- package/dist/collection/components/le-tab-panel/le-tab-panel.js +2 -2
- package/dist/collection/components/le-tabs/le-tabs.js +2 -2
- package/dist/collection/components/le-tag/le-tag.js +1 -1
- package/dist/collection/components/le-turntable/le-turntable.js +1 -1
- package/dist/collection/dist/components/assets/custom-elements.json +1248 -871
- package/dist/components/assets/custom-elements.json +1248 -871
- package/dist/components/le-button2.js +5 -5
- package/dist/components/le-code-input.d.ts +11 -0
- package/dist/components/le-code-input.js +265 -0
- package/dist/components/le-code-input.js.map +1 -0
- package/dist/components/le-collapse2.js +1 -1
- package/dist/components/le-combobox.js +1 -1
- package/dist/components/le-current-heading.js +1 -1
- package/dist/components/le-dropdown-base2.js +1 -1
- package/dist/components/le-header-placeholder.js +1 -1
- package/dist/components/le-header.js +2 -2
- package/dist/components/le-icon2.js +1 -1
- package/dist/components/le-multiselect.js +3 -3
- package/dist/components/le-number-input.js +1 -1
- package/dist/components/le-popover2.js +3 -3
- package/dist/components/le-round-progress.js +1 -1
- package/dist/components/le-scroll-progress.js +1 -1
- package/dist/components/le-segmented-control.js +1 -1
- package/dist/components/le-stack.js +1 -1
- package/dist/components/le-tab-bar.js +1 -1
- package/dist/components/le-tab-panel.js +2 -2
- package/dist/components/le-tab2.js +1 -1
- package/dist/components/le-tabs.js +2 -2
- package/dist/components/le-tag2.js +1 -1
- package/dist/components/le-turntable.js +1 -1
- package/dist/docs.json +442 -1
- package/dist/esm/le-bar_16.entry.js +15 -15
- package/dist/esm/le-code-input.entry.js +179 -0
- package/dist/esm/le-code-input.entry.js.map +1 -0
- package/dist/esm/le-combobox.entry.js +1 -1
- package/dist/esm/le-header-placeholder.entry.js +1 -1
- package/dist/esm/le-kit.js +1 -1
- package/dist/esm/le-multiselect.entry.js +3 -3
- package/dist/esm/le-number-input.entry.js +1 -1
- package/dist/esm/le-round-progress.entry.js +1 -1
- package/dist/esm/le-segmented-control.entry.js +1 -1
- package/dist/esm/le-stack.entry.js +1 -1
- package/dist/esm/le-tab-bar.entry.js +1 -1
- package/dist/esm/le-tab-panel.entry.js +2 -2
- package/dist/esm/le-tab.entry.js +1 -1
- package/dist/esm/le-tabs.entry.js +2 -2
- package/dist/esm/le-tag.entry.js +1 -1
- package/dist/esm/le-turntable.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/le-kit/dist/components/assets/custom-elements.json +1248 -871
- package/dist/le-kit/le-kit.esm.js +1 -1
- package/dist/le-kit/{p-c4975e66.entry.js → p-24112ca3.entry.js} +2 -2
- package/dist/le-kit/{p-3f26be75.entry.js → p-2c6d080d.entry.js} +2 -2
- package/dist/le-kit/p-516c8531.entry.js +2 -0
- package/dist/le-kit/{p-69dd089a.entry.js → p-6b69f9a2.entry.js} +2 -2
- package/dist/le-kit/{p-6da2d81a.entry.js → p-6d14306f.entry.js} +2 -2
- package/dist/le-kit/{p-7201ae65.entry.js → p-7bcdf2d4.entry.js} +2 -2
- package/dist/le-kit/{p-36f126bb.entry.js → p-7cf1e23c.entry.js} +2 -2
- package/dist/le-kit/{p-d449a88b.entry.js → p-85f2fd4d.entry.js} +2 -2
- package/dist/le-kit/{p-d1eee582.entry.js → p-ab6c1def.entry.js} +2 -2
- package/dist/le-kit/{p-3f31e31b.entry.js → p-ae4ead64.entry.js} +2 -2
- package/dist/le-kit/{p-33a24394.entry.js → p-b05d4511.entry.js} +2 -2
- package/dist/le-kit/{p-9863d6fb.entry.js → p-b6ac02ff.entry.js} +2 -2
- package/dist/le-kit/{p-cd38c01b.entry.js → p-c24769e2.entry.js} +2 -2
- package/dist/le-kit/{p-bf66757c.entry.js → p-dc0445ad.entry.js} +2 -2
- package/dist/le-kit/p-eb5286f2.entry.js +2 -0
- package/dist/le-kit/p-eb5286f2.entry.js.map +1 -0
- package/dist/types/components/le-code-input/le-code-input.d.ts +102 -0
- package/dist/types/components.d.ts +183 -0
- package/package.json +7 -5
- package/dist/le-kit/p-7a60bfff.entry.js +0 -2
- /package/dist/le-kit/{p-c4975e66.entry.js.map → p-24112ca3.entry.js.map} +0 -0
- /package/dist/le-kit/{p-3f26be75.entry.js.map → p-2c6d080d.entry.js.map} +0 -0
- /package/dist/le-kit/{p-7a60bfff.entry.js.map → p-516c8531.entry.js.map} +0 -0
- /package/dist/le-kit/{p-69dd089a.entry.js.map → p-6b69f9a2.entry.js.map} +0 -0
- /package/dist/le-kit/{p-6da2d81a.entry.js.map → p-6d14306f.entry.js.map} +0 -0
- /package/dist/le-kit/{p-7201ae65.entry.js.map → p-7bcdf2d4.entry.js.map} +0 -0
- /package/dist/le-kit/{p-36f126bb.entry.js.map → p-7cf1e23c.entry.js.map} +0 -0
- /package/dist/le-kit/{p-d449a88b.entry.js.map → p-85f2fd4d.entry.js.map} +0 -0
- /package/dist/le-kit/{p-d1eee582.entry.js.map → p-ab6c1def.entry.js.map} +0 -0
- /package/dist/le-kit/{p-3f31e31b.entry.js.map → p-ae4ead64.entry.js.map} +0 -0
- /package/dist/le-kit/{p-33a24394.entry.js.map → p-b05d4511.entry.js.map} +0 -0
- /package/dist/le-kit/{p-9863d6fb.entry.js.map → p-b6ac02ff.entry.js.map} +0 -0
- /package/dist/le-kit/{p-cd38c01b.entry.js.map → p-c24769e2.entry.js.map} +0 -0
- /package/dist/le-kit/{p-bf66757c.entry.js.map → p-dc0445ad.entry.js.map} +0 -0
|
@@ -89,11 +89,11 @@ const LeTabPanel$1 = /*@__PURE__*/ proxyCustomElement(class LeTabPanel extends H
|
|
|
89
89
|
}
|
|
90
90
|
render() {
|
|
91
91
|
const shouldRender = this.shouldRenderContent();
|
|
92
|
-
return (h("le-component", { key: '
|
|
92
|
+
return (h("le-component", { key: '1315534f32fe8cc7f2ff1c0ec0457d30514064d4', component: "le-tab-panel" }, h("div", { key: '7544225e28b3be3e09269a669676515dc4ad097c', class: {
|
|
93
93
|
'tab-panel': true,
|
|
94
94
|
'active': this.active,
|
|
95
95
|
'lazy-hidden': this.lazy && !this.active,
|
|
96
|
-
}, role: "tabpanel", "aria-hidden": !this.active ? 'true' : undefined, tabIndex: this.active ? 0 : -1 }, h("le-slot", { key: '
|
|
96
|
+
}, role: "tabpanel", "aria-hidden": !this.active ? 'true' : undefined, tabIndex: this.active ? 0 : -1 }, h("le-slot", { key: 'a686c87a4e5a62a6befb425141bd96b59273ec6b', name: "", description: "Tab panel content", type: "slot" }, shouldRender && h("slot", { key: '76bd67392762a5ddbf8124c5596c6cb37ecf44fa' })))));
|
|
97
97
|
}
|
|
98
98
|
static get watchers() { return {
|
|
99
99
|
"active": ["activeChanged"]
|
|
@@ -132,7 +132,7 @@ const LeTab = /*@__PURE__*/ proxyCustomElement(class LeTab extends HTMLElement {
|
|
|
132
132
|
const attrs = this.href
|
|
133
133
|
? { href: this.href, target: this.target, role: 'button' }
|
|
134
134
|
: { disabled: this.disabled };
|
|
135
|
-
return (h(Host, { key: '
|
|
135
|
+
return (h(Host, { key: 'a539044017f98ddaa7636df1457b669f56c19d94' }, h("le-component", { key: 'b6df3e0738be09d00f3cd802b3cd06af4402e746', component: "le-tab" }, h(TagType, { key: 'a37f2d404da74b5b0d99bbb0b9ff57121903ee2d', class: classnames('le-tab-container', `le-tab-align-${this.align}`, classes), part: "button", ...attrs, onClick: this.handleClick, tabIndex: this.focusable ? 0 : -1 }, this.icon !== undefined ? (h("div", { class: "icon-only" }, h("div", { class: "icon" }, this.icon), this.showLabel && h("span", { class: "icon-label" }, this.label))) : (h(Fragment, null, h("span", { class: "le-tab-label" }, this.iconStart && (h("span", { class: "icon-start", part: "icon-start" }, this.iconStart)), h("le-slot", { name: "", description: "Tab text", type: "text", class: "content", part: "content" }, h("slot", null, this.label))), this.iconEnd && (h("span", { class: "icon-end", part: "icon-end" }, this.iconEnd))))))));
|
|
136
136
|
}
|
|
137
137
|
static get style() { return leTabCss(); }
|
|
138
138
|
}, [769, "le-tab", {
|
|
@@ -279,7 +279,7 @@ const LeTabs$1 = /*@__PURE__*/ proxyCustomElement(class LeTabs extends HTMLEleme
|
|
|
279
279
|
: this.position === 'start'
|
|
280
280
|
? 'top'
|
|
281
281
|
: 'bottom';
|
|
282
|
-
return (h("le-component", { key: '
|
|
282
|
+
return (h("le-component", { key: '9a92363db43231088e476bca66dbbf47f26ebf34', component: "le-tabs", hostClass: classnames(classes) }, h("div", { key: '3c14f3367e2b281090721e5521bfa8a3b53f5b97', class: classes }, h("div", { key: 'cd4aad46f9a8e1ec5760f9388a0c4149556bfb06', class: {
|
|
283
283
|
'tablist': true,
|
|
284
284
|
'wrap-tabs': this.wrap,
|
|
285
285
|
[`overflow-${this.overflow}`]: true,
|
|
@@ -288,7 +288,7 @@ const LeTabs$1 = /*@__PURE__*/ proxyCustomElement(class LeTabs extends HTMLEleme
|
|
|
288
288
|
const tabId = `tab-${config.value}`;
|
|
289
289
|
const panelId = `panel-${config.value}`;
|
|
290
290
|
return (h("le-tab", { key: config.value, id: tabId, class: "tab", mode: "default", variant: this.variant, selected: isSelected, disabled: config.disabled, size: this.size, position: tabPosition, align: this.orientation === 'vertical' ? 'start' : 'center', role: "tab", part: isSelected ? 'tab tab-active' : 'tab', "aria-selected": isSelected ? 'true' : 'false', "aria-controls": panelId, "aria-disabled": config.disabled ? 'true' : undefined, focusable: false, onClick: () => this.handleTabClick(config), iconStart: config.iconStart, iconEnd: config.iconEnd }, h("span", { class: "tab-label" }, config.label)));
|
|
291
|
-
})), h("div", { key: '
|
|
291
|
+
})), h("div", { key: '0b34e9ab8ce8f0e31ad9392bc3a6a60c92a0aa00', class: "panels", part: "panels" }, isDeclarativeMode ? (
|
|
292
292
|
// Declarative mode - render slot for le-tab-panel children
|
|
293
293
|
h("le-slot", { name: "", description: "Tab panels", type: "slot", allowedComponents: "le-tab-panel" }, h("slot", null))) : (
|
|
294
294
|
// Programmatic mode - render named slots
|
|
@@ -64,7 +64,7 @@ const LeTag = /*@__PURE__*/ proxyCustomElement(class LeTag extends HTMLElement {
|
|
|
64
64
|
return h("span", { class: "tag-icon" }, this.icon);
|
|
65
65
|
}
|
|
66
66
|
render() {
|
|
67
|
-
return (h("le-component", { key: '
|
|
67
|
+
return (h("le-component", { key: '8c76ae38877bbb3ba35588adadee0cf61b76ffed', component: "le-tag" }, h("span", { key: 'a2dd1709505e58baada6fb9b40312e207435e8a6', class: "tag" }, this.renderIcon(), h("span", { key: '99bac5f6df170af17de5550b9f0489538e9760bc', class: "tag-label" }, h("le-slot", { key: '41740e400b168986980e8ff93187af9828cca5f9', name: "", tag: "span", type: "text" }, h("slot", { key: 'd823f3dc74c1e49b89fe5fff2df9d7e244d7d591' }, this.label))), this.dismissible && (h("button", { key: '96a058e3cab2d7fb091e1e6ec77404f8cf80358c', type: "button", class: "tag-dismiss", onClick: this.handleDismiss, disabled: this.disabled, "aria-label": "Remove" }, h("svg", { key: 'bfbb3f7c73aef6f06f5c45e98d4047d2aa629f2c', viewBox: "0 0 16 16", fill: "none", stroke: "currentColor", "stroke-width": "2" }, h("path", { key: '16a68b9458ccd806415d5ef8bda7fa1513cdf46d', d: "M4 4l8 8M12 4l-8 8" })))))));
|
|
68
68
|
}
|
|
69
69
|
static get style() { return leTagCss(); }
|
|
70
70
|
}, [769, "le-tag", {
|
|
@@ -129,7 +129,7 @@ const LeTurntable$1 = /*@__PURE__*/ proxyCustomElement(class LeTurntable extends
|
|
|
129
129
|
this.el.style.transform = `rotate(${angle}deg)`;
|
|
130
130
|
}
|
|
131
131
|
render() {
|
|
132
|
-
return (h("div", { key: '
|
|
132
|
+
return (h("div", { key: '50d1e3a01db9e77a3c391e04af74b70f39c23f8f', class: "turntable", onMouseDown: this.handleMouseDown.bind(this) }, h("slot", { key: 'a4c5d3cc2a99edf860ff7aa5318fa76443cdd2fd' })));
|
|
133
133
|
}
|
|
134
134
|
static get watchers() { return {
|
|
135
135
|
"value": ["updateValue"]
|
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-01-
|
|
2
|
+
"timestamp": "2026-01-15T09:19:50",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.39.0",
|
|
@@ -2218,6 +2218,439 @@
|
|
|
2218
2218
|
]
|
|
2219
2219
|
}
|
|
2220
2220
|
},
|
|
2221
|
+
{
|
|
2222
|
+
"filePath": "src/components/le-code-input/le-code-input.tsx",
|
|
2223
|
+
"encapsulation": "shadow",
|
|
2224
|
+
"tag": "le-code-input",
|
|
2225
|
+
"readme": "# le-code-input\n\n\n",
|
|
2226
|
+
"docs": "A one-time code input component with individual frames for each character.\nSupports standard copy/paste and range selection behaviors.",
|
|
2227
|
+
"docsTags": [
|
|
2228
|
+
{
|
|
2229
|
+
"name": "slot",
|
|
2230
|
+
"text": "description - Additional description text displayed below the input"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "cssprop",
|
|
2234
|
+
"text": "--le-code-box-size - Size of each character box (default: 40px width, 48px height)"
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"name": "cssprop",
|
|
2238
|
+
"text": "--le-input-bg - Input background color"
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"name": "cssprop",
|
|
2242
|
+
"text": "--le-input-color - Input text color"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "cssprop",
|
|
2246
|
+
"text": "--le-input-border - Input border style"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"name": "cssprop",
|
|
2250
|
+
"text": "--le-input-border-focus - Input border style when focused"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "cssprop",
|
|
2254
|
+
"text": "--le-input-border-error - Input border style when invalid"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"name": "cssprop",
|
|
2258
|
+
"text": "--le-input-radius - Input border radius"
|
|
2259
|
+
}
|
|
2260
|
+
],
|
|
2261
|
+
"usage": {},
|
|
2262
|
+
"props": [
|
|
2263
|
+
{
|
|
2264
|
+
"name": "description",
|
|
2265
|
+
"type": "string",
|
|
2266
|
+
"complexType": {
|
|
2267
|
+
"original": "string",
|
|
2268
|
+
"resolved": "string",
|
|
2269
|
+
"references": {}
|
|
2270
|
+
},
|
|
2271
|
+
"mutable": false,
|
|
2272
|
+
"attr": "description",
|
|
2273
|
+
"reflectToAttr": false,
|
|
2274
|
+
"docs": "Description text displayed below the input\nin case there is a more complex markup,\nit can be provided via slot as well",
|
|
2275
|
+
"docsTags": [],
|
|
2276
|
+
"values": [
|
|
2277
|
+
{
|
|
2278
|
+
"type": "string"
|
|
2279
|
+
}
|
|
2280
|
+
],
|
|
2281
|
+
"optional": true,
|
|
2282
|
+
"required": false,
|
|
2283
|
+
"getter": false,
|
|
2284
|
+
"setter": false
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"name": "disabled",
|
|
2288
|
+
"type": "boolean",
|
|
2289
|
+
"complexType": {
|
|
2290
|
+
"original": "boolean",
|
|
2291
|
+
"resolved": "boolean",
|
|
2292
|
+
"references": {}
|
|
2293
|
+
},
|
|
2294
|
+
"mutable": false,
|
|
2295
|
+
"attr": "disabled",
|
|
2296
|
+
"reflectToAttr": false,
|
|
2297
|
+
"docs": "Whether the input is disabled",
|
|
2298
|
+
"docsTags": [
|
|
2299
|
+
{
|
|
2300
|
+
"name": "default",
|
|
2301
|
+
"text": "false"
|
|
2302
|
+
}
|
|
2303
|
+
],
|
|
2304
|
+
"default": "false",
|
|
2305
|
+
"values": [
|
|
2306
|
+
{
|
|
2307
|
+
"type": "boolean"
|
|
2308
|
+
}
|
|
2309
|
+
],
|
|
2310
|
+
"optional": false,
|
|
2311
|
+
"required": false,
|
|
2312
|
+
"getter": false,
|
|
2313
|
+
"setter": false
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"name": "error",
|
|
2317
|
+
"type": "boolean",
|
|
2318
|
+
"complexType": {
|
|
2319
|
+
"original": "boolean",
|
|
2320
|
+
"resolved": "boolean",
|
|
2321
|
+
"references": {}
|
|
2322
|
+
},
|
|
2323
|
+
"mutable": false,
|
|
2324
|
+
"attr": "error",
|
|
2325
|
+
"reflectToAttr": false,
|
|
2326
|
+
"docs": "Internal validation state (can be set externally manually or via simple check)",
|
|
2327
|
+
"docsTags": [
|
|
2328
|
+
{
|
|
2329
|
+
"name": "default",
|
|
2330
|
+
"text": "false"
|
|
2331
|
+
}
|
|
2332
|
+
],
|
|
2333
|
+
"default": "false",
|
|
2334
|
+
"values": [
|
|
2335
|
+
{
|
|
2336
|
+
"type": "boolean"
|
|
2337
|
+
}
|
|
2338
|
+
],
|
|
2339
|
+
"optional": false,
|
|
2340
|
+
"required": false,
|
|
2341
|
+
"getter": false,
|
|
2342
|
+
"setter": false
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "externalId",
|
|
2346
|
+
"type": "string",
|
|
2347
|
+
"complexType": {
|
|
2348
|
+
"original": "string",
|
|
2349
|
+
"resolved": "string",
|
|
2350
|
+
"references": {}
|
|
2351
|
+
},
|
|
2352
|
+
"mutable": false,
|
|
2353
|
+
"attr": "external-id",
|
|
2354
|
+
"reflectToAttr": false,
|
|
2355
|
+
"docs": "External ID for linking with external systems",
|
|
2356
|
+
"docsTags": [],
|
|
2357
|
+
"values": [
|
|
2358
|
+
{
|
|
2359
|
+
"type": "string"
|
|
2360
|
+
}
|
|
2361
|
+
],
|
|
2362
|
+
"optional": false,
|
|
2363
|
+
"required": false,
|
|
2364
|
+
"getter": false,
|
|
2365
|
+
"setter": false
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"name": "label",
|
|
2369
|
+
"type": "string",
|
|
2370
|
+
"complexType": {
|
|
2371
|
+
"original": "string",
|
|
2372
|
+
"resolved": "string",
|
|
2373
|
+
"references": {}
|
|
2374
|
+
},
|
|
2375
|
+
"mutable": false,
|
|
2376
|
+
"attr": "label",
|
|
2377
|
+
"reflectToAttr": false,
|
|
2378
|
+
"docs": "Label for the input",
|
|
2379
|
+
"docsTags": [],
|
|
2380
|
+
"values": [
|
|
2381
|
+
{
|
|
2382
|
+
"type": "string"
|
|
2383
|
+
}
|
|
2384
|
+
],
|
|
2385
|
+
"optional": false,
|
|
2386
|
+
"required": false,
|
|
2387
|
+
"getter": false,
|
|
2388
|
+
"setter": false
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"name": "length",
|
|
2392
|
+
"type": "number",
|
|
2393
|
+
"complexType": {
|
|
2394
|
+
"original": "number",
|
|
2395
|
+
"resolved": "number",
|
|
2396
|
+
"references": {}
|
|
2397
|
+
},
|
|
2398
|
+
"mutable": false,
|
|
2399
|
+
"attr": "length",
|
|
2400
|
+
"reflectToAttr": false,
|
|
2401
|
+
"docs": "Length of the code (number of characters)",
|
|
2402
|
+
"docsTags": [
|
|
2403
|
+
{
|
|
2404
|
+
"name": "default",
|
|
2405
|
+
"text": "6"
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
"default": "6",
|
|
2409
|
+
"values": [
|
|
2410
|
+
{
|
|
2411
|
+
"type": "number"
|
|
2412
|
+
}
|
|
2413
|
+
],
|
|
2414
|
+
"optional": false,
|
|
2415
|
+
"required": false,
|
|
2416
|
+
"getter": false,
|
|
2417
|
+
"setter": false
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "name",
|
|
2421
|
+
"type": "string",
|
|
2422
|
+
"complexType": {
|
|
2423
|
+
"original": "string",
|
|
2424
|
+
"resolved": "string",
|
|
2425
|
+
"references": {}
|
|
2426
|
+
},
|
|
2427
|
+
"mutable": false,
|
|
2428
|
+
"attr": "name",
|
|
2429
|
+
"reflectToAttr": false,
|
|
2430
|
+
"docs": "The name of the input",
|
|
2431
|
+
"docsTags": [],
|
|
2432
|
+
"values": [
|
|
2433
|
+
{
|
|
2434
|
+
"type": "string"
|
|
2435
|
+
}
|
|
2436
|
+
],
|
|
2437
|
+
"optional": false,
|
|
2438
|
+
"required": false,
|
|
2439
|
+
"getter": false,
|
|
2440
|
+
"setter": false
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"name": "readonly",
|
|
2444
|
+
"type": "boolean",
|
|
2445
|
+
"complexType": {
|
|
2446
|
+
"original": "boolean",
|
|
2447
|
+
"resolved": "boolean",
|
|
2448
|
+
"references": {}
|
|
2449
|
+
},
|
|
2450
|
+
"mutable": false,
|
|
2451
|
+
"attr": "readonly",
|
|
2452
|
+
"reflectToAttr": false,
|
|
2453
|
+
"docs": "Whether the input is read-only",
|
|
2454
|
+
"docsTags": [
|
|
2455
|
+
{
|
|
2456
|
+
"name": "default",
|
|
2457
|
+
"text": "false"
|
|
2458
|
+
}
|
|
2459
|
+
],
|
|
2460
|
+
"default": "false",
|
|
2461
|
+
"values": [
|
|
2462
|
+
{
|
|
2463
|
+
"type": "boolean"
|
|
2464
|
+
}
|
|
2465
|
+
],
|
|
2466
|
+
"optional": false,
|
|
2467
|
+
"required": false,
|
|
2468
|
+
"getter": false,
|
|
2469
|
+
"setter": false
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"name": "type",
|
|
2473
|
+
"type": "\"number\" | \"text\"",
|
|
2474
|
+
"complexType": {
|
|
2475
|
+
"original": "'text' | 'number'",
|
|
2476
|
+
"resolved": "\"number\" | \"text\"",
|
|
2477
|
+
"references": {}
|
|
2478
|
+
},
|
|
2479
|
+
"mutable": false,
|
|
2480
|
+
"attr": "type",
|
|
2481
|
+
"reflectToAttr": false,
|
|
2482
|
+
"docs": "The type of code (numeric or alphanumeric)\nThis affects the keyboard layout on mobile devices.",
|
|
2483
|
+
"docsTags": [
|
|
2484
|
+
{
|
|
2485
|
+
"name": "default",
|
|
2486
|
+
"text": "'text'"
|
|
2487
|
+
}
|
|
2488
|
+
],
|
|
2489
|
+
"default": "'text'",
|
|
2490
|
+
"values": [
|
|
2491
|
+
{
|
|
2492
|
+
"value": "number",
|
|
2493
|
+
"type": "string"
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"value": "text",
|
|
2497
|
+
"type": "string"
|
|
2498
|
+
}
|
|
2499
|
+
],
|
|
2500
|
+
"optional": false,
|
|
2501
|
+
"required": false,
|
|
2502
|
+
"getter": false,
|
|
2503
|
+
"setter": false
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"name": "value",
|
|
2507
|
+
"type": "string",
|
|
2508
|
+
"complexType": {
|
|
2509
|
+
"original": "string",
|
|
2510
|
+
"resolved": "string",
|
|
2511
|
+
"references": {}
|
|
2512
|
+
},
|
|
2513
|
+
"mutable": true,
|
|
2514
|
+
"attr": "value",
|
|
2515
|
+
"reflectToAttr": true,
|
|
2516
|
+
"docs": "The value of the input",
|
|
2517
|
+
"docsTags": [
|
|
2518
|
+
{
|
|
2519
|
+
"name": "default",
|
|
2520
|
+
"text": "''"
|
|
2521
|
+
}
|
|
2522
|
+
],
|
|
2523
|
+
"default": "''",
|
|
2524
|
+
"values": [
|
|
2525
|
+
{
|
|
2526
|
+
"type": "string"
|
|
2527
|
+
}
|
|
2528
|
+
],
|
|
2529
|
+
"optional": false,
|
|
2530
|
+
"required": false,
|
|
2531
|
+
"getter": false,
|
|
2532
|
+
"setter": false
|
|
2533
|
+
}
|
|
2534
|
+
],
|
|
2535
|
+
"methods": [],
|
|
2536
|
+
"events": [
|
|
2537
|
+
{
|
|
2538
|
+
"event": "leBlur",
|
|
2539
|
+
"detail": "void",
|
|
2540
|
+
"bubbles": true,
|
|
2541
|
+
"complexType": {
|
|
2542
|
+
"original": "void",
|
|
2543
|
+
"resolved": "void",
|
|
2544
|
+
"references": {}
|
|
2545
|
+
},
|
|
2546
|
+
"cancelable": true,
|
|
2547
|
+
"composed": true,
|
|
2548
|
+
"docs": "Emitted when the input is blurred",
|
|
2549
|
+
"docsTags": []
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"event": "leChange",
|
|
2553
|
+
"detail": "{ value: string; name: string; externalId: string; }",
|
|
2554
|
+
"bubbles": true,
|
|
2555
|
+
"complexType": {
|
|
2556
|
+
"original": "{ value: string; name: string; externalId: string }",
|
|
2557
|
+
"resolved": "{ value: string; name: string; externalId: string; }",
|
|
2558
|
+
"references": {}
|
|
2559
|
+
},
|
|
2560
|
+
"cancelable": true,
|
|
2561
|
+
"composed": true,
|
|
2562
|
+
"docs": "Emitted when the value changes (on blur or Enter)",
|
|
2563
|
+
"docsTags": []
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"event": "leFocus",
|
|
2567
|
+
"detail": "void",
|
|
2568
|
+
"bubbles": true,
|
|
2569
|
+
"complexType": {
|
|
2570
|
+
"original": "void",
|
|
2571
|
+
"resolved": "void",
|
|
2572
|
+
"references": {}
|
|
2573
|
+
},
|
|
2574
|
+
"cancelable": true,
|
|
2575
|
+
"composed": true,
|
|
2576
|
+
"docs": "Emitted when the input is focused",
|
|
2577
|
+
"docsTags": []
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"event": "leInput",
|
|
2581
|
+
"detail": "{ value: string; name: string; externalId: string; }",
|
|
2582
|
+
"bubbles": true,
|
|
2583
|
+
"complexType": {
|
|
2584
|
+
"original": "{ value: string; name: string; externalId: string }",
|
|
2585
|
+
"resolved": "{ value: string; name: string; externalId: string; }",
|
|
2586
|
+
"references": {}
|
|
2587
|
+
},
|
|
2588
|
+
"cancelable": true,
|
|
2589
|
+
"composed": true,
|
|
2590
|
+
"docs": "Emitted when the input value changes (on keystroke)",
|
|
2591
|
+
"docsTags": []
|
|
2592
|
+
}
|
|
2593
|
+
],
|
|
2594
|
+
"listeners": [],
|
|
2595
|
+
"styles": [],
|
|
2596
|
+
"slots": [
|
|
2597
|
+
{
|
|
2598
|
+
"name": "description",
|
|
2599
|
+
"docs": "Additional description text displayed below the input"
|
|
2600
|
+
}
|
|
2601
|
+
],
|
|
2602
|
+
"parts": [],
|
|
2603
|
+
"dependents": [],
|
|
2604
|
+
"dependencies": [
|
|
2605
|
+
"le-component",
|
|
2606
|
+
"le-slot"
|
|
2607
|
+
],
|
|
2608
|
+
"dependencyGraph": {
|
|
2609
|
+
"le-code-input": [
|
|
2610
|
+
"le-component",
|
|
2611
|
+
"le-slot"
|
|
2612
|
+
],
|
|
2613
|
+
"le-component": [
|
|
2614
|
+
"le-button",
|
|
2615
|
+
"le-select",
|
|
2616
|
+
"le-checkbox",
|
|
2617
|
+
"le-string-input",
|
|
2618
|
+
"le-popover",
|
|
2619
|
+
"le-popup"
|
|
2620
|
+
],
|
|
2621
|
+
"le-button": [
|
|
2622
|
+
"le-component",
|
|
2623
|
+
"le-slot"
|
|
2624
|
+
],
|
|
2625
|
+
"le-slot": [
|
|
2626
|
+
"le-popover",
|
|
2627
|
+
"le-button",
|
|
2628
|
+
"le-string-input"
|
|
2629
|
+
],
|
|
2630
|
+
"le-string-input": [
|
|
2631
|
+
"le-component",
|
|
2632
|
+
"le-slot"
|
|
2633
|
+
],
|
|
2634
|
+
"le-select": [
|
|
2635
|
+
"le-component",
|
|
2636
|
+
"le-dropdown-base",
|
|
2637
|
+
"le-button",
|
|
2638
|
+
"le-string-input"
|
|
2639
|
+
],
|
|
2640
|
+
"le-dropdown-base": [
|
|
2641
|
+
"le-popover"
|
|
2642
|
+
],
|
|
2643
|
+
"le-checkbox": [
|
|
2644
|
+
"le-component",
|
|
2645
|
+
"le-slot"
|
|
2646
|
+
],
|
|
2647
|
+
"le-popup": [
|
|
2648
|
+
"le-slot",
|
|
2649
|
+
"le-button",
|
|
2650
|
+
"le-component"
|
|
2651
|
+
]
|
|
2652
|
+
}
|
|
2653
|
+
},
|
|
2221
2654
|
{
|
|
2222
2655
|
"filePath": "src/components/le-collapse/le-collapse.tsx",
|
|
2223
2656
|
"encapsulation": "shadow",
|
|
@@ -3162,6 +3595,7 @@
|
|
|
3162
3595
|
"le-button",
|
|
3163
3596
|
"le-card",
|
|
3164
3597
|
"le-checkbox",
|
|
3598
|
+
"le-code-input",
|
|
3165
3599
|
"le-collapse",
|
|
3166
3600
|
"le-combobox",
|
|
3167
3601
|
"le-header",
|
|
@@ -3226,6 +3660,9 @@
|
|
|
3226
3660
|
"le-card": [
|
|
3227
3661
|
"le-component"
|
|
3228
3662
|
],
|
|
3663
|
+
"le-code-input": [
|
|
3664
|
+
"le-component"
|
|
3665
|
+
],
|
|
3229
3666
|
"le-collapse": [
|
|
3230
3667
|
"le-component"
|
|
3231
3668
|
],
|
|
@@ -9991,6 +10428,7 @@
|
|
|
9991
10428
|
"le-button",
|
|
9992
10429
|
"le-card",
|
|
9993
10430
|
"le-checkbox",
|
|
10431
|
+
"le-code-input",
|
|
9994
10432
|
"le-header",
|
|
9995
10433
|
"le-number-input",
|
|
9996
10434
|
"le-popup",
|
|
@@ -10048,6 +10486,9 @@
|
|
|
10048
10486
|
"le-card": [
|
|
10049
10487
|
"le-slot"
|
|
10050
10488
|
],
|
|
10489
|
+
"le-code-input": [
|
|
10490
|
+
"le-slot"
|
|
10491
|
+
],
|
|
10051
10492
|
"le-header": [
|
|
10052
10493
|
"le-slot"
|
|
10053
10494
|
],
|