le-kit 0.1.12 → 0.1.14
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/dist/components/index.d.ts +33 -0
- package/dist/components/le-box.d.ts +11 -0
- package/dist/components/le-button.d.ts +11 -0
- package/dist/components/le-card.d.ts +11 -0
- package/dist/components/le-checkbox.d.ts +11 -0
- package/dist/components/le-component.d.ts +11 -0
- package/dist/components/le-number-input.d.ts +11 -0
- package/dist/components/le-popover.d.ts +11 -0
- package/dist/components/le-popup.d.ts +11 -0
- package/dist/components/le-round-progress.d.ts +11 -0
- package/dist/components/le-slot.d.ts +11 -0
- package/dist/components/le-stack.d.ts +11 -0
- package/dist/components/le-string-input.d.ts +11 -0
- package/dist/components/le-text.d.ts +11 -0
- package/dist/components/le-turntable.d.ts +11 -0
- package/dist/core/cjs/{index-BsRb_UTe.js → index-B0mg71He.js} +6 -6
- package/dist/core/cjs/index-B0mg71He.js.map +1 -0
- package/dist/core/cjs/index.cjs.js +2 -2
- package/dist/core/cjs/le-box.cjs.entry.js +2 -2
- package/dist/core/cjs/le-button.cjs.entry.js +2 -2
- package/dist/core/cjs/le-card.cjs.entry.js +2 -2
- package/dist/core/cjs/le-checkbox.cjs.entry.js +2 -2
- package/dist/core/cjs/le-kit.cjs.js +1 -1
- package/dist/core/cjs/le-number-input.cjs.entry.js +2 -2
- package/dist/core/cjs/le-popover.cjs.entry.js +1 -1
- package/dist/core/cjs/le-popup.cjs.entry.js +1 -1
- package/dist/core/cjs/le-round-progress.cjs.entry.js +1 -1
- package/dist/core/cjs/le-stack.cjs.entry.js +2 -2
- package/dist/core/cjs/le-string-input.cjs.entry.js +2 -2
- package/dist/core/cjs/le-text.cjs.entry.js +2 -2
- package/dist/core/cjs/le-turntable.cjs.entry.js +1 -1
- package/dist/core/cjs/loader.cjs.js +1 -1
- package/dist/{cjs/utils-DqhadIxH.js → core/cjs/utils-jdqP71LP.js} +3 -3
- package/dist/core/cjs/{utils-nsP8_w8_.js.map → utils-jdqP71LP.js.map} +1 -1
- package/dist/core/collection/global/app.js +4 -4
- package/dist/core/collection/global/app.js.map +1 -1
- package/dist/core/components/index.d.ts +33 -0
- package/dist/{esm → core/components}/index.js +9 -2
- package/dist/core/components/index.js.map +1 -0
- package/dist/core/components/le-box.d.ts +11 -0
- package/dist/{cjs/le-box.cjs.entry.js → core/components/le-box.js} +87 -14
- package/dist/core/components/le-box.js.map +1 -0
- package/dist/core/components/le-button.d.ts +11 -0
- package/dist/core/components/le-button.js +9 -0
- package/dist/core/components/le-button.js.map +1 -0
- package/dist/{esm/le-button_6.entry.js → core/components/le-button2.js} +919 -972
- package/dist/core/components/le-button2.js.map +1 -0
- package/dist/core/components/le-card.d.ts +11 -0
- package/dist/core/components/le-card.js +84 -0
- package/dist/core/components/le-card.js.map +1 -0
- package/dist/core/components/le-checkbox.d.ts +11 -0
- package/dist/core/components/le-checkbox.js +9 -0
- package/dist/core/components/le-checkbox.js.map +1 -0
- package/dist/core/components/le-component.d.ts +11 -0
- package/dist/core/components/le-component.js +9 -0
- package/dist/core/components/le-component.js.map +1 -0
- package/dist/core/components/le-number-input.d.ts +11 -0
- package/dist/{cjs/le-number-input.cjs.entry.js → core/components/le-number-input.js} +85 -15
- package/dist/core/components/le-number-input.js.map +1 -0
- package/dist/core/components/le-popover.d.ts +11 -0
- package/dist/core/components/le-popover.js +9 -0
- package/dist/core/components/le-popover.js.map +1 -0
- package/dist/{collection/components/le-popover/le-popover.js → core/components/le-popover2.js} +49 -360
- package/dist/core/components/le-popover2.js.map +1 -0
- package/dist/core/components/le-popup.d.ts +11 -0
- package/dist/{cjs/le-popup.cjs.entry.js → core/components/le-popup.js} +88 -21
- package/dist/core/components/le-popup.js.map +1 -0
- package/dist/core/components/le-round-progress.d.ts +11 -0
- package/dist/{cjs/le-round-progress.cjs.entry.js → core/components/le-round-progress.js} +43 -14
- package/dist/core/components/le-round-progress.js.map +1 -0
- package/dist/core/components/le-slot.d.ts +11 -0
- package/dist/core/components/le-slot.js +9 -0
- package/dist/core/components/le-slot.js.map +1 -0
- package/dist/core/components/le-stack.d.ts +11 -0
- package/dist/{cjs/le-stack.cjs.entry.js → core/components/le-stack.js} +78 -14
- package/dist/core/components/le-stack.js.map +1 -0
- package/dist/core/components/le-string-input.d.ts +11 -0
- package/dist/core/components/le-string-input.js +9 -0
- package/dist/core/components/le-string-input.js.map +1 -0
- package/dist/core/components/le-text.d.ts +11 -0
- package/dist/{cjs/le-text.cjs.entry.js → core/components/le-text.js} +80 -16
- package/dist/core/components/le-text.js.map +1 -0
- package/dist/core/components/le-turntable.d.ts +11 -0
- package/dist/{cjs/le-turntable.cjs.entry.js → core/components/le-turntable.js} +37 -12
- package/dist/core/components/le-turntable.js.map +1 -0
- package/dist/core/components/utils.js +310 -0
- package/dist/core/components/utils.js.map +1 -0
- package/dist/core/esm/{index-CJ-z5Zj1.js → index-SKsXnjWI.js} +6 -6
- package/dist/core/{le-kit/p-CJ-z5Zj1.js.map → esm/index-SKsXnjWI.js.map} +1 -1
- package/dist/core/esm/index.js +2 -2
- package/dist/core/esm/le-box.entry.js +2 -2
- package/dist/core/esm/le-button.entry.js +2 -2
- package/dist/core/esm/le-card.entry.js +2 -2
- package/dist/core/esm/le-checkbox.entry.js +2 -2
- package/dist/core/esm/le-kit.js +2 -2
- package/dist/core/esm/le-number-input.entry.js +2 -2
- package/dist/core/esm/le-popover.entry.js +1 -1
- package/dist/core/esm/le-popup.entry.js +1 -1
- package/dist/core/esm/le-round-progress.entry.js +1 -1
- package/dist/core/esm/le-stack.entry.js +2 -2
- package/dist/core/esm/le-string-input.entry.js +2 -2
- package/dist/core/esm/le-text.entry.js +2 -2
- package/dist/core/esm/le-turntable.entry.js +1 -1
- package/dist/core/esm/loader.js +2 -2
- package/dist/{esm/utils-Cf7fMI0j.js → core/esm/utils-DZdP1JiG.js} +3 -3
- package/dist/core/esm/{utils-Bxmld82M.js.map → utils-DZdP1JiG.js.map} +1 -1
- package/dist/core/le-kit/index.esm.js +1 -1
- package/dist/core/le-kit/le-kit.esm.js +1 -1
- package/dist/core/le-kit/p--VxUdzYV.js +2 -0
- package/dist/core/le-kit/{p-Drz36PDp.js.map → p--VxUdzYV.js.map} +1 -1
- package/dist/core/le-kit/{p-2ac4789a.entry.js → p-189cb775.entry.js} +2 -2
- package/dist/core/le-kit/{p-556086ca.entry.js → p-35c1d413.entry.js} +2 -2
- package/dist/core/le-kit/{p-aa6e906f.entry.js → p-4f133e72.entry.js} +2 -2
- package/dist/core/le-kit/{p-df552906.entry.js → p-55f70091.entry.js} +2 -2
- package/dist/core/le-kit/{p-e0861e82.entry.js → p-5fd7b23a.entry.js} +2 -2
- package/dist/core/le-kit/{p-5ef81068.entry.js → p-6e414a5c.entry.js} +2 -2
- package/dist/core/le-kit/{p-d75214f9.entry.js → p-7b121ca7.entry.js} +2 -2
- package/dist/core/le-kit/{p-45eace7c.entry.js → p-8c81fa95.entry.js} +2 -2
- package/dist/core/le-kit/{p-257495cc.entry.js → p-9aa81442.entry.js} +2 -2
- package/dist/core/le-kit/p-SKsXnjWI.js +3 -0
- package/dist/core/le-kit/p-SKsXnjWI.js.map +1 -0
- package/dist/core/le-kit/{p-66d35f48.entry.js → p-a9d05ef6.entry.js} +2 -2
- package/dist/core/le-kit/{p-73682c5e.entry.js → p-b2bd2a80.entry.js} +2 -2
- package/dist/core/le-kit/{p-0308bd1f.entry.js → p-ccac9611.entry.js} +2 -2
- package/dist/core/types/global/app.d.ts +4 -4
- package/dist/le-kit/assets/custom-elements.json +1230 -1230
- package/dist/le-kit/index-CAY3Hk_i.js +4559 -0
- package/dist/le-kit/index-CAY3Hk_i.js.map +1 -0
- package/dist/le-kit/index.esm.js +116 -2
- package/dist/le-kit/index.esm.js.map +1 -1
- package/dist/{esm → le-kit}/le-box.entry.js +3 -3
- package/dist/le-kit/le-button.entry.esm.js.map +1 -0
- package/dist/le-kit/le-button.entry.js +90 -0
- package/dist/{esm → le-kit}/le-card.entry.js +3 -3
- package/dist/le-kit/le-checkbox.entry.esm.js.map +1 -0
- package/dist/le-kit/le-checkbox.entry.js +59 -0
- package/dist/le-kit/le-component.entry.esm.js.map +1 -0
- package/dist/{collection/components/le-component/le-component.js → le-kit/le-component.entry.js} +19 -138
- package/dist/le-kit/le-kit.css +1010 -1
- package/dist/le-kit/le-kit.esm.js +48 -2
- package/dist/le-kit/le-kit.esm.js.map +1 -1
- package/dist/{esm → le-kit}/le-number-input.entry.js +5 -5
- package/dist/le-kit/le-popover.entry.esm.js.map +1 -0
- package/dist/le-kit/le-popover.entry.js +346 -0
- package/dist/{esm → le-kit}/le-popup.entry.js +6 -6
- package/dist/{esm → le-kit}/le-round-progress.entry.js +2 -2
- package/dist/le-kit/le-slot.entry.esm.js.map +1 -0
- package/dist/{collection/components/le-slot/le-slot.js → le-kit/le-slot.entry.js} +20 -273
- package/dist/{esm → le-kit}/le-stack.entry.js +3 -3
- package/dist/le-kit/le-string-input.entry.esm.js.map +1 -0
- package/dist/le-kit/le-string-input.entry.js +93 -0
- package/dist/{esm → le-kit}/le-text.entry.js +3 -3
- package/dist/{esm → le-kit}/le-turntable.entry.js +2 -2
- package/dist/{core/esm/utils-Bxmld82M.js → le-kit/utils-cwSNy7ZS.js} +3 -3
- package/dist/{esm/utils-Cf7fMI0j.js.map → le-kit/utils-cwSNy7ZS.js.map} +1 -1
- package/dist/types/global/app.d.ts +4 -4
- package/package.json +4 -5
- package/readme.md +2 -2
- package/custom-elements.json +0 -4305
- package/dist/cjs/index-o1DRKw1g.js +0 -1842
- package/dist/cjs/index-o1DRKw1g.js.map +0 -1
- package/dist/cjs/index.cjs.js +0 -119
- package/dist/cjs/index.cjs.js.map +0 -1
- package/dist/cjs/le-box.entry.cjs.js.map +0 -1
- package/dist/cjs/le-button.le-checkbox.le-component.le-popover.le-slot.le-string-input.entry.cjs.js.map +0 -1
- package/dist/cjs/le-button_6.cjs.entry.js +0 -1206
- package/dist/cjs/le-card.cjs.entry.js +0 -29
- package/dist/cjs/le-card.entry.cjs.js.map +0 -1
- package/dist/cjs/le-kit.cjs.js +0 -25
- package/dist/cjs/le-kit.cjs.js.map +0 -1
- package/dist/cjs/le-number-input.entry.cjs.js.map +0 -1
- package/dist/cjs/le-popup.entry.cjs.js.map +0 -1
- package/dist/cjs/le-round-progress.entry.cjs.js.map +0 -1
- package/dist/cjs/le-stack.entry.cjs.js.map +0 -1
- package/dist/cjs/le-text.entry.cjs.js.map +0 -1
- package/dist/cjs/le-turntable.entry.cjs.js.map +0 -1
- package/dist/cjs/loader.cjs.js +0 -13
- package/dist/cjs/loader.cjs.js.map +0 -1
- package/dist/cjs/utils-DqhadIxH.js.map +0 -1
- package/dist/collection/assets/custom-elements.json +0 -4305
- package/dist/collection/collection-manifest.json +0 -26
- package/dist/collection/components/le-box/le-box.default.css +0 -37
- package/dist/collection/components/le-box/le-box.js +0 -614
- package/dist/collection/components/le-box/le-box.js.map +0 -1
- package/dist/collection/components/le-button/le-button.default.css +0 -263
- package/dist/collection/components/le-button/le-button.js +0 -368
- package/dist/collection/components/le-button/le-button.js.map +0 -1
- package/dist/collection/components/le-card/le-card.default.css +0 -74
- package/dist/collection/components/le-card/le-card.js +0 -102
- package/dist/collection/components/le-card/le-card.js.map +0 -1
- package/dist/collection/components/le-checkbox/le-checkbox.css +0 -93
- package/dist/collection/components/le-checkbox/le-checkbox.js +0 -192
- package/dist/collection/components/le-checkbox/le-checkbox.js.map +0 -1
- package/dist/collection/components/le-component/le-component.css +0 -189
- package/dist/collection/components/le-component/le-component.js.map +0 -1
- package/dist/collection/components/le-number-input/le-number-input.css +0 -135
- package/dist/collection/components/le-number-input/le-number-input.js +0 -515
- package/dist/collection/components/le-number-input/le-number-input.js.map +0 -1
- package/dist/collection/components/le-popover/le-popover.css +0 -143
- package/dist/collection/components/le-popover/le-popover.js.map +0 -1
- package/dist/collection/components/le-popup/le-popup.api.js +0 -101
- package/dist/collection/components/le-popup/le-popup.api.js.map +0 -1
- package/dist/collection/components/le-popup/le-popup.css +0 -222
- package/dist/collection/components/le-popup/le-popup.js +0 -596
- package/dist/collection/components/le-popup/le-popup.js.map +0 -1
- package/dist/collection/components/le-round-progress/le-round-progress.css +0 -34
- package/dist/collection/components/le-round-progress/le-round-progress.js +0 -184
- package/dist/collection/components/le-round-progress/le-round-progress.js.map +0 -1
- package/dist/collection/components/le-slot/le-slot.default.css +0 -222
- package/dist/collection/components/le-slot/le-slot.js.map +0 -1
- package/dist/collection/components/le-stack/le-stack.default.css +0 -37
- package/dist/collection/components/le-stack/le-stack.js +0 -389
- package/dist/collection/components/le-stack/le-stack.js.map +0 -1
- package/dist/collection/components/le-string-input/le-string-input.css +0 -83
- package/dist/collection/components/le-string-input/le-string-input.js +0 -359
- package/dist/collection/components/le-string-input/le-string-input.js.map +0 -1
- package/dist/collection/components/le-text/le-text.default.css +0 -169
- package/dist/collection/components/le-text/le-text.js +0 -475
- package/dist/collection/components/le-text/le-text.js.map +0 -1
- package/dist/collection/components/le-turntable/le-turntable.css +0 -10
- package/dist/collection/components/le-turntable/le-turntable.js +0 -210
- package/dist/collection/components/le-turntable/le-turntable.js.map +0 -1
- package/dist/collection/global/app.js +0 -167
- package/dist/collection/global/app.js.map +0 -1
- package/dist/collection/index.js +0 -15
- package/dist/collection/index.js.map +0 -1
- package/dist/collection/types/blocks.js +0 -115
- package/dist/collection/types/blocks.js.map +0 -1
- package/dist/collection/types/options.js +0 -2
- package/dist/collection/types/options.js.map +0 -1
- package/dist/collection/utils/utils.js +0 -141
- package/dist/collection/utils/utils.js.map +0 -1
- package/dist/core/cjs/index-BsRb_UTe.js.map +0 -1
- package/dist/core/cjs/utils-nsP8_w8_.js +0 -152
- package/dist/core/esm/index-CJ-z5Zj1.js.map +0 -1
- package/dist/core/le-kit/p-CJ-z5Zj1.js +0 -3
- package/dist/core/le-kit/p-Drz36PDp.js +0 -2
- package/dist/docs.d.ts +0 -443
- package/dist/docs.json +0 -5185
- package/dist/esm/index-CwNQ1GTa.js +0 -1824
- package/dist/esm/index-CwNQ1GTa.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/le-box.entry.js.map +0 -1
- package/dist/esm/le-button.le-checkbox.le-component.le-popover.le-slot.le-string-input.entry.js.map +0 -1
- package/dist/esm/le-card.entry.js.map +0 -1
- package/dist/esm/le-kit.js +0 -21
- package/dist/esm/le-kit.js.map +0 -1
- package/dist/esm/le-number-input.entry.js.map +0 -1
- package/dist/esm/le-popup.entry.js.map +0 -1
- package/dist/esm/le-round-progress.entry.js.map +0 -1
- package/dist/esm/le-stack.entry.js.map +0 -1
- package/dist/esm/le-text.entry.js.map +0 -1
- package/dist/esm/le-turntable.entry.js.map +0 -1
- package/dist/esm/loader.js +0 -11
- package/dist/esm/loader.js.map +0 -1
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/le-kit/le-button.le-checkbox.le-component.le-popover.le-slot.le-string-input.entry.esm.js.map +0 -1
- package/dist/le-kit/p-08dbcc25.entry.js +0 -2
- package/dist/le-kit/p-08dbcc25.entry.js.map +0 -1
- package/dist/le-kit/p-5dc35729.entry.js +0 -2
- package/dist/le-kit/p-5dc35729.entry.js.map +0 -1
- package/dist/le-kit/p-64374730.entry.js +0 -2
- package/dist/le-kit/p-64374730.entry.js.map +0 -1
- package/dist/le-kit/p-79ec6f7c.entry.js +0 -2
- package/dist/le-kit/p-79ec6f7c.entry.js.map +0 -1
- package/dist/le-kit/p-8daf3c7f.entry.js +0 -2
- package/dist/le-kit/p-8daf3c7f.entry.js.map +0 -1
- package/dist/le-kit/p-9c69235d.entry.js +0 -2
- package/dist/le-kit/p-9c69235d.entry.js.map +0 -1
- package/dist/le-kit/p-CwNQ1GTa.js +0 -3
- package/dist/le-kit/p-CwNQ1GTa.js.map +0 -1
- package/dist/le-kit/p-ad398acd.entry.js +0 -2
- package/dist/le-kit/p-ad398acd.entry.js.map +0 -1
- package/dist/le-kit/p-b8122ad6.entry.js +0 -2
- package/dist/le-kit/p-b8122ad6.entry.js.map +0 -1
- package/dist/le-kit/p-f9008505.entry.js +0 -2
- package/dist/le-kit/p-f9008505.entry.js.map +0 -1
- package/dist/le-kit/p-y3FECAx9.js +0 -2
- package/dist/le-kit/p-y3FECAx9.js.map +0 -1
- package/dist/themes/base.css +0 -89
- package/dist/themes/dark.css +0 -100
- package/dist/themes/default.css +0 -108
- package/dist/themes/gradient.css +0 -100
- package/dist/themes/index.css +0 -413
- package/dist/themes/minimal.css +0 -100
- package/dist/themes/warm.css +0 -100
- /package/dist/{collection → components}/themes/base.css +0 -0
- /package/dist/{collection → components}/themes/dark.css +0 -0
- /package/dist/{collection → components}/themes/default.css +0 -0
- /package/dist/{collection → components}/themes/gradient.css +0 -0
- /package/dist/{collection → components}/themes/index.css +0 -0
- /package/dist/{collection → components}/themes/minimal.css +0 -0
- /package/dist/{collection → components}/themes/warm.css +0 -0
- /package/dist/core/le-kit/{p-2ac4789a.entry.js.map → p-189cb775.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-556086ca.entry.js.map → p-35c1d413.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-aa6e906f.entry.js.map → p-4f133e72.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-df552906.entry.js.map → p-55f70091.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-e0861e82.entry.js.map → p-5fd7b23a.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-5ef81068.entry.js.map → p-6e414a5c.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-d75214f9.entry.js.map → p-7b121ca7.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-45eace7c.entry.js.map → p-8c81fa95.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-257495cc.entry.js.map → p-9aa81442.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-66d35f48.entry.js.map → p-a9d05ef6.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-73682c5e.entry.js.map → p-b2bd2a80.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-0308bd1f.entry.js.map → p-ccac9611.entry.js.map} +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/base.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/dark.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/default.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/gradient.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/index.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/minimal.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/warm.css +0 -0
|
@@ -445,139 +445,6 @@
|
|
|
445
445
|
}
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
|
-
{
|
|
449
|
-
"kind": "javascript-module",
|
|
450
|
-
"path": "src/components/le-card/le-card.tsx",
|
|
451
|
-
"declarations": [
|
|
452
|
-
{
|
|
453
|
-
"kind": "class",
|
|
454
|
-
"description": "A flexible card component with header, content, and footer slots.\n\nThe card uses le-slot wrappers for each slot area. In admin mode,\nle-slot shows placeholders for CMS editing. In default mode,\nle-slot acts as a transparent passthrough.",
|
|
455
|
-
"name": "LeCard",
|
|
456
|
-
"cssProperties": [
|
|
457
|
-
{
|
|
458
|
-
"description": "Card background color",
|
|
459
|
-
"name": "--le-card-bg"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"description": "Card border radius",
|
|
463
|
-
"name": "--le-card-border-radius"
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"description": "Card box shadow",
|
|
467
|
-
"name": "--le-card-shadow"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"description": "Card content padding",
|
|
471
|
-
"name": "--le-card-padding"
|
|
472
|
-
}
|
|
473
|
-
],
|
|
474
|
-
"cssParts": [
|
|
475
|
-
{
|
|
476
|
-
"description": "The main card container",
|
|
477
|
-
"name": "card"
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"description": "The card header section",
|
|
481
|
-
"name": "header"
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"description": "The card content section",
|
|
485
|
-
"name": "content"
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"description": "The card footer section",
|
|
489
|
-
"name": "footer"
|
|
490
|
-
}
|
|
491
|
-
],
|
|
492
|
-
"slots": [
|
|
493
|
-
{
|
|
494
|
-
"description": "Card header content (title, actions)",
|
|
495
|
-
"name": "header"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"description": "Default slot for main card content",
|
|
499
|
-
"name": ""
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"description": "Card footer content (buttons, links)",
|
|
503
|
-
"name": "footer"
|
|
504
|
-
}
|
|
505
|
-
],
|
|
506
|
-
"members": [
|
|
507
|
-
{
|
|
508
|
-
"kind": "field",
|
|
509
|
-
"name": "el",
|
|
510
|
-
"type": {
|
|
511
|
-
"text": "HTMLElement"
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"kind": "field",
|
|
516
|
-
"name": "variant",
|
|
517
|
-
"type": {
|
|
518
|
-
"text": "'default' | 'outlined' | 'elevated'"
|
|
519
|
-
},
|
|
520
|
-
"default": "'default'",
|
|
521
|
-
"description": "Card variant style"
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"kind": "field",
|
|
525
|
-
"name": "interactive",
|
|
526
|
-
"type": {
|
|
527
|
-
"text": "boolean"
|
|
528
|
-
},
|
|
529
|
-
"default": "false",
|
|
530
|
-
"description": "Whether the card is interactive (clickable)"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"kind": "method",
|
|
534
|
-
"name": "render"
|
|
535
|
-
}
|
|
536
|
-
],
|
|
537
|
-
"attributes": [
|
|
538
|
-
{
|
|
539
|
-
"name": "variant",
|
|
540
|
-
"fieldName": "variant",
|
|
541
|
-
"default": "'default'",
|
|
542
|
-
"description": "Card variant style",
|
|
543
|
-
"type": {
|
|
544
|
-
"text": "'default' | 'outlined' | 'elevated'"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"name": "interactive",
|
|
549
|
-
"fieldName": "interactive",
|
|
550
|
-
"default": "false",
|
|
551
|
-
"description": "Whether the card is interactive (clickable)",
|
|
552
|
-
"type": {
|
|
553
|
-
"text": "boolean"
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
],
|
|
557
|
-
"tagName": "le-card",
|
|
558
|
-
"events": [],
|
|
559
|
-
"customElement": true
|
|
560
|
-
}
|
|
561
|
-
],
|
|
562
|
-
"exports": [
|
|
563
|
-
{
|
|
564
|
-
"kind": "js",
|
|
565
|
-
"name": "LeCard",
|
|
566
|
-
"declaration": {
|
|
567
|
-
"name": "LeCard",
|
|
568
|
-
"module": "src/components/le-card/le-card.tsx"
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"kind": "custom-element-definition",
|
|
573
|
-
"name": "le-card",
|
|
574
|
-
"declaration": {
|
|
575
|
-
"name": "LeCard",
|
|
576
|
-
"module": "src/components/le-card/le-card.tsx"
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
]
|
|
580
|
-
},
|
|
581
448
|
{
|
|
582
449
|
"kind": "javascript-module",
|
|
583
450
|
"path": "src/components/le-button/le-button.tsx",
|
|
@@ -878,38 +745,60 @@
|
|
|
878
745
|
},
|
|
879
746
|
{
|
|
880
747
|
"kind": "javascript-module",
|
|
881
|
-
"path": "src/components/le-
|
|
748
|
+
"path": "src/components/le-card/le-card.tsx",
|
|
882
749
|
"declarations": [
|
|
883
750
|
{
|
|
884
751
|
"kind": "class",
|
|
885
|
-
"description": "A
|
|
886
|
-
"name": "
|
|
752
|
+
"description": "A flexible card component with header, content, and footer slots.\n\nThe card uses le-slot wrappers for each slot area. In admin mode,\nle-slot shows placeholders for CMS editing. In default mode,\nle-slot acts as a transparent passthrough.",
|
|
753
|
+
"name": "LeCard",
|
|
887
754
|
"cssProperties": [
|
|
888
755
|
{
|
|
889
|
-
"description": "
|
|
890
|
-
"name": "--le-
|
|
756
|
+
"description": "Card background color",
|
|
757
|
+
"name": "--le-card-bg"
|
|
891
758
|
},
|
|
892
759
|
{
|
|
893
|
-
"description": "
|
|
894
|
-
"name": "--le-
|
|
760
|
+
"description": "Card border radius",
|
|
761
|
+
"name": "--le-card-border-radius"
|
|
895
762
|
},
|
|
896
763
|
{
|
|
897
|
-
"description": "
|
|
898
|
-
"name": "--le-
|
|
764
|
+
"description": "Card box shadow",
|
|
765
|
+
"name": "--le-card-shadow"
|
|
899
766
|
},
|
|
900
767
|
{
|
|
901
|
-
"description": "
|
|
902
|
-
"name": "--le-
|
|
768
|
+
"description": "Card content padding",
|
|
769
|
+
"name": "--le-card-padding"
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"cssParts": [
|
|
773
|
+
{
|
|
774
|
+
"description": "The main card container",
|
|
775
|
+
"name": "card"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"description": "The card header section",
|
|
779
|
+
"name": "header"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"description": "The card content section",
|
|
783
|
+
"name": "content"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"description": "The card footer section",
|
|
787
|
+
"name": "footer"
|
|
903
788
|
}
|
|
904
789
|
],
|
|
905
790
|
"slots": [
|
|
906
791
|
{
|
|
907
|
-
"description": "
|
|
792
|
+
"description": "Card header content (title, actions)",
|
|
793
|
+
"name": "header"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"description": "Default slot for main card content",
|
|
908
797
|
"name": ""
|
|
909
798
|
},
|
|
910
799
|
{
|
|
911
|
-
"description": "
|
|
912
|
-
"name": "
|
|
800
|
+
"description": "Card footer content (buttons, links)",
|
|
801
|
+
"name": "footer"
|
|
913
802
|
}
|
|
914
803
|
],
|
|
915
804
|
"members": [
|
|
@@ -922,50 +811,21 @@
|
|
|
922
811
|
},
|
|
923
812
|
{
|
|
924
813
|
"kind": "field",
|
|
925
|
-
"name": "
|
|
814
|
+
"name": "variant",
|
|
926
815
|
"type": {
|
|
927
|
-
"text": "
|
|
816
|
+
"text": "'default' | 'outlined' | 'elevated'"
|
|
928
817
|
},
|
|
929
|
-
"default": "
|
|
930
|
-
"description": "
|
|
818
|
+
"default": "'default'",
|
|
819
|
+
"description": "Card variant style"
|
|
931
820
|
},
|
|
932
821
|
{
|
|
933
822
|
"kind": "field",
|
|
934
|
-
"name": "
|
|
823
|
+
"name": "interactive",
|
|
935
824
|
"type": {
|
|
936
825
|
"text": "boolean"
|
|
937
826
|
},
|
|
938
827
|
"default": "false",
|
|
939
|
-
"description": "Whether the
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"kind": "field",
|
|
943
|
-
"name": "name",
|
|
944
|
-
"type": {
|
|
945
|
-
"text": "string"
|
|
946
|
-
},
|
|
947
|
-
"description": "The name of the checkbox input"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"kind": "field",
|
|
951
|
-
"name": "value",
|
|
952
|
-
"type": {
|
|
953
|
-
"text": "string"
|
|
954
|
-
},
|
|
955
|
-
"description": "The value of the checkbox input"
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"kind": "field",
|
|
959
|
-
"name": "externalId",
|
|
960
|
-
"type": {
|
|
961
|
-
"text": "string"
|
|
962
|
-
},
|
|
963
|
-
"description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)"
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"kind": "field",
|
|
967
|
-
"name": "handleChange",
|
|
968
|
-
"privacy": "private"
|
|
828
|
+
"description": "Whether the card is interactive (clickable)"
|
|
969
829
|
},
|
|
970
830
|
{
|
|
971
831
|
"kind": "method",
|
|
@@ -974,38 +834,178 @@
|
|
|
974
834
|
],
|
|
975
835
|
"attributes": [
|
|
976
836
|
{
|
|
977
|
-
"name": "
|
|
978
|
-
"fieldName": "
|
|
979
|
-
"default": "
|
|
980
|
-
"description": "
|
|
837
|
+
"name": "variant",
|
|
838
|
+
"fieldName": "variant",
|
|
839
|
+
"default": "'default'",
|
|
840
|
+
"description": "Card variant style",
|
|
981
841
|
"type": {
|
|
982
|
-
"text": "
|
|
842
|
+
"text": "'default' | 'outlined' | 'elevated'"
|
|
983
843
|
}
|
|
984
844
|
},
|
|
985
845
|
{
|
|
986
|
-
"name": "
|
|
987
|
-
"fieldName": "
|
|
846
|
+
"name": "interactive",
|
|
847
|
+
"fieldName": "interactive",
|
|
988
848
|
"default": "false",
|
|
989
|
-
"description": "Whether the
|
|
849
|
+
"description": "Whether the card is interactive (clickable)",
|
|
990
850
|
"type": {
|
|
991
851
|
"text": "boolean"
|
|
992
852
|
}
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
853
|
+
}
|
|
854
|
+
],
|
|
855
|
+
"tagName": "le-card",
|
|
856
|
+
"events": [],
|
|
857
|
+
"customElement": true
|
|
858
|
+
}
|
|
859
|
+
],
|
|
860
|
+
"exports": [
|
|
861
|
+
{
|
|
862
|
+
"kind": "js",
|
|
863
|
+
"name": "LeCard",
|
|
864
|
+
"declaration": {
|
|
865
|
+
"name": "LeCard",
|
|
866
|
+
"module": "src/components/le-card/le-card.tsx"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"kind": "custom-element-definition",
|
|
871
|
+
"name": "le-card",
|
|
872
|
+
"declaration": {
|
|
873
|
+
"name": "LeCard",
|
|
874
|
+
"module": "src/components/le-card/le-card.tsx"
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
]
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"kind": "javascript-module",
|
|
881
|
+
"path": "src/components/le-checkbox/le-checkbox.tsx",
|
|
882
|
+
"declarations": [
|
|
883
|
+
{
|
|
884
|
+
"kind": "class",
|
|
885
|
+
"description": "A checkbox component with support for labels, descriptions, and external IDs.",
|
|
886
|
+
"name": "LeCheckbox",
|
|
887
|
+
"cssProperties": [
|
|
888
|
+
{
|
|
889
|
+
"description": "Size of the checkbox input",
|
|
890
|
+
"name": "--le-checkbox-size"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"description": "Color of the checkbox when checked",
|
|
894
|
+
"name": "--le-checkbox-color"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"description": "Color of the label text",
|
|
898
|
+
"name": "--le-checkbox-label-color"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"description": "Color of the description text",
|
|
902
|
+
"name": "--le-checkbox-desc-color"
|
|
903
|
+
}
|
|
904
|
+
],
|
|
905
|
+
"slots": [
|
|
906
|
+
{
|
|
907
|
+
"description": "The label text for the checkbox",
|
|
908
|
+
"name": ""
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"description": "Additional description text displayed below the label",
|
|
912
|
+
"name": "description"
|
|
913
|
+
}
|
|
914
|
+
],
|
|
915
|
+
"members": [
|
|
916
|
+
{
|
|
917
|
+
"kind": "field",
|
|
918
|
+
"name": "el",
|
|
919
|
+
"type": {
|
|
920
|
+
"text": "HTMLElement"
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"kind": "field",
|
|
925
|
+
"name": "checked",
|
|
926
|
+
"type": {
|
|
927
|
+
"text": "boolean"
|
|
928
|
+
},
|
|
929
|
+
"default": "false",
|
|
930
|
+
"description": "Whether the checkbox is checked"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "field",
|
|
934
|
+
"name": "disabled",
|
|
935
|
+
"type": {
|
|
936
|
+
"text": "boolean"
|
|
937
|
+
},
|
|
938
|
+
"default": "false",
|
|
939
|
+
"description": "Whether the checkbox is disabled"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"kind": "field",
|
|
943
|
+
"name": "name",
|
|
944
|
+
"type": {
|
|
945
|
+
"text": "string"
|
|
946
|
+
},
|
|
947
|
+
"description": "The name of the checkbox input"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"kind": "field",
|
|
951
|
+
"name": "value",
|
|
952
|
+
"type": {
|
|
953
|
+
"text": "string"
|
|
954
|
+
},
|
|
955
|
+
"description": "The value of the checkbox input"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"kind": "field",
|
|
959
|
+
"name": "externalId",
|
|
960
|
+
"type": {
|
|
961
|
+
"text": "string"
|
|
962
|
+
},
|
|
963
|
+
"description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"kind": "field",
|
|
967
|
+
"name": "handleChange",
|
|
968
|
+
"privacy": "private"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"kind": "method",
|
|
972
|
+
"name": "render"
|
|
973
|
+
}
|
|
974
|
+
],
|
|
975
|
+
"attributes": [
|
|
976
|
+
{
|
|
977
|
+
"name": "checked",
|
|
978
|
+
"fieldName": "checked",
|
|
979
|
+
"default": "false",
|
|
980
|
+
"description": "Whether the checkbox is checked",
|
|
981
|
+
"type": {
|
|
982
|
+
"text": "boolean"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "disabled",
|
|
987
|
+
"fieldName": "disabled",
|
|
988
|
+
"default": "false",
|
|
989
|
+
"description": "Whether the checkbox is disabled",
|
|
990
|
+
"type": {
|
|
991
|
+
"text": "boolean"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "name",
|
|
996
|
+
"fieldName": "name",
|
|
997
|
+
"description": "The name of the checkbox input",
|
|
998
|
+
"type": {
|
|
999
|
+
"text": "string"
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "value",
|
|
1004
|
+
"fieldName": "value",
|
|
1005
|
+
"description": "The value of the checkbox input",
|
|
1006
|
+
"type": {
|
|
1007
|
+
"text": "string"
|
|
1008
|
+
}
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
1011
|
"name": "external-id",
|
|
@@ -1349,54 +1349,20 @@
|
|
|
1349
1349
|
},
|
|
1350
1350
|
{
|
|
1351
1351
|
"kind": "javascript-module",
|
|
1352
|
-
"path": "src/components/le-
|
|
1352
|
+
"path": "src/components/le-popover/le-popover.tsx",
|
|
1353
1353
|
"declarations": [
|
|
1354
1354
|
{
|
|
1355
1355
|
"kind": "class",
|
|
1356
|
-
"description": "A
|
|
1357
|
-
"name": "
|
|
1358
|
-
"cssProperties": [
|
|
1359
|
-
{
|
|
1360
|
-
"description": "Input background color",
|
|
1361
|
-
"name": "--le-input-bg"
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"description": "Input text color",
|
|
1365
|
-
"name": "--le-input-color"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"description": "Input border style",
|
|
1369
|
-
"name": "--le-input-border"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"description": "Input border style when focused",
|
|
1373
|
-
"name": "--le-input-border-focus"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"description": "Input border style when invalid",
|
|
1377
|
-
"name": "--le-input-border-error"
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
"description": "Input border radius",
|
|
1381
|
-
"name": "--le-input-radius"
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"description": "Input padding",
|
|
1385
|
-
"name": "--le-input-padding"
|
|
1386
|
-
}
|
|
1387
|
-
],
|
|
1356
|
+
"description": "A popover component for displaying floating content.\n\nUses the native HTML Popover API for proper layering with dialogs\nand other top-layer elements. Falls back gracefully in older browsers.",
|
|
1357
|
+
"name": "LePopover",
|
|
1388
1358
|
"slots": [
|
|
1389
1359
|
{
|
|
1390
|
-
"description": "
|
|
1360
|
+
"description": "Content to display inside the popover",
|
|
1391
1361
|
"name": ""
|
|
1392
1362
|
},
|
|
1393
1363
|
{
|
|
1394
|
-
"description": "
|
|
1395
|
-
"name": "
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"description": "Icon to display at the start of the input",
|
|
1399
|
-
"name": "icon-start"
|
|
1364
|
+
"description": "Element that triggers the popover (optional)",
|
|
1365
|
+
"name": "trigger"
|
|
1400
1366
|
}
|
|
1401
1367
|
],
|
|
1402
1368
|
"members": [
|
|
@@ -1409,192 +1375,220 @@
|
|
|
1409
1375
|
},
|
|
1410
1376
|
{
|
|
1411
1377
|
"kind": "field",
|
|
1412
|
-
"name": "
|
|
1378
|
+
"name": "mode",
|
|
1413
1379
|
"type": {
|
|
1414
|
-
"text": "
|
|
1380
|
+
"text": "'default' | 'admin'"
|
|
1415
1381
|
},
|
|
1416
|
-
"description": "
|
|
1382
|
+
"description": "Mode of the popover should be 'default' for internal use"
|
|
1417
1383
|
},
|
|
1418
1384
|
{
|
|
1419
1385
|
"kind": "field",
|
|
1420
|
-
"name": "
|
|
1386
|
+
"name": "open",
|
|
1421
1387
|
"type": {
|
|
1422
|
-
"text": "
|
|
1388
|
+
"text": "boolean"
|
|
1423
1389
|
},
|
|
1424
|
-
"
|
|
1390
|
+
"default": "false",
|
|
1391
|
+
"description": "Whether the popover is currently open"
|
|
1425
1392
|
},
|
|
1426
1393
|
{
|
|
1427
1394
|
"kind": "field",
|
|
1428
|
-
"name": "
|
|
1395
|
+
"name": "position",
|
|
1429
1396
|
"type": {
|
|
1430
|
-
"text": "
|
|
1397
|
+
"text": "'top' | 'bottom' | 'left' | 'right' | 'auto'"
|
|
1431
1398
|
},
|
|
1432
|
-
"
|
|
1399
|
+
"default": "'bottom'",
|
|
1400
|
+
"description": "Position of the popover relative to its trigger"
|
|
1433
1401
|
},
|
|
1434
1402
|
{
|
|
1435
1403
|
"kind": "field",
|
|
1436
|
-
"name": "
|
|
1404
|
+
"name": "align",
|
|
1437
1405
|
"type": {
|
|
1438
|
-
"text": "
|
|
1406
|
+
"text": "'start' | 'center' | 'end'"
|
|
1439
1407
|
},
|
|
1440
|
-
"
|
|
1408
|
+
"default": "'start'",
|
|
1409
|
+
"description": "Alignment of the popover"
|
|
1441
1410
|
},
|
|
1442
1411
|
{
|
|
1443
1412
|
"kind": "field",
|
|
1444
|
-
"name": "
|
|
1413
|
+
"name": "popoverTitle",
|
|
1445
1414
|
"type": {
|
|
1446
|
-
"text": "
|
|
1415
|
+
"text": "string | undefined"
|
|
1447
1416
|
},
|
|
1448
|
-
"description": "
|
|
1417
|
+
"description": "Optional title for the popover header"
|
|
1449
1418
|
},
|
|
1450
1419
|
{
|
|
1451
1420
|
"kind": "field",
|
|
1452
|
-
"name": "
|
|
1421
|
+
"name": "showClose",
|
|
1453
1422
|
"type": {
|
|
1454
|
-
"text": "
|
|
1423
|
+
"text": "boolean"
|
|
1455
1424
|
},
|
|
1456
|
-
"
|
|
1425
|
+
"default": "true",
|
|
1426
|
+
"description": "Whether to show a close button in the header"
|
|
1457
1427
|
},
|
|
1458
1428
|
{
|
|
1459
1429
|
"kind": "field",
|
|
1460
|
-
"name": "
|
|
1430
|
+
"name": "closeOnClickOutside",
|
|
1461
1431
|
"type": {
|
|
1462
|
-
"text": "
|
|
1432
|
+
"text": "boolean"
|
|
1463
1433
|
},
|
|
1464
|
-
"default": "
|
|
1465
|
-
"description": "
|
|
1434
|
+
"default": "true",
|
|
1435
|
+
"description": "Whether clicking outside closes the popover"
|
|
1466
1436
|
},
|
|
1467
1437
|
{
|
|
1468
1438
|
"kind": "field",
|
|
1469
|
-
"name": "
|
|
1439
|
+
"name": "closeOnEscape",
|
|
1470
1440
|
"type": {
|
|
1471
1441
|
"text": "boolean"
|
|
1472
1442
|
},
|
|
1473
|
-
"default": "
|
|
1474
|
-
"description": "Whether
|
|
1443
|
+
"default": "true",
|
|
1444
|
+
"description": "Whether pressing Escape closes the popover"
|
|
1475
1445
|
},
|
|
1476
1446
|
{
|
|
1477
1447
|
"kind": "field",
|
|
1478
|
-
"name": "
|
|
1448
|
+
"name": "offset",
|
|
1479
1449
|
"type": {
|
|
1480
|
-
"text": "
|
|
1450
|
+
"text": "number"
|
|
1481
1451
|
},
|
|
1482
|
-
"default": "
|
|
1483
|
-
"description": "
|
|
1452
|
+
"default": "8",
|
|
1453
|
+
"description": "Offset from the trigger element (in pixels)"
|
|
1484
1454
|
},
|
|
1485
1455
|
{
|
|
1486
1456
|
"kind": "field",
|
|
1487
|
-
"name": "
|
|
1457
|
+
"name": "width",
|
|
1488
1458
|
"type": {
|
|
1489
|
-
"text": "
|
|
1459
|
+
"text": "string | undefined"
|
|
1490
1460
|
},
|
|
1491
|
-
"
|
|
1492
|
-
"description": "Whether the input is read-only"
|
|
1461
|
+
"description": "Fixed width for the popover (e.g., '300px', '20rem')"
|
|
1493
1462
|
},
|
|
1494
1463
|
{
|
|
1495
1464
|
"kind": "field",
|
|
1496
|
-
"name": "
|
|
1465
|
+
"name": "minWidth",
|
|
1497
1466
|
"type": {
|
|
1498
1467
|
"text": "string | undefined"
|
|
1499
1468
|
},
|
|
1500
|
-
"
|
|
1469
|
+
"default": "'200px'",
|
|
1470
|
+
"description": "Minimum width for the popover (e.g., '200px', '15rem')"
|
|
1501
1471
|
},
|
|
1502
1472
|
{
|
|
1503
1473
|
"kind": "field",
|
|
1504
|
-
"name": "
|
|
1474
|
+
"name": "maxWidth",
|
|
1475
|
+
"type": {
|
|
1476
|
+
"text": "string | undefined"
|
|
1477
|
+
},
|
|
1478
|
+
"description": "Maximum width for the popover (e.g., '400px', '25rem')"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"kind": "field",
|
|
1482
|
+
"name": "isPositioned",
|
|
1505
1483
|
"type": {
|
|
1506
1484
|
"text": "boolean"
|
|
1507
1485
|
},
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1486
|
+
"privacy": "private",
|
|
1487
|
+
"default": "false"
|
|
1510
1488
|
},
|
|
1511
1489
|
{
|
|
1512
1490
|
"kind": "field",
|
|
1513
|
-
"name": "
|
|
1491
|
+
"name": "triggerEl",
|
|
1514
1492
|
"type": {
|
|
1515
|
-
"text": "
|
|
1493
|
+
"text": "HTMLElement | undefined"
|
|
1516
1494
|
},
|
|
1517
|
-
"
|
|
1495
|
+
"privacy": "private"
|
|
1518
1496
|
},
|
|
1519
1497
|
{
|
|
1520
1498
|
"kind": "field",
|
|
1521
|
-
"name": "
|
|
1499
|
+
"name": "popoverEl",
|
|
1522
1500
|
"type": {
|
|
1523
|
-
"text": "
|
|
1501
|
+
"text": "HTMLElement | undefined"
|
|
1524
1502
|
},
|
|
1525
|
-
"privacy": "private"
|
|
1526
|
-
"default": "true",
|
|
1527
|
-
"description": "Internal validation state"
|
|
1503
|
+
"privacy": "private"
|
|
1528
1504
|
},
|
|
1529
1505
|
{
|
|
1530
1506
|
"kind": "field",
|
|
1531
|
-
"name": "
|
|
1507
|
+
"name": "uniqueId",
|
|
1532
1508
|
"type": {
|
|
1533
1509
|
"text": "string"
|
|
1534
1510
|
},
|
|
1535
1511
|
"privacy": "private",
|
|
1536
|
-
"default": "
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"kind": "method",
|
|
1540
|
-
"name": "valueChanged"
|
|
1512
|
+
"default": "`le-popover-${Math.random().toString(36).substr(2, 9)}`"
|
|
1541
1513
|
},
|
|
1542
1514
|
{
|
|
1543
|
-
"kind": "
|
|
1544
|
-
"name": "
|
|
1545
|
-
"
|
|
1515
|
+
"kind": "field",
|
|
1516
|
+
"name": "scrollParents",
|
|
1517
|
+
"type": {
|
|
1518
|
+
"text": "Element[]"
|
|
1519
|
+
},
|
|
1520
|
+
"privacy": "private",
|
|
1521
|
+
"default": "[]"
|
|
1546
1522
|
},
|
|
1547
1523
|
{
|
|
1548
1524
|
"kind": "method",
|
|
1549
|
-
"name": "
|
|
1550
|
-
"privacy": "private"
|
|
1525
|
+
"name": "getScrollParents",
|
|
1526
|
+
"privacy": "private",
|
|
1527
|
+
"return": {
|
|
1528
|
+
"type": {
|
|
1529
|
+
"text": "Element[]"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"parameters": [
|
|
1533
|
+
{
|
|
1534
|
+
"name": "element",
|
|
1535
|
+
"type": {
|
|
1536
|
+
"text": "Element"
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
],
|
|
1540
|
+
"description": "Find all scrollable parent elements"
|
|
1551
1541
|
},
|
|
1552
1542
|
{
|
|
1553
1543
|
"kind": "method",
|
|
1554
|
-
"name": "
|
|
1555
|
-
"privacy": "private"
|
|
1544
|
+
"name": "addScrollListeners",
|
|
1545
|
+
"privacy": "private",
|
|
1546
|
+
"description": "Add scroll listeners to all scrollable parents"
|
|
1556
1547
|
},
|
|
1557
1548
|
{
|
|
1558
1549
|
"kind": "method",
|
|
1559
|
-
"name": "
|
|
1550
|
+
"name": "removeScrollListeners",
|
|
1560
1551
|
"privacy": "private",
|
|
1561
|
-
"
|
|
1562
|
-
{
|
|
1563
|
-
"name": "newValue",
|
|
1564
|
-
"type": {
|
|
1565
|
-
"text": "number"
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
]
|
|
1552
|
+
"description": "Remove scroll listeners"
|
|
1569
1553
|
},
|
|
1570
1554
|
{
|
|
1571
1555
|
"kind": "field",
|
|
1572
|
-
"name": "
|
|
1556
|
+
"name": "handleScroll",
|
|
1573
1557
|
"privacy": "private"
|
|
1574
1558
|
},
|
|
1575
1559
|
{
|
|
1576
1560
|
"kind": "field",
|
|
1577
|
-
"name": "
|
|
1561
|
+
"name": "handlePopoverToggle",
|
|
1578
1562
|
"privacy": "private"
|
|
1579
1563
|
},
|
|
1580
1564
|
{
|
|
1581
1565
|
"kind": "field",
|
|
1582
|
-
"name": "
|
|
1566
|
+
"name": "handleOtherPopoverOpen",
|
|
1583
1567
|
"privacy": "private"
|
|
1584
1568
|
},
|
|
1585
1569
|
{
|
|
1586
|
-
"kind": "
|
|
1587
|
-
"name": "
|
|
1588
|
-
"
|
|
1570
|
+
"kind": "method",
|
|
1571
|
+
"name": "show",
|
|
1572
|
+
"description": "Opens the popover"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"kind": "method",
|
|
1576
|
+
"name": "hide",
|
|
1577
|
+
"description": "Closes the popover"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"kind": "method",
|
|
1581
|
+
"name": "toggle",
|
|
1582
|
+
"description": "Toggles the popover"
|
|
1589
1583
|
},
|
|
1590
1584
|
{
|
|
1591
1585
|
"kind": "field",
|
|
1592
|
-
"name": "
|
|
1586
|
+
"name": "handleTriggerClick",
|
|
1593
1587
|
"privacy": "private"
|
|
1594
1588
|
},
|
|
1595
1589
|
{
|
|
1596
|
-
"kind": "
|
|
1597
|
-
"name": "
|
|
1590
|
+
"kind": "method",
|
|
1591
|
+
"name": "updatePosition",
|
|
1598
1592
|
"privacy": "private"
|
|
1599
1593
|
},
|
|
1600
1594
|
{
|
|
@@ -1604,130 +1598,125 @@
|
|
|
1604
1598
|
],
|
|
1605
1599
|
"attributes": [
|
|
1606
1600
|
{
|
|
1607
|
-
"name": "
|
|
1608
|
-
"fieldName": "
|
|
1609
|
-
"description": "
|
|
1610
|
-
"type": {
|
|
1611
|
-
"text": "number"
|
|
1612
|
-
}
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
"name": "name",
|
|
1616
|
-
"fieldName": "name",
|
|
1617
|
-
"description": "The name of the input",
|
|
1601
|
+
"name": "mode",
|
|
1602
|
+
"fieldName": "mode",
|
|
1603
|
+
"description": "Mode of the popover should be 'default' for internal use",
|
|
1618
1604
|
"type": {
|
|
1619
|
-
"text": "
|
|
1605
|
+
"text": "'default' | 'admin'"
|
|
1620
1606
|
}
|
|
1621
1607
|
},
|
|
1622
1608
|
{
|
|
1623
|
-
"name": "
|
|
1624
|
-
"fieldName": "
|
|
1625
|
-
"
|
|
1609
|
+
"name": "open",
|
|
1610
|
+
"fieldName": "open",
|
|
1611
|
+
"default": "false",
|
|
1612
|
+
"description": "Whether the popover is currently open",
|
|
1626
1613
|
"type": {
|
|
1627
|
-
"text": "
|
|
1614
|
+
"text": "boolean"
|
|
1628
1615
|
}
|
|
1629
1616
|
},
|
|
1630
1617
|
{
|
|
1631
|
-
"name": "
|
|
1632
|
-
"fieldName": "
|
|
1633
|
-
"
|
|
1618
|
+
"name": "position",
|
|
1619
|
+
"fieldName": "position",
|
|
1620
|
+
"default": "'bottom'",
|
|
1621
|
+
"description": "Position of the popover relative to its trigger",
|
|
1634
1622
|
"type": {
|
|
1635
|
-
"text": "
|
|
1623
|
+
"text": "'top' | 'bottom' | 'left' | 'right' | 'auto'"
|
|
1636
1624
|
}
|
|
1637
1625
|
},
|
|
1638
1626
|
{
|
|
1639
|
-
"name": "
|
|
1640
|
-
"fieldName": "
|
|
1641
|
-
"
|
|
1627
|
+
"name": "align",
|
|
1628
|
+
"fieldName": "align",
|
|
1629
|
+
"default": "'start'",
|
|
1630
|
+
"description": "Alignment of the popover",
|
|
1642
1631
|
"type": {
|
|
1643
|
-
"text": "
|
|
1632
|
+
"text": "'start' | 'center' | 'end'"
|
|
1644
1633
|
}
|
|
1645
1634
|
},
|
|
1646
1635
|
{
|
|
1647
|
-
"name": "
|
|
1648
|
-
"fieldName": "
|
|
1649
|
-
"description": "
|
|
1636
|
+
"name": "popover-title",
|
|
1637
|
+
"fieldName": "popoverTitle",
|
|
1638
|
+
"description": "Optional title for the popover header",
|
|
1650
1639
|
"type": {
|
|
1651
|
-
"text": "
|
|
1640
|
+
"text": "string"
|
|
1652
1641
|
}
|
|
1653
1642
|
},
|
|
1654
1643
|
{
|
|
1655
|
-
"name": "
|
|
1656
|
-
"fieldName": "
|
|
1657
|
-
"default": "
|
|
1658
|
-
"description": "
|
|
1644
|
+
"name": "show-close",
|
|
1645
|
+
"fieldName": "showClose",
|
|
1646
|
+
"default": "true",
|
|
1647
|
+
"description": "Whether to show a close button in the header",
|
|
1659
1648
|
"type": {
|
|
1660
|
-
"text": "
|
|
1649
|
+
"text": "boolean"
|
|
1661
1650
|
}
|
|
1662
1651
|
},
|
|
1663
1652
|
{
|
|
1664
|
-
"name": "
|
|
1665
|
-
"fieldName": "
|
|
1666
|
-
"default": "
|
|
1667
|
-
"description": "Whether
|
|
1653
|
+
"name": "close-on-click-outside",
|
|
1654
|
+
"fieldName": "closeOnClickOutside",
|
|
1655
|
+
"default": "true",
|
|
1656
|
+
"description": "Whether clicking outside closes the popover",
|
|
1668
1657
|
"type": {
|
|
1669
1658
|
"text": "boolean"
|
|
1670
1659
|
}
|
|
1671
1660
|
},
|
|
1672
1661
|
{
|
|
1673
|
-
"name": "
|
|
1674
|
-
"fieldName": "
|
|
1675
|
-
"default": "
|
|
1676
|
-
"description": "Whether
|
|
1662
|
+
"name": "close-on-escape",
|
|
1663
|
+
"fieldName": "closeOnEscape",
|
|
1664
|
+
"default": "true",
|
|
1665
|
+
"description": "Whether pressing Escape closes the popover",
|
|
1677
1666
|
"type": {
|
|
1678
1667
|
"text": "boolean"
|
|
1679
1668
|
}
|
|
1680
1669
|
},
|
|
1681
1670
|
{
|
|
1682
|
-
"name": "
|
|
1683
|
-
"fieldName": "
|
|
1684
|
-
"default": "
|
|
1685
|
-
"description": "
|
|
1671
|
+
"name": "offset",
|
|
1672
|
+
"fieldName": "offset",
|
|
1673
|
+
"default": "8",
|
|
1674
|
+
"description": "Offset from the trigger element (in pixels)",
|
|
1686
1675
|
"type": {
|
|
1687
|
-
"text": "
|
|
1676
|
+
"text": "number"
|
|
1688
1677
|
}
|
|
1689
1678
|
},
|
|
1690
1679
|
{
|
|
1691
|
-
"name": "
|
|
1692
|
-
"fieldName": "
|
|
1693
|
-
"description": "
|
|
1680
|
+
"name": "width",
|
|
1681
|
+
"fieldName": "width",
|
|
1682
|
+
"description": "Fixed width for the popover (e.g., '300px', '20rem')",
|
|
1694
1683
|
"type": {
|
|
1695
1684
|
"text": "string"
|
|
1696
1685
|
}
|
|
1697
1686
|
},
|
|
1698
1687
|
{
|
|
1699
|
-
"name": "
|
|
1700
|
-
"fieldName": "
|
|
1701
|
-
"default": "
|
|
1702
|
-
"description": "
|
|
1688
|
+
"name": "min-width",
|
|
1689
|
+
"fieldName": "minWidth",
|
|
1690
|
+
"default": "'200px'",
|
|
1691
|
+
"description": "Minimum width for the popover (e.g., '200px', '15rem')",
|
|
1703
1692
|
"type": {
|
|
1704
|
-
"text": "
|
|
1693
|
+
"text": "string"
|
|
1705
1694
|
}
|
|
1706
1695
|
},
|
|
1707
1696
|
{
|
|
1708
|
-
"name": "
|
|
1709
|
-
"fieldName": "
|
|
1710
|
-
"description": "
|
|
1697
|
+
"name": "max-width",
|
|
1698
|
+
"fieldName": "maxWidth",
|
|
1699
|
+
"description": "Maximum width for the popover (e.g., '400px', '25rem')",
|
|
1711
1700
|
"type": {
|
|
1712
1701
|
"text": "string"
|
|
1713
1702
|
}
|
|
1714
1703
|
}
|
|
1715
1704
|
],
|
|
1716
|
-
"tagName": "le-
|
|
1705
|
+
"tagName": "le-popover",
|
|
1717
1706
|
"events": [
|
|
1718
1707
|
{
|
|
1719
|
-
"name": "
|
|
1708
|
+
"name": "lePopoverOpen",
|
|
1720
1709
|
"type": {
|
|
1721
|
-
"text": "EventEmitter<
|
|
1710
|
+
"text": "EventEmitter<void>"
|
|
1722
1711
|
},
|
|
1723
|
-
"description": "Emitted when the
|
|
1712
|
+
"description": "Emitted when the popover opens"
|
|
1724
1713
|
},
|
|
1725
1714
|
{
|
|
1726
|
-
"name": "
|
|
1715
|
+
"name": "lePopoverClose",
|
|
1727
1716
|
"type": {
|
|
1728
|
-
"text": "EventEmitter<
|
|
1717
|
+
"text": "EventEmitter<void>"
|
|
1729
1718
|
},
|
|
1730
|
-
"description": "Emitted when the
|
|
1719
|
+
"description": "Emitted when the popover closes"
|
|
1731
1720
|
}
|
|
1732
1721
|
],
|
|
1733
1722
|
"customElement": true
|
|
@@ -1736,38 +1725,42 @@
|
|
|
1736
1725
|
"exports": [
|
|
1737
1726
|
{
|
|
1738
1727
|
"kind": "js",
|
|
1739
|
-
"name": "
|
|
1728
|
+
"name": "LePopover",
|
|
1740
1729
|
"declaration": {
|
|
1741
|
-
"name": "
|
|
1742
|
-
"module": "src/components/le-
|
|
1743
|
-
}
|
|
1730
|
+
"name": "LePopover",
|
|
1731
|
+
"module": "src/components/le-popover/le-popover.tsx"
|
|
1732
|
+
}
|
|
1744
1733
|
},
|
|
1745
1734
|
{
|
|
1746
1735
|
"kind": "custom-element-definition",
|
|
1747
|
-
"name": "le-
|
|
1736
|
+
"name": "le-popover",
|
|
1748
1737
|
"declaration": {
|
|
1749
|
-
"name": "
|
|
1750
|
-
"module": "src/components/le-
|
|
1738
|
+
"name": "LePopover",
|
|
1739
|
+
"module": "src/components/le-popover/le-popover.tsx"
|
|
1751
1740
|
}
|
|
1752
1741
|
}
|
|
1753
1742
|
]
|
|
1754
1743
|
},
|
|
1755
1744
|
{
|
|
1756
1745
|
"kind": "javascript-module",
|
|
1757
|
-
"path": "src/components/le-
|
|
1746
|
+
"path": "src/components/le-popup/le-popup.tsx",
|
|
1758
1747
|
"declarations": [
|
|
1759
1748
|
{
|
|
1760
1749
|
"kind": "class",
|
|
1761
|
-
"description": "A
|
|
1762
|
-
"name": "
|
|
1750
|
+
"description": "A flexible popup/dialog component for alerts, confirms, prompts, and custom content.\n\nUses the native HTML <dialog> element for proper modal behavior, accessibility,\nand focus management. Can be used declaratively in HTML or programmatically \nvia leAlert(), leConfirm(), lePrompt().",
|
|
1751
|
+
"name": "LePopup",
|
|
1763
1752
|
"slots": [
|
|
1764
1753
|
{
|
|
1765
|
-
"description": "
|
|
1754
|
+
"description": "Default slot for custom body content",
|
|
1766
1755
|
"name": ""
|
|
1767
1756
|
},
|
|
1768
1757
|
{
|
|
1769
|
-
"description": "
|
|
1770
|
-
"name": "
|
|
1758
|
+
"description": "Custom header content (replaces title)",
|
|
1759
|
+
"name": "header"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"description": "Custom footer content (replaces default buttons)",
|
|
1763
|
+
"name": "footer"
|
|
1771
1764
|
}
|
|
1772
1765
|
],
|
|
1773
1766
|
"members": [
|
|
@@ -1778,14 +1771,6 @@
|
|
|
1778
1771
|
"text": "HTMLElement"
|
|
1779
1772
|
}
|
|
1780
1773
|
},
|
|
1781
|
-
{
|
|
1782
|
-
"kind": "field",
|
|
1783
|
-
"name": "mode",
|
|
1784
|
-
"type": {
|
|
1785
|
-
"text": "'default' | 'admin'"
|
|
1786
|
-
},
|
|
1787
|
-
"description": "Mode of the popover should be 'default' for internal use"
|
|
1788
|
-
},
|
|
1789
1774
|
{
|
|
1790
1775
|
"kind": "field",
|
|
1791
1776
|
"name": "open",
|
|
@@ -1793,207 +1778,214 @@
|
|
|
1793
1778
|
"text": "boolean"
|
|
1794
1779
|
},
|
|
1795
1780
|
"default": "false",
|
|
1796
|
-
"description": "Whether the
|
|
1781
|
+
"description": "Whether the popup is currently visible"
|
|
1797
1782
|
},
|
|
1798
1783
|
{
|
|
1799
1784
|
"kind": "field",
|
|
1800
|
-
"name": "
|
|
1785
|
+
"name": "type",
|
|
1801
1786
|
"type": {
|
|
1802
|
-
"text": "
|
|
1787
|
+
"text": "PopupType"
|
|
1803
1788
|
},
|
|
1804
|
-
"default": "'
|
|
1805
|
-
"description": "
|
|
1789
|
+
"default": "'alert'",
|
|
1790
|
+
"description": "Type of popup: alert (OK only), confirm (OK/Cancel), prompt (input + OK/Cancel), custom"
|
|
1806
1791
|
},
|
|
1807
1792
|
{
|
|
1808
1793
|
"kind": "field",
|
|
1809
|
-
"name": "
|
|
1794
|
+
"name": "popupTitle",
|
|
1810
1795
|
"type": {
|
|
1811
|
-
"text": "
|
|
1796
|
+
"text": "string | undefined"
|
|
1812
1797
|
},
|
|
1813
|
-
"
|
|
1814
|
-
"description": "Alignment of the popover"
|
|
1798
|
+
"description": "Optional title for the popup header"
|
|
1815
1799
|
},
|
|
1816
1800
|
{
|
|
1817
1801
|
"kind": "field",
|
|
1818
|
-
"name": "
|
|
1802
|
+
"name": "message",
|
|
1819
1803
|
"type": {
|
|
1820
1804
|
"text": "string | undefined"
|
|
1821
1805
|
},
|
|
1822
|
-
"description": "
|
|
1806
|
+
"description": "Message text to display (for alert/confirm/prompt types)"
|
|
1823
1807
|
},
|
|
1824
1808
|
{
|
|
1825
1809
|
"kind": "field",
|
|
1826
|
-
"name": "
|
|
1810
|
+
"name": "modal",
|
|
1827
1811
|
"type": {
|
|
1828
1812
|
"text": "boolean"
|
|
1829
1813
|
},
|
|
1830
1814
|
"default": "true",
|
|
1831
|
-
"description": "Whether
|
|
1815
|
+
"description": "Whether the popup is modal (blocks interaction with page behind)"
|
|
1832
1816
|
},
|
|
1833
1817
|
{
|
|
1834
1818
|
"kind": "field",
|
|
1835
|
-
"name": "
|
|
1819
|
+
"name": "position",
|
|
1836
1820
|
"type": {
|
|
1837
|
-
"text": "
|
|
1821
|
+
"text": "PopupPosition"
|
|
1838
1822
|
},
|
|
1839
|
-
"default": "
|
|
1840
|
-
"description": "
|
|
1823
|
+
"default": "'center'",
|
|
1824
|
+
"description": "Position of the popup on screen"
|
|
1841
1825
|
},
|
|
1842
1826
|
{
|
|
1843
1827
|
"kind": "field",
|
|
1844
|
-
"name": "
|
|
1828
|
+
"name": "confirmText",
|
|
1845
1829
|
"type": {
|
|
1846
|
-
"text": "
|
|
1830
|
+
"text": "string"
|
|
1847
1831
|
},
|
|
1848
|
-
"default": "
|
|
1849
|
-
"description": "
|
|
1832
|
+
"default": "'OK'",
|
|
1833
|
+
"description": "Text for the confirm/OK button"
|
|
1850
1834
|
},
|
|
1851
1835
|
{
|
|
1852
1836
|
"kind": "field",
|
|
1853
|
-
"name": "
|
|
1837
|
+
"name": "cancelText",
|
|
1854
1838
|
"type": {
|
|
1855
|
-
"text": "
|
|
1839
|
+
"text": "string"
|
|
1856
1840
|
},
|
|
1857
|
-
"default": "
|
|
1858
|
-
"description": "
|
|
1841
|
+
"default": "'Cancel'",
|
|
1842
|
+
"description": "Text for the cancel button"
|
|
1859
1843
|
},
|
|
1860
1844
|
{
|
|
1861
1845
|
"kind": "field",
|
|
1862
|
-
"name": "
|
|
1846
|
+
"name": "placeholder",
|
|
1863
1847
|
"type": {
|
|
1864
|
-
"text": "string
|
|
1848
|
+
"text": "string"
|
|
1865
1849
|
},
|
|
1866
|
-
"
|
|
1850
|
+
"default": "''",
|
|
1851
|
+
"description": "Placeholder text for prompt input"
|
|
1867
1852
|
},
|
|
1868
1853
|
{
|
|
1869
1854
|
"kind": "field",
|
|
1870
|
-
"name": "
|
|
1855
|
+
"name": "defaultValue",
|
|
1871
1856
|
"type": {
|
|
1872
|
-
"text": "string
|
|
1857
|
+
"text": "string"
|
|
1873
1858
|
},
|
|
1874
|
-
"default": "'
|
|
1875
|
-
"description": "
|
|
1859
|
+
"default": "''",
|
|
1860
|
+
"description": "Default value for prompt input"
|
|
1876
1861
|
},
|
|
1877
1862
|
{
|
|
1878
1863
|
"kind": "field",
|
|
1879
|
-
"name": "
|
|
1864
|
+
"name": "closeOnBackdrop",
|
|
1880
1865
|
"type": {
|
|
1881
|
-
"text": "
|
|
1866
|
+
"text": "boolean"
|
|
1882
1867
|
},
|
|
1883
|
-
"
|
|
1868
|
+
"default": "true",
|
|
1869
|
+
"description": "Whether clicking the backdrop closes the popup (modal only)"
|
|
1884
1870
|
},
|
|
1885
1871
|
{
|
|
1886
1872
|
"kind": "field",
|
|
1887
|
-
"name": "
|
|
1873
|
+
"name": "inputValue",
|
|
1888
1874
|
"type": {
|
|
1889
|
-
"text": "
|
|
1875
|
+
"text": "string"
|
|
1890
1876
|
},
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1877
|
+
"default": "''",
|
|
1878
|
+
"description": "Internal state for prompt input value"
|
|
1893
1879
|
},
|
|
1894
1880
|
{
|
|
1895
1881
|
"kind": "field",
|
|
1896
|
-
"name": "
|
|
1882
|
+
"name": "dialogEl",
|
|
1897
1883
|
"type": {
|
|
1898
|
-
"text": "
|
|
1884
|
+
"text": "HTMLDialogElement | undefined"
|
|
1899
1885
|
},
|
|
1900
1886
|
"privacy": "private"
|
|
1901
1887
|
},
|
|
1902
1888
|
{
|
|
1903
1889
|
"kind": "field",
|
|
1904
|
-
"name": "
|
|
1890
|
+
"name": "inputEl",
|
|
1905
1891
|
"type": {
|
|
1906
|
-
"text": "
|
|
1892
|
+
"text": "HTMLInputElement | undefined"
|
|
1907
1893
|
},
|
|
1908
1894
|
"privacy": "private"
|
|
1909
1895
|
},
|
|
1910
1896
|
{
|
|
1911
1897
|
"kind": "field",
|
|
1912
|
-
"name": "
|
|
1898
|
+
"name": "resolvePromise",
|
|
1913
1899
|
"type": {
|
|
1914
|
-
"text": "
|
|
1900
|
+
"text": "(result: PopupResult) => void | undefined"
|
|
1915
1901
|
},
|
|
1916
|
-
"privacy": "private"
|
|
1917
|
-
"default": "`le-popover-${Math.random().toString(36).substr(2, 9)}`"
|
|
1902
|
+
"privacy": "private"
|
|
1918
1903
|
},
|
|
1919
1904
|
{
|
|
1920
1905
|
"kind": "field",
|
|
1921
|
-
"name": "
|
|
1922
|
-
"
|
|
1923
|
-
"text": "Element[]"
|
|
1924
|
-
},
|
|
1925
|
-
"privacy": "private",
|
|
1926
|
-
"default": "[]"
|
|
1906
|
+
"name": "handleDialogCancel",
|
|
1907
|
+
"privacy": "private"
|
|
1927
1908
|
},
|
|
1928
1909
|
{
|
|
1929
1910
|
"kind": "method",
|
|
1930
|
-
"name": "
|
|
1931
|
-
"privacy": "private",
|
|
1911
|
+
"name": "show",
|
|
1932
1912
|
"return": {
|
|
1933
1913
|
"type": {
|
|
1934
|
-
"text": "
|
|
1914
|
+
"text": "Promise<PopupResult>"
|
|
1935
1915
|
}
|
|
1936
1916
|
},
|
|
1917
|
+
"description": "Opens the popup and returns a promise that resolves when closed"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"kind": "method",
|
|
1921
|
+
"name": "hide",
|
|
1937
1922
|
"parameters": [
|
|
1938
1923
|
{
|
|
1939
|
-
"name": "
|
|
1924
|
+
"name": "confirmed",
|
|
1925
|
+
"default": "false",
|
|
1940
1926
|
"type": {
|
|
1941
|
-
"text": "
|
|
1927
|
+
"text": "boolean"
|
|
1942
1928
|
}
|
|
1943
1929
|
}
|
|
1944
1930
|
],
|
|
1945
|
-
"description": "
|
|
1931
|
+
"description": "Closes the popup with a result"
|
|
1946
1932
|
},
|
|
1947
1933
|
{
|
|
1948
|
-
"kind": "
|
|
1949
|
-
"name": "
|
|
1950
|
-
"privacy": "private"
|
|
1951
|
-
"description": "Add scroll listeners to all scrollable parents"
|
|
1934
|
+
"kind": "field",
|
|
1935
|
+
"name": "handleConfirm",
|
|
1936
|
+
"privacy": "private"
|
|
1952
1937
|
},
|
|
1953
1938
|
{
|
|
1954
|
-
"kind": "
|
|
1955
|
-
"name": "
|
|
1956
|
-
"privacy": "private"
|
|
1957
|
-
"description": "Remove scroll listeners"
|
|
1939
|
+
"kind": "field",
|
|
1940
|
+
"name": "handleCancel",
|
|
1941
|
+
"privacy": "private"
|
|
1958
1942
|
},
|
|
1959
1943
|
{
|
|
1960
1944
|
"kind": "field",
|
|
1961
|
-
"name": "
|
|
1945
|
+
"name": "handleBackdropClick",
|
|
1962
1946
|
"privacy": "private"
|
|
1963
1947
|
},
|
|
1964
1948
|
{
|
|
1965
1949
|
"kind": "field",
|
|
1966
|
-
"name": "
|
|
1950
|
+
"name": "handleInputChange",
|
|
1967
1951
|
"privacy": "private"
|
|
1968
1952
|
},
|
|
1969
1953
|
{
|
|
1970
1954
|
"kind": "field",
|
|
1971
|
-
"name": "
|
|
1955
|
+
"name": "handleKeyDown",
|
|
1972
1956
|
"privacy": "private"
|
|
1973
1957
|
},
|
|
1974
1958
|
{
|
|
1975
1959
|
"kind": "method",
|
|
1976
|
-
"name": "
|
|
1977
|
-
"
|
|
1960
|
+
"name": "hasSlot",
|
|
1961
|
+
"privacy": "private",
|
|
1962
|
+
"return": {
|
|
1963
|
+
"type": {
|
|
1964
|
+
"text": "boolean"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
"parameters": [
|
|
1968
|
+
{
|
|
1969
|
+
"name": "name",
|
|
1970
|
+
"type": {
|
|
1971
|
+
"text": "string"
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
]
|
|
1978
1975
|
},
|
|
1979
1976
|
{
|
|
1980
1977
|
"kind": "method",
|
|
1981
|
-
"name": "
|
|
1982
|
-
"
|
|
1978
|
+
"name": "renderHeader",
|
|
1979
|
+
"privacy": "private"
|
|
1983
1980
|
},
|
|
1984
1981
|
{
|
|
1985
1982
|
"kind": "method",
|
|
1986
|
-
"name": "
|
|
1987
|
-
"description": "Toggles the popover"
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"kind": "field",
|
|
1991
|
-
"name": "handleTriggerClick",
|
|
1983
|
+
"name": "renderBody",
|
|
1992
1984
|
"privacy": "private"
|
|
1993
1985
|
},
|
|
1994
1986
|
{
|
|
1995
1987
|
"kind": "method",
|
|
1996
|
-
"name": "
|
|
1988
|
+
"name": "renderFooter",
|
|
1997
1989
|
"privacy": "private"
|
|
1998
1990
|
},
|
|
1999
1991
|
{
|
|
@@ -2002,126 +1994,133 @@
|
|
|
2002
1994
|
}
|
|
2003
1995
|
],
|
|
2004
1996
|
"attributes": [
|
|
2005
|
-
{
|
|
2006
|
-
"name": "mode",
|
|
2007
|
-
"fieldName": "mode",
|
|
2008
|
-
"description": "Mode of the popover should be 'default' for internal use",
|
|
2009
|
-
"type": {
|
|
2010
|
-
"text": "'default' | 'admin'"
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
1997
|
{
|
|
2014
1998
|
"name": "open",
|
|
2015
1999
|
"fieldName": "open",
|
|
2016
2000
|
"default": "false",
|
|
2017
|
-
"description": "Whether the
|
|
2001
|
+
"description": "Whether the popup is currently visible",
|
|
2018
2002
|
"type": {
|
|
2019
2003
|
"text": "boolean"
|
|
2020
2004
|
}
|
|
2021
2005
|
},
|
|
2022
2006
|
{
|
|
2023
|
-
"name": "
|
|
2024
|
-
"fieldName": "
|
|
2025
|
-
"default": "'
|
|
2026
|
-
"description": "
|
|
2007
|
+
"name": "type",
|
|
2008
|
+
"fieldName": "type",
|
|
2009
|
+
"default": "'alert'",
|
|
2010
|
+
"description": "Type of popup: alert (OK only), confirm (OK/Cancel), prompt (input + OK/Cancel), custom",
|
|
2027
2011
|
"type": {
|
|
2028
|
-
"text": "
|
|
2012
|
+
"text": "PopupType"
|
|
2029
2013
|
}
|
|
2030
2014
|
},
|
|
2031
2015
|
{
|
|
2032
|
-
"name": "
|
|
2033
|
-
"fieldName": "
|
|
2034
|
-
"
|
|
2035
|
-
"description": "Alignment of the popover",
|
|
2016
|
+
"name": "popup-title",
|
|
2017
|
+
"fieldName": "popupTitle",
|
|
2018
|
+
"description": "Optional title for the popup header",
|
|
2036
2019
|
"type": {
|
|
2037
|
-
"text": "
|
|
2020
|
+
"text": "string"
|
|
2038
2021
|
}
|
|
2039
2022
|
},
|
|
2040
2023
|
{
|
|
2041
|
-
"name": "
|
|
2042
|
-
"fieldName": "
|
|
2043
|
-
"description": "
|
|
2024
|
+
"name": "message",
|
|
2025
|
+
"fieldName": "message",
|
|
2026
|
+
"description": "Message text to display (for alert/confirm/prompt types)",
|
|
2044
2027
|
"type": {
|
|
2045
2028
|
"text": "string"
|
|
2046
2029
|
}
|
|
2047
2030
|
},
|
|
2048
2031
|
{
|
|
2049
|
-
"name": "
|
|
2050
|
-
"fieldName": "
|
|
2032
|
+
"name": "modal",
|
|
2033
|
+
"fieldName": "modal",
|
|
2051
2034
|
"default": "true",
|
|
2052
|
-
"description": "Whether
|
|
2035
|
+
"description": "Whether the popup is modal (blocks interaction with page behind)",
|
|
2053
2036
|
"type": {
|
|
2054
2037
|
"text": "boolean"
|
|
2055
2038
|
}
|
|
2056
2039
|
},
|
|
2057
2040
|
{
|
|
2058
|
-
"name": "
|
|
2059
|
-
"fieldName": "
|
|
2060
|
-
"default": "
|
|
2061
|
-
"description": "
|
|
2041
|
+
"name": "position",
|
|
2042
|
+
"fieldName": "position",
|
|
2043
|
+
"default": "'center'",
|
|
2044
|
+
"description": "Position of the popup on screen",
|
|
2062
2045
|
"type": {
|
|
2063
|
-
"text": "
|
|
2046
|
+
"text": "PopupPosition"
|
|
2064
2047
|
}
|
|
2065
2048
|
},
|
|
2066
2049
|
{
|
|
2067
|
-
"name": "
|
|
2068
|
-
"fieldName": "
|
|
2069
|
-
"default": "
|
|
2070
|
-
"description": "
|
|
2050
|
+
"name": "confirm-text",
|
|
2051
|
+
"fieldName": "confirmText",
|
|
2052
|
+
"default": "'OK'",
|
|
2053
|
+
"description": "Text for the confirm/OK button",
|
|
2071
2054
|
"type": {
|
|
2072
|
-
"text": "
|
|
2055
|
+
"text": "string"
|
|
2073
2056
|
}
|
|
2074
2057
|
},
|
|
2075
2058
|
{
|
|
2076
|
-
"name": "
|
|
2077
|
-
"fieldName": "
|
|
2078
|
-
"default": "
|
|
2079
|
-
"description": "
|
|
2059
|
+
"name": "cancel-text",
|
|
2060
|
+
"fieldName": "cancelText",
|
|
2061
|
+
"default": "'Cancel'",
|
|
2062
|
+
"description": "Text for the cancel button",
|
|
2080
2063
|
"type": {
|
|
2081
|
-
"text": "
|
|
2064
|
+
"text": "string"
|
|
2082
2065
|
}
|
|
2083
2066
|
},
|
|
2084
2067
|
{
|
|
2085
|
-
"name": "
|
|
2086
|
-
"fieldName": "
|
|
2087
|
-
"
|
|
2068
|
+
"name": "placeholder",
|
|
2069
|
+
"fieldName": "placeholder",
|
|
2070
|
+
"default": "''",
|
|
2071
|
+
"description": "Placeholder text for prompt input",
|
|
2088
2072
|
"type": {
|
|
2089
2073
|
"text": "string"
|
|
2090
2074
|
}
|
|
2091
2075
|
},
|
|
2092
2076
|
{
|
|
2093
|
-
"name": "
|
|
2094
|
-
"fieldName": "
|
|
2095
|
-
"default": "'
|
|
2096
|
-
"description": "
|
|
2077
|
+
"name": "default-value",
|
|
2078
|
+
"fieldName": "defaultValue",
|
|
2079
|
+
"default": "''",
|
|
2080
|
+
"description": "Default value for prompt input",
|
|
2097
2081
|
"type": {
|
|
2098
2082
|
"text": "string"
|
|
2099
2083
|
}
|
|
2100
2084
|
},
|
|
2101
2085
|
{
|
|
2102
|
-
"name": "
|
|
2103
|
-
"fieldName": "
|
|
2104
|
-
"
|
|
2086
|
+
"name": "close-on-backdrop",
|
|
2087
|
+
"fieldName": "closeOnBackdrop",
|
|
2088
|
+
"default": "true",
|
|
2089
|
+
"description": "Whether clicking the backdrop closes the popup (modal only)",
|
|
2105
2090
|
"type": {
|
|
2106
|
-
"text": "
|
|
2091
|
+
"text": "boolean"
|
|
2107
2092
|
}
|
|
2108
2093
|
}
|
|
2109
2094
|
],
|
|
2110
|
-
"tagName": "le-
|
|
2095
|
+
"tagName": "le-popup",
|
|
2111
2096
|
"events": [
|
|
2112
2097
|
{
|
|
2113
|
-
"name": "
|
|
2098
|
+
"name": "leConfirm",
|
|
2114
2099
|
"type": {
|
|
2115
|
-
"text": "EventEmitter<
|
|
2100
|
+
"text": "EventEmitter<PopupResult>"
|
|
2116
2101
|
},
|
|
2117
|
-
"description": "Emitted when the
|
|
2102
|
+
"description": "Emitted when the popup is confirmed (OK clicked)"
|
|
2118
2103
|
},
|
|
2119
2104
|
{
|
|
2120
|
-
"name": "
|
|
2105
|
+
"name": "leCancel",
|
|
2106
|
+
"type": {
|
|
2107
|
+
"text": "EventEmitter<PopupResult>"
|
|
2108
|
+
},
|
|
2109
|
+
"description": "Emitted when the popup is cancelled (Cancel clicked or dismissed)"
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"name": "leOpen",
|
|
2121
2113
|
"type": {
|
|
2122
2114
|
"text": "EventEmitter<void>"
|
|
2123
2115
|
},
|
|
2124
|
-
"description": "Emitted when the
|
|
2116
|
+
"description": "Emitted when the popup opens"
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"name": "leClose",
|
|
2120
|
+
"type": {
|
|
2121
|
+
"text": "EventEmitter<PopupResult>"
|
|
2122
|
+
},
|
|
2123
|
+
"description": "Emitted when the popup closes"
|
|
2125
2124
|
}
|
|
2126
2125
|
],
|
|
2127
2126
|
"customElement": true
|
|
@@ -2130,44 +2129,30 @@
|
|
|
2130
2129
|
"exports": [
|
|
2131
2130
|
{
|
|
2132
2131
|
"kind": "js",
|
|
2133
|
-
"name": "
|
|
2132
|
+
"name": "LePopup",
|
|
2134
2133
|
"declaration": {
|
|
2135
|
-
"name": "
|
|
2136
|
-
"module": "src/components/le-
|
|
2134
|
+
"name": "LePopup",
|
|
2135
|
+
"module": "src/components/le-popup/le-popup.tsx"
|
|
2137
2136
|
}
|
|
2138
2137
|
},
|
|
2139
2138
|
{
|
|
2140
2139
|
"kind": "custom-element-definition",
|
|
2141
|
-
"name": "le-
|
|
2140
|
+
"name": "le-popup",
|
|
2142
2141
|
"declaration": {
|
|
2143
|
-
"name": "
|
|
2144
|
-
"module": "src/components/le-
|
|
2142
|
+
"name": "LePopup",
|
|
2143
|
+
"module": "src/components/le-popup/le-popup.tsx"
|
|
2145
2144
|
}
|
|
2146
2145
|
}
|
|
2147
2146
|
]
|
|
2148
2147
|
},
|
|
2149
2148
|
{
|
|
2150
2149
|
"kind": "javascript-module",
|
|
2151
|
-
"path": "src/components/le-
|
|
2150
|
+
"path": "src/components/le-round-progress/le-round-progress.tsx",
|
|
2152
2151
|
"declarations": [
|
|
2153
2152
|
{
|
|
2154
2153
|
"kind": "class",
|
|
2155
|
-
"description": "
|
|
2156
|
-
"name": "
|
|
2157
|
-
"slots": [
|
|
2158
|
-
{
|
|
2159
|
-
"description": "Default slot for custom body content",
|
|
2160
|
-
"name": ""
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"description": "Custom header content (replaces title)",
|
|
2164
|
-
"name": "header"
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"description": "Custom footer content (replaces default buttons)",
|
|
2168
|
-
"name": "footer"
|
|
2169
|
-
}
|
|
2170
|
-
],
|
|
2154
|
+
"description": "",
|
|
2155
|
+
"name": "LeRoundProgress",
|
|
2171
2156
|
"members": [
|
|
2172
2157
|
{
|
|
2173
2158
|
"kind": "field",
|
|
@@ -2178,374 +2163,149 @@
|
|
|
2178
2163
|
},
|
|
2179
2164
|
{
|
|
2180
2165
|
"kind": "field",
|
|
2181
|
-
"name": "
|
|
2166
|
+
"name": "value",
|
|
2182
2167
|
"type": {
|
|
2183
|
-
"text": "
|
|
2168
|
+
"text": "number"
|
|
2184
2169
|
},
|
|
2185
|
-
"default": "
|
|
2186
|
-
"description": "Whether the popup is currently visible"
|
|
2170
|
+
"default": "0"
|
|
2187
2171
|
},
|
|
2188
2172
|
{
|
|
2189
|
-
"kind": "
|
|
2190
|
-
"name": "
|
|
2191
|
-
"
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2173
|
+
"kind": "method",
|
|
2174
|
+
"name": "updateValue",
|
|
2175
|
+
"parameters": [
|
|
2176
|
+
{
|
|
2177
|
+
"name": "newValue",
|
|
2178
|
+
"type": {
|
|
2179
|
+
"text": "string"
|
|
2180
|
+
}
|
|
2181
|
+
}
|
|
2182
|
+
]
|
|
2196
2183
|
},
|
|
2197
2184
|
{
|
|
2198
2185
|
"kind": "field",
|
|
2199
|
-
"name": "
|
|
2186
|
+
"name": "padding",
|
|
2200
2187
|
"type": {
|
|
2201
|
-
"text": "
|
|
2188
|
+
"text": "number"
|
|
2202
2189
|
},
|
|
2203
|
-
"
|
|
2190
|
+
"default": "0"
|
|
2204
2191
|
},
|
|
2205
2192
|
{
|
|
2206
|
-
"kind": "
|
|
2207
|
-
"name": "
|
|
2208
|
-
"
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2193
|
+
"kind": "method",
|
|
2194
|
+
"name": "updatePadding",
|
|
2195
|
+
"parameters": [
|
|
2196
|
+
{
|
|
2197
|
+
"name": "newValue",
|
|
2198
|
+
"type": {
|
|
2199
|
+
"text": "string"
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2202
|
+
]
|
|
2212
2203
|
},
|
|
2213
2204
|
{
|
|
2214
2205
|
"kind": "field",
|
|
2215
|
-
"name": "
|
|
2206
|
+
"name": "paths",
|
|
2216
2207
|
"type": {
|
|
2217
|
-
"text": "
|
|
2218
|
-
}
|
|
2219
|
-
"default": "true",
|
|
2220
|
-
"description": "Whether the popup is modal (blocks interaction with page behind)"
|
|
2208
|
+
"text": "string"
|
|
2209
|
+
}
|
|
2221
2210
|
},
|
|
2222
2211
|
{
|
|
2223
|
-
"kind": "
|
|
2224
|
-
"name": "
|
|
2225
|
-
"
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2212
|
+
"kind": "method",
|
|
2213
|
+
"name": "updateProgressBackgrounds",
|
|
2214
|
+
"parameters": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "newValue",
|
|
2217
|
+
"type": {
|
|
2218
|
+
"text": "string"
|
|
2219
|
+
}
|
|
2220
|
+
}
|
|
2221
|
+
]
|
|
2230
2222
|
},
|
|
2231
2223
|
{
|
|
2232
2224
|
"kind": "field",
|
|
2233
|
-
"name": "
|
|
2225
|
+
"name": "progressPaths",
|
|
2234
2226
|
"type": {
|
|
2235
|
-
"text": "
|
|
2236
|
-
}
|
|
2237
|
-
"default": "'OK'",
|
|
2238
|
-
"description": "Text for the confirm/OK button"
|
|
2227
|
+
"text": "any[]"
|
|
2228
|
+
}
|
|
2239
2229
|
},
|
|
2240
2230
|
{
|
|
2241
2231
|
"kind": "field",
|
|
2242
|
-
"name": "
|
|
2232
|
+
"name": "params",
|
|
2243
2233
|
"type": {
|
|
2244
|
-
"text": "
|
|
2245
|
-
}
|
|
2246
|
-
"default": "'Cancel'",
|
|
2247
|
-
"description": "Text for the cancel button"
|
|
2234
|
+
"text": "{\n width: number;\n diameter: number;\n circumference: number;\n }"
|
|
2235
|
+
}
|
|
2248
2236
|
},
|
|
2249
2237
|
{
|
|
2250
|
-
"kind": "
|
|
2251
|
-
"name": "
|
|
2252
|
-
"type": {
|
|
2253
|
-
"text": "string"
|
|
2254
|
-
},
|
|
2255
|
-
"default": "''",
|
|
2256
|
-
"description": "Placeholder text for prompt input"
|
|
2238
|
+
"kind": "method",
|
|
2239
|
+
"name": "calcParams"
|
|
2257
2240
|
},
|
|
2258
2241
|
{
|
|
2259
|
-
"kind": "
|
|
2260
|
-
"name": "
|
|
2261
|
-
"
|
|
2262
|
-
"text": "string"
|
|
2263
|
-
},
|
|
2264
|
-
"default": "''",
|
|
2265
|
-
"description": "Default value for prompt input"
|
|
2242
|
+
"kind": "method",
|
|
2243
|
+
"name": "getViewBox",
|
|
2244
|
+
"description": "Returns the viewPath attribute value for the SVG\nbased on the width of the parent element"
|
|
2266
2245
|
},
|
|
2267
2246
|
{
|
|
2268
|
-
"kind": "
|
|
2269
|
-
"name": "
|
|
2270
|
-
"
|
|
2271
|
-
"text": "boolean"
|
|
2272
|
-
},
|
|
2273
|
-
"default": "true",
|
|
2274
|
-
"description": "Whether clicking the backdrop closes the popup (modal only)"
|
|
2247
|
+
"kind": "method",
|
|
2248
|
+
"name": "getPath",
|
|
2249
|
+
"description": "Returns the circular path for the progress stroke\nand additional paths in the background"
|
|
2275
2250
|
},
|
|
2276
2251
|
{
|
|
2277
|
-
"kind": "
|
|
2278
|
-
"name": "
|
|
2279
|
-
"type": {
|
|
2280
|
-
"text": "string"
|
|
2281
|
-
},
|
|
2282
|
-
"default": "''",
|
|
2283
|
-
"description": "Internal state for prompt input value"
|
|
2252
|
+
"kind": "method",
|
|
2253
|
+
"name": "getStrokeDashArray"
|
|
2284
2254
|
},
|
|
2285
2255
|
{
|
|
2286
|
-
"kind": "
|
|
2287
|
-
"name": "
|
|
2288
|
-
"type": {
|
|
2289
|
-
"text": "HTMLDialogElement | undefined"
|
|
2290
|
-
},
|
|
2291
|
-
"privacy": "private"
|
|
2256
|
+
"kind": "method",
|
|
2257
|
+
"name": "getPaths"
|
|
2292
2258
|
},
|
|
2293
2259
|
{
|
|
2294
|
-
"kind": "
|
|
2295
|
-
"name": "
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
"privacy": "private"
|
|
2300
|
-
},
|
|
2260
|
+
"kind": "method",
|
|
2261
|
+
"name": "render"
|
|
2262
|
+
}
|
|
2263
|
+
],
|
|
2264
|
+
"attributes": [
|
|
2301
2265
|
{
|
|
2302
|
-
"
|
|
2303
|
-
"
|
|
2266
|
+
"name": "value",
|
|
2267
|
+
"fieldName": "value",
|
|
2268
|
+
"default": "0",
|
|
2304
2269
|
"type": {
|
|
2305
|
-
"text": "
|
|
2306
|
-
}
|
|
2307
|
-
"privacy": "private"
|
|
2270
|
+
"text": "number"
|
|
2271
|
+
}
|
|
2308
2272
|
},
|
|
2309
2273
|
{
|
|
2310
|
-
"
|
|
2311
|
-
"
|
|
2312
|
-
"
|
|
2313
|
-
},
|
|
2314
|
-
{
|
|
2315
|
-
"kind": "method",
|
|
2316
|
-
"name": "show",
|
|
2317
|
-
"return": {
|
|
2318
|
-
"type": {
|
|
2319
|
-
"text": "Promise<PopupResult>"
|
|
2320
|
-
}
|
|
2321
|
-
},
|
|
2322
|
-
"description": "Opens the popup and returns a promise that resolves when closed"
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"kind": "method",
|
|
2326
|
-
"name": "hide",
|
|
2327
|
-
"parameters": [
|
|
2328
|
-
{
|
|
2329
|
-
"name": "confirmed",
|
|
2330
|
-
"default": "false",
|
|
2331
|
-
"type": {
|
|
2332
|
-
"text": "boolean"
|
|
2333
|
-
}
|
|
2334
|
-
}
|
|
2335
|
-
],
|
|
2336
|
-
"description": "Closes the popup with a result"
|
|
2337
|
-
},
|
|
2338
|
-
{
|
|
2339
|
-
"kind": "field",
|
|
2340
|
-
"name": "handleConfirm",
|
|
2341
|
-
"privacy": "private"
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"kind": "field",
|
|
2345
|
-
"name": "handleCancel",
|
|
2346
|
-
"privacy": "private"
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"kind": "field",
|
|
2350
|
-
"name": "handleBackdropClick",
|
|
2351
|
-
"privacy": "private"
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"kind": "field",
|
|
2355
|
-
"name": "handleInputChange",
|
|
2356
|
-
"privacy": "private"
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"kind": "field",
|
|
2360
|
-
"name": "handleKeyDown",
|
|
2361
|
-
"privacy": "private"
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"kind": "method",
|
|
2365
|
-
"name": "hasSlot",
|
|
2366
|
-
"privacy": "private",
|
|
2367
|
-
"return": {
|
|
2368
|
-
"type": {
|
|
2369
|
-
"text": "boolean"
|
|
2370
|
-
}
|
|
2371
|
-
},
|
|
2372
|
-
"parameters": [
|
|
2373
|
-
{
|
|
2374
|
-
"name": "name",
|
|
2375
|
-
"type": {
|
|
2376
|
-
"text": "string"
|
|
2377
|
-
}
|
|
2378
|
-
}
|
|
2379
|
-
]
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"kind": "method",
|
|
2383
|
-
"name": "renderHeader",
|
|
2384
|
-
"privacy": "private"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"kind": "method",
|
|
2388
|
-
"name": "renderBody",
|
|
2389
|
-
"privacy": "private"
|
|
2390
|
-
},
|
|
2391
|
-
{
|
|
2392
|
-
"kind": "method",
|
|
2393
|
-
"name": "renderFooter",
|
|
2394
|
-
"privacy": "private"
|
|
2395
|
-
},
|
|
2396
|
-
{
|
|
2397
|
-
"kind": "method",
|
|
2398
|
-
"name": "render"
|
|
2399
|
-
}
|
|
2400
|
-
],
|
|
2401
|
-
"attributes": [
|
|
2402
|
-
{
|
|
2403
|
-
"name": "open",
|
|
2404
|
-
"fieldName": "open",
|
|
2405
|
-
"default": "false",
|
|
2406
|
-
"description": "Whether the popup is currently visible",
|
|
2407
|
-
"type": {
|
|
2408
|
-
"text": "boolean"
|
|
2409
|
-
}
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"name": "type",
|
|
2413
|
-
"fieldName": "type",
|
|
2414
|
-
"default": "'alert'",
|
|
2415
|
-
"description": "Type of popup: alert (OK only), confirm (OK/Cancel), prompt (input + OK/Cancel), custom",
|
|
2416
|
-
"type": {
|
|
2417
|
-
"text": "PopupType"
|
|
2418
|
-
}
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"name": "popup-title",
|
|
2422
|
-
"fieldName": "popupTitle",
|
|
2423
|
-
"description": "Optional title for the popup header",
|
|
2424
|
-
"type": {
|
|
2425
|
-
"text": "string"
|
|
2426
|
-
}
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
2429
|
-
"name": "message",
|
|
2430
|
-
"fieldName": "message",
|
|
2431
|
-
"description": "Message text to display (for alert/confirm/prompt types)",
|
|
2432
|
-
"type": {
|
|
2433
|
-
"text": "string"
|
|
2434
|
-
}
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"name": "modal",
|
|
2438
|
-
"fieldName": "modal",
|
|
2439
|
-
"default": "true",
|
|
2440
|
-
"description": "Whether the popup is modal (blocks interaction with page behind)",
|
|
2441
|
-
"type": {
|
|
2442
|
-
"text": "boolean"
|
|
2443
|
-
}
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"name": "position",
|
|
2447
|
-
"fieldName": "position",
|
|
2448
|
-
"default": "'center'",
|
|
2449
|
-
"description": "Position of the popup on screen",
|
|
2450
|
-
"type": {
|
|
2451
|
-
"text": "PopupPosition"
|
|
2452
|
-
}
|
|
2453
|
-
},
|
|
2454
|
-
{
|
|
2455
|
-
"name": "confirm-text",
|
|
2456
|
-
"fieldName": "confirmText",
|
|
2457
|
-
"default": "'OK'",
|
|
2458
|
-
"description": "Text for the confirm/OK button",
|
|
2459
|
-
"type": {
|
|
2460
|
-
"text": "string"
|
|
2461
|
-
}
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"name": "cancel-text",
|
|
2465
|
-
"fieldName": "cancelText",
|
|
2466
|
-
"default": "'Cancel'",
|
|
2467
|
-
"description": "Text for the cancel button",
|
|
2468
|
-
"type": {
|
|
2469
|
-
"text": "string"
|
|
2470
|
-
}
|
|
2471
|
-
},
|
|
2472
|
-
{
|
|
2473
|
-
"name": "placeholder",
|
|
2474
|
-
"fieldName": "placeholder",
|
|
2475
|
-
"default": "''",
|
|
2476
|
-
"description": "Placeholder text for prompt input",
|
|
2274
|
+
"name": "padding",
|
|
2275
|
+
"fieldName": "padding",
|
|
2276
|
+
"default": "0",
|
|
2477
2277
|
"type": {
|
|
2478
|
-
"text": "
|
|
2278
|
+
"text": "number"
|
|
2479
2279
|
}
|
|
2480
2280
|
},
|
|
2481
2281
|
{
|
|
2482
|
-
"name": "
|
|
2483
|
-
"fieldName": "
|
|
2484
|
-
"default": "''",
|
|
2485
|
-
"description": "Default value for prompt input",
|
|
2282
|
+
"name": "paths",
|
|
2283
|
+
"fieldName": "paths",
|
|
2486
2284
|
"type": {
|
|
2487
2285
|
"text": "string"
|
|
2488
2286
|
}
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
"name": "close-on-backdrop",
|
|
2492
|
-
"fieldName": "closeOnBackdrop",
|
|
2493
|
-
"default": "true",
|
|
2494
|
-
"description": "Whether clicking the backdrop closes the popup (modal only)",
|
|
2495
|
-
"type": {
|
|
2496
|
-
"text": "boolean"
|
|
2497
|
-
}
|
|
2498
|
-
}
|
|
2499
|
-
],
|
|
2500
|
-
"tagName": "le-popup",
|
|
2501
|
-
"events": [
|
|
2502
|
-
{
|
|
2503
|
-
"name": "leConfirm",
|
|
2504
|
-
"type": {
|
|
2505
|
-
"text": "EventEmitter<PopupResult>"
|
|
2506
|
-
},
|
|
2507
|
-
"description": "Emitted when the popup is confirmed (OK clicked)"
|
|
2508
|
-
},
|
|
2509
|
-
{
|
|
2510
|
-
"name": "leCancel",
|
|
2511
|
-
"type": {
|
|
2512
|
-
"text": "EventEmitter<PopupResult>"
|
|
2513
|
-
},
|
|
2514
|
-
"description": "Emitted when the popup is cancelled (Cancel clicked or dismissed)"
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"name": "leOpen",
|
|
2518
|
-
"type": {
|
|
2519
|
-
"text": "EventEmitter<void>"
|
|
2520
|
-
},
|
|
2521
|
-
"description": "Emitted when the popup opens"
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"name": "leClose",
|
|
2525
|
-
"type": {
|
|
2526
|
-
"text": "EventEmitter<PopupResult>"
|
|
2527
|
-
},
|
|
2528
|
-
"description": "Emitted when the popup closes"
|
|
2529
2287
|
}
|
|
2530
2288
|
],
|
|
2289
|
+
"tagName": "le-round-progress",
|
|
2290
|
+
"events": [],
|
|
2531
2291
|
"customElement": true
|
|
2532
2292
|
}
|
|
2533
2293
|
],
|
|
2534
2294
|
"exports": [
|
|
2535
2295
|
{
|
|
2536
2296
|
"kind": "js",
|
|
2537
|
-
"name": "
|
|
2297
|
+
"name": "LeRoundProgress",
|
|
2538
2298
|
"declaration": {
|
|
2539
|
-
"name": "
|
|
2540
|
-
"module": "src/components/le-
|
|
2299
|
+
"name": "LeRoundProgress",
|
|
2300
|
+
"module": "src/components/le-round-progress/le-round-progress.tsx"
|
|
2541
2301
|
}
|
|
2542
2302
|
},
|
|
2543
2303
|
{
|
|
2544
2304
|
"kind": "custom-element-definition",
|
|
2545
|
-
"name": "le-
|
|
2305
|
+
"name": "le-round-progress",
|
|
2546
2306
|
"declaration": {
|
|
2547
|
-
"name": "
|
|
2548
|
-
"module": "src/components/le-
|
|
2307
|
+
"name": "LeRoundProgress",
|
|
2308
|
+
"module": "src/components/le-round-progress/le-round-progress.tsx"
|
|
2549
2309
|
}
|
|
2550
2310
|
}
|
|
2551
2311
|
]
|
|
@@ -2953,114 +2713,253 @@
|
|
|
2953
2713
|
},
|
|
2954
2714
|
{
|
|
2955
2715
|
"kind": "javascript-module",
|
|
2956
|
-
"path": "src/components/le-
|
|
2716
|
+
"path": "src/components/le-number-input/le-number-input.tsx",
|
|
2957
2717
|
"declarations": [
|
|
2958
2718
|
{
|
|
2959
2719
|
"kind": "class",
|
|
2960
|
-
"description": "",
|
|
2961
|
-
"name": "
|
|
2962
|
-
"
|
|
2720
|
+
"description": "A number input component with validation, keyboard controls, and custom spinners.",
|
|
2721
|
+
"name": "LeNumberInput",
|
|
2722
|
+
"cssProperties": [
|
|
2963
2723
|
{
|
|
2964
|
-
"
|
|
2965
|
-
"name": "
|
|
2966
|
-
"type": {
|
|
2967
|
-
"text": "HTMLElement"
|
|
2968
|
-
}
|
|
2724
|
+
"description": "Input background color",
|
|
2725
|
+
"name": "--le-input-bg"
|
|
2969
2726
|
},
|
|
2970
2727
|
{
|
|
2971
|
-
"
|
|
2972
|
-
"name": "
|
|
2973
|
-
"type": {
|
|
2974
|
-
"text": "number"
|
|
2975
|
-
},
|
|
2976
|
-
"default": "0"
|
|
2728
|
+
"description": "Input text color",
|
|
2729
|
+
"name": "--le-input-color"
|
|
2977
2730
|
},
|
|
2978
2731
|
{
|
|
2979
|
-
"
|
|
2980
|
-
"name": "
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2732
|
+
"description": "Input border style",
|
|
2733
|
+
"name": "--le-input-border"
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"description": "Input border style when focused",
|
|
2737
|
+
"name": "--le-input-border-focus"
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"description": "Input border style when invalid",
|
|
2741
|
+
"name": "--le-input-border-error"
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"description": "Input border radius",
|
|
2745
|
+
"name": "--le-input-radius"
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"description": "Input padding",
|
|
2749
|
+
"name": "--le-input-padding"
|
|
2750
|
+
}
|
|
2751
|
+
],
|
|
2752
|
+
"slots": [
|
|
2753
|
+
{
|
|
2754
|
+
"description": "The label text for the input",
|
|
2755
|
+
"name": ""
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"description": "Additional description text displayed below the input",
|
|
2759
|
+
"name": "description"
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"description": "Icon to display at the start of the input",
|
|
2763
|
+
"name": "icon-start"
|
|
2764
|
+
}
|
|
2765
|
+
],
|
|
2766
|
+
"members": [
|
|
2767
|
+
{
|
|
2768
|
+
"kind": "field",
|
|
2769
|
+
"name": "el",
|
|
2770
|
+
"type": {
|
|
2771
|
+
"text": "HTMLElement"
|
|
2772
|
+
}
|
|
2989
2773
|
},
|
|
2990
2774
|
{
|
|
2991
2775
|
"kind": "field",
|
|
2992
|
-
"name": "
|
|
2776
|
+
"name": "value",
|
|
2993
2777
|
"type": {
|
|
2994
2778
|
"text": "number"
|
|
2995
2779
|
},
|
|
2996
|
-
"
|
|
2780
|
+
"description": "The value of the input"
|
|
2997
2781
|
},
|
|
2998
2782
|
{
|
|
2999
|
-
"kind": "
|
|
3000
|
-
"name": "
|
|
3001
|
-
"
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
"text": "string"
|
|
3006
|
-
}
|
|
3007
|
-
}
|
|
3008
|
-
]
|
|
2783
|
+
"kind": "field",
|
|
2784
|
+
"name": "name",
|
|
2785
|
+
"type": {
|
|
2786
|
+
"text": "string"
|
|
2787
|
+
},
|
|
2788
|
+
"description": "The name of the input"
|
|
3009
2789
|
},
|
|
3010
2790
|
{
|
|
3011
2791
|
"kind": "field",
|
|
3012
|
-
"name": "
|
|
2792
|
+
"name": "label",
|
|
3013
2793
|
"type": {
|
|
3014
2794
|
"text": "string"
|
|
3015
|
-
}
|
|
2795
|
+
},
|
|
2796
|
+
"description": "Label for the input"
|
|
3016
2797
|
},
|
|
3017
2798
|
{
|
|
3018
|
-
"kind": "
|
|
3019
|
-
"name": "
|
|
3020
|
-
"
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
"text": "string"
|
|
3025
|
-
}
|
|
3026
|
-
}
|
|
3027
|
-
]
|
|
2799
|
+
"kind": "field",
|
|
2800
|
+
"name": "placeholder",
|
|
2801
|
+
"type": {
|
|
2802
|
+
"text": "string"
|
|
2803
|
+
},
|
|
2804
|
+
"description": "Placeholder text"
|
|
3028
2805
|
},
|
|
3029
2806
|
{
|
|
3030
2807
|
"kind": "field",
|
|
3031
|
-
"name": "
|
|
2808
|
+
"name": "min",
|
|
3032
2809
|
"type": {
|
|
3033
|
-
"text": "
|
|
3034
|
-
}
|
|
2810
|
+
"text": "number | undefined"
|
|
2811
|
+
},
|
|
2812
|
+
"description": "Minimum allowed value"
|
|
3035
2813
|
},
|
|
3036
2814
|
{
|
|
3037
2815
|
"kind": "field",
|
|
3038
|
-
"name": "
|
|
2816
|
+
"name": "max",
|
|
3039
2817
|
"type": {
|
|
3040
|
-
"text": "
|
|
3041
|
-
}
|
|
2818
|
+
"text": "number | undefined"
|
|
2819
|
+
},
|
|
2820
|
+
"description": "Maximum allowed value"
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"kind": "field",
|
|
2824
|
+
"name": "step",
|
|
2825
|
+
"type": {
|
|
2826
|
+
"text": "number"
|
|
2827
|
+
},
|
|
2828
|
+
"default": "1",
|
|
2829
|
+
"description": "Step value for increment/decrement"
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"kind": "field",
|
|
2833
|
+
"name": "required",
|
|
2834
|
+
"type": {
|
|
2835
|
+
"text": "boolean"
|
|
2836
|
+
},
|
|
2837
|
+
"default": "false",
|
|
2838
|
+
"description": "Whether the input is required"
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"kind": "field",
|
|
2842
|
+
"name": "disabled",
|
|
2843
|
+
"type": {
|
|
2844
|
+
"text": "boolean"
|
|
2845
|
+
},
|
|
2846
|
+
"default": "false",
|
|
2847
|
+
"description": "Whether the input is disabled"
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"kind": "field",
|
|
2851
|
+
"name": "readonly",
|
|
2852
|
+
"type": {
|
|
2853
|
+
"text": "boolean"
|
|
2854
|
+
},
|
|
2855
|
+
"default": "false",
|
|
2856
|
+
"description": "Whether the input is read-only"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"kind": "field",
|
|
2860
|
+
"name": "iconStart",
|
|
2861
|
+
"type": {
|
|
2862
|
+
"text": "string | undefined"
|
|
2863
|
+
},
|
|
2864
|
+
"description": "Icon for the start icon"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"kind": "field",
|
|
2868
|
+
"name": "showSpinners",
|
|
2869
|
+
"type": {
|
|
2870
|
+
"text": "boolean"
|
|
2871
|
+
},
|
|
2872
|
+
"default": "true",
|
|
2873
|
+
"description": "Whether to show the spinner controls"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"kind": "field",
|
|
2877
|
+
"name": "externalId",
|
|
2878
|
+
"type": {
|
|
2879
|
+
"text": "string"
|
|
2880
|
+
},
|
|
2881
|
+
"description": "External ID for linking with external systems"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"kind": "field",
|
|
2885
|
+
"name": "isValid",
|
|
2886
|
+
"type": {
|
|
2887
|
+
"text": "boolean"
|
|
2888
|
+
},
|
|
2889
|
+
"privacy": "private",
|
|
2890
|
+
"default": "true",
|
|
2891
|
+
"description": "Internal validation state"
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"kind": "field",
|
|
2895
|
+
"name": "validationMessage",
|
|
2896
|
+
"type": {
|
|
2897
|
+
"text": "string"
|
|
2898
|
+
},
|
|
2899
|
+
"privacy": "private",
|
|
2900
|
+
"default": "''"
|
|
3042
2901
|
},
|
|
3043
2902
|
{
|
|
3044
2903
|
"kind": "method",
|
|
3045
|
-
"name": "
|
|
2904
|
+
"name": "valueChanged"
|
|
3046
2905
|
},
|
|
3047
2906
|
{
|
|
3048
2907
|
"kind": "method",
|
|
3049
|
-
"name": "
|
|
3050
|
-
"
|
|
2908
|
+
"name": "validate",
|
|
2909
|
+
"privacy": "private"
|
|
3051
2910
|
},
|
|
3052
2911
|
{
|
|
3053
2912
|
"kind": "method",
|
|
3054
|
-
"name": "
|
|
3055
|
-
"
|
|
2913
|
+
"name": "emitChange",
|
|
2914
|
+
"privacy": "private"
|
|
3056
2915
|
},
|
|
3057
2916
|
{
|
|
3058
2917
|
"kind": "method",
|
|
3059
|
-
"name": "
|
|
2918
|
+
"name": "emitInput",
|
|
2919
|
+
"privacy": "private"
|
|
3060
2920
|
},
|
|
3061
2921
|
{
|
|
3062
2922
|
"kind": "method",
|
|
3063
|
-
"name": "
|
|
2923
|
+
"name": "updateValue",
|
|
2924
|
+
"privacy": "private",
|
|
2925
|
+
"parameters": [
|
|
2926
|
+
{
|
|
2927
|
+
"name": "newValue",
|
|
2928
|
+
"type": {
|
|
2929
|
+
"text": "number"
|
|
2930
|
+
}
|
|
2931
|
+
}
|
|
2932
|
+
]
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "field",
|
|
2936
|
+
"name": "handleInput",
|
|
2937
|
+
"privacy": "private"
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"kind": "field",
|
|
2941
|
+
"name": "handleChange",
|
|
2942
|
+
"privacy": "private"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "field",
|
|
2946
|
+
"name": "handleKeyDown",
|
|
2947
|
+
"privacy": "private"
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"kind": "field",
|
|
2951
|
+
"name": "handleWheel",
|
|
2952
|
+
"privacy": "private"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"kind": "field",
|
|
2956
|
+
"name": "increment",
|
|
2957
|
+
"privacy": "private"
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
"kind": "field",
|
|
2961
|
+
"name": "decrement",
|
|
2962
|
+
"privacy": "private"
|
|
3064
2963
|
},
|
|
3065
2964
|
{
|
|
3066
2965
|
"kind": "method",
|
|
@@ -3071,75 +2970,202 @@
|
|
|
3071
2970
|
{
|
|
3072
2971
|
"name": "value",
|
|
3073
2972
|
"fieldName": "value",
|
|
3074
|
-
"
|
|
2973
|
+
"description": "The value of the input",
|
|
3075
2974
|
"type": {
|
|
3076
2975
|
"text": "number"
|
|
3077
2976
|
}
|
|
3078
2977
|
},
|
|
3079
2978
|
{
|
|
3080
|
-
"name": "
|
|
3081
|
-
"fieldName": "
|
|
3082
|
-
"
|
|
2979
|
+
"name": "name",
|
|
2980
|
+
"fieldName": "name",
|
|
2981
|
+
"description": "The name of the input",
|
|
2982
|
+
"type": {
|
|
2983
|
+
"text": "string"
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"name": "label",
|
|
2988
|
+
"fieldName": "label",
|
|
2989
|
+
"description": "Label for the input",
|
|
2990
|
+
"type": {
|
|
2991
|
+
"text": "string"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "placeholder",
|
|
2996
|
+
"fieldName": "placeholder",
|
|
2997
|
+
"description": "Placeholder text",
|
|
2998
|
+
"type": {
|
|
2999
|
+
"text": "string"
|
|
3000
|
+
}
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"name": "min",
|
|
3004
|
+
"fieldName": "min",
|
|
3005
|
+
"description": "Minimum allowed value",
|
|
3083
3006
|
"type": {
|
|
3084
3007
|
"text": "number"
|
|
3085
3008
|
}
|
|
3086
3009
|
},
|
|
3087
3010
|
{
|
|
3088
|
-
"name": "
|
|
3089
|
-
"fieldName": "
|
|
3011
|
+
"name": "max",
|
|
3012
|
+
"fieldName": "max",
|
|
3013
|
+
"description": "Maximum allowed value",
|
|
3014
|
+
"type": {
|
|
3015
|
+
"text": "number"
|
|
3016
|
+
}
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"name": "step",
|
|
3020
|
+
"fieldName": "step",
|
|
3021
|
+
"default": "1",
|
|
3022
|
+
"description": "Step value for increment/decrement",
|
|
3023
|
+
"type": {
|
|
3024
|
+
"text": "number"
|
|
3025
|
+
}
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"name": "required",
|
|
3029
|
+
"fieldName": "required",
|
|
3030
|
+
"default": "false",
|
|
3031
|
+
"description": "Whether the input is required",
|
|
3032
|
+
"type": {
|
|
3033
|
+
"text": "boolean"
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"name": "disabled",
|
|
3038
|
+
"fieldName": "disabled",
|
|
3039
|
+
"default": "false",
|
|
3040
|
+
"description": "Whether the input is disabled",
|
|
3041
|
+
"type": {
|
|
3042
|
+
"text": "boolean"
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"name": "readonly",
|
|
3047
|
+
"fieldName": "readonly",
|
|
3048
|
+
"default": "false",
|
|
3049
|
+
"description": "Whether the input is read-only",
|
|
3050
|
+
"type": {
|
|
3051
|
+
"text": "boolean"
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"name": "icon-start",
|
|
3056
|
+
"fieldName": "iconStart",
|
|
3057
|
+
"description": "Icon for the start icon",
|
|
3058
|
+
"type": {
|
|
3059
|
+
"text": "string"
|
|
3060
|
+
}
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"name": "show-spinners",
|
|
3064
|
+
"fieldName": "showSpinners",
|
|
3065
|
+
"default": "true",
|
|
3066
|
+
"description": "Whether to show the spinner controls",
|
|
3067
|
+
"type": {
|
|
3068
|
+
"text": "boolean"
|
|
3069
|
+
}
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"name": "external-id",
|
|
3073
|
+
"fieldName": "externalId",
|
|
3074
|
+
"description": "External ID for linking with external systems",
|
|
3090
3075
|
"type": {
|
|
3091
3076
|
"text": "string"
|
|
3092
3077
|
}
|
|
3093
3078
|
}
|
|
3094
3079
|
],
|
|
3095
|
-
"tagName": "le-
|
|
3096
|
-
"events": [
|
|
3080
|
+
"tagName": "le-number-input",
|
|
3081
|
+
"events": [
|
|
3082
|
+
{
|
|
3083
|
+
"name": "leChange",
|
|
3084
|
+
"type": {
|
|
3085
|
+
"text": "EventEmitter<{ value: number; name: string; externalId: string; isValid: boolean }>"
|
|
3086
|
+
},
|
|
3087
|
+
"description": "Emitted when the value changes (on blur or Enter)"
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"name": "leInput",
|
|
3091
|
+
"type": {
|
|
3092
|
+
"text": "EventEmitter<{ value: number; name: string; externalId: string; isValid: boolean }>"
|
|
3093
|
+
},
|
|
3094
|
+
"description": "Emitted when the input value changes (on keystroke/spin)"
|
|
3095
|
+
}
|
|
3096
|
+
],
|
|
3097
3097
|
"customElement": true
|
|
3098
3098
|
}
|
|
3099
3099
|
],
|
|
3100
3100
|
"exports": [
|
|
3101
3101
|
{
|
|
3102
3102
|
"kind": "js",
|
|
3103
|
-
"name": "
|
|
3103
|
+
"name": "LeNumberInput",
|
|
3104
3104
|
"declaration": {
|
|
3105
|
-
"name": "
|
|
3106
|
-
"module": "src/components/le-
|
|
3105
|
+
"name": "LeNumberInput",
|
|
3106
|
+
"module": "src/components/le-number-input/le-number-input.tsx"
|
|
3107
3107
|
}
|
|
3108
3108
|
},
|
|
3109
3109
|
{
|
|
3110
3110
|
"kind": "custom-element-definition",
|
|
3111
|
-
"name": "le-
|
|
3111
|
+
"name": "le-number-input",
|
|
3112
3112
|
"declaration": {
|
|
3113
|
-
"name": "
|
|
3114
|
-
"module": "src/components/le-
|
|
3113
|
+
"name": "LeNumberInput",
|
|
3114
|
+
"module": "src/components/le-number-input/le-number-input.tsx"
|
|
3115
3115
|
}
|
|
3116
3116
|
}
|
|
3117
3117
|
]
|
|
3118
3118
|
},
|
|
3119
3119
|
{
|
|
3120
3120
|
"kind": "javascript-module",
|
|
3121
|
-
"path": "src/components/le-
|
|
3121
|
+
"path": "src/components/le-string-input/le-string-input.tsx",
|
|
3122
3122
|
"declarations": [
|
|
3123
3123
|
{
|
|
3124
3124
|
"kind": "class",
|
|
3125
|
-
"description": "A
|
|
3126
|
-
"name": "
|
|
3125
|
+
"description": "A text input component with support for labels, descriptions, icons, and external IDs.",
|
|
3126
|
+
"name": "LeStringInput",
|
|
3127
3127
|
"cssProperties": [
|
|
3128
3128
|
{
|
|
3129
|
-
"description": "
|
|
3130
|
-
"name": "--le-
|
|
3131
|
-
}
|
|
3132
|
-
],
|
|
3133
|
-
"cssParts": [
|
|
3129
|
+
"description": "Input background color",
|
|
3130
|
+
"name": "--le-input-bg"
|
|
3131
|
+
},
|
|
3134
3132
|
{
|
|
3135
|
-
"description": "
|
|
3136
|
-
"name": "
|
|
3133
|
+
"description": "Input text color",
|
|
3134
|
+
"name": "--le-input-color"
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
"description": "Input border style",
|
|
3138
|
+
"name": "--le-input-border"
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"description": "Input border style when focused",
|
|
3142
|
+
"name": "--le-input-border-focus"
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"description": "Input border radius",
|
|
3146
|
+
"name": "--le-input-radius"
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"description": "Input padding",
|
|
3150
|
+
"name": "--le-input-padding"
|
|
3137
3151
|
}
|
|
3138
3152
|
],
|
|
3139
3153
|
"slots": [
|
|
3140
3154
|
{
|
|
3141
|
-
"description": "
|
|
3142
|
-
"name": ""
|
|
3155
|
+
"description": "The label text for the input",
|
|
3156
|
+
"name": ""
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"description": "Additional description text displayed below the input",
|
|
3160
|
+
"name": "description"
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"description": "Icon to display at the start of the input",
|
|
3164
|
+
"name": "icon-start"
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"description": "Icon to display at the end of the input",
|
|
3168
|
+
"name": "icon-end"
|
|
3143
3169
|
}
|
|
3144
3170
|
],
|
|
3145
3171
|
"members": [
|
|
@@ -3152,139 +3178,109 @@
|
|
|
3152
3178
|
},
|
|
3153
3179
|
{
|
|
3154
3180
|
"kind": "field",
|
|
3155
|
-
"name": "
|
|
3181
|
+
"name": "mode",
|
|
3156
3182
|
"type": {
|
|
3157
|
-
"text": "'
|
|
3183
|
+
"text": "'default' | 'admin'"
|
|
3158
3184
|
},
|
|
3159
|
-
"
|
|
3160
|
-
"description": "Direction of the stack layout"
|
|
3185
|
+
"description": "Mode of the popover should be 'default' for internal use"
|
|
3161
3186
|
},
|
|
3162
3187
|
{
|
|
3163
3188
|
"kind": "field",
|
|
3164
|
-
"name": "
|
|
3189
|
+
"name": "value",
|
|
3165
3190
|
"type": {
|
|
3166
|
-
"text": "string
|
|
3191
|
+
"text": "string"
|
|
3167
3192
|
},
|
|
3168
|
-
"description": "
|
|
3193
|
+
"description": "The value of the input"
|
|
3169
3194
|
},
|
|
3170
3195
|
{
|
|
3171
3196
|
"kind": "field",
|
|
3172
|
-
"name": "
|
|
3197
|
+
"name": "name",
|
|
3173
3198
|
"type": {
|
|
3174
|
-
"text": "
|
|
3199
|
+
"text": "string"
|
|
3175
3200
|
},
|
|
3176
|
-
"
|
|
3177
|
-
"description": "Alignment of items on the cross axis"
|
|
3201
|
+
"description": "The name of the input"
|
|
3178
3202
|
},
|
|
3179
3203
|
{
|
|
3180
3204
|
"kind": "field",
|
|
3181
|
-
"name": "
|
|
3205
|
+
"name": "type",
|
|
3182
3206
|
"type": {
|
|
3183
|
-
"text": "'
|
|
3207
|
+
"text": "'text' | 'email' | 'password' | 'tel' | 'url'"
|
|
3184
3208
|
},
|
|
3185
|
-
"default": "'
|
|
3186
|
-
"description": "
|
|
3209
|
+
"default": "'text'",
|
|
3210
|
+
"description": "The type of the input (text, email, password, etc.)"
|
|
3187
3211
|
},
|
|
3188
3212
|
{
|
|
3189
3213
|
"kind": "field",
|
|
3190
|
-
"name": "
|
|
3214
|
+
"name": "label",
|
|
3191
3215
|
"type": {
|
|
3192
|
-
"text": "
|
|
3216
|
+
"text": "string"
|
|
3193
3217
|
},
|
|
3194
|
-
"
|
|
3195
|
-
"description": "Whether items should wrap to multiple lines"
|
|
3218
|
+
"description": "Label for the input"
|
|
3196
3219
|
},
|
|
3197
3220
|
{
|
|
3198
3221
|
"kind": "field",
|
|
3199
|
-
"name": "
|
|
3222
|
+
"name": "iconStart",
|
|
3200
3223
|
"type": {
|
|
3201
|
-
"text": "
|
|
3224
|
+
"text": "string"
|
|
3202
3225
|
},
|
|
3203
|
-
"
|
|
3204
|
-
"description": "Alignment of wrapped lines (only applies when wrap is true)"
|
|
3226
|
+
"description": "Icon for the start icon"
|
|
3205
3227
|
},
|
|
3206
3228
|
{
|
|
3207
3229
|
"kind": "field",
|
|
3208
|
-
"name": "
|
|
3230
|
+
"name": "iconEnd",
|
|
3209
3231
|
"type": {
|
|
3210
|
-
"text": "
|
|
3232
|
+
"text": "string"
|
|
3211
3233
|
},
|
|
3212
|
-
"
|
|
3213
|
-
"description": "Whether to reverse the order of items"
|
|
3234
|
+
"description": "Icon for the end icon"
|
|
3214
3235
|
},
|
|
3215
3236
|
{
|
|
3216
3237
|
"kind": "field",
|
|
3217
|
-
"name": "
|
|
3238
|
+
"name": "placeholder",
|
|
3218
3239
|
"type": {
|
|
3219
|
-
"text": "
|
|
3240
|
+
"text": "string"
|
|
3220
3241
|
},
|
|
3221
|
-
"description": "
|
|
3242
|
+
"description": "Placeholder text"
|
|
3222
3243
|
},
|
|
3223
3244
|
{
|
|
3224
3245
|
"kind": "field",
|
|
3225
|
-
"name": "
|
|
3246
|
+
"name": "disabled",
|
|
3226
3247
|
"type": {
|
|
3227
3248
|
"text": "boolean"
|
|
3228
3249
|
},
|
|
3229
3250
|
"default": "false",
|
|
3230
|
-
"description": "Whether the
|
|
3251
|
+
"description": "Whether the input is disabled"
|
|
3231
3252
|
},
|
|
3232
3253
|
{
|
|
3233
3254
|
"kind": "field",
|
|
3234
|
-
"name": "
|
|
3255
|
+
"name": "readonly",
|
|
3235
3256
|
"type": {
|
|
3236
3257
|
"text": "boolean"
|
|
3237
3258
|
},
|
|
3238
3259
|
"default": "false",
|
|
3239
|
-
"description": "Whether the
|
|
3260
|
+
"description": "Whether the input is read-only"
|
|
3240
3261
|
},
|
|
3241
3262
|
{
|
|
3242
3263
|
"kind": "field",
|
|
3243
|
-
"name": "
|
|
3264
|
+
"name": "externalId",
|
|
3244
3265
|
"type": {
|
|
3245
|
-
"text": "string
|
|
3266
|
+
"text": "string"
|
|
3246
3267
|
},
|
|
3247
|
-
"description": "
|
|
3248
|
-
},
|
|
3249
|
-
{
|
|
3250
|
-
"kind": "method",
|
|
3251
|
-
"name": "getFlexDirection",
|
|
3252
|
-
"privacy": "private",
|
|
3253
|
-
"return": {
|
|
3254
|
-
"type": {
|
|
3255
|
-
"text": "string"
|
|
3256
|
-
}
|
|
3257
|
-
}
|
|
3268
|
+
"description": "External ID for linking with external systems"
|
|
3258
3269
|
},
|
|
3259
3270
|
{
|
|
3260
|
-
"kind": "
|
|
3261
|
-
"name": "
|
|
3262
|
-
"privacy": "private"
|
|
3263
|
-
"return": {
|
|
3264
|
-
"type": {
|
|
3265
|
-
"text": "string"
|
|
3266
|
-
}
|
|
3267
|
-
}
|
|
3271
|
+
"kind": "field",
|
|
3272
|
+
"name": "handleInput",
|
|
3273
|
+
"privacy": "private"
|
|
3268
3274
|
},
|
|
3269
3275
|
{
|
|
3270
|
-
"kind": "
|
|
3271
|
-
"name": "
|
|
3272
|
-
"privacy": "private"
|
|
3273
|
-
"return": {
|
|
3274
|
-
"type": {
|
|
3275
|
-
"text": "string"
|
|
3276
|
-
}
|
|
3277
|
-
}
|
|
3276
|
+
"kind": "field",
|
|
3277
|
+
"name": "handleChange",
|
|
3278
|
+
"privacy": "private"
|
|
3278
3279
|
},
|
|
3279
3280
|
{
|
|
3280
|
-
"kind": "
|
|
3281
|
-
"name": "
|
|
3282
|
-
"privacy": "private"
|
|
3283
|
-
"return": {
|
|
3284
|
-
"type": {
|
|
3285
|
-
"text": "string"
|
|
3286
|
-
}
|
|
3287
|
-
}
|
|
3281
|
+
"kind": "field",
|
|
3282
|
+
"name": "handleClick",
|
|
3283
|
+
"privacy": "private"
|
|
3288
3284
|
},
|
|
3289
3285
|
{
|
|
3290
3286
|
"kind": "method",
|
|
@@ -3293,176 +3289,160 @@
|
|
|
3293
3289
|
],
|
|
3294
3290
|
"attributes": [
|
|
3295
3291
|
{
|
|
3296
|
-
"name": "
|
|
3297
|
-
"fieldName": "
|
|
3298
|
-
"
|
|
3299
|
-
"description": "Direction of the stack layout",
|
|
3292
|
+
"name": "mode",
|
|
3293
|
+
"fieldName": "mode",
|
|
3294
|
+
"description": "Mode of the popover should be 'default' for internal use",
|
|
3300
3295
|
"type": {
|
|
3301
|
-
"text": "'
|
|
3296
|
+
"text": "'default' | 'admin'"
|
|
3302
3297
|
}
|
|
3303
3298
|
},
|
|
3304
3299
|
{
|
|
3305
|
-
"name": "
|
|
3306
|
-
"fieldName": "
|
|
3307
|
-
"description": "
|
|
3300
|
+
"name": "value",
|
|
3301
|
+
"fieldName": "value",
|
|
3302
|
+
"description": "The value of the input",
|
|
3308
3303
|
"type": {
|
|
3309
3304
|
"text": "string"
|
|
3310
3305
|
}
|
|
3311
3306
|
},
|
|
3312
3307
|
{
|
|
3313
|
-
"name": "
|
|
3314
|
-
"fieldName": "
|
|
3315
|
-
"
|
|
3316
|
-
"description": "Alignment of items on the cross axis",
|
|
3308
|
+
"name": "name",
|
|
3309
|
+
"fieldName": "name",
|
|
3310
|
+
"description": "The name of the input",
|
|
3317
3311
|
"type": {
|
|
3318
|
-
"text": "
|
|
3312
|
+
"text": "string"
|
|
3319
3313
|
}
|
|
3320
3314
|
},
|
|
3321
3315
|
{
|
|
3322
|
-
"name": "
|
|
3323
|
-
"fieldName": "
|
|
3324
|
-
"default": "'
|
|
3325
|
-
"description": "
|
|
3316
|
+
"name": "type",
|
|
3317
|
+
"fieldName": "type",
|
|
3318
|
+
"default": "'text'",
|
|
3319
|
+
"description": "The type of the input (text, email, password, etc.)",
|
|
3326
3320
|
"type": {
|
|
3327
|
-
"text": "'
|
|
3321
|
+
"text": "'text' | 'email' | 'password' | 'tel' | 'url'"
|
|
3328
3322
|
}
|
|
3329
3323
|
},
|
|
3330
3324
|
{
|
|
3331
|
-
"name": "
|
|
3332
|
-
"fieldName": "
|
|
3333
|
-
"
|
|
3334
|
-
"description": "Whether items should wrap to multiple lines",
|
|
3325
|
+
"name": "label",
|
|
3326
|
+
"fieldName": "label",
|
|
3327
|
+
"description": "Label for the input",
|
|
3335
3328
|
"type": {
|
|
3336
|
-
"text": "
|
|
3329
|
+
"text": "string"
|
|
3337
3330
|
}
|
|
3338
3331
|
},
|
|
3339
3332
|
{
|
|
3340
|
-
"name": "
|
|
3341
|
-
"fieldName": "
|
|
3342
|
-
"
|
|
3343
|
-
"description": "Alignment of wrapped lines (only applies when wrap is true)",
|
|
3333
|
+
"name": "icon-start",
|
|
3334
|
+
"fieldName": "iconStart",
|
|
3335
|
+
"description": "Icon for the start icon",
|
|
3344
3336
|
"type": {
|
|
3345
|
-
"text": "
|
|
3337
|
+
"text": "string"
|
|
3346
3338
|
}
|
|
3347
3339
|
},
|
|
3348
3340
|
{
|
|
3349
|
-
"name": "
|
|
3350
|
-
"fieldName": "
|
|
3351
|
-
"
|
|
3352
|
-
"description": "Whether to reverse the order of items",
|
|
3341
|
+
"name": "icon-end",
|
|
3342
|
+
"fieldName": "iconEnd",
|
|
3343
|
+
"description": "Icon for the end icon",
|
|
3353
3344
|
"type": {
|
|
3354
|
-
"text": "
|
|
3345
|
+
"text": "string"
|
|
3355
3346
|
}
|
|
3356
3347
|
},
|
|
3357
3348
|
{
|
|
3358
|
-
"name": "
|
|
3359
|
-
"fieldName": "
|
|
3360
|
-
"description": "
|
|
3349
|
+
"name": "placeholder",
|
|
3350
|
+
"fieldName": "placeholder",
|
|
3351
|
+
"description": "Placeholder text",
|
|
3361
3352
|
"type": {
|
|
3362
|
-
"text": "
|
|
3353
|
+
"text": "string"
|
|
3363
3354
|
}
|
|
3364
3355
|
},
|
|
3365
3356
|
{
|
|
3366
|
-
"name": "
|
|
3367
|
-
"fieldName": "
|
|
3357
|
+
"name": "disabled",
|
|
3358
|
+
"fieldName": "disabled",
|
|
3368
3359
|
"default": "false",
|
|
3369
|
-
"description": "Whether the
|
|
3360
|
+
"description": "Whether the input is disabled",
|
|
3370
3361
|
"type": {
|
|
3371
3362
|
"text": "boolean"
|
|
3372
3363
|
}
|
|
3373
3364
|
},
|
|
3374
3365
|
{
|
|
3375
|
-
"name": "
|
|
3376
|
-
"fieldName": "
|
|
3366
|
+
"name": "readonly",
|
|
3367
|
+
"fieldName": "readonly",
|
|
3377
3368
|
"default": "false",
|
|
3378
|
-
"description": "Whether the
|
|
3369
|
+
"description": "Whether the input is read-only",
|
|
3379
3370
|
"type": {
|
|
3380
3371
|
"text": "boolean"
|
|
3381
3372
|
}
|
|
3382
3373
|
},
|
|
3383
3374
|
{
|
|
3384
|
-
"name": "
|
|
3385
|
-
"fieldName": "
|
|
3386
|
-
"description": "
|
|
3375
|
+
"name": "external-id",
|
|
3376
|
+
"fieldName": "externalId",
|
|
3377
|
+
"description": "External ID for linking with external systems",
|
|
3387
3378
|
"type": {
|
|
3388
3379
|
"text": "string"
|
|
3389
3380
|
}
|
|
3390
3381
|
}
|
|
3391
3382
|
],
|
|
3392
|
-
"tagName": "le-
|
|
3393
|
-
"events": [
|
|
3383
|
+
"tagName": "le-string-input",
|
|
3384
|
+
"events": [
|
|
3385
|
+
{
|
|
3386
|
+
"name": "change",
|
|
3387
|
+
"type": {
|
|
3388
|
+
"text": "EventEmitter<{ value: string; name: string; externalId: string }>"
|
|
3389
|
+
},
|
|
3390
|
+
"description": "Emitted when the value changes (on blur or Enter)"
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"name": "input",
|
|
3394
|
+
"type": {
|
|
3395
|
+
"text": "EventEmitter<{ value: string; name: string; externalId: string }>"
|
|
3396
|
+
},
|
|
3397
|
+
"description": "Emitted when the input value changes (on keystroke)"
|
|
3398
|
+
}
|
|
3399
|
+
],
|
|
3394
3400
|
"customElement": true
|
|
3395
3401
|
}
|
|
3396
3402
|
],
|
|
3397
3403
|
"exports": [
|
|
3398
3404
|
{
|
|
3399
3405
|
"kind": "js",
|
|
3400
|
-
"name": "
|
|
3406
|
+
"name": "LeStringInput",
|
|
3401
3407
|
"declaration": {
|
|
3402
|
-
"name": "
|
|
3403
|
-
"module": "src/components/le-
|
|
3408
|
+
"name": "LeStringInput",
|
|
3409
|
+
"module": "src/components/le-string-input/le-string-input.tsx"
|
|
3404
3410
|
}
|
|
3405
3411
|
},
|
|
3406
3412
|
{
|
|
3407
3413
|
"kind": "custom-element-definition",
|
|
3408
|
-
"name": "le-
|
|
3414
|
+
"name": "le-string-input",
|
|
3409
3415
|
"declaration": {
|
|
3410
|
-
"name": "
|
|
3411
|
-
"module": "src/components/le-
|
|
3416
|
+
"name": "LeStringInput",
|
|
3417
|
+
"module": "src/components/le-string-input/le-string-input.tsx"
|
|
3412
3418
|
}
|
|
3413
3419
|
}
|
|
3414
3420
|
]
|
|
3415
3421
|
},
|
|
3416
3422
|
{
|
|
3417
3423
|
"kind": "javascript-module",
|
|
3418
|
-
"path": "src/components/le-
|
|
3424
|
+
"path": "src/components/le-stack/le-stack.tsx",
|
|
3419
3425
|
"declarations": [
|
|
3420
3426
|
{
|
|
3421
3427
|
"kind": "class",
|
|
3422
|
-
"description": "A
|
|
3423
|
-
"name": "
|
|
3428
|
+
"description": "A flexible stack layout component using CSS flexbox.\n\n`le-stack` arranges its children in a row (horizontal) or column (vertical)\nwith configurable spacing, alignment, and wrapping behavior. Perfect for\ncreating responsive layouts.",
|
|
3429
|
+
"name": "LeStack",
|
|
3424
3430
|
"cssProperties": [
|
|
3425
3431
|
{
|
|
3426
|
-
"description": "
|
|
3427
|
-
"name": "--le-
|
|
3428
|
-
}
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
"name": "--le-input-color"
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"description": "Input border style",
|
|
3435
|
-
"name": "--le-input-border"
|
|
3436
|
-
},
|
|
3437
|
-
{
|
|
3438
|
-
"description": "Input border style when focused",
|
|
3439
|
-
"name": "--le-input-border-focus"
|
|
3440
|
-
},
|
|
3441
|
-
{
|
|
3442
|
-
"description": "Input border radius",
|
|
3443
|
-
"name": "--le-input-radius"
|
|
3444
|
-
},
|
|
3432
|
+
"description": "Gap between items (defaults to var(--le-space-md))",
|
|
3433
|
+
"name": "--le-stack-gap"
|
|
3434
|
+
}
|
|
3435
|
+
],
|
|
3436
|
+
"cssParts": [
|
|
3445
3437
|
{
|
|
3446
|
-
"description": "
|
|
3447
|
-
"name": "
|
|
3438
|
+
"description": "The main stack container",
|
|
3439
|
+
"name": "stack"
|
|
3448
3440
|
}
|
|
3449
3441
|
],
|
|
3450
3442
|
"slots": [
|
|
3451
3443
|
{
|
|
3452
|
-
"description": "
|
|
3444
|
+
"description": "Default slot for stack items (le-box components recommended)",
|
|
3453
3445
|
"name": ""
|
|
3454
|
-
},
|
|
3455
|
-
{
|
|
3456
|
-
"description": "Additional description text displayed below the input",
|
|
3457
|
-
"name": "description"
|
|
3458
|
-
},
|
|
3459
|
-
{
|
|
3460
|
-
"description": "Icon to display at the start of the input",
|
|
3461
|
-
"name": "icon-start"
|
|
3462
|
-
},
|
|
3463
|
-
{
|
|
3464
|
-
"description": "Icon to display at the end of the input",
|
|
3465
|
-
"name": "icon-end"
|
|
3466
3446
|
}
|
|
3467
3447
|
],
|
|
3468
3448
|
"members": [
|
|
@@ -3475,109 +3455,139 @@
|
|
|
3475
3455
|
},
|
|
3476
3456
|
{
|
|
3477
3457
|
"kind": "field",
|
|
3478
|
-
"name": "
|
|
3458
|
+
"name": "direction",
|
|
3479
3459
|
"type": {
|
|
3480
|
-
"text": "'
|
|
3460
|
+
"text": "'horizontal' | 'vertical'"
|
|
3481
3461
|
},
|
|
3482
|
-
"
|
|
3462
|
+
"default": "'horizontal'",
|
|
3463
|
+
"description": "Direction of the stack layout"
|
|
3483
3464
|
},
|
|
3484
3465
|
{
|
|
3485
3466
|
"kind": "field",
|
|
3486
|
-
"name": "
|
|
3467
|
+
"name": "gap",
|
|
3487
3468
|
"type": {
|
|
3488
|
-
"text": "string"
|
|
3469
|
+
"text": "string | undefined"
|
|
3489
3470
|
},
|
|
3490
|
-
"description": "
|
|
3471
|
+
"description": "Gap between items (CSS value like '8px', '1rem', 'var(--le-space-md)')"
|
|
3491
3472
|
},
|
|
3492
3473
|
{
|
|
3493
3474
|
"kind": "field",
|
|
3494
|
-
"name": "
|
|
3475
|
+
"name": "align",
|
|
3495
3476
|
"type": {
|
|
3496
|
-
"text": "
|
|
3477
|
+
"text": "'start' | 'center' | 'end' | 'stretch' | 'baseline'"
|
|
3497
3478
|
},
|
|
3498
|
-
"
|
|
3479
|
+
"default": "'stretch'",
|
|
3480
|
+
"description": "Alignment of items on the cross axis"
|
|
3499
3481
|
},
|
|
3500
3482
|
{
|
|
3501
3483
|
"kind": "field",
|
|
3502
|
-
"name": "
|
|
3484
|
+
"name": "justify",
|
|
3503
3485
|
"type": {
|
|
3504
|
-
"text": "'
|
|
3486
|
+
"text": "'start' | 'center' | 'end' | 'space-between' | 'space-around' | 'space-evenly'"
|
|
3505
3487
|
},
|
|
3506
|
-
"default": "'
|
|
3507
|
-
"description": "
|
|
3488
|
+
"default": "'start'",
|
|
3489
|
+
"description": "Distribution of items on the main axis"
|
|
3508
3490
|
},
|
|
3509
3491
|
{
|
|
3510
3492
|
"kind": "field",
|
|
3511
|
-
"name": "
|
|
3493
|
+
"name": "wrap",
|
|
3512
3494
|
"type": {
|
|
3513
|
-
"text": "
|
|
3495
|
+
"text": "boolean"
|
|
3514
3496
|
},
|
|
3515
|
-
"
|
|
3497
|
+
"default": "false",
|
|
3498
|
+
"description": "Whether items should wrap to multiple lines"
|
|
3516
3499
|
},
|
|
3517
3500
|
{
|
|
3518
3501
|
"kind": "field",
|
|
3519
|
-
"name": "
|
|
3502
|
+
"name": "alignContent",
|
|
3520
3503
|
"type": {
|
|
3521
|
-
"text": "
|
|
3504
|
+
"text": "'start' | 'center' | 'end' | 'stretch' | 'space-between' | 'space-around'"
|
|
3522
3505
|
},
|
|
3523
|
-
"
|
|
3506
|
+
"default": "'stretch'",
|
|
3507
|
+
"description": "Alignment of wrapped lines (only applies when wrap is true)"
|
|
3524
3508
|
},
|
|
3525
3509
|
{
|
|
3526
3510
|
"kind": "field",
|
|
3527
|
-
"name": "
|
|
3511
|
+
"name": "reverse",
|
|
3528
3512
|
"type": {
|
|
3529
|
-
"text": "
|
|
3513
|
+
"text": "boolean"
|
|
3530
3514
|
},
|
|
3531
|
-
"
|
|
3515
|
+
"default": "false",
|
|
3516
|
+
"description": "Whether to reverse the order of items"
|
|
3532
3517
|
},
|
|
3533
3518
|
{
|
|
3534
3519
|
"kind": "field",
|
|
3535
|
-
"name": "
|
|
3520
|
+
"name": "maxItems",
|
|
3536
3521
|
"type": {
|
|
3537
|
-
"text": "
|
|
3522
|
+
"text": "number | undefined"
|
|
3538
3523
|
},
|
|
3539
|
-
"description": "
|
|
3524
|
+
"description": "Maximum number of items allowed in the stack (for CMS validation)"
|
|
3540
3525
|
},
|
|
3541
3526
|
{
|
|
3542
3527
|
"kind": "field",
|
|
3543
|
-
"name": "
|
|
3528
|
+
"name": "fullWidth",
|
|
3544
3529
|
"type": {
|
|
3545
3530
|
"text": "boolean"
|
|
3546
3531
|
},
|
|
3547
3532
|
"default": "false",
|
|
3548
|
-
"description": "Whether the
|
|
3533
|
+
"description": "Whether the stack should take full width of its container"
|
|
3549
3534
|
},
|
|
3550
3535
|
{
|
|
3551
3536
|
"kind": "field",
|
|
3552
|
-
"name": "
|
|
3537
|
+
"name": "fullHeight",
|
|
3553
3538
|
"type": {
|
|
3554
3539
|
"text": "boolean"
|
|
3555
3540
|
},
|
|
3556
3541
|
"default": "false",
|
|
3557
|
-
"description": "Whether the
|
|
3542
|
+
"description": "Whether the stack should take full height of its container"
|
|
3558
3543
|
},
|
|
3559
3544
|
{
|
|
3560
3545
|
"kind": "field",
|
|
3561
|
-
"name": "
|
|
3546
|
+
"name": "padding",
|
|
3562
3547
|
"type": {
|
|
3563
|
-
"text": "string"
|
|
3548
|
+
"text": "string | undefined"
|
|
3564
3549
|
},
|
|
3565
|
-
"description": "
|
|
3550
|
+
"description": "Padding inside the stack container (CSS value)"
|
|
3566
3551
|
},
|
|
3567
3552
|
{
|
|
3568
|
-
"kind": "
|
|
3569
|
-
"name": "
|
|
3570
|
-
"privacy": "private"
|
|
3553
|
+
"kind": "method",
|
|
3554
|
+
"name": "getFlexDirection",
|
|
3555
|
+
"privacy": "private",
|
|
3556
|
+
"return": {
|
|
3557
|
+
"type": {
|
|
3558
|
+
"text": "string"
|
|
3559
|
+
}
|
|
3560
|
+
}
|
|
3571
3561
|
},
|
|
3572
3562
|
{
|
|
3573
|
-
"kind": "
|
|
3574
|
-
"name": "
|
|
3575
|
-
"privacy": "private"
|
|
3563
|
+
"kind": "method",
|
|
3564
|
+
"name": "getAlignItems",
|
|
3565
|
+
"privacy": "private",
|
|
3566
|
+
"return": {
|
|
3567
|
+
"type": {
|
|
3568
|
+
"text": "string"
|
|
3569
|
+
}
|
|
3570
|
+
}
|
|
3576
3571
|
},
|
|
3577
3572
|
{
|
|
3578
|
-
"kind": "
|
|
3579
|
-
"name": "
|
|
3580
|
-
"privacy": "private"
|
|
3573
|
+
"kind": "method",
|
|
3574
|
+
"name": "getJustifyContent",
|
|
3575
|
+
"privacy": "private",
|
|
3576
|
+
"return": {
|
|
3577
|
+
"type": {
|
|
3578
|
+
"text": "string"
|
|
3579
|
+
}
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"kind": "method",
|
|
3584
|
+
"name": "getAlignContent",
|
|
3585
|
+
"privacy": "private",
|
|
3586
|
+
"return": {
|
|
3587
|
+
"type": {
|
|
3588
|
+
"text": "string"
|
|
3589
|
+
}
|
|
3590
|
+
}
|
|
3581
3591
|
},
|
|
3582
3592
|
{
|
|
3583
3593
|
"kind": "method",
|
|
@@ -3586,132 +3596,122 @@
|
|
|
3586
3596
|
],
|
|
3587
3597
|
"attributes": [
|
|
3588
3598
|
{
|
|
3589
|
-
"name": "
|
|
3590
|
-
"fieldName": "
|
|
3591
|
-
"
|
|
3599
|
+
"name": "direction",
|
|
3600
|
+
"fieldName": "direction",
|
|
3601
|
+
"default": "'horizontal'",
|
|
3602
|
+
"description": "Direction of the stack layout",
|
|
3592
3603
|
"type": {
|
|
3593
|
-
"text": "'
|
|
3604
|
+
"text": "'horizontal' | 'vertical'"
|
|
3594
3605
|
}
|
|
3595
3606
|
},
|
|
3596
3607
|
{
|
|
3597
|
-
"name": "
|
|
3598
|
-
"fieldName": "
|
|
3599
|
-
"description": "
|
|
3608
|
+
"name": "gap",
|
|
3609
|
+
"fieldName": "gap",
|
|
3610
|
+
"description": "Gap between items (CSS value like '8px', '1rem', 'var(--le-space-md)')",
|
|
3600
3611
|
"type": {
|
|
3601
3612
|
"text": "string"
|
|
3602
3613
|
}
|
|
3603
3614
|
},
|
|
3604
3615
|
{
|
|
3605
|
-
"name": "
|
|
3606
|
-
"fieldName": "
|
|
3607
|
-
"
|
|
3616
|
+
"name": "align",
|
|
3617
|
+
"fieldName": "align",
|
|
3618
|
+
"default": "'stretch'",
|
|
3619
|
+
"description": "Alignment of items on the cross axis",
|
|
3608
3620
|
"type": {
|
|
3609
|
-
"text": "
|
|
3621
|
+
"text": "'start' | 'center' | 'end' | 'stretch' | 'baseline'"
|
|
3610
3622
|
}
|
|
3611
3623
|
},
|
|
3612
3624
|
{
|
|
3613
|
-
"name": "
|
|
3614
|
-
"fieldName": "
|
|
3615
|
-
"default": "'
|
|
3616
|
-
"description": "
|
|
3625
|
+
"name": "justify",
|
|
3626
|
+
"fieldName": "justify",
|
|
3627
|
+
"default": "'start'",
|
|
3628
|
+
"description": "Distribution of items on the main axis",
|
|
3617
3629
|
"type": {
|
|
3618
|
-
"text": "'
|
|
3630
|
+
"text": "'start' | 'center' | 'end' | 'space-between' | 'space-around' | 'space-evenly'"
|
|
3619
3631
|
}
|
|
3620
3632
|
},
|
|
3621
3633
|
{
|
|
3622
|
-
"name": "
|
|
3623
|
-
"fieldName": "
|
|
3624
|
-
"
|
|
3634
|
+
"name": "wrap",
|
|
3635
|
+
"fieldName": "wrap",
|
|
3636
|
+
"default": "false",
|
|
3637
|
+
"description": "Whether items should wrap to multiple lines",
|
|
3625
3638
|
"type": {
|
|
3626
|
-
"text": "
|
|
3639
|
+
"text": "boolean"
|
|
3627
3640
|
}
|
|
3628
3641
|
},
|
|
3629
3642
|
{
|
|
3630
|
-
"name": "
|
|
3631
|
-
"fieldName": "
|
|
3632
|
-
"
|
|
3643
|
+
"name": "align-content",
|
|
3644
|
+
"fieldName": "alignContent",
|
|
3645
|
+
"default": "'stretch'",
|
|
3646
|
+
"description": "Alignment of wrapped lines (only applies when wrap is true)",
|
|
3633
3647
|
"type": {
|
|
3634
|
-
"text": "
|
|
3648
|
+
"text": "'start' | 'center' | 'end' | 'stretch' | 'space-between' | 'space-around'"
|
|
3635
3649
|
}
|
|
3636
3650
|
},
|
|
3637
3651
|
{
|
|
3638
|
-
"name": "
|
|
3639
|
-
"fieldName": "
|
|
3640
|
-
"
|
|
3652
|
+
"name": "reverse",
|
|
3653
|
+
"fieldName": "reverse",
|
|
3654
|
+
"default": "false",
|
|
3655
|
+
"description": "Whether to reverse the order of items",
|
|
3641
3656
|
"type": {
|
|
3642
|
-
"text": "
|
|
3657
|
+
"text": "boolean"
|
|
3643
3658
|
}
|
|
3644
3659
|
},
|
|
3645
3660
|
{
|
|
3646
|
-
"name": "
|
|
3647
|
-
"fieldName": "
|
|
3648
|
-
"description": "
|
|
3661
|
+
"name": "max-items",
|
|
3662
|
+
"fieldName": "maxItems",
|
|
3663
|
+
"description": "Maximum number of items allowed in the stack (for CMS validation)",
|
|
3649
3664
|
"type": {
|
|
3650
|
-
"text": "
|
|
3665
|
+
"text": "number"
|
|
3651
3666
|
}
|
|
3652
3667
|
},
|
|
3653
3668
|
{
|
|
3654
|
-
"name": "
|
|
3655
|
-
"fieldName": "
|
|
3669
|
+
"name": "full-width",
|
|
3670
|
+
"fieldName": "fullWidth",
|
|
3656
3671
|
"default": "false",
|
|
3657
|
-
"description": "Whether the
|
|
3672
|
+
"description": "Whether the stack should take full width of its container",
|
|
3658
3673
|
"type": {
|
|
3659
3674
|
"text": "boolean"
|
|
3660
3675
|
}
|
|
3661
3676
|
},
|
|
3662
3677
|
{
|
|
3663
|
-
"name": "
|
|
3664
|
-
"fieldName": "
|
|
3678
|
+
"name": "full-height",
|
|
3679
|
+
"fieldName": "fullHeight",
|
|
3665
3680
|
"default": "false",
|
|
3666
|
-
"description": "Whether the
|
|
3681
|
+
"description": "Whether the stack should take full height of its container",
|
|
3667
3682
|
"type": {
|
|
3668
3683
|
"text": "boolean"
|
|
3669
3684
|
}
|
|
3670
3685
|
},
|
|
3671
3686
|
{
|
|
3672
|
-
"name": "
|
|
3673
|
-
"fieldName": "
|
|
3674
|
-
"description": "
|
|
3687
|
+
"name": "padding",
|
|
3688
|
+
"fieldName": "padding",
|
|
3689
|
+
"description": "Padding inside the stack container (CSS value)",
|
|
3675
3690
|
"type": {
|
|
3676
3691
|
"text": "string"
|
|
3677
3692
|
}
|
|
3678
3693
|
}
|
|
3679
3694
|
],
|
|
3680
|
-
"tagName": "le-
|
|
3681
|
-
"events": [
|
|
3682
|
-
{
|
|
3683
|
-
"name": "change",
|
|
3684
|
-
"type": {
|
|
3685
|
-
"text": "EventEmitter<{ value: string; name: string; externalId: string }>"
|
|
3686
|
-
},
|
|
3687
|
-
"description": "Emitted when the value changes (on blur or Enter)"
|
|
3688
|
-
},
|
|
3689
|
-
{
|
|
3690
|
-
"name": "input",
|
|
3691
|
-
"type": {
|
|
3692
|
-
"text": "EventEmitter<{ value: string; name: string; externalId: string }>"
|
|
3693
|
-
},
|
|
3694
|
-
"description": "Emitted when the input value changes (on keystroke)"
|
|
3695
|
-
}
|
|
3696
|
-
],
|
|
3695
|
+
"tagName": "le-stack",
|
|
3696
|
+
"events": [],
|
|
3697
3697
|
"customElement": true
|
|
3698
3698
|
}
|
|
3699
3699
|
],
|
|
3700
3700
|
"exports": [
|
|
3701
3701
|
{
|
|
3702
3702
|
"kind": "js",
|
|
3703
|
-
"name": "
|
|
3703
|
+
"name": "LeStack",
|
|
3704
3704
|
"declaration": {
|
|
3705
|
-
"name": "
|
|
3706
|
-
"module": "src/components/le-
|
|
3705
|
+
"name": "LeStack",
|
|
3706
|
+
"module": "src/components/le-stack/le-stack.tsx"
|
|
3707
3707
|
}
|
|
3708
3708
|
},
|
|
3709
3709
|
{
|
|
3710
3710
|
"kind": "custom-element-definition",
|
|
3711
|
-
"name": "le-
|
|
3711
|
+
"name": "le-stack",
|
|
3712
3712
|
"declaration": {
|
|
3713
|
-
"name": "
|
|
3714
|
-
"module": "src/components/le-
|
|
3713
|
+
"name": "LeStack",
|
|
3714
|
+
"module": "src/components/le-stack/le-stack.tsx"
|
|
3715
3715
|
}
|
|
3716
3716
|
}
|
|
3717
3717
|
]
|