@aquera/nile-elements 1.1.3-beta-1.4 → 1.1.3-beta-2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/demo/index.html +124 -24
  2. package/dist/index.js +728 -770
  3. package/dist/nile-grid/nile-grid.cjs.js +1 -1
  4. package/dist/nile-grid/nile-grid.cjs.js.map +1 -1
  5. package/dist/nile-grid/nile-grid.css.cjs.js +1 -1
  6. package/dist/nile-grid/nile-grid.css.cjs.js.map +1 -1
  7. package/dist/nile-grid/nile-grid.css.esm.js +4 -8
  8. package/dist/nile-grid/nile-grid.esm.js +6 -6
  9. package/dist/nile-grid/nile-grid.utils.cjs.js +1 -1
  10. package/dist/nile-grid/nile-grid.utils.cjs.js.map +1 -1
  11. package/dist/nile-grid/nile-grid.utils.esm.js +1 -1
  12. package/dist/nile-grid-body/nile-grid-body.cjs.js +1 -1
  13. package/dist/nile-grid-body/nile-grid-body.cjs.js.map +1 -1
  14. package/dist/nile-grid-body/nile-grid-body.css.cjs.js +1 -1
  15. package/dist/nile-grid-body/nile-grid-body.css.cjs.js.map +1 -1
  16. package/dist/nile-grid-body/nile-grid-body.css.esm.js +4 -0
  17. package/dist/nile-grid-body/nile-grid-body.esm.js +3 -3
  18. package/dist/nile-grid-cell-item/nile-grid-cell-item.cjs.js +1 -1
  19. package/dist/nile-grid-cell-item/nile-grid-cell-item.cjs.js.map +1 -1
  20. package/dist/nile-grid-cell-item/nile-grid-cell-item.css.cjs.js +1 -1
  21. package/dist/nile-grid-cell-item/nile-grid-cell-item.css.cjs.js.map +1 -1
  22. package/dist/nile-grid-cell-item/nile-grid-cell-item.css.esm.js +3 -18
  23. package/dist/nile-grid-cell-item/nile-grid-cell-item.esm.js +3 -3
  24. package/dist/nile-grid-head/nile-grid-head.cjs.js +1 -1
  25. package/dist/nile-grid-head/nile-grid-head.cjs.js.map +1 -1
  26. package/dist/nile-grid-head/nile-grid-head.css.cjs.js +1 -1
  27. package/dist/nile-grid-head/nile-grid-head.css.cjs.js.map +1 -1
  28. package/dist/nile-grid-head/nile-grid-head.css.esm.js +1 -1
  29. package/dist/nile-grid-head/nile-grid-head.esm.js +3 -3
  30. package/dist/nile-grid-head-item/nile-grid-head-item.cjs.js +1 -1
  31. package/dist/nile-grid-head-item/nile-grid-head-item.cjs.js.map +1 -1
  32. package/dist/nile-grid-head-item/nile-grid-head-item.css.cjs.js +1 -1
  33. package/dist/nile-grid-head-item/nile-grid-head-item.css.cjs.js.map +1 -1
  34. package/dist/nile-grid-head-item/nile-grid-head-item.css.esm.js +5 -20
  35. package/dist/nile-grid-head-item/nile-grid-head-item.esm.js +3 -4
  36. package/dist/nile-grid-row/nile-grid-row.cjs.js +1 -1
  37. package/dist/nile-grid-row/nile-grid-row.cjs.js.map +1 -1
  38. package/dist/nile-grid-row/nile-grid-row.css.cjs.js +1 -1
  39. package/dist/nile-grid-row/nile-grid-row.css.cjs.js.map +1 -1
  40. package/dist/nile-grid-row/nile-grid-row.css.esm.js +5 -17
  41. package/dist/nile-grid-row/nile-grid-row.esm.js +5 -4
  42. package/dist/nile-virtual-select/nile-virtual-select.cjs.js +2 -2
  43. package/dist/nile-virtual-select/nile-virtual-select.cjs.js.map +1 -1
  44. package/dist/nile-virtual-select/nile-virtual-select.esm.js +7 -6
  45. package/dist/src/nile-grid/nile-grid.css.js +2 -6
  46. package/dist/src/nile-grid/nile-grid.css.js.map +1 -1
  47. package/dist/src/nile-grid/nile-grid.d.ts +3 -9
  48. package/dist/src/nile-grid/nile-grid.js +20 -96
  49. package/dist/src/nile-grid/nile-grid.js.map +1 -1
  50. package/dist/src/nile-grid/nile-grid.utils.d.ts +2 -3
  51. package/dist/src/nile-grid/nile-grid.utils.js +81 -223
  52. package/dist/src/nile-grid/nile-grid.utils.js.map +1 -1
  53. package/dist/src/nile-grid-body/nile-grid-body.css.js +4 -0
  54. package/dist/src/nile-grid-body/nile-grid-body.css.js.map +1 -1
  55. package/dist/src/nile-grid-body/nile-grid-body.js +1 -1
  56. package/dist/src/nile-grid-body/nile-grid-body.js.map +1 -1
  57. package/dist/src/nile-grid-cell-item/nile-grid-cell-item.css.js +2 -17
  58. package/dist/src/nile-grid-cell-item/nile-grid-cell-item.css.js.map +1 -1
  59. package/dist/src/nile-grid-cell-item/nile-grid-cell-item.d.ts +3 -0
  60. package/dist/src/nile-grid-cell-item/nile-grid-cell-item.js +11 -1
  61. package/dist/src/nile-grid-cell-item/nile-grid-cell-item.js.map +1 -1
  62. package/dist/src/nile-grid-head/nile-grid-head.css.js +1 -1
  63. package/dist/src/nile-grid-head/nile-grid-head.css.js.map +1 -1
  64. package/dist/src/nile-grid-head/nile-grid-head.js +1 -1
  65. package/dist/src/nile-grid-head/nile-grid-head.js.map +1 -1
  66. package/dist/src/nile-grid-head-item/nile-grid-head-item.css.js +3 -18
  67. package/dist/src/nile-grid-head-item/nile-grid-head-item.css.js.map +1 -1
  68. package/dist/src/nile-grid-head-item/nile-grid-head-item.d.ts +2 -3
  69. package/dist/src/nile-grid-head-item/nile-grid-head-item.js +11 -14
  70. package/dist/src/nile-grid-head-item/nile-grid-head-item.js.map +1 -1
  71. package/dist/src/nile-grid-row/nile-grid-row.css.js +5 -17
  72. package/dist/src/nile-grid-row/nile-grid-row.css.js.map +1 -1
  73. package/dist/src/nile-grid-row/nile-grid-row.d.ts +1 -4
  74. package/dist/src/nile-grid-row/nile-grid-row.js +4 -19
  75. package/dist/src/nile-grid-row/nile-grid-row.js.map +1 -1
  76. package/dist/src/nile-virtual-select/nile-virtual-select.d.ts +18 -0
  77. package/dist/src/nile-virtual-select/nile-virtual-select.js +230 -3
  78. package/dist/src/nile-virtual-select/nile-virtual-select.js.map +1 -1
  79. package/dist/src/version.js +1 -1
  80. package/dist/src/version.js.map +1 -1
  81. package/dist/tsconfig.tsbuildinfo +1 -1
  82. package/package.json +1 -1
  83. package/src/nile-grid/nile-grid.css.ts +2 -6
  84. package/src/nile-grid/nile-grid.ts +21 -124
  85. package/src/nile-grid/nile-grid.utils.ts +98 -353
  86. package/src/nile-grid-body/nile-grid-body.css.ts +4 -0
  87. package/src/nile-grid-body/nile-grid-body.ts +2 -2
  88. package/src/nile-grid-cell-item/nile-grid-cell-item.css.ts +2 -17
  89. package/src/nile-grid-cell-item/nile-grid-cell-item.ts +11 -3
  90. package/src/nile-grid-head/nile-grid-head.css.ts +1 -1
  91. package/src/nile-grid-head/nile-grid-head.ts +2 -2
  92. package/src/nile-grid-head-item/nile-grid-head-item.css.ts +3 -18
  93. package/src/nile-grid-head-item/nile-grid-head-item.ts +16 -8
  94. package/src/nile-grid-row/nile-grid-row.css.ts +5 -17
  95. package/src/nile-grid-row/nile-grid-row.ts +6 -9
  96. package/src/nile-virtual-select/nile-virtual-select.ts +257 -3
  97. package/vscode-html-custom-data.json +69 -37
  98. package/src/nile-grid/nile-grid.types.ts +0 -1
@@ -1857,7 +1857,7 @@
1857
1857
  },
1858
1858
  {
1859
1859
  "name": "nile-grid-cell-item",
1860
- "description": "Nile grid-cell component.\n\nAttributes:\n\n * `colspan` {`number`} - \n\n * `rowspan` {`number`} - \n\n * `resizable` {`boolean`} - \n\nProperties:\n\n * `colspan` {`number`} - \n\n * `rowspan` {`number`} - \n\n * `resizable` {`boolean`} - \n\n * `onHandlePointerDown` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1860
+ "description": "Nile grid-cell component.\n\nAttributes:\n\n * `colspan` {`number`} - \n\n * `rowspan` {`number`} - \n\n * `align` {`\"end\" | \"start\" | \"center\" | undefined`} - \n\n * `valign` {`\"top\" | \"bottom\" | \"middle\" | undefined`} - \n\n * `resizable` {`boolean`} - \n\n * `textOverflowType` {`\"ellipsis\" | \"clip\"`} - \n\nProperties:\n\n * `colspan` {`number`} - \n\n * `rowspan` {`number`} - \n\n * `align` {`\"end\" | \"start\" | \"center\" | undefined`} - \n\n * `valign` {`\"top\" | \"bottom\" | \"middle\" | undefined`} - \n\n * `resizable` {`boolean`} - \n\n * `textOverflowType` {`\"ellipsis\" | \"clip\"`} - \n\n * `onHandlePointerDown` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1861
1861
  "attributes": [
1862
1862
  {
1863
1863
  "name": "colspan",
@@ -1867,16 +1867,58 @@
1867
1867
  "name": "rowspan",
1868
1868
  "description": "`rowspan` {`number`} - \n\nProperty: rowspan\n\nDefault: 1"
1869
1869
  },
1870
+ {
1871
+ "name": "align",
1872
+ "description": "`align` {`\"end\" | \"start\" | \"center\" | undefined`} - \n\nProperty: align",
1873
+ "values": [
1874
+ {
1875
+ "name": "end"
1876
+ },
1877
+ {
1878
+ "name": "start"
1879
+ },
1880
+ {
1881
+ "name": "center"
1882
+ }
1883
+ ]
1884
+ },
1885
+ {
1886
+ "name": "valign",
1887
+ "description": "`valign` {`\"top\" | \"bottom\" | \"middle\" | undefined`} - \n\nProperty: valign",
1888
+ "values": [
1889
+ {
1890
+ "name": "top"
1891
+ },
1892
+ {
1893
+ "name": "bottom"
1894
+ },
1895
+ {
1896
+ "name": "middle"
1897
+ }
1898
+ ]
1899
+ },
1870
1900
  {
1871
1901
  "name": "resizable",
1872
1902
  "description": "`resizable` {`boolean`} - \n\nProperty: resizable\n\nDefault: false",
1873
1903
  "valueSet": "v"
1904
+ },
1905
+ {
1906
+ "name": "textOverflowType",
1907
+ "description": "`textOverflowType` {`\"ellipsis\" | \"clip\"`} - \n\nProperty: textOverflowType\n\nDefault: ellipsis",
1908
+ "values": [
1909
+ {
1910
+ "name": "ellipsis"
1911
+ },
1912
+ {
1913
+ "name": "clip"
1914
+ }
1915
+ ]
1874
1916
  }
1875
1917
  ]
1876
1918
  },
1877
1919
  {
1878
1920
  "name": "nile-grid-head-item",
1879
- "description": "Nile grid-head-item component.\n\nAttributes:\n\n * `colspan` {`number`} - \n\n * `rowspan` {`number`} - \n\n * `resizable` {`boolean`} - \n\n * `colSticky` {`boolean`} - \n\n * `lastColSticky` {`boolean`} - \n\n * `customWidth` {`number | null`} - \n\nProperties:\n\n * `colspan` {`number`} - \n\n * `rowspan` {`number`} - \n\n * `resizable` {`boolean`} - \n\n * `colSticky` {`boolean`} - \n\n * `lastColSticky` {`boolean`} - \n\n * `customWidth` {`number | null`} - \n\n * `onHandlePointerDown` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1921
+ "description": "Nile grid-head-item component.\n\nAttributes:\n\n * `colspan` {`number`} - \n\n * `rowspan` {`number`} - \n\n * `scope` {`\"col\" | \"row\"`} - \n\n * `resizable` {`boolean`} - \n\n * `sticky` {`boolean`} - \n\nProperties:\n\n * `colspan` {`number`} - \n\n * `rowspan` {`number`} - \n\n * `scope` {`\"col\" | \"row\"`} - \n\n * `resizable` {`boolean`} - \n\n * `sticky` {`boolean`} - \n\n * `onHandlePointerDown` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1880
1922
  "attributes": [
1881
1923
  {
1882
1924
  "name": "colspan",
@@ -1887,24 +1929,26 @@
1887
1929
  "description": "`rowspan` {`number`} - \n\nProperty: rowspan\n\nDefault: 1"
1888
1930
  },
1889
1931
  {
1890
- "name": "resizable",
1891
- "description": "`resizable` {`boolean`} - \n\nProperty: resizable\n\nDefault: false",
1892
- "valueSet": "v"
1932
+ "name": "scope",
1933
+ "description": "`scope` {`\"col\" | \"row\"`} - \n\nProperty: scope\n\nDefault: col",
1934
+ "values": [
1935
+ {
1936
+ "name": "col"
1937
+ },
1938
+ {
1939
+ "name": "row"
1940
+ }
1941
+ ]
1893
1942
  },
1894
1943
  {
1895
- "name": "colSticky",
1896
- "description": "`colSticky` {`boolean`} - \n\nProperty: colSticky\n\nDefault: false",
1944
+ "name": "resizable",
1945
+ "description": "`resizable` {`boolean`} - \n\nProperty: resizable\n\nDefault: false",
1897
1946
  "valueSet": "v"
1898
1947
  },
1899
1948
  {
1900
- "name": "lastColSticky",
1901
- "description": "`lastColSticky` {`boolean`} - \n\nProperty: lastColSticky\n\nDefault: false",
1949
+ "name": "sticky",
1950
+ "description": "`sticky` {`boolean`} - \n\nProperty: sticky\n\nDefault: false",
1902
1951
  "valueSet": "v"
1903
- },
1904
- {
1905
- "name": "customWidth",
1906
- "description": "`customWidth` {`number | null`} - \n\nProperty: customWidth\n\nDefault: null",
1907
- "values": []
1908
1952
  }
1909
1953
  ]
1910
1954
  },
@@ -1915,33 +1959,16 @@
1915
1959
  },
1916
1960
  {
1917
1961
  "name": "nile-grid-row",
1918
- "description": "Nile grid-row component.\n\nAttributes:\n\n * `disabled` {`boolean`} - \n\n * `hover` {`boolean`} - \n\n * `selected` {`boolean`} - \n\nProperties:\n\n * `disabled` {`boolean`} - \n\n * `hover` {`boolean`} - \n\n * `selected` {`boolean`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1919
- "attributes": [
1920
- {
1921
- "name": "disabled",
1922
- "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
1923
- "valueSet": "v"
1924
- },
1925
- {
1926
- "name": "hover",
1927
- "description": "`hover` {`boolean`} - \n\nProperty: hover\n\nDefault: false",
1928
- "valueSet": "v"
1929
- },
1930
- {
1931
- "name": "selected",
1932
- "description": "`selected` {`boolean`} - \n\nProperty: selected\n\nDefault: false",
1933
- "valueSet": "v"
1934
- }
1935
- ]
1962
+ "description": "Nile grid-row component.\n\nProperties:\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1963
+ "attributes": []
1936
1964
  },
1937
1965
  {
1938
1966
  "name": "nile-grid",
1939
- "description": "Nile grid component.\n\nAttributes:\n\n * `enableResizeScroll` {`boolean`} - To enable horizontal scrolling when user is resizing\n\nProperties:\n\n * `colTemplate` {`string`} - To set the grid template columns in rebuildTemplate method\n\n * `columnWidths` {`number[]`} - To store the column widths in the beginning and after resizing\n\n * `slotEl` {`HTMLSlotElement`} - To get the slot element\n\n * `resizeStart` {`HTMLElement`} - To get the first resize line to show the resize handle\n\n * `resizeEnd` {`HTMLElement`} - To get the last resize line to show the resize handle\n\n * `enableResizeScroll` {`boolean`} - To enable horizontal scrolling when user is resizing\n\n * `mo` {`MutationObserver | undefined`} - To store the mutation observer\n\n * `resizeObserver` - To store the resize observer\n\n * `raf` {`number`} - To store the request animation frame\n\n * `stickyLeftIndexes` {`number[]`} - To store the sticky index's\n\n * `stickyRightIndexes` {`number[]`} - To store the sticky index's\n\n * `onResize` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1967
+ "description": "Nile grid component.\n\nAttributes:\n\n * `customWidths` {`number[]`} - User can pass custom widths for the columns\n\nProperties:\n\n * `customWidths` {`number[]`} - User can pass custom widths for the columns\n\n * `colTemplate` {`string`} - To set the grid template columns in rebuildTemplate method\n\n * `columnWidths` {`number[]`} - To store the column widths in the beginning and after resizing\n\n * `slotEl` {`HTMLSlotElement`} - To get the slot element\n\n * `resizeStart` {`HTMLElement`} - To get the first resize line to show the resize handle\n\n * `resizeEnd` {`HTMLElement`} - To get the last resize line to show the resize handle\n\n * `mo` {`MutationObserver | undefined`} - To store the mutation observer\n\n * `raf` {`number`} - To store the request animation frame\n\n * `onResize` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1940
1968
  "attributes": [
1941
1969
  {
1942
- "name": "enableResizeScroll",
1943
- "description": "`enableResizeScroll` {`boolean`} - To enable horizontal scrolling when user is resizing\n\nProperty: enableResizeScroll\n\nDefault: false",
1944
- "valueSet": "v"
1970
+ "name": "customWidths",
1971
+ "description": "`customWidths` {`number[]`} - User can pass custom widths for the columns\n\nProperty: customWidths\n\nDefault: "
1945
1972
  }
1946
1973
  ]
1947
1974
  },
@@ -4760,7 +4787,7 @@
4760
4787
  },
4761
4788
  {
4762
4789
  "name": "nile-virtual-select",
4763
- "description": "Events:\n\n * `nile-change` {} - Emitted when the control's value changes.\n\n * `nile-clear` {} - Emitted when the control's value is cleared.\n\n * `nile-input` {} - Emitted when the control receives input.\n\n * `nile-focus` {} - Emitted when the control gains focus.\n\n * `nile-blur` {} - Emitted when the control loses focus.\n\n * `nile-show` {} - Emitted when the select's menu opens.\n\n * `nile-after-show` {} - Emitted after the select's menu opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the select's menu closes.\n\n * `nile-after-hide` {} - Emitted after the select's menu closes and all animations are complete.\n\n * `nile-invalid` {} - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n * `nile-search` {} - Emitted when the user types in the search input. The event payload includes the search query for backend search functionality.\n\n * `nile-scroll` {} - Emitted when the user scrolls within the virtualized container. The event payload includes scroll position information.\n\n * `nile-scroll-start` {} - Emitted when the user starts scrolling within the virtualized container.\n\n * `nile-scroll-end` {} - Emitted when the user stops scrolling and reaches the bottom of the virtualized container (debounced).\n\nSlots:\n\n * `label` {} - The input's label. Alternatively, you can use the `label` attribute.\n\n * `prefix` {} - Used to prepend a presentational icon or similar element to the combobox.\n\n * `clear-icon` {} - An icon to use in lieu of the default clear icon.\n\n * `expand-icon` {} - The icon to show when the control is expanded and collapsed.\n\n * `help-text` {} - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\nAttributes:\n\n * `data` - Array of all option items for virtual scrolling\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - The select's size.\n\n * `placeholder` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `autoResize` {`boolean`} - Enable automatic resizing of tags area\n\n * `searchEnabled` {`boolean`} - Enable search functionality\n\n * `internal-search-placeholder` {`string`} - Search input placeholder\n\n * `disableLocalSearch` {`boolean`} - Disable local search filtering\n\n * `optionsLoading` {`boolean`} - Show loading state\n\n * `loading` {`boolean`} - Show loading state using nile-loader\n\n * `multiple` {`boolean`} - Allows more than one option to be selected.\n\n * `help-text` {`string`} - Help text\n\n * `error-message` {`string`} - Error message\n\n * `warning` {`boolean`} - Sets the input to a warning state\n\n * `error` {`boolean`} - Sets the input to an error state\n\n * `success` {`boolean`} - Sets the input to a success state\n\n * `clearable` {`boolean`} - Adds a clear button when the select is not empty.\n\n * `open` {`boolean`} - The select's open state.\n\n * `hoist` {`boolean`} - Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `filled` {`boolean`} - Draws a filled select.\n\n * `pill` {`boolean`} - Draws a pill-style select with rounded edges.\n\n * `label` {`string`} - The select's label. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"bottom\"`} - The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.\n\n * `showNoResults` {`boolean`} - Show no results message\n\n * `noResultsMessage` {`string`} - No results message\n\n * `showSelected` {`boolean`} - Show selected options only\n\n * `blockValueChange` {`boolean`} - Block value change events\n\n * `noWidthSync` {`boolean`} - Disable width synchronization\n\n * `max-options-visible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\n * `name` {`string`} - The name of the select, submitted as a name/value pair with form data.\n\n * `value` {`string | string[]`} - The current value of the select. When `multiple` is enabled, the value will be an array of selected values.\n\n * `disabled` {`boolean`} - Disables the select control.\n\n * `form` {`string`} - By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.\n\n * `required` {`boolean`} - The select's required attribute.\n\nProperties:\n\n * `styles` - \n\n * `formControlController` - \n\n * `hasSlotController` - \n\n * `popup` - \n\n * `displayInput` {`HTMLInputElement`} - \n\n * `valueInput` {`HTMLInputElement`} - \n\n * `virtualizedContainer` {`HTMLElement`} - \n\n * `hasFocus` {`boolean`} - \n\n * `displayLabel` {`string`} - \n\n * `selectedOptions` {`VirtualOption[]`} - \n\n * `oldValue` {`string | string[]`} - \n\n * `scrollTimeout` {`number | undefined`} - \n\n * `scrolling` {`boolean`} - \n\n * `data` - Array of all option items for virtual scrolling\n\n * `originalOptionItems` - Original unfiltered option items for search functionality\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - The select's size.\n\n * `placeholder` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `autoResize` {`boolean`} - Enable automatic resizing of tags area\n\n * `searchValue` {`string`} - Current search value\n\n * `searchEnabled` {`boolean`} - Enable search functionality\n\n * `internalSearchPlaceHolder` {`string`} - Search input placeholder\n\n * `disableLocalSearch` {`boolean`} - Disable local search filtering\n\n * `optionsLoading` {`boolean`} - Show loading state\n\n * `loading` {`boolean`} - Show loading state using nile-loader\n\n * `multiple` {`boolean`} - Allows more than one option to be selected.\n\n * `helpText` {`string`} - Help text\n\n * `errorMessage` {`string`} - Error message\n\n * `warning` {`boolean`} - Sets the input to a warning state\n\n * `error` {`boolean`} - Sets the input to an error state\n\n * `success` {`boolean`} - Sets the input to a success state\n\n * `clearable` {`boolean`} - Adds a clear button when the select is not empty.\n\n * `open` {`boolean`} - The select's open state.\n\n * `hoist` {`boolean`} - Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `filled` {`boolean`} - Draws a filled select.\n\n * `pill` {`boolean`} - Draws a pill-style select with rounded edges.\n\n * `label` {`string`} - The select's label. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"bottom\"`} - The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.\n\n * `showNoResults` {`boolean`} - Show no results message\n\n * `noResultsMessage` {`string`} - No results message\n\n * `showSelected` {`boolean`} - Show selected options only\n\n * `renderItemConfig` {`RenderItemConfig | undefined`} - Enhanced configuration for rendering items with support for display text, value, and search text\n\n * `blockValueChange` {`boolean`} - Block value change events\n\n * `noWidthSync` {`boolean`} - Disable width synchronization\n\n * `maxOptionsVisible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\n * `oldMaxOptionsVisible` {`number`} - \n\n * `showListbox` {`boolean`} - \n\n * `handleDocumentMouseDown` - \n\n * `handleWindowError` - This is a workaround for an error in the Lit Labs virtualizer.\nSince there are no specific guidelines available to fix the issue,\nwe are catching only the error message related to the virtualizer.\n\n * `resizeController` - \n\n * `name` {`string`} - The name of the select, submitted as a name/value pair with form data.\n\n * `value` {`string | string[]`} - The current value of the select. When `multiple` is enabled, the value will be an array of selected values.\n\n * `disabled` {`boolean`} - Disables the select control.\n\n * `defaultValue` {`string | string[]`} - The default value of the form control. Primarily used for resetting the form control.\n\n * `defaultChecked` {`boolean | undefined`} - \n\n * `form` {`string`} - By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.\n\n * `pattern` {`string | undefined`} - \n\n * `min` {`string | number | Date | undefined`} - \n\n * `max` {`string | number | Date | undefined`} - \n\n * `step` {`number | \"any\" | undefined`} - \n\n * `required` {`boolean`} - The select's required attribute.\n\n * `minlength` {`number | undefined`} - \n\n * `maxlength` {`number | undefined`} - \n\n * `validity` {`ValidityState`} - Gets the validity state object\n\n * `validationMessage` {`string`} - Gets the validation message\n\n * `checkValidity` - \n\n * `getForm` - \n\n * `reportValidity` - \n\n * `setCustomValidity` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
4790
+ "description": "Events:\n\n * `nile-change` {} - Emitted when the control's value changes.\n\n * `nile-clear` {} - Emitted when the control's value is cleared.\n\n * `nile-input` {} - Emitted when the control receives input.\n\n * `nile-focus` {} - Emitted when the control gains focus.\n\n * `nile-blur` {} - Emitted when the control loses focus.\n\n * `nile-show` {} - Emitted when the select's menu opens.\n\n * `nile-after-show` {} - Emitted after the select's menu opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the select's menu closes.\n\n * `nile-after-hide` {} - Emitted after the select's menu closes and all animations are complete.\n\n * `nile-invalid` {} - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n * `nile-search` {} - Emitted when the user types in the search input. The event payload includes the search query for backend search functionality.\n\n * `nile-scroll` {} - Emitted when the user scrolls within the virtualized container. The event payload includes scroll position information.\n\n * `nile-scroll-start` {} - Emitted when the user starts scrolling within the virtualized container.\n\n * `nile-scroll-end` {} - Emitted when the user stops scrolling and reaches the bottom of the virtualized container (debounced).\n\nSlots:\n\n * `label` {} - The input's label. Alternatively, you can use the `label` attribute.\n\n * `prefix` {} - Used to prepend a presentational icon or similar element to the combobox.\n\n * `clear-icon` {} - An icon to use in lieu of the default clear icon.\n\n * `expand-icon` {} - The icon to show when the control is expanded and collapsed.\n\n * `help-text` {} - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\nAttributes:\n\n * `data` - Array of all option items for virtual scrolling\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - The select's size.\n\n * `placeholder` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `autoResize` {`boolean`} - Enable automatic resizing of tags area\n\n * `searchEnabled` {`boolean`} - Enable search functionality\n\n * `internal-search-placeholder` {`string`} - Search input placeholder\n\n * `disableLocalSearch` {`boolean`} - Disable local search filtering\n\n * `optionsLoading` {`boolean`} - Show loading state\n\n * `loading` {`boolean`} - Show loading state using nile-loader\n\n * `multiple` {`boolean`} - Allows more than one option to be selected.\n\n * `help-text` {`string`} - Help text\n\n * `error-message` {`string`} - Error message\n\n * `warning` {`boolean`} - Sets the input to a warning state\n\n * `error` {`boolean`} - Sets the input to an error state\n\n * `success` {`boolean`} - Sets the input to a success state\n\n * `clearable` {`boolean`} - Adds a clear button when the select is not empty.\n\n * `open` {`boolean`} - The select's open state.\n\n * `hoist` {`boolean`} - Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `filled` {`boolean`} - Draws a filled select.\n\n * `pill` {`boolean`} - Draws a pill-style select with rounded edges.\n\n * `label` {`string`} - The select's label. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"bottom\"`} - The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.\n\n * `showNoResults` {`boolean`} - Show no results message\n\n * `noResultsMessage` {`string`} - No results message\n\n * `showSelected` {`boolean`} - Show selected options only\n\n * `blockValueChange` {`boolean`} - Block value change events\n\n * `noWidthSync` {`boolean`} - Disable width synchronization\n\n * `bodyAppend` {`boolean`} - When true, the listbox will be appended to the document body instead of the parent container.\nThis is useful when the parent has overflow: hidden, clip-path, or transform applied.\n\n * `max-options-visible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\n * `name` {`string`} - The name of the select, submitted as a name/value pair with form data.\n\n * `value` {`string | string[]`} - The current value of the select. When `multiple` is enabled, the value will be an array of selected values.\n\n * `disabled` {`boolean`} - Disables the select control.\n\n * `form` {`string`} - By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.\n\n * `required` {`boolean`} - The select's required attribute.\n\nProperties:\n\n * `styles` - \n\n * `formControlController` - \n\n * `hasSlotController` - \n\n * `popup` - \n\n * `displayInput` {`HTMLInputElement`} - \n\n * `valueInput` {`HTMLInputElement`} - \n\n * `virtualizedContainer` {`HTMLElement`} - \n\n * `hasFocus` {`boolean`} - \n\n * `displayLabel` {`string`} - \n\n * `selectedOptions` {`VirtualOption[]`} - \n\n * `oldValue` {`string | string[]`} - \n\n * `scrollTimeout` {`number | undefined`} - \n\n * `scrolling` {`boolean`} - \n\n * `data` - Array of all option items for virtual scrolling\n\n * `originalOptionItems` - Original unfiltered option items for search functionality\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - The select's size.\n\n * `placeholder` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `autoResize` {`boolean`} - Enable automatic resizing of tags area\n\n * `searchValue` {`string`} - Current search value\n\n * `searchEnabled` {`boolean`} - Enable search functionality\n\n * `internalSearchPlaceHolder` {`string`} - Search input placeholder\n\n * `disableLocalSearch` {`boolean`} - Disable local search filtering\n\n * `optionsLoading` {`boolean`} - Show loading state\n\n * `loading` {`boolean`} - Show loading state using nile-loader\n\n * `multiple` {`boolean`} - Allows more than one option to be selected.\n\n * `helpText` {`string`} - Help text\n\n * `errorMessage` {`string`} - Error message\n\n * `warning` {`boolean`} - Sets the input to a warning state\n\n * `error` {`boolean`} - Sets the input to an error state\n\n * `success` {`boolean`} - Sets the input to a success state\n\n * `clearable` {`boolean`} - Adds a clear button when the select is not empty.\n\n * `open` {`boolean`} - The select's open state.\n\n * `hoist` {`boolean`} - Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `filled` {`boolean`} - Draws a filled select.\n\n * `pill` {`boolean`} - Draws a pill-style select with rounded edges.\n\n * `label` {`string`} - The select's label. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"bottom\"`} - The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.\n\n * `showNoResults` {`boolean`} - Show no results message\n\n * `noResultsMessage` {`string`} - No results message\n\n * `showSelected` {`boolean`} - Show selected options only\n\n * `renderItemConfig` {`RenderItemConfig | undefined`} - Enhanced configuration for rendering items with support for display text, value, and search text\n\n * `blockValueChange` {`boolean`} - Block value change events\n\n * `noWidthSync` {`boolean`} - Disable width synchronization\n\n * `bodyAppend` {`boolean`} - When true, the listbox will be appended to the document body instead of the parent container.\nThis is useful when the parent has overflow: hidden, clip-path, or transform applied.\n\n * `maxOptionsVisible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\n * `oldMaxOptionsVisible` {`number`} - \n\n * `showListbox` {`boolean`} - \n\n * `bodyAppendContainer` {`HTMLElement | null`} - \n\n * `bodyAppendListbox` {`HTMLElement | null`} - \n\n * `handleDocumentMouseDown` - \n\n * `handleWindowError` - This is a workaround for an error in the Lit Labs virtualizer.\nSince there are no specific guidelines available to fix the issue,\nwe are catching only the error message related to the virtualizer.\n\n * `handleWindowResize` - \n\n * `handleWindowScroll` - \n\n * `resizeController` - \n\n * `name` {`string`} - The name of the select, submitted as a name/value pair with form data.\n\n * `value` {`string | string[]`} - The current value of the select. When `multiple` is enabled, the value will be an array of selected values.\n\n * `disabled` {`boolean`} - Disables the select control.\n\n * `defaultValue` {`string | string[]`} - The default value of the form control. Primarily used for resetting the form control.\n\n * `defaultChecked` {`boolean | undefined`} - \n\n * `form` {`string`} - By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.\n\n * `pattern` {`string | undefined`} - \n\n * `min` {`string | number | Date | undefined`} - \n\n * `max` {`string | number | Date | undefined`} - \n\n * `step` {`number | \"any\" | undefined`} - \n\n * `required` {`boolean`} - The select's required attribute.\n\n * `minlength` {`number | undefined`} - \n\n * `maxlength` {`number | undefined`} - \n\n * `validity` {`ValidityState`} - Gets the validity state object\n\n * `validationMessage` {`string`} - Gets the validation message\n\n * `checkValidity` - \n\n * `getForm` - \n\n * `reportValidity` - \n\n * `setCustomValidity` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
4764
4791
  "attributes": [
4765
4792
  {
4766
4793
  "name": "data",
@@ -4907,6 +4934,11 @@
4907
4934
  "description": "`noWidthSync` {`boolean`} - Disable width synchronization\n\nProperty: noWidthSync\n\nDefault: false",
4908
4935
  "valueSet": "v"
4909
4936
  },
4937
+ {
4938
+ "name": "bodyAppend",
4939
+ "description": "`bodyAppend` {`boolean`} - When true, the listbox will be appended to the document body instead of the parent container.\nThis is useful when the parent has overflow: hidden, clip-path, or transform applied.\n\nProperty: bodyAppend\n\nDefault: false",
4940
+ "valueSet": "v"
4941
+ },
4910
4942
  {
4911
4943
  "name": "max-options-visible",
4912
4944
  "description": "`max-options-visible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\nProperty: maxOptionsVisible\n\nDefault: 3"
@@ -1 +0,0 @@
1
- export type HeadItemEl = HTMLElement & { customWidth?: number | null };