@m3e/react 2.5.5 → 2.5.6

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.
Files changed (111) hide show
  1. package/dist/all.js +33 -1
  2. package/dist/all.js.map +1 -1
  3. package/dist/all.min.js +1 -1
  4. package/dist/all.min.js.map +1 -1
  5. package/dist/button.js +1 -0
  6. package/dist/button.js.map +1 -1
  7. package/dist/button.min.js +1 -1
  8. package/dist/button.min.js.map +1 -1
  9. package/dist/checkbox.js +1 -0
  10. package/dist/checkbox.js.map +1 -1
  11. package/dist/checkbox.min.js +1 -1
  12. package/dist/checkbox.min.js.map +1 -1
  13. package/dist/chips.js +2 -0
  14. package/dist/chips.js.map +1 -1
  15. package/dist/chips.min.js +1 -1
  16. package/dist/chips.min.js.map +1 -1
  17. package/dist/icon-button.js +1 -0
  18. package/dist/icon-button.js.map +1 -1
  19. package/dist/icon-button.min.js +1 -1
  20. package/dist/icon-button.min.js.map +1 -1
  21. package/dist/list.js +2 -0
  22. package/dist/list.js.map +1 -1
  23. package/dist/list.min.js +1 -1
  24. package/dist/list.min.js.map +1 -1
  25. package/dist/nav-bar.js +3 -0
  26. package/dist/nav-bar.js.map +1 -1
  27. package/dist/nav-bar.min.js +1 -1
  28. package/dist/nav-bar.min.js.map +1 -1
  29. package/dist/nav-rail.js +2 -0
  30. package/dist/nav-rail.js.map +1 -1
  31. package/dist/nav-rail.min.js +1 -1
  32. package/dist/nav-rail.min.js.map +1 -1
  33. package/dist/radio-group.js +3 -0
  34. package/dist/radio-group.js.map +1 -1
  35. package/dist/radio-group.min.js +1 -1
  36. package/dist/radio-group.min.js.map +1 -1
  37. package/dist/segmented-button.js +2 -0
  38. package/dist/segmented-button.js.map +1 -1
  39. package/dist/segmented-button.min.js +1 -1
  40. package/dist/segmented-button.min.js.map +1 -1
  41. package/dist/select.js +1 -0
  42. package/dist/select.js.map +1 -1
  43. package/dist/select.min.js +1 -1
  44. package/dist/select.min.js.map +1 -1
  45. package/dist/slider.js +7 -1
  46. package/dist/slider.js.map +1 -1
  47. package/dist/slider.min.js +1 -1
  48. package/dist/slider.min.js.map +1 -1
  49. package/dist/split-pane.js +1 -0
  50. package/dist/split-pane.js.map +1 -1
  51. package/dist/split-pane.min.js +1 -1
  52. package/dist/split-pane.min.js.map +1 -1
  53. package/dist/src/button/Button.d.ts +1 -0
  54. package/dist/src/button/Button.d.ts.map +1 -1
  55. package/dist/src/checkbox/Checkbox.d.ts +1 -0
  56. package/dist/src/checkbox/Checkbox.d.ts.map +1 -1
  57. package/dist/src/chips/FilterChip.d.ts +1 -0
  58. package/dist/src/chips/FilterChip.d.ts.map +1 -1
  59. package/dist/src/chips/FilterChipSet.d.ts +1 -0
  60. package/dist/src/chips/FilterChipSet.d.ts.map +1 -1
  61. package/dist/src/icon-button/IconButton.d.ts +1 -0
  62. package/dist/src/icon-button/IconButton.d.ts.map +1 -1
  63. package/dist/src/list/ListOption.d.ts +1 -0
  64. package/dist/src/list/ListOption.d.ts.map +1 -1
  65. package/dist/src/list/SelectionList.d.ts +1 -0
  66. package/dist/src/list/SelectionList.d.ts.map +1 -1
  67. package/dist/src/nav-bar/NavBar.d.ts +2 -0
  68. package/dist/src/nav-bar/NavBar.d.ts.map +1 -1
  69. package/dist/src/nav-bar/NavItem.d.ts +1 -0
  70. package/dist/src/nav-bar/NavItem.d.ts.map +1 -1
  71. package/dist/src/nav-rail/NavRail.d.ts +2 -0
  72. package/dist/src/nav-rail/NavRail.d.ts.map +1 -1
  73. package/dist/src/radio-group/Radio.d.ts +1 -0
  74. package/dist/src/radio-group/Radio.d.ts.map +1 -1
  75. package/dist/src/radio-group/RadioGroup.d.ts +2 -0
  76. package/dist/src/radio-group/RadioGroup.d.ts.map +1 -1
  77. package/dist/src/segmented-button/ButtonSegment.d.ts +1 -0
  78. package/dist/src/segmented-button/ButtonSegment.d.ts.map +1 -1
  79. package/dist/src/segmented-button/SegmentedButton.d.ts +1 -0
  80. package/dist/src/segmented-button/SegmentedButton.d.ts.map +1 -1
  81. package/dist/src/select/Select.d.ts +1 -0
  82. package/dist/src/select/Select.d.ts.map +1 -1
  83. package/dist/src/slider/Slider.d.ts +5 -1
  84. package/dist/src/slider/Slider.d.ts.map +1 -1
  85. package/dist/src/slider/SliderThumb.d.ts +1 -0
  86. package/dist/src/slider/SliderThumb.d.ts.map +1 -1
  87. package/dist/src/split-pane/SplitPane.d.ts +1 -0
  88. package/dist/src/split-pane/SplitPane.d.ts.map +1 -1
  89. package/dist/src/stepper/Step.d.ts +1 -0
  90. package/dist/src/stepper/Step.d.ts.map +1 -1
  91. package/dist/src/stepper/Stepper.d.ts +2 -0
  92. package/dist/src/stepper/Stepper.d.ts.map +1 -1
  93. package/dist/src/switch/Switch.d.ts +1 -0
  94. package/dist/src/switch/Switch.d.ts.map +1 -1
  95. package/dist/src/tabs/Tab.d.ts +1 -0
  96. package/dist/src/tabs/Tab.d.ts.map +1 -1
  97. package/dist/src/tabs/Tabs.d.ts +2 -0
  98. package/dist/src/tabs/Tabs.d.ts.map +1 -1
  99. package/dist/stepper.js +3 -0
  100. package/dist/stepper.js.map +1 -1
  101. package/dist/stepper.min.js +1 -1
  102. package/dist/stepper.min.js.map +1 -1
  103. package/dist/switch.js +1 -0
  104. package/dist/switch.js.map +1 -1
  105. package/dist/switch.min.js +1 -1
  106. package/dist/switch.min.js.map +1 -1
  107. package/dist/tabs.js +3 -0
  108. package/dist/tabs.js.map +1 -1
  109. package/dist/tabs.min.js +1 -1
  110. package/dist/tabs.min.js.map +1 -1
  111. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"radio-group.min.js","sources":["../../src/radio-group/Radio.ts","../../src/radio-group/RadioGroup.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRadioElement } from \"@m3e/web/radio-group\";\r\nexport type { M3eRadioElement } from \"@m3e/web/radio-group\";\r\n\r\n/**\r\n * React binding for the `m3e-radio` Web Component from `@m3e/web/radio-group`.\r\n *\r\n * This component renders the underlying `<m3e-radio>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-radio>` instance for imperative access.\r\n *\r\n * See the `m3e-radio` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRadio = createComponent({\r\n tagName: \"m3e-radio\",\r\n elementClass: M3eRadioElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRadioGroupElement } from \"@m3e/web/radio-group\";\r\nexport type { M3eRadioGroupElement } from \"@m3e/web/radio-group\";\r\n\r\n/**\r\n * React binding for the `m3e-radio-group` Web Component from `@m3e/web/radio-group`.\r\n *\r\n * This component renders the underlying `<m3e-radio-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-radio-group>` instance for imperative access.\r\n *\r\n * See the `m3e-radio-group` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRadioGroup = createComponent({\r\n tagName: \"m3e-radio-group\",\r\n elementClass: M3eRadioGroupElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n"],"names":["M3eRadio","createComponent","tagName","elementClass","M3eRadioElement","react","React","events","onInput","onChange","onClick","M3eRadioGroup","M3eRadioGroupElement"],"mappings":";;;;;mJAmBO,MAAMA,EAAWC,EAAgB,CACtCC,QAAS,YACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,QAAS,QACTC,SAAU,SACVC,QAAS,WCPAC,EAAgBV,EAAgB,CAC3CC,QAAS,kBACTC,aAAcS,EACdP,MAAOC,EACPC,OAAQ,CACNE,SAAU"}
1
+ {"version":3,"file":"radio-group.min.js","sources":["../../src/radio-group/Radio.ts","../../src/radio-group/RadioGroup.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRadioElement } from \"@m3e/web/radio-group\";\r\nexport type { M3eRadioElement } from \"@m3e/web/radio-group\";\r\n\r\n/**\r\n * React binding for the `m3e-radio` Web Component from `@m3e/web/radio-group`.\r\n *\r\n * This component renders the underlying `<m3e-radio>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-radio>` instance for imperative access.\r\n *\r\n * See the `m3e-radio` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRadio = createComponent({\r\n tagName: \"m3e-radio\",\r\n elementClass: M3eRadioElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRadioGroupElement } from \"@m3e/web/radio-group\";\r\nexport type { M3eRadioGroupElement } from \"@m3e/web/radio-group\";\r\n\r\n/**\r\n * React binding for the `m3e-radio-group` Web Component from `@m3e/web/radio-group`.\r\n *\r\n * This component renders the underlying `<m3e-radio-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-radio-group>` instance for imperative access.\r\n *\r\n * See the `m3e-radio-group` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRadioGroup = createComponent({\r\n tagName: \"m3e-radio-group\",\r\n elementClass: M3eRadioGroupElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n"],"names":["M3eRadio","createComponent","tagName","elementClass","M3eRadioElement","react","React","events","onBeforeInput","onInput","onChange","onClick","M3eRadioGroup","M3eRadioGroupElement"],"mappings":";;;;;mJAmBO,MAAMA,EAAWC,EAAgB,CACtCC,QAAS,YACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,cAAe,cACfC,QAAS,QACTC,SAAU,SACVC,QAAS,WCRAC,EAAgBX,EAAgB,CAC3CC,QAAS,kBACTC,aAAcU,EACdR,MAAOC,EACPC,OAAQ,CACNC,cAAe,cACfC,QAAS,QACTC,SAAU"}
@@ -25,6 +25,7 @@ const M3eSegmentedButton = createComponent({
25
25
  elementClass: M3eSegmentedButtonElement,
26
26
  react: React,
27
27
  events: {
28
+ onBeforeInput: "beforeinput",
28
29
  onInput: "input",
29
30
  onChange: "change"
30
31
  }
@@ -48,6 +49,7 @@ const M3eButtonSegment = createComponent({
48
49
  elementClass: M3eButtonSegmentElement,
49
50
  react: React,
50
51
  events: {
52
+ onBeforeInput: "beforeinput",
51
53
  onInput: "input",
52
54
  onChange: "change",
53
55
  onClick: "click"
@@ -1 +1 @@
1
- {"version":3,"file":"segmented-button.js","sources":["../../src/segmented-button/SegmentedButton.ts","../../src/segmented-button/ButtonSegment.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-segmented-button` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-segmented-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-segmented-button>` instance for imperative access.\r\n *\r\n * See the `m3e-segmented-button` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSegmentedButton = createComponent({\r\n tagName: \"m3e-segmented-button\",\r\n elementClass: M3eSegmentedButtonElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-button-segment` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-button-segment>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-button-segment>` instance for imperative access.\r\n *\r\n * See the `m3e-button-segment` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eButtonSegment = createComponent({\r\n tagName: \"m3e-button-segment\",\r\n elementClass: M3eButtonSegmentElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eSegmentedButton","createComponent","tagName","elementClass","M3eSegmentedButtonElement","react","React","events","onInput","onChange","M3eButtonSegment","M3eButtonSegmentElement","onClick"],"mappings":";;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAMA,kBAAkB,GAAGC,eAAe,CAAC;AAChDC,EAAAA,OAAO,EAAE,sBAAsB;AAC/BC,EAAAA,YAAY,EAAEC,yBAAyB;AACvCC,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE;AACX;AACF,CAAA;;ACrBD;;;;;;;;;;;;AAYG;AACI,MAAMC,gBAAgB,GAAGT,eAAe,CAAC;AAC9CC,EAAAA,OAAO,EAAE,oBAAoB;AAC7BC,EAAAA,YAAY,EAAEQ,uBAAuB;AACrCN,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE,QAAQ;AAClBG,IAAAA,OAAO,EAAE;AACV;AACF,CAAA;;;;"}
1
+ {"version":3,"file":"segmented-button.js","sources":["../../src/segmented-button/SegmentedButton.ts","../../src/segmented-button/ButtonSegment.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-segmented-button` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-segmented-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-segmented-button>` instance for imperative access.\r\n *\r\n * See the `m3e-segmented-button` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSegmentedButton = createComponent({\r\n tagName: \"m3e-segmented-button\",\r\n elementClass: M3eSegmentedButtonElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-button-segment` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-button-segment>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-button-segment>` instance for imperative access.\r\n *\r\n * See the `m3e-button-segment` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eButtonSegment = createComponent({\r\n tagName: \"m3e-button-segment\",\r\n elementClass: M3eButtonSegmentElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eSegmentedButton","createComponent","tagName","elementClass","M3eSegmentedButtonElement","react","React","events","onBeforeInput","onInput","onChange","M3eButtonSegment","M3eButtonSegmentElement","onClick"],"mappings":";;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAMA,kBAAkB,GAAGC,eAAe,CAAC;AAChDC,EAAAA,OAAO,EAAE,sBAAsB;AAC/BC,EAAAA,YAAY,EAAEC,yBAAyB;AACvCC,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,aAAa,EAAE,aAAa;AAC5BC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE;AACX;AACF,CAAA;;ACtBD;;;;;;;;;;;;AAYG;AACI,MAAMC,gBAAgB,GAAGV,eAAe,CAAC;AAC9CC,EAAAA,OAAO,EAAE,oBAAoB;AAC7BC,EAAAA,YAAY,EAAES,uBAAuB;AACrCP,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,aAAa,EAAE,aAAa;AAC5BC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE,QAAQ;AAClBG,IAAAA,OAAO,EAAE;AACV;AACF,CAAA;;;;"}
@@ -3,5 +3,5 @@
3
3
  * Copyright (c) 2025–2026 matraic
4
4
  * See LICENSE file in the project root for full license text.
5
5
  */
6
- import e from"react";import{createComponent as t}from"@lit/react";import{M3eSegmentedButtonElement as n,M3eButtonSegmentElement as m}from"@m3e/web/segmented-button";const o=t({tagName:"m3e-segmented-button",elementClass:n,react:e,events:{onInput:"input",onChange:"change"}}),a=t({tagName:"m3e-button-segment",elementClass:m,react:e,events:{onInput:"input",onChange:"change",onClick:"click"}});export{a as M3eButtonSegment,o as M3eSegmentedButton};
6
+ import e from"react";import{createComponent as t}from"@lit/react";import{M3eSegmentedButtonElement as n,M3eButtonSegmentElement as o}from"@m3e/web/segmented-button";const m=t({tagName:"m3e-segmented-button",elementClass:n,react:e,events:{onBeforeInput:"beforeinput",onInput:"input",onChange:"change"}}),r=t({tagName:"m3e-button-segment",elementClass:o,react:e,events:{onBeforeInput:"beforeinput",onInput:"input",onChange:"change",onClick:"click"}});export{r as M3eButtonSegment,m as M3eSegmentedButton};
7
7
  //# sourceMappingURL=segmented-button.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"segmented-button.min.js","sources":["../../src/segmented-button/SegmentedButton.ts","../../src/segmented-button/ButtonSegment.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-segmented-button` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-segmented-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-segmented-button>` instance for imperative access.\r\n *\r\n * See the `m3e-segmented-button` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSegmentedButton = createComponent({\r\n tagName: \"m3e-segmented-button\",\r\n elementClass: M3eSegmentedButtonElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-button-segment` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-button-segment>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-button-segment>` instance for imperative access.\r\n *\r\n * See the `m3e-button-segment` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eButtonSegment = createComponent({\r\n tagName: \"m3e-button-segment\",\r\n elementClass: M3eButtonSegmentElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eSegmentedButton","createComponent","tagName","elementClass","M3eSegmentedButtonElement","react","React","events","onInput","onChange","M3eButtonSegment","M3eButtonSegmentElement","onClick"],"mappings":";;;;;qKAmBO,MAAMA,EAAqBC,EAAgB,CAChDC,QAAS,uBACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,QAAS,QACTC,SAAU,YCNDC,EAAmBT,EAAgB,CAC9CC,QAAS,qBACTC,aAAcQ,EACdN,MAAOC,EACPC,OAAQ,CACNC,QAAS,QACTC,SAAU,SACVG,QAAS"}
1
+ {"version":3,"file":"segmented-button.min.js","sources":["../../src/segmented-button/SegmentedButton.ts","../../src/segmented-button/ButtonSegment.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-segmented-button` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-segmented-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-segmented-button>` instance for imperative access.\r\n *\r\n * See the `m3e-segmented-button` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSegmentedButton = createComponent({\r\n tagName: \"m3e-segmented-button\",\r\n elementClass: M3eSegmentedButtonElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-button-segment` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-button-segment>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-button-segment>` instance for imperative access.\r\n *\r\n * See the `m3e-button-segment` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eButtonSegment = createComponent({\r\n tagName: \"m3e-button-segment\",\r\n elementClass: M3eButtonSegmentElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eSegmentedButton","createComponent","tagName","elementClass","M3eSegmentedButtonElement","react","React","events","onBeforeInput","onInput","onChange","M3eButtonSegment","M3eButtonSegmentElement","onClick"],"mappings":";;;;;qKAmBO,MAAMA,EAAqBC,EAAgB,CAChDC,QAAS,uBACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,cAAe,cACfC,QAAS,QACTC,SAAU,YCPDC,EAAmBV,EAAgB,CAC9CC,QAAS,qBACTC,aAAcS,EACdP,MAAOC,EACPC,OAAQ,CACNC,cAAe,cACfC,QAAS,QACTC,SAAU,SACVG,QAAS"}
package/dist/select.js CHANGED
@@ -25,6 +25,7 @@ const M3eSelect = createComponent({
25
25
  elementClass: M3eSelectElement,
26
26
  react: React,
27
27
  events: {
28
+ onBeforeInput: "beforeinput",
28
29
  onInput: "input",
29
30
  onChange: "change"
30
31
  }
@@ -1 +1 @@
1
- {"version":3,"file":"select.js","sources":["../../src/select/Select.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSelectElement } from \"@m3e/web/select\";\r\nexport type { M3eSelectElement } from \"@m3e/web/select\";\r\n\r\n/**\r\n * React binding for the `m3e-select` Web Component from `@m3e/web/select`.\r\n *\r\n * This component renders the underlying `<m3e-select>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-select>` instance for imperative access.\r\n *\r\n * See the `m3e-select` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSelect = createComponent({\r\n tagName: \"m3e-select\",\r\n elementClass: M3eSelectElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n"],"names":["M3eSelect","createComponent","tagName","elementClass","M3eSelectElement","react","React","events","onInput","onChange"],"mappings":";;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAMA,SAAS,GAAGC,eAAe,CAAC;AACvCC,EAAAA,OAAO,EAAE,YAAY;AACrBC,EAAAA,YAAY,EAAEC,gBAAgB;AAC9BC,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE;AACX;AACF,CAAA;;;;"}
1
+ {"version":3,"file":"select.js","sources":["../../src/select/Select.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSelectElement } from \"@m3e/web/select\";\r\nexport type { M3eSelectElement } from \"@m3e/web/select\";\r\n\r\n/**\r\n * React binding for the `m3e-select` Web Component from `@m3e/web/select`.\r\n *\r\n * This component renders the underlying `<m3e-select>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-select>` instance for imperative access.\r\n *\r\n * See the `m3e-select` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSelect = createComponent({\r\n tagName: \"m3e-select\",\r\n elementClass: M3eSelectElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n"],"names":["M3eSelect","createComponent","tagName","elementClass","M3eSelectElement","react","React","events","onBeforeInput","onInput","onChange"],"mappings":";;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAMA,SAAS,GAAGC,eAAe,CAAC;AACvCC,EAAAA,OAAO,EAAE,YAAY;AACrBC,EAAAA,YAAY,EAAEC,gBAAgB;AAC9BC,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,aAAa,EAAE,aAAa;AAC5BC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE;AACX;AACF,CAAA;;;;"}
@@ -3,5 +3,5 @@
3
3
  * Copyright (c) 2025–2026 matraic
4
4
  * See LICENSE file in the project root for full license text.
5
5
  */
6
- import e from"react";import{createComponent as t}from"@lit/react";import{M3eSelectElement as m}from"@m3e/web/select";const o=t({tagName:"m3e-select",elementClass:m,react:e,events:{onInput:"input",onChange:"change"}});export{o as M3eSelect};
6
+ import e from"react";import{createComponent as t}from"@lit/react";import{M3eSelectElement as o}from"@m3e/web/select";const n=t({tagName:"m3e-select",elementClass:o,react:e,events:{onBeforeInput:"beforeinput",onInput:"input",onChange:"change"}});export{n as M3eSelect};
7
7
  //# sourceMappingURL=select.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.min.js","sources":["../../src/select/Select.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSelectElement } from \"@m3e/web/select\";\r\nexport type { M3eSelectElement } from \"@m3e/web/select\";\r\n\r\n/**\r\n * React binding for the `m3e-select` Web Component from `@m3e/web/select`.\r\n *\r\n * This component renders the underlying `<m3e-select>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-select>` instance for imperative access.\r\n *\r\n * See the `m3e-select` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSelect = createComponent({\r\n tagName: \"m3e-select\",\r\n elementClass: M3eSelectElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n"],"names":["M3eSelect","createComponent","tagName","elementClass","M3eSelectElement","react","React","events","onInput","onChange"],"mappings":";;;;;qHAmBO,MAAMA,EAAYC,EAAgB,CACvCC,QAAS,aACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,QAAS,QACTC,SAAU"}
1
+ {"version":3,"file":"select.min.js","sources":["../../src/select/Select.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSelectElement } from \"@m3e/web/select\";\r\nexport type { M3eSelectElement } from \"@m3e/web/select\";\r\n\r\n/**\r\n * React binding for the `m3e-select` Web Component from `@m3e/web/select`.\r\n *\r\n * This component renders the underlying `<m3e-select>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-select>` instance for imperative access.\r\n *\r\n * See the `m3e-select` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSelect = createComponent({\r\n tagName: \"m3e-select\",\r\n elementClass: M3eSelectElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n"],"names":["M3eSelect","createComponent","tagName","elementClass","M3eSelectElement","react","React","events","onBeforeInput","onInput","onChange"],"mappings":";;;;;qHAmBO,MAAMA,EAAYC,EAAgB,CACvCC,QAAS,aACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,cAAe,cACfC,QAAS,QACTC,SAAU"}
package/dist/slider.js CHANGED
@@ -23,7 +23,12 @@ import { M3eSliderElement, M3eSliderThumbElement } from '@m3e/web/slider';
23
23
  const M3eSlider = createComponent({
24
24
  tagName: "m3e-slider",
25
25
  elementClass: M3eSliderElement,
26
- react: React
26
+ react: React,
27
+ events: {
28
+ onBeforeInput: "beforeinput",
29
+ onInput: "input",
30
+ onChange: "change"
31
+ }
27
32
  });
28
33
 
29
34
  /**
@@ -44,6 +49,7 @@ const M3eSliderThumb = createComponent({
44
49
  elementClass: M3eSliderThumbElement,
45
50
  react: React,
46
51
  events: {
52
+ onBeforeInput: "beforeinput",
47
53
  onInput: "input",
48
54
  onChange: "change",
49
55
  onClick: "click"
@@ -1 +1 @@
1
- {"version":3,"file":"slider.js","sources":["../../src/slider/Slider.ts","../../src/slider/SliderThumb.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderElement, SliderSize } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider>` instance for imperative access.\r\n *\r\n * See the `m3e-slider` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSlider = createComponent({\r\n tagName: \"m3e-slider\",\r\n elementClass: M3eSliderElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider-thumb` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider-thumb>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider-thumb>` instance for imperative access.\r\n *\r\n * See the `m3e-slider-thumb` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSliderThumb = createComponent({\r\n tagName: \"m3e-slider-thumb\",\r\n elementClass: M3eSliderThumbElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eSlider","createComponent","tagName","elementClass","M3eSliderElement","react","React","M3eSliderThumb","M3eSliderThumbElement","events","onInput","onChange","onClick"],"mappings":";;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAMA,SAAS,GAAGC,eAAe,CAAC;AACvCC,EAAAA,OAAO,EAAE,YAAY;AACrBC,EAAAA,YAAY,EAAEC,gBAAgB;AAC9BC,EAAAA,KAAK,EAAEC;AACR,CAAA;;ACjBD;;;;;;;;;;;;AAYG;AACI,MAAMC,cAAc,GAAGN,eAAe,CAAC;AAC5CC,EAAAA,OAAO,EAAE,kBAAkB;AAC3BC,EAAAA,YAAY,EAAEK,qBAAqB;AACnCH,EAAAA,KAAK,EAAEC,KAAK;AACZG,EAAAA,MAAM,EAAE;AACNC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE,QAAQ;AAClBC,IAAAA,OAAO,EAAE;AACV;AACF,CAAA;;;;"}
1
+ {"version":3,"file":"slider.js","sources":["../../src/slider/Slider.ts","../../src/slider/SliderThumb.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderElement, SliderSize } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider>` instance for imperative access.\r\n *\r\n * See the `m3e-slider` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSlider = createComponent({\r\n tagName: \"m3e-slider\",\r\n elementClass: M3eSliderElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider-thumb` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider-thumb>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider-thumb>` instance for imperative access.\r\n *\r\n * See the `m3e-slider-thumb` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSliderThumb = createComponent({\r\n tagName: \"m3e-slider-thumb\",\r\n elementClass: M3eSliderThumbElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eSlider","createComponent","tagName","elementClass","M3eSliderElement","react","React","events","onBeforeInput","onInput","onChange","M3eSliderThumb","M3eSliderThumbElement","onClick"],"mappings":";;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAMA,SAAS,GAAGC,eAAe,CAAC;AACvCC,EAAAA,OAAO,EAAE,YAAY;AACrBC,EAAAA,YAAY,EAAEC,gBAAgB;AAC9BC,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,aAAa,EAAE,aAAa;AAC5BC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE;AACX;AACF,CAAA;;ACtBD;;;;;;;;;;;;AAYG;AACI,MAAMC,cAAc,GAAGV,eAAe,CAAC;AAC5CC,EAAAA,OAAO,EAAE,kBAAkB;AAC3BC,EAAAA,YAAY,EAAES,qBAAqB;AACnCP,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,aAAa,EAAE,aAAa;AAC5BC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE,QAAQ;AAClBG,IAAAA,OAAO,EAAE;AACV;AACF,CAAA;;;;"}
@@ -3,5 +3,5 @@
3
3
  * Copyright (c) 2025–2026 matraic
4
4
  * See LICENSE file in the project root for full license text.
5
5
  */
6
- import e from"react";import{createComponent as t}from"@lit/react";import{M3eSliderElement as m,M3eSliderThumbElement as r}from"@m3e/web/slider";const a=t({tagName:"m3e-slider",elementClass:m,react:e}),n=t({tagName:"m3e-slider-thumb",elementClass:r,react:e,events:{onInput:"input",onChange:"change",onClick:"click"}});export{a as M3eSlider,n as M3eSliderThumb};
6
+ import e from"react";import{createComponent as t}from"@lit/react";import{M3eSliderElement as n,M3eSliderThumbElement as o}from"@m3e/web/slider";const r=t({tagName:"m3e-slider",elementClass:n,react:e,events:{onBeforeInput:"beforeinput",onInput:"input",onChange:"change"}}),a=t({tagName:"m3e-slider-thumb",elementClass:o,react:e,events:{onBeforeInput:"beforeinput",onInput:"input",onChange:"change",onClick:"click"}});export{r as M3eSlider,a as M3eSliderThumb};
7
7
  //# sourceMappingURL=slider.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"slider.min.js","sources":["../../src/slider/Slider.ts","../../src/slider/SliderThumb.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderElement, SliderSize } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider>` instance for imperative access.\r\n *\r\n * See the `m3e-slider` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSlider = createComponent({\r\n tagName: \"m3e-slider\",\r\n elementClass: M3eSliderElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider-thumb` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider-thumb>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider-thumb>` instance for imperative access.\r\n *\r\n * See the `m3e-slider-thumb` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSliderThumb = createComponent({\r\n tagName: \"m3e-slider-thumb\",\r\n elementClass: M3eSliderThumbElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eSlider","createComponent","tagName","elementClass","M3eSliderElement","react","React","M3eSliderThumb","M3eSliderThumbElement","events","onInput","onChange","onClick"],"mappings":";;;;;gJAmBO,MAAMA,EAAYC,EAAgB,CACvCC,QAAS,aACTC,aAAcC,EACdC,MAAOC,ICHIC,EAAiBN,EAAgB,CAC5CC,QAAS,mBACTC,aAAcK,EACdH,MAAOC,EACPG,OAAQ,CACNC,QAAS,QACTC,SAAU,SACVC,QAAS"}
1
+ {"version":3,"file":"slider.min.js","sources":["../../src/slider/Slider.ts","../../src/slider/SliderThumb.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderElement, SliderSize } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider>` instance for imperative access.\r\n *\r\n * See the `m3e-slider` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSlider = createComponent({\r\n tagName: \"m3e-slider\",\r\n elementClass: M3eSliderElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider-thumb` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider-thumb>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider-thumb>` instance for imperative access.\r\n *\r\n * See the `m3e-slider-thumb` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSliderThumb = createComponent({\r\n tagName: \"m3e-slider-thumb\",\r\n elementClass: M3eSliderThumbElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eSlider","createComponent","tagName","elementClass","M3eSliderElement","react","React","events","onBeforeInput","onInput","onChange","M3eSliderThumb","M3eSliderThumbElement","onClick"],"mappings":";;;;;gJAmBO,MAAMA,EAAYC,EAAgB,CACvCC,QAAS,aACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,cAAe,cACfC,QAAS,QACTC,SAAU,YCPDC,EAAiBV,EAAgB,CAC5CC,QAAS,mBACTC,aAAcS,EACdP,MAAOC,EACPC,OAAQ,CACNC,cAAe,cACfC,QAAS,QACTC,SAAU,SACVG,QAAS"}
@@ -25,6 +25,7 @@ const M3eSplitPane = createComponent({
25
25
  elementClass: M3eSplitPaneElement,
26
26
  react: React,
27
27
  events: {
28
+ onBeforeInput: "beforeinput",
28
29
  onInput: "input",
29
30
  onChange: "change"
30
31
  }
@@ -1 +1 @@
1
- {"version":3,"file":"split-pane.js","sources":["../../src/split-pane/SplitPane.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSplitPaneElement } from \"@m3e/web/split-pane\";\r\nexport type { M3eSplitPaneElement, SplitPaneOrientation } from \"@m3e/web/split-pane\";\r\n\r\n/**\r\n * React binding for the `m3e-split-pane` Web Component from `@m3e/web/split-pane`.\r\n *\r\n * This component renders the underlying `<m3e-split-pane>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-split-pane>` instance for imperative access.\r\n *\r\n * See the `m3e-split-pane` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSplitPane = createComponent({\r\n tagName: \"m3e-split-pane\",\r\n elementClass: M3eSplitPaneElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n"],"names":["M3eSplitPane","createComponent","tagName","elementClass","M3eSplitPaneElement","react","React","events","onInput","onChange"],"mappings":";;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAMA,YAAY,GAAGC,eAAe,CAAC;AAC1CC,EAAAA,OAAO,EAAE,gBAAgB;AACzBC,EAAAA,YAAY,EAAEC,mBAAmB;AACjCC,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE;AACX;AACF,CAAA;;;;"}
1
+ {"version":3,"file":"split-pane.js","sources":["../../src/split-pane/SplitPane.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSplitPaneElement } from \"@m3e/web/split-pane\";\r\nexport type { M3eSplitPaneElement, SplitPaneOrientation } from \"@m3e/web/split-pane\";\r\n\r\n/**\r\n * React binding for the `m3e-split-pane` Web Component from `@m3e/web/split-pane`.\r\n *\r\n * This component renders the underlying `<m3e-split-pane>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-split-pane>` instance for imperative access.\r\n *\r\n * See the `m3e-split-pane` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSplitPane = createComponent({\r\n tagName: \"m3e-split-pane\",\r\n elementClass: M3eSplitPaneElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n"],"names":["M3eSplitPane","createComponent","tagName","elementClass","M3eSplitPaneElement","react","React","events","onBeforeInput","onInput","onChange"],"mappings":";;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAMA,YAAY,GAAGC,eAAe,CAAC;AAC1CC,EAAAA,OAAO,EAAE,gBAAgB;AACzBC,EAAAA,YAAY,EAAEC,mBAAmB;AACjCC,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,aAAa,EAAE,aAAa;AAC5BC,IAAAA,OAAO,EAAE,OAAO;AAChBC,IAAAA,QAAQ,EAAE;AACX;AACF,CAAA;;;;"}
@@ -3,5 +3,5 @@
3
3
  * Copyright (c) 2025–2026 matraic
4
4
  * See LICENSE file in the project root for full license text.
5
5
  */
6
- import e from"react";import{createComponent as t}from"@lit/react";import{M3eSplitPaneElement as n}from"@m3e/web/split-pane";const a=t({tagName:"m3e-split-pane",elementClass:n,react:e,events:{onInput:"input",onChange:"change"}});export{a as M3eSplitPane};
6
+ import e from"react";import{createComponent as t}from"@lit/react";import{M3eSplitPaneElement as n}from"@m3e/web/split-pane";const o=t({tagName:"m3e-split-pane",elementClass:n,react:e,events:{onBeforeInput:"beforeinput",onInput:"input",onChange:"change"}});export{o as M3eSplitPane};
7
7
  //# sourceMappingURL=split-pane.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"split-pane.min.js","sources":["../../src/split-pane/SplitPane.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSplitPaneElement } from \"@m3e/web/split-pane\";\r\nexport type { M3eSplitPaneElement, SplitPaneOrientation } from \"@m3e/web/split-pane\";\r\n\r\n/**\r\n * React binding for the `m3e-split-pane` Web Component from `@m3e/web/split-pane`.\r\n *\r\n * This component renders the underlying `<m3e-split-pane>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-split-pane>` instance for imperative access.\r\n *\r\n * See the `m3e-split-pane` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSplitPane = createComponent({\r\n tagName: \"m3e-split-pane\",\r\n elementClass: M3eSplitPaneElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n"],"names":["M3eSplitPane","createComponent","tagName","elementClass","M3eSplitPaneElement","react","React","events","onInput","onChange"],"mappings":";;;;;4HAmBO,MAAMA,EAAeC,EAAgB,CAC1CC,QAAS,iBACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,QAAS,QACTC,SAAU"}
1
+ {"version":3,"file":"split-pane.min.js","sources":["../../src/split-pane/SplitPane.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSplitPaneElement } from \"@m3e/web/split-pane\";\r\nexport type { M3eSplitPaneElement, SplitPaneOrientation } from \"@m3e/web/split-pane\";\r\n\r\n/**\r\n * React binding for the `m3e-split-pane` Web Component from `@m3e/web/split-pane`.\r\n *\r\n * This component renders the underlying `<m3e-split-pane>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-split-pane>` instance for imperative access.\r\n *\r\n * See the `m3e-split-pane` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSplitPane = createComponent({\r\n tagName: \"m3e-split-pane\",\r\n elementClass: M3eSplitPaneElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n"],"names":["M3eSplitPane","createComponent","tagName","elementClass","M3eSplitPaneElement","react","React","events","onBeforeInput","onInput","onChange"],"mappings":";;;;;4HAmBO,MAAMA,EAAeC,EAAgB,CAC1CC,QAAS,iBACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,cAAe,cACfC,QAAS,QACTC,SAAU"}
@@ -14,6 +14,7 @@ export type { ButtonShape, ButtonSize, ButtonVariant, M3eButtonElement } from "@
14
14
  * styling, accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eButton: import("@lit/react").ReactWebComponent<M3eButtonElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/button/Button.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAEhG;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;;;EASpB,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/button/Button.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAEhG;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;;;;EAUpB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eCheckboxElement } from "@m3e/web/checkbox";
14
14
  * styling, accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eCheckbox: import("@lit/react").ReactWebComponent<M3eCheckboxElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onInvalid: string;
19
20
  onChange: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/checkbox/Checkbox.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,YAAY,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW;;;;;EAUtB,CAAC"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/checkbox/Checkbox.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,YAAY,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW;;;;;;EAWtB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eFilterChipElement } from "@m3e/web/chips";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eFilterChip: import("@lit/react").ReactWebComponent<M3eFilterChipElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"FilterChip.d.ts","sourceRoot":"","sources":["../../../src/chips/FilterChip.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,YAAY,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE3D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;EASxB,CAAC"}
1
+ {"version":3,"file":"FilterChip.d.ts","sourceRoot":"","sources":["../../../src/chips/FilterChip.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,YAAY,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE3D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;;EAUxB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eFilterChipSetElement } from "@m3e/web/chips";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eFilterChipSet: import("@lit/react").ReactWebComponent<M3eFilterChipSetElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"FilterChipSet.d.ts","sourceRoot":"","sources":["../../../src/chips/FilterChipSet.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AACzD,YAAY,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AAE9D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,gBAAgB;;;EAQ3B,CAAC"}
1
+ {"version":3,"file":"FilterChipSet.d.ts","sourceRoot":"","sources":["../../../src/chips/FilterChipSet.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AACzD,YAAY,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AAE9D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,gBAAgB;;;;EAS3B,CAAC"}
@@ -14,6 +14,7 @@ export type { IconButtonShape, IconButtonSize, IconButtonVariant, IconButtonWidt
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eIconButton: import("@lit/react").ReactWebComponent<M3eIconButtonElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/icon-button/IconButton.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,YAAY,EACV,eAAe,EACf,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,oBAAoB,GACrB,MAAM,sBAAsB,CAAC;AAE9B;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;EASxB,CAAC"}
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/icon-button/IconButton.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,YAAY,EACV,eAAe,EACf,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,oBAAoB,GACrB,MAAM,sBAAsB,CAAC;AAE9B;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;;EAUxB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eListOptionElement } from "@m3e/web/list";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eListOption: import("@lit/react").ReactWebComponent<M3eListOptionElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ListOption.d.ts","sourceRoot":"","sources":["../../../src/list/ListOption.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,YAAY,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE1D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;EASxB,CAAC"}
1
+ {"version":3,"file":"ListOption.d.ts","sourceRoot":"","sources":["../../../src/list/ListOption.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,YAAY,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE1D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;;EAUxB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eSelectionListElement } from "@m3e/web/list";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eSelectionList: import("@lit/react").ReactWebComponent<M3eSelectionListElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectionList.d.ts","sourceRoot":"","sources":["../../../src/list/SelectionList.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,YAAY,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAE7D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,gBAAgB;;;EAQ3B,CAAC"}
1
+ {"version":3,"file":"SelectionList.d.ts","sourceRoot":"","sources":["../../../src/list/SelectionList.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,YAAY,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAE7D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,gBAAgB;;;;EAS3B,CAAC"}
@@ -14,6 +14,8 @@ export type { NavBarMode, NavItemOrientation, M3eNavBarElement } from "@m3e/web/
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eNavBar: import("@lit/react").ReactWebComponent<M3eNavBarElement, {
17
+ onBeforeInput: string;
18
+ onInput: string;
17
19
  onChange: string;
18
20
  }>;
19
21
  //# sourceMappingURL=NavBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../src/nav-bar/NavBar.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,YAAY,EAAE,UAAU,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;EAOpB,CAAC"}
1
+ {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../src/nav-bar/NavBar.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,YAAY,EAAE,UAAU,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;;;EASpB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eNavItemElement } from "@m3e/web/nav-bar";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eNavItem: import("@lit/react").ReactWebComponent<M3eNavItemElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"NavItem.d.ts","sourceRoot":"","sources":["../../../src/nav-bar/NavItem.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,YAAY,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE1D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU;;;;EASrB,CAAC"}
1
+ {"version":3,"file":"NavItem.d.ts","sourceRoot":"","sources":["../../../src/nav-bar/NavItem.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,YAAY,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE1D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU;;;;;EAUrB,CAAC"}
@@ -14,6 +14,8 @@ export type { M3eNavRailElement } from "@m3e/web/nav-rail";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eNavRail: import("@lit/react").ReactWebComponent<M3eNavRailElement, {
17
+ onBeforeInput: string;
18
+ onInput: string;
17
19
  onChange: string;
18
20
  }>;
19
21
  //# sourceMappingURL=NavRail.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavRail.d.ts","sourceRoot":"","sources":["../../../src/nav-rail/NavRail.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,YAAY,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU;;EAOrB,CAAC"}
1
+ {"version":3,"file":"NavRail.d.ts","sourceRoot":"","sources":["../../../src/nav-rail/NavRail.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,YAAY,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU;;;;EASrB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eRadioElement } from "@m3e/web/radio-group";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eRadio: import("@lit/react").ReactWebComponent<M3eRadioElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../src/radio-group/Radio.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,YAAY,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,QAAQ;;;;EASnB,CAAC"}
1
+ {"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../src/radio-group/Radio.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,YAAY,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,QAAQ;;;;;EAUnB,CAAC"}
@@ -14,6 +14,8 @@ export type { M3eRadioGroupElement } from "@m3e/web/radio-group";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eRadioGroup: import("@lit/react").ReactWebComponent<M3eRadioGroupElement, {
17
+ onBeforeInput: string;
18
+ onInput: string;
17
19
  onChange: string;
18
20
  }>;
19
21
  //# sourceMappingURL=RadioGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../src/radio-group/RadioGroup.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,YAAY,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAEjE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;EAOxB,CAAC"}
1
+ {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../src/radio-group/RadioGroup.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,YAAY,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAEjE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;EASxB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eButtonSegmentElement } from "@m3e/web/segmented-button";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eButtonSegment: import("@lit/react").ReactWebComponent<M3eButtonSegmentElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonSegment.d.ts","sourceRoot":"","sources":["../../../src/segmented-button/ButtonSegment.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEzE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,gBAAgB;;;;EAS3B,CAAC"}
1
+ {"version":3,"file":"ButtonSegment.d.ts","sourceRoot":"","sources":["../../../src/segmented-button/ButtonSegment.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEzE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,gBAAgB;;;;;EAU3B,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eSegmentedButtonElement } from "@m3e/web/segmented-button";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eSegmentedButton: import("@lit/react").ReactWebComponent<M3eSegmentedButtonElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentedButton.d.ts","sourceRoot":"","sources":["../../../src/segmented-button/SegmentedButton.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AACtE,YAAY,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAE3E;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,kBAAkB;;;EAQ7B,CAAC"}
1
+ {"version":3,"file":"SegmentedButton.d.ts","sourceRoot":"","sources":["../../../src/segmented-button/SegmentedButton.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AACtE,YAAY,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAE3E;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,kBAAkB;;;;EAS7B,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eSelectElement } from "@m3e/web/select";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eSelect: import("@lit/react").ReactWebComponent<M3eSelectElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/select/Select.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,YAAY,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAExD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;;EAQpB,CAAC"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/select/Select.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,YAAY,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAExD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;;;EASpB,CAAC"}
@@ -13,5 +13,9 @@ export type { M3eSliderElement, SliderSize } from "@m3e/web/slider";
13
13
  * See the `m3e-slider` documentation for full details on behavior, styling,
14
14
  * accessibility, and supported events.
15
15
  */
16
- export declare const M3eSlider: import("@lit/react").ReactWebComponent<M3eSliderElement, {}>;
16
+ export declare const M3eSlider: import("@lit/react").ReactWebComponent<M3eSliderElement, {
17
+ onBeforeInput: string;
18
+ onInput: string;
19
+ onChange: string;
20
+ }>;
17
21
  //# sourceMappingURL=Slider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../src/slider/Slider.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,YAAY,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAEpE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS,8DAIpB,CAAC"}
1
+ {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../src/slider/Slider.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,YAAY,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAEpE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;;;EASpB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eSliderThumbElement } from "@m3e/web/slider";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eSliderThumb: import("@lit/react").ReactWebComponent<M3eSliderThumbElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SliderThumb.d.ts","sourceRoot":"","sources":["../../../src/slider/SliderThumb.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,YAAY,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,cAAc;;;;EASzB,CAAC"}
1
+ {"version":3,"file":"SliderThumb.d.ts","sourceRoot":"","sources":["../../../src/slider/SliderThumb.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,YAAY,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,cAAc;;;;;EAUzB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eSplitPaneElement, SplitPaneOrientation } from "@m3e/web/split-p
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eSplitPane: import("@lit/react").ReactWebComponent<M3eSplitPaneElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"SplitPane.d.ts","sourceRoot":"","sources":["../../../src/split-pane/SplitPane.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,YAAY,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAErF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY;;;EAQvB,CAAC"}
1
+ {"version":3,"file":"SplitPane.d.ts","sourceRoot":"","sources":["../../../src/split-pane/SplitPane.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,YAAY,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAErF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY;;;;EASvB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eStepElement } from "@m3e/web/stepper";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eStep: import("@lit/react").ReactWebComponent<M3eStepElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Step.d.ts","sourceRoot":"","sources":["../../../src/stepper/Step.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,OAAO;;;;EASlB,CAAC"}
1
+ {"version":3,"file":"Step.d.ts","sourceRoot":"","sources":["../../../src/stepper/Step.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,OAAO;;;;;EAUlB,CAAC"}
@@ -14,6 +14,8 @@ export type { M3eStepperElement, StepperOrientation, StepLabelPosition, StepHead
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eStepper: import("@lit/react").ReactWebComponent<M3eStepperElement, {
17
+ onBeforeInput: string;
18
+ onInput: string;
17
19
  onChange: string;
18
20
  }>;
19
21
  //# sourceMappingURL=Stepper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../src/stepper/Stepper.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,YAAY,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAErH;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU;;EAOrB,CAAC"}
1
+ {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../src/stepper/Stepper.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,YAAY,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAErH;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU;;;;EASrB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eSwitchElement, SwitchIcons } from "@m3e/web/switch";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eSwitch: import("@lit/react").ReactWebComponent<M3eSwitchElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/switch/Switch.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAErE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;;;EASpB,CAAC"}
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/switch/Switch.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAErE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;;;;EAUpB,CAAC"}
@@ -14,6 +14,7 @@ export type { M3eTabElement } from "@m3e/web/tabs";
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eTab: import("@lit/react").ReactWebComponent<M3eTabElement, {
17
+ onBeforeInput: string;
17
18
  onInput: string;
18
19
  onChange: string;
19
20
  onClick: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../src/tabs/Tab.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,MAAM;;;;EASjB,CAAC"}
1
+ {"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../src/tabs/Tab.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,MAAM;;;;;EAUjB,CAAC"}
@@ -14,6 +14,8 @@ export type { M3eTabsElement, TabVariant, TabHeaderPosition } from "@m3e/web/tab
14
14
  * accessibility, and supported events.
15
15
  */
16
16
  export declare const M3eTabs: import("@lit/react").ReactWebComponent<M3eTabsElement, {
17
+ onBeforeInput: string;
18
+ onInput: string;
17
19
  onChange: string;
18
20
  }>;
19
21
  //# sourceMappingURL=Tabs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/tabs/Tabs.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEnF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,OAAO;;EAOlB,CAAC"}
1
+ {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/tabs/Tabs.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEnF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,OAAO;;;;EASlB,CAAC"}