@ds-mo/ui 14.10.0 → 14.11.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-08-21T20:04:04",
2
+ "timestamp": "2026-08-21T20:51:35",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.5",
@@ -26591,6 +26591,35 @@
26591
26591
  "required": false,
26592
26592
  "getter": false,
26593
26593
  "setter": false
26594
+ },
26595
+ {
26596
+ "name": "virtualModeLabel",
26597
+ "type": "string",
26598
+ "complexType": {
26599
+ "original": "string",
26600
+ "resolved": "string",
26601
+ "references": {}
26602
+ },
26603
+ "mutable": false,
26604
+ "attr": "virtual-mode-label",
26605
+ "reflectToAttr": false,
26606
+ "docs": "",
26607
+ "docsTags": [
26608
+ {
26609
+ "name": "default",
26610
+ "text": "'Virtual scroll'"
26611
+ }
26612
+ ],
26613
+ "default": "'Virtual scroll'",
26614
+ "values": [
26615
+ {
26616
+ "type": "string"
26617
+ }
26618
+ ],
26619
+ "optional": false,
26620
+ "required": false,
26621
+ "getter": false,
26622
+ "setter": false
26594
26623
  }
26595
26624
  ],
26596
26625
  "methods": [],
@@ -8876,7 +8876,7 @@
8876
8876
  ],
8877
8877
  "accessibility": [
8878
8878
  "The rendered structure uses a native table, caption, column headers, row groups, and data cells; keep the caption non-empty. The native caption remains visually hidden as the table's accessible name. When caption visibility is enabled, a 48px header bar renders as component chrome outside the horizontal scrollport. It defaults to a presentational caption title that does not duplicate the accessible name. Application-owned labeled controls supplied through the single named header slot replace that fallback and occupy the leading content width inside the component-owned 8px inset. When columnCustomizer is enabled, the table adds a trailing Preferences control named Customize table; otherwise the header slot receives the complete content width.",
8879
- "The data-mode switcher is the shared Menu of the table's supported infinite and pagination modes. Virtual mode is a controlled dataMode value only; it is not a default switcher item. The switcher is the final caption-bar action; when the column customizer is also present, a decorative vertical divider separates the two controls. dataMode remains controlled, and the application responds to change intent by supplying the matching records, pagination state, loading behavior, and query consequences. Escape, dismissal, and selection return focus to the trigger.",
8879
+ "The data-mode switcher is the shared Menu of the table's supported infinite, pagination, and virtual modes. The switcher is the final caption-bar action; when the column customizer is also present, a decorative vertical divider separates the two controls. dataMode remains controlled, and the application responds to change intent by supplying the matching records, pagination state, loading behavior, and query consequences. Escape, dismissal, and selection return focus to the trigger.",
8880
8880
  "The column customizer is the shared Menu of switch rows, not a table-owned dialog. Data columns can be shown, hidden, and reordered. Locked action columns stay visible, inactive, and last. The selection checkbox is not a column and never appears. The last remaining visible data column cannot be hidden, but it stays focusable so it can still be reordered. Escape and outside click restore focus to the trigger. Persistence stays in the application.",
8881
8881
  "Sorting controls remain buttons inside column headers and expose the table's one controlled member-row sort through aria-sort. Grouping never adds a second sort indicator or header control; the application supplies groups in its fixed product order. Optional column help underlines the header label with the shared dotted decoration and shows ds-tooltip from that label; it does not add a second header control or replace the column name.",
8882
8882
  "Selection controls expose checkbox semantics and explicit row names; select-all affects selectable loaded rows only and preserves selected identities outside the loaded window. In virtual mode the supplied in-memory rows are that loaded set, including rows whose DOM is recycled. When grouping is active with multi-selection, each group section header also exposes a checkbox that selects or clears that group's selectable loaded rows.",
@@ -8912,7 +8912,7 @@
8912
8912
  "frameworkCaveats": {
8913
8913
  "customElements": [
8914
8914
  "Assign columns, rows, groups, grouping, sort, selectedRowIds, collapsedGroupIds, hiddenColumnIds, columnOrder, pagination, displayedCount, and totalCount through JavaScript properties rather than HTML attribute strings.",
8915
- "dataMode=virtual recycles row DOM over the supplied in-memory rows or groups and requires height, maxHeight, or fitViewport. It does not fetch, paginate, or add a default data-mode switcher item.",
8915
+ "dataMode=virtual recycles row DOM over the supplied in-memory rows or groups and requires height, maxHeight, or fitViewport. It does not fetch or paginate.",
8916
8916
  "When an action cell supplies items, the table opens one shared ds-menu from the Ellipses trigger; dsCellAction fires for the selected command, not for opening or closing the menu.",
8917
8917
  "When columnCustomizer is enabled, the Preferences trigger opens the same shared ds-menu of reorderable switch rows; toggling a switch or reordering a row emits dsColumnsConfigChange and does not close the menu.",
8918
8918
  "Overflowing text tracks present one shared ds-tooltip with the omitted value. Unlimited wrapping tracks and disabled rows never show it. The tooltip is not linked with aria-describedby because the full string remains in the cell.",
@@ -9166,6 +9166,10 @@
9166
9166
  "viewportInsetBlockStart": {
9167
9167
  "type": "string | number",
9168
9168
  "required": false
9169
+ },
9170
+ "virtualModeLabel": {
9171
+ "type": "string",
9172
+ "required": false
9169
9173
  }
9170
9174
  },
9171
9175
  "events": [