@ds-mo/ui 14.2.1 → 14.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.package-ready.json +1 -1
- package/dist/agent-patterns.json +1 -1
- package/dist/agent.json +174 -19
- package/dist/angular/ds-pagination.d.ts +19 -0
- package/dist/angular/ds-pagination.js +42 -0
- package/dist/angular/ds-select.d.ts +1 -1
- package/dist/angular/ds-select.js +3 -3
- package/dist/angular/ds-table.d.ts +4 -1
- package/dist/angular/ds-table.js +7 -4
- package/dist/angular/index.d.ts +1 -1
- package/dist/angular/index.js +1 -0
- package/dist/angular/proxies.d.ts +1 -0
- package/dist/angular/proxies.js +1 -0
- package/dist/components/ds-agent-questionnaire.js +1 -1
- package/dist/components/ds-agent-response.js +1 -1
- package/dist/components/ds-bar-nav.js +1 -1
- package/dist/components/ds-bar-title.js +1 -1
- package/dist/components/ds-bar-workflow.js +1 -1
- package/dist/components/ds-bar-workflow.js.map +1 -1
- package/dist/components/ds-checkbox.js +1 -1
- package/dist/components/ds-filter-menu.js +1 -1
- package/dist/components/ds-input.js +1 -1
- package/dist/components/ds-menu.js +1 -1
- package/dist/components/ds-mobile-header.js +1 -1
- package/dist/components/ds-mobile-section-switcher.js +1 -1
- package/dist/components/ds-pagination.d.ts +11 -0
- package/dist/components/ds-pagination.js +2 -0
- package/dist/components/ds-pagination.js.map +1 -0
- package/dist/components/ds-panel-nav.js +1 -1
- package/dist/components/ds-panel-tool-header.js +1 -1
- package/dist/components/ds-panel-tool-search.js +1 -1
- package/dist/components/ds-panel-tools.js +1 -1
- package/dist/components/ds-radio.js +1 -1
- package/dist/components/ds-select.js +1 -1
- package/dist/components/ds-select.js.map +1 -1
- package/dist/components/ds-shell-app.js +1 -1
- package/dist/components/ds-shell-page.js +1 -1
- package/dist/components/ds-shell-tools.js +1 -1
- package/dist/components/ds-slider.js +1 -1
- package/dist/components/ds-swatch-picker.js +1 -1
- package/dist/components/ds-switch.js +1 -1
- package/dist/components/ds-table.js +1 -1
- package/dist/components/ds-table.js.map +1 -1
- package/dist/components/ds-toast.js +1 -1
- package/dist/components/ds-typing-indicator.js +1 -1
- package/dist/components/index.d.ts +7 -0
- package/dist/components/{p-D2xWcVv6.js → p-B8q-6a03.js} +2 -2
- package/dist/components/{p-BXEiYoDE.js → p-BDXMXH_i.js} +2 -2
- package/dist/components/{p-DYzjeIAT.js → p-BHjw0x3L.js} +2 -2
- package/dist/components/{p-BOCrvs-v.js → p-Btxwp4lJ.js} +2 -2
- package/dist/components/{p-DD5OCVXx.js → p-C5TrNd31.js} +2 -2
- package/dist/components/{p-BDCrM8-1.js → p-CDF_nP74.js} +2 -2
- package/dist/components/{p-DJ_FsLCc.js → p-CKfdvOZ2.js} +2 -2
- package/dist/components/p-CRLRjtsc.js +2 -0
- package/dist/components/p-CRLRjtsc.js.map +1 -0
- package/dist/components/{p-CRjpqqAI.js → p-CW7ML-3h.js} +2 -2
- package/dist/components/{p-DZcFkqXw.js → p-CbqdWBAC.js} +2 -2
- package/dist/components/p-Cc5xgR17.js +2 -0
- package/dist/components/p-Cc5xgR17.js.map +1 -0
- package/dist/components/{p-ChlRsQYY.js → p-ChWnbdFS.js} +2 -2
- package/dist/components/{p-I8WGqoyC.js → p-DF52Grw1.js} +2 -2
- package/dist/components/{p-DXFtmZ8p.js → p-DhDWmMxD.js} +2 -2
- package/dist/components/{p-BpRKUpDT.js → p-DkPNCBA8.js} +2 -2
- package/dist/components/{p-DmZupC1-.js → p-O3OuOaj3.js} +2 -2
- package/dist/components/{p-C-GNvCk0.js → p-RLiackRN.js} +2 -2
- package/dist/components/{p-bR6Ltz4s.js → p-b-Dlg3y_.js} +2 -2
- package/dist/docs/components.json +757 -91
- package/dist/mcp-data/registry/pagination.json +401 -0
- package/dist/mcp-data/registry/registry.json +176 -18
- package/dist/mcp-data/registry/select.json +20 -2
- package/dist/mcp-data/registry/table.json +79 -39
- package/dist/react/components.d.ts +1 -0
- package/dist/react/components.js +1 -0
- package/dist/react/ds-pagination.d.ts +12 -0
- package/dist/react/ds-pagination.js +12 -0
- package/dist/react/ds-table.d.ts +2 -1
- package/dist/react/ds-table.js +1 -0
- package/dist/styles/table.css +11 -0
- package/dist/types/components/Pagination/Pagination.d.ts +42 -0
- package/dist/types/components/Pagination/index.d.ts +3 -0
- package/dist/types/components/Pagination/pagination-model.d.ts +14 -0
- package/dist/types/components/Pagination/pagination-types.d.ts +37 -0
- package/dist/types/components/Select/Select.d.ts +3 -0
- package/dist/types/components/Select/index.d.ts +1 -1
- package/dist/types/components/Table/Table.d.ts +22 -3
- package/dist/types/components/Table/index.d.ts +1 -1
- package/dist/types/components/Table/table-pagination-fit.d.ts +8 -0
- package/dist/types/components/Table/table-types.d.ts +33 -0
- package/dist/types/components.d.ts +227 -17
- package/package.json +1 -1
- /package/dist/components/{p-D2xWcVv6.js.map → p-B8q-6a03.js.map} +0 -0
- /package/dist/components/{p-BXEiYoDE.js.map → p-BDXMXH_i.js.map} +0 -0
- /package/dist/components/{p-DYzjeIAT.js.map → p-BHjw0x3L.js.map} +0 -0
- /package/dist/components/{p-BOCrvs-v.js.map → p-Btxwp4lJ.js.map} +0 -0
- /package/dist/components/{p-DD5OCVXx.js.map → p-C5TrNd31.js.map} +0 -0
- /package/dist/components/{p-BDCrM8-1.js.map → p-CDF_nP74.js.map} +0 -0
- /package/dist/components/{p-DJ_FsLCc.js.map → p-CKfdvOZ2.js.map} +0 -0
- /package/dist/components/{p-CRjpqqAI.js.map → p-CW7ML-3h.js.map} +0 -0
- /package/dist/components/{p-DZcFkqXw.js.map → p-CbqdWBAC.js.map} +0 -0
- /package/dist/components/{p-ChlRsQYY.js.map → p-ChWnbdFS.js.map} +0 -0
- /package/dist/components/{p-I8WGqoyC.js.map → p-DF52Grw1.js.map} +0 -0
- /package/dist/components/{p-DXFtmZ8p.js.map → p-DhDWmMxD.js.map} +0 -0
- /package/dist/components/{p-BpRKUpDT.js.map → p-DkPNCBA8.js.map} +0 -0
- /package/dist/components/{p-DmZupC1-.js.map → p-O3OuOaj3.js.map} +0 -0
- /package/dist/components/{p-C-GNvCk0.js.map → p-RLiackRN.js.map} +0 -0
- /package/dist/components/{p-bR6Ltz4s.js.map → p-b-Dlg3y_.js.map} +0 -0
package/dist/.package-ready.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"schemaVersion":1,"package":"@ds-mo/ui","version":"14.
|
|
1
|
+
{"schemaVersion":1,"package":"@ds-mo/ui","version":"14.4.0","components":70,"digest":"20864331372725d6426fd3f038eb099c2191496f2e659b44a9c5f441b003dc5b","completedAt":"2026-08-19T03:44:40.166Z"}
|
package/dist/agent-patterns.json
CHANGED
package/dist/agent.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"package": "@ds-mo/ui",
|
|
4
|
-
"packageVersion": "14.
|
|
4
|
+
"packageVersion": "14.4.0",
|
|
5
5
|
"kind": "components",
|
|
6
6
|
"entries": [
|
|
7
7
|
{
|
|
@@ -5777,6 +5777,146 @@
|
|
|
5777
5777
|
"tooltip"
|
|
5778
5778
|
]
|
|
5779
5779
|
},
|
|
5780
|
+
{
|
|
5781
|
+
"id": "component:ds-pagination",
|
|
5782
|
+
"tag": "ds-pagination",
|
|
5783
|
+
"name": "pagination",
|
|
5784
|
+
"title": "Pagination",
|
|
5785
|
+
"summary": "Controlled fixed or fitted page-size, compact range, and first/previous/next/last navigation for application-owned data windows.",
|
|
5786
|
+
"intentStatus": "complete",
|
|
5787
|
+
"intent": {
|
|
5788
|
+
"audience": "general",
|
|
5789
|
+
"status": "stable",
|
|
5790
|
+
"summary": "Controlled fixed or fitted page-size, compact range, and first/previous/next/last navigation for application-owned data windows.",
|
|
5791
|
+
"useWhen": [
|
|
5792
|
+
"A result set is divided into discrete pages and the application owns fetching or slicing each page.",
|
|
5793
|
+
"A table or list needs a compact page-size selector, result range, and boundary-aware navigation."
|
|
5794
|
+
],
|
|
5795
|
+
"avoidWhen": [
|
|
5796
|
+
"More results append to one continuous list; use the owning component's incremental-loading behavior instead.",
|
|
5797
|
+
"Only previous and next navigation is meaningful and the total result count is unknown."
|
|
5798
|
+
],
|
|
5799
|
+
"commonlyComposedWith": [
|
|
5800
|
+
"component:ds-table",
|
|
5801
|
+
"component:ds-select",
|
|
5802
|
+
"component:ds-button-unfilled"
|
|
5803
|
+
],
|
|
5804
|
+
"accessibility": [
|
|
5805
|
+
"The component renders a named navigation region, gives its compact page-size noun a complete accessible label, and gives every icon-only boundary control an explicit page action name.",
|
|
5806
|
+
"The visible range and page position use compact slash notation with tabular numerals. A polite atomic status update retains complete ‘of’ and ‘Page’ phrasing with the localized item noun.",
|
|
5807
|
+
"Left and Right Arrow request the adjacent page while focus is within pagination navigation controls. The page-size combobox retains its own arrow-key behavior.",
|
|
5808
|
+
"Inactive boundary controls and every control during loading remain non-interactive while retaining their accessible names."
|
|
5809
|
+
],
|
|
5810
|
+
"states": [
|
|
5811
|
+
"pageIndex, numeric effective pageSize, pageSizeMode, totalItems, and pageSizeOptions are controlled inputs. dsChange reports the complete next pagination state, previous index, size, and mode, and whether the request changed the page, page size, or fitted capacity; it never mutates controlled inputs.",
|
|
5812
|
+
"Page-size changes request the first page. Out-of-range page indexes and invalid numeric inputs normalize only for presentation; the owner remains authoritative.",
|
|
5813
|
+
"Zero results display 0–0 of 0 and Page 1 of 1. A partial final page caps the visible range at totalItems.",
|
|
5814
|
+
"loading preserves the full pagination surface, applies aria-busy to the navigation region, and prevents page or page-size requests.",
|
|
5815
|
+
"fitToPage appends a Fit to page choice. fitPageSize supplies its effective whole-item capacity; the closed trigger says Fit while the range continues to expose the resulting count. Pagination does not measure layouts itself."
|
|
5816
|
+
],
|
|
5817
|
+
"responsiveBehavior": [
|
|
5818
|
+
"The compact controls remain on one line with noun, range, and page slash notation. When inline space is still insufficient, the pagination surface scrolls horizontally rather than wrapping labels away from their controls."
|
|
5819
|
+
],
|
|
5820
|
+
"frameworkCaveats": {
|
|
5821
|
+
"customElements": [
|
|
5822
|
+
"Assign pageSizeOptions through the JavaScript property and replace controlled values in response to dsChange."
|
|
5823
|
+
],
|
|
5824
|
+
"react": [
|
|
5825
|
+
"Replace pageIndex and pageSize from the emitted detail before supplying the requested data window."
|
|
5826
|
+
],
|
|
5827
|
+
"angular": [
|
|
5828
|
+
"Bind numeric inputs as properties and update the owning signals from the dsChange output."
|
|
5829
|
+
]
|
|
5830
|
+
},
|
|
5831
|
+
"references": [
|
|
5832
|
+
{
|
|
5833
|
+
"label": "Storybook review states",
|
|
5834
|
+
"path": "src/wc/components/Pagination/Pagination.stories.ts"
|
|
5835
|
+
}
|
|
5836
|
+
]
|
|
5837
|
+
},
|
|
5838
|
+
"api": {
|
|
5839
|
+
"props": {
|
|
5840
|
+
"fitPageSize": {
|
|
5841
|
+
"type": "number | undefined",
|
|
5842
|
+
"required": false
|
|
5843
|
+
},
|
|
5844
|
+
"fitPageSizeLabel": {
|
|
5845
|
+
"type": "string",
|
|
5846
|
+
"required": false
|
|
5847
|
+
},
|
|
5848
|
+
"fitPageSizeTriggerLabel": {
|
|
5849
|
+
"type": "string",
|
|
5850
|
+
"required": false
|
|
5851
|
+
},
|
|
5852
|
+
"fitToPage": {
|
|
5853
|
+
"type": "boolean",
|
|
5854
|
+
"required": false
|
|
5855
|
+
},
|
|
5856
|
+
"itemLabel": {
|
|
5857
|
+
"type": "string",
|
|
5858
|
+
"required": false
|
|
5859
|
+
},
|
|
5860
|
+
"label": {
|
|
5861
|
+
"type": "string",
|
|
5862
|
+
"required": false
|
|
5863
|
+
},
|
|
5864
|
+
"loading": {
|
|
5865
|
+
"type": "boolean",
|
|
5866
|
+
"required": false
|
|
5867
|
+
},
|
|
5868
|
+
"pageIndex": {
|
|
5869
|
+
"type": "number",
|
|
5870
|
+
"required": false
|
|
5871
|
+
},
|
|
5872
|
+
"pageSize": {
|
|
5873
|
+
"type": "number",
|
|
5874
|
+
"required": false
|
|
5875
|
+
},
|
|
5876
|
+
"pageSizeAriaLabel": {
|
|
5877
|
+
"type": "string | undefined",
|
|
5878
|
+
"required": false
|
|
5879
|
+
},
|
|
5880
|
+
"pageSizeLabel": {
|
|
5881
|
+
"type": "string",
|
|
5882
|
+
"required": false
|
|
5883
|
+
},
|
|
5884
|
+
"pageSizeMode": {
|
|
5885
|
+
"type": "PaginationPageSizeMode",
|
|
5886
|
+
"required": false
|
|
5887
|
+
},
|
|
5888
|
+
"pageSizeOptions": {
|
|
5889
|
+
"type": "number[]",
|
|
5890
|
+
"required": false
|
|
5891
|
+
},
|
|
5892
|
+
"totalItems": {
|
|
5893
|
+
"type": "number",
|
|
5894
|
+
"required": false
|
|
5895
|
+
}
|
|
5896
|
+
},
|
|
5897
|
+
"events": [
|
|
5898
|
+
{
|
|
5899
|
+
"name": "dsChange",
|
|
5900
|
+
"detail": "PaginationChangeDetail"
|
|
5901
|
+
}
|
|
5902
|
+
],
|
|
5903
|
+
"slots": []
|
|
5904
|
+
},
|
|
5905
|
+
"exports": {
|
|
5906
|
+
"customElement": "ds-pagination",
|
|
5907
|
+
"react": "DsPagination",
|
|
5908
|
+
"angular": "DsPagination"
|
|
5909
|
+
},
|
|
5910
|
+
"dependencies": [
|
|
5911
|
+
"@ds-mo/ui",
|
|
5912
|
+
"@ds-mo/tokens"
|
|
5913
|
+
],
|
|
5914
|
+
"componentDependencies": [
|
|
5915
|
+
"button-unfilled",
|
|
5916
|
+
"select",
|
|
5917
|
+
"text"
|
|
5918
|
+
]
|
|
5919
|
+
},
|
|
5780
5920
|
{
|
|
5781
5921
|
"id": "component:ds-panel-nav",
|
|
5782
5922
|
"tag": "ds-panel-nav",
|
|
@@ -6899,7 +7039,7 @@
|
|
|
6899
7039
|
"When any option supplies subtext, every row uses the same subtext structure and missing values render an em dash. Subtext should disambiguate or add decision-helpful information.",
|
|
6900
7040
|
"Option labels and the selected trigger label stay on one line and truncate when constrained. Option subtext may wrap to at most two lines.",
|
|
6901
7041
|
"Use an option action only for a contextual menu about that user-managed option. The fixed ellipsis action appears on hover, keyboard activity, focus, and touch; expanded keeps it visible while its controlled menu is open. Activating it emits dsOptionAction without selecting the option or closing the Select popup.",
|
|
6902
|
-
"The optional prefix icon and
|
|
7042
|
+
"The optional prefix icon and trailing indicator always use the parent surface's secondary foreground color, including when a selected value promotes the label to primary. The default down indicator communicates disclosure; up-down is reserved for compact value steppers such as pagination page size.",
|
|
6903
7043
|
"While the popup is open, the trigger holds the pressed interaction wash without changing its resting foreground or selected-value treatment.",
|
|
6904
7044
|
"The shared popup search control follows the Select density, using the same text, icon, and internal spacing as a borderless trigger. Its container uses menu-item padding on every side and owns a 1px bottom divider that becomes a 1.5px bold-brand stroke while search has focus. Search placeholder text is secondary at rest and quaternary while focused because it becomes decorative once the editable field is active.",
|
|
6905
7045
|
"When search contains text, the shared control shows a rounded icon-only ButtonUnfilled with the CrossCircle icon and no border, sized to remain inset within the current row density. It clears the local term, stays hidden for an empty term, and returns focus to search.",
|
|
@@ -6999,6 +7139,10 @@
|
|
|
6999
7139
|
"type": "string | undefined",
|
|
7000
7140
|
"required": false
|
|
7001
7141
|
},
|
|
7142
|
+
"indicator": {
|
|
7143
|
+
"type": "SelectIndicator",
|
|
7144
|
+
"required": false
|
|
7145
|
+
},
|
|
7002
7146
|
"inputId": {
|
|
7003
7147
|
"type": "string | undefined",
|
|
7004
7148
|
"required": false
|
|
@@ -8469,27 +8613,28 @@
|
|
|
8469
8613
|
"tag": "ds-table",
|
|
8470
8614
|
"name": "table",
|
|
8471
8615
|
"title": "Table",
|
|
8472
|
-
"summary": "Semantic, controlled data table with durable visual primitives for cell geometry,
|
|
8616
|
+
"summary": "Semantic, controlled data table with durable visual primitives for cell geometry, grouping, sorting, multi-selection, sticky overflow, incremental loading, and top-level pagination.",
|
|
8473
8617
|
"intentStatus": "complete",
|
|
8474
8618
|
"intent": {
|
|
8475
8619
|
"audience": "general",
|
|
8476
8620
|
"status": "stable",
|
|
8477
|
-
"summary": "Semantic, controlled data table with durable visual primitives for cell geometry,
|
|
8621
|
+
"summary": "Semantic, controlled data table with durable visual primitives for cell geometry, grouping, sorting, multi-selection, sticky overflow, incremental loading, and top-level pagination.",
|
|
8478
8622
|
"useWhen": [
|
|
8479
8623
|
"A structured dataset needs native row and column relationships, optional one-level grouping, or comparable values across records.",
|
|
8480
|
-
"An application needs controlled sorting, loaded-row selection, or
|
|
8624
|
+
"An application needs controlled sorting, loaded-row selection, infinite loading, or pagination while retaining ownership of the data query and transformations.",
|
|
8481
8625
|
"A product table needs a token-backed recipe whose individual header, group, row, cell, selection, state, and load-more layers remain easy to restyle."
|
|
8482
8626
|
],
|
|
8483
8627
|
"avoidWhen": [
|
|
8484
8628
|
"Content is primarily editorial prose; use semantic product-owned markup with the prose recipe instead.",
|
|
8485
8629
|
"A small label/value set reads more clearly as a list, description list, or card.",
|
|
8486
|
-
"The interface requires tree-grid behavior, nested grouping, inline cell editing, row reordering, multiple pinned columns per edge, or virtualization; those
|
|
8487
|
-
"The application expects the component to fetch,
|
|
8630
|
+
"The interface requires tree-grid behavior, nested grouping, inline cell editing, row reordering, multiple pinned columns per edge, or virtualization; those remain outside the contract.",
|
|
8631
|
+
"The application expects the component to fetch, slice pages, sort, group, or mutate records internally."
|
|
8488
8632
|
],
|
|
8489
8633
|
"commonlyComposedWith": [
|
|
8490
8634
|
"component:ds-empty-state",
|
|
8491
8635
|
"component:ds-skeleton",
|
|
8492
8636
|
"component:ds-loader",
|
|
8637
|
+
"component:ds-pagination",
|
|
8493
8638
|
"component:ds-bar-action",
|
|
8494
8639
|
"component:ds-button-unfilled",
|
|
8495
8640
|
"component:ds-tag",
|
|
@@ -8502,15 +8647,16 @@
|
|
|
8502
8647
|
"Interactive rows are focusable as native rows, activate with Enter or Space, and do not steal activation from their nested selection or action controls.",
|
|
8503
8648
|
"Scrollable table regions become keyboard focusable and named only when overflow exists.",
|
|
8504
8649
|
"Incremental loading, newly appended row counts, failures, and end-of-results transitions are announced through a polite status region without replacing visible state. In grouped tables, announcements name the independently loading group.",
|
|
8505
|
-
"
|
|
8650
|
+
"Static and infinite tables may show an optional result summary footer when displayedCount and totalCount are finite. Pagination mode instead renders a named Pagination control with compact slash notation, whose range changes are announced independently with complete phrasing. The footer slot can replace summary copy, while footer-leading and footer-trailing remain available in the same compact-bar anatomy."
|
|
8506
8651
|
],
|
|
8507
8652
|
"states": [
|
|
8508
|
-
"Columns, rows, groups, grouping, sorting, selected row IDs, collapsed group IDs, displayedCount, totalCount, and
|
|
8653
|
+
"Columns, rows, groups, grouping, sorting, selected row IDs, collapsed group IDs, dataMode, pagination, displayedCount, totalCount, and incremental-loading state are controlled inputs. Events communicate intent and never mutate those inputs. The optional header is one full-width composable table-local surface: the component owns its 48px chrome, 8px inset on every side, and sticky placement while the application owns all internal layout, controls, labels, filtering behavior, and action handling. The footer retains its compact-bar composition: application-owned leading status sits left while a controlled result summary or Pagination aligns right, before any trailing action. Content-sized tables remain natural for sparse or fixed-count results. height bounds the complete header, frame, and footer composition. fitViewport reserves the compact-state composition height in the nearest vertical scrollport while growing the visible table into that reservation as surrounding page chrome collapses.",
|
|
8509
8654
|
"Grouping supports one level. The application supplies groups in a fixed product-defined order and supplies ordered member rows independently. Group section headers show an emphasized text-body-medium label followed by a middle dot and plain secondary loaded progress, for example Critical · 50 of 166. The loaded value comes from the supplied member rows and the total comes from totalCount. A localized countLabel total phrase remains available for the complete assistive progress announcement. Groups may declare an optional intent (brand, neutral, negative, warning, caution, positive) that paints an LTR gradient from the faint intent surface at the label edge into faint neutral at the trailing edge, plus a bold intent title color. Neutral groups remain solid faint neutral. Section separators are painted inside that viewport-width surface so translucent border tokens composite with each intent background. Internal sections keep their separators; a collapsed or empty section header yields its separator only when it is the table's final rendered item. A trailing visually neutral icon-only ButtonUnfilled uses the 24px md double-inset action recipe and toggles controlled collapsedGroupIds, showing ChevronUp while expanded and ChevronDown while collapsed. While any group is expanded, a ChevronDownUp action uses the xs sort-control recipe widened to a table-owned 24px lane and collapses every group. It appears at the inline-end edge of the trailing column declared with kind action when one exists; otherwise a button-hugging 24px by 16px medium-elevation surface floats at the visible scrollport's header edge so the action remains reachable while member columns scroll beneath it. With stickyHeader enabled, each contained section uses its one real section row as a native sticky header inside its real row-group boundary. The browser therefore owns pinning, push-off, scrolling, and resize layout in one pass without a duplicated lane, active-section state, transforms, or scroll-time geometry. Shared grid tracks retain exact header and member-cell alignment. The section surface also stays pinned to the visible horizontal scrollport and spans the smaller of the visible viewport or table width.",
|
|
8510
8655
|
"An active member sort toggles only between ascending and descending; activating a different sortable label moves the one sorting state to that key. Applications may still clear the controlled sort state explicitly. Grouping does not introduce another interactive direction.",
|
|
8511
8656
|
"Compound headers can expose multiple related labels with independent sort keys. Each label owns only its content-width interaction target while the active direction remains in the column's alignment-aware sort lane.",
|
|
8512
|
-
"Initial loading
|
|
8513
|
-
"
|
|
8657
|
+
"Initial loading defaults to ten row-shaped skeletons and preserves row dividers, column dividers, selection lanes, and sticky boundaries. Each column may declare representative text, multiline text, image, Tag, icon, action, or intentionally blank loading geometry; the table applies the matching resolved-cell padding and track anatomy so the placeholder row has the same height and rhythm as its data row. Columns without a declaration use one text line, while action columns infer an icon action placeholder. Empty, initial error, load-more, retry, loading-more, and terminal bands remain fixed to the visible table width while data columns scroll horizontally beneath them. Incremental loading retains existing rows and supports automatic sentinel, manual load-more, retry, and terminal states. When grouping is active, each expanded group owns its load band at the end of its member rows; internal group load bands keep their bottom divider, while a terminal group load band yields it to the table edge or footer. The global bottom-of-table loader is not rendered.",
|
|
8658
|
+
"dataMode selects the top-level window: infinite appends ungrouped rows through dsLoadMore when hasMore is true, and pagination renders the controlled page supplied by the application and emits dsPaginationChange. Infinite mode also covers fixed result sets by leaving hasMore false. In a grouped paginated table, pagination counts and windows only parent groups; each expanded parent can still append its own members through dsGroupLoadMore. The application owns requests, cancellation, cursors, deduplication, slicing, and query identity.",
|
|
8659
|
+
"When pagination enables Fit to page on a bounded table, the table proposes the number of complete top-level rows that fit below its column header. Grouped tables count group headers only; member rows never affect capacity. Selecting Fit captures that numeric snapshot. A changed fitIdentity requests one fresh snapshot for a new query shape, while viewport resizing alone does not change the active controlled page size.",
|
|
8514
8660
|
"Rows opt into complete-row activation with interactive and emit dsRowActivate without owning navigation. Selection paints through the shared selected ::before layer; interactive hover and press paint through the shared ::after layer.",
|
|
8515
8661
|
"Row selection owns the single sticky start lane. One explicitly sized application column can own the sticky end lane, or the start lane when selection is absent. Each sticky boundary owns one fixed divider and a row-clipped directional shadow that paints into the adjacent scrolling columns only while more inline content remains beyond that edge.",
|
|
8516
8662
|
"Cells accept scalar content, standard primary-and-secondary or dual-primary text primitives, declarative Tag, icon-only, 16:9 Image, or ButtonUnfilled Action content, or explicit Empty and Blank absence values. Standard secondary copy defaults to the secondary foreground and may declare a semantic Text color when the application data carries intent; dual-primary copy keeps both tracks primary unless explicitly colored. Single-track text, selection, tag-only, icon-only, Action, Empty, and Blank cells resolve a 40px base contract while multi-track cells grow downward. Tag cells use the double-inset Tag recipe; the md tag-only recipe is 24px inside 8px padding, while compound tag tracks preserve their peer text alignment. Action cells primarily use an icon-only Ellipses treatment, render a 24px small ButtonUnfilled inside 8px padding, default to unbordered, and emit row, column, and action identities through dsCellAction. Image cells render a 48px-high 16:9 bordered preview inside 8px outer padding, establishing a 64px row and a 102px column recipe, and fall back to an accessible placeholder when no source is supplied. Empty means the data applies but has no value and renders an em dash with localized assistive text; Blank means the data is not applicable and renders no content. Nullish values remain backward-compatible Empty values. Stable type and variant hooks keep every cell family independently styleable.",
|
|
@@ -8528,16 +8674,16 @@
|
|
|
8528
8674
|
],
|
|
8529
8675
|
"frameworkCaveats": {
|
|
8530
8676
|
"customElements": [
|
|
8531
|
-
"Assign columns, rows, groups, grouping, sort, selectedRowIds, collapsedGroupIds, displayedCount, and totalCount through JavaScript properties rather than HTML attribute strings.",
|
|
8532
|
-
"Replace controlled property values in response to dsSortChange, dsGroupCollapseChange, dsSelectionChange, dsLoadMore, and
|
|
8677
|
+
"Assign columns, rows, groups, grouping, sort, selectedRowIds, collapsedGroupIds, pagination, displayedCount, and totalCount through JavaScript properties rather than HTML attribute strings.",
|
|
8678
|
+
"Replace controlled property values in response to dsSortChange, dsGroupCollapseChange, dsSelectionChange, dsLoadMore, dsGroupLoadMore, and dsPaginationChange; route dsRowActivate in the application owner."
|
|
8533
8679
|
],
|
|
8534
8680
|
"react": [
|
|
8535
8681
|
"Pass new array and state-object references when the controlled data or query state changes.",
|
|
8536
|
-
"Apply emitted sort, collapse, selection, action, or global/group loading detail to application state and perform data transformations in the owning layer."
|
|
8682
|
+
"Apply emitted sort, collapse, selection, action, pagination, or global/group loading detail to application state and perform data transformations in the owning layer."
|
|
8537
8683
|
],
|
|
8538
8684
|
"angular": [
|
|
8539
8685
|
"Bind complex table inputs as properties and update the controlled values from the corresponding output events.",
|
|
8540
|
-
"Keep server cursor, query lifecycle, and cell-action handling in the owning service or container."
|
|
8686
|
+
"Keep server cursor, page slicing, query lifecycle, and cell-action handling in the owning service or container."
|
|
8541
8687
|
]
|
|
8542
8688
|
},
|
|
8543
8689
|
"references": [
|
|
@@ -8569,6 +8715,10 @@
|
|
|
8569
8715
|
"type": "TableColumn[]",
|
|
8570
8716
|
"required": false
|
|
8571
8717
|
},
|
|
8718
|
+
"dataMode": {
|
|
8719
|
+
"type": "TableDataMode",
|
|
8720
|
+
"required": false
|
|
8721
|
+
},
|
|
8572
8722
|
"displayedCount": {
|
|
8573
8723
|
"type": "number | undefined",
|
|
8574
8724
|
"required": false
|
|
@@ -8645,10 +8795,6 @@
|
|
|
8645
8795
|
"type": "string | number | undefined",
|
|
8646
8796
|
"required": false
|
|
8647
8797
|
},
|
|
8648
|
-
"lazyLoading": {
|
|
8649
|
-
"type": "boolean",
|
|
8650
|
-
"required": false
|
|
8651
|
-
},
|
|
8652
8798
|
"loadIdentity": {
|
|
8653
8799
|
"type": "string | number",
|
|
8654
8800
|
"required": false
|
|
@@ -8685,6 +8831,10 @@
|
|
|
8685
8831
|
"type": "string | number | undefined",
|
|
8686
8832
|
"required": false
|
|
8687
8833
|
},
|
|
8834
|
+
"pagination": {
|
|
8835
|
+
"type": "TablePaginationState | null",
|
|
8836
|
+
"required": false
|
|
8837
|
+
},
|
|
8688
8838
|
"resultSummaryLabel": {
|
|
8689
8839
|
"type": "string",
|
|
8690
8840
|
"required": false
|
|
@@ -8755,6 +8905,10 @@
|
|
|
8755
8905
|
"name": "dsLoadMore",
|
|
8756
8906
|
"detail": "TableLoadMoreDetail"
|
|
8757
8907
|
},
|
|
8908
|
+
{
|
|
8909
|
+
"name": "dsPaginationChange",
|
|
8910
|
+
"detail": "PaginationChangeDetail"
|
|
8911
|
+
},
|
|
8758
8912
|
{
|
|
8759
8913
|
"name": "dsRowActivate",
|
|
8760
8914
|
"detail": "TableRowActivateDetail"
|
|
@@ -8786,6 +8940,7 @@
|
|
|
8786
8940
|
"empty-state",
|
|
8787
8941
|
"icon",
|
|
8788
8942
|
"loader",
|
|
8943
|
+
"pagination",
|
|
8789
8944
|
"skeleton",
|
|
8790
8945
|
"tag",
|
|
8791
8946
|
"text"
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
|
|
2
|
+
import type { Components } from '@ds-mo/ui/components';
|
|
3
|
+
import type { DsPaginationCustomEvent } from '@ds-mo/ui/components';
|
|
4
|
+
import type { PaginationChangeDetail as IDsPaginationPaginationChangeDetail } from '@ds-mo/ui/components';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DsPagination {
|
|
7
|
+
protected z: NgZone;
|
|
8
|
+
protected el: HTMLDsPaginationElement;
|
|
9
|
+
dsChange: EventEmitter<DsPaginationCustomEvent<IDsPaginationPaginationChangeDetail>>;
|
|
10
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DsPagination, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsPagination, "ds-pagination", never, { "fitPageSize": { "alias": "fitPageSize"; "required": false; }; "fitPageSizeLabel": { "alias": "fitPageSizeLabel"; "required": false; }; "fitPageSizeTriggerLabel": { "alias": "fitPageSizeTriggerLabel"; "required": false; }; "fitToPage": { "alias": "fitToPage"; "required": false; }; "itemLabel": { "alias": "itemLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeAriaLabel": { "alias": "pageSizeAriaLabel"; "required": false; }; "pageSizeLabel": { "alias": "pageSizeLabel"; "required": false; }; "pageSizeMode": { "alias": "pageSizeMode"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; }, { "dsChange": "dsChange"; }, never, ["*"], true, never>;
|
|
13
|
+
}
|
|
14
|
+
export declare interface DsPagination extends Components.DsPagination {
|
|
15
|
+
/**
|
|
16
|
+
* Emits the complete next controlled state after a page or page-size request.
|
|
17
|
+
*/
|
|
18
|
+
dsChange: EventEmitter<DsPaginationCustomEvent<IDsPaginationPaginationChangeDetail>>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
/* auto-generated angular directive proxies */
|
|
9
|
+
import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
|
|
10
|
+
import { ProxyCmp } from './angular-component-lib/utils.js';
|
|
11
|
+
import { defineCustomElement as defineDsPagination } from '@ds-mo/ui/components/ds-pagination.js';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
let DsPagination = class DsPagination {
|
|
14
|
+
constructor(c, r, z) {
|
|
15
|
+
this.z = z;
|
|
16
|
+
this.dsChange = new EventEmitter();
|
|
17
|
+
c.detach();
|
|
18
|
+
this.el = r.nativeElement;
|
|
19
|
+
}
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.0", ngImport: i0, type: DsPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
21
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.0", type: DsPagination, isStandalone: true, selector: "ds-pagination", inputs: { fitPageSize: "fitPageSize", fitPageSizeLabel: "fitPageSizeLabel", fitPageSizeTriggerLabel: "fitPageSizeTriggerLabel", fitToPage: "fitToPage", itemLabel: "itemLabel", label: "label", loading: "loading", pageIndex: "pageIndex", pageSize: "pageSize", pageSizeAriaLabel: "pageSizeAriaLabel", pageSizeLabel: "pageSizeLabel", pageSizeMode: "pageSizeMode", pageSizeOptions: "pageSizeOptions", totalItems: "totalItems" }, outputs: { dsChange: "dsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
22
|
+
};
|
|
23
|
+
DsPagination = __decorate([
|
|
24
|
+
ProxyCmp({
|
|
25
|
+
defineCustomElementFn: defineDsPagination,
|
|
26
|
+
inputs: ['fitPageSize', 'fitPageSizeLabel', 'fitPageSizeTriggerLabel', 'fitToPage', 'itemLabel', 'label', 'loading', 'pageIndex', 'pageSize', 'pageSizeAriaLabel', 'pageSizeLabel', 'pageSizeMode', 'pageSizeOptions', 'totalItems']
|
|
27
|
+
})
|
|
28
|
+
], DsPagination);
|
|
29
|
+
export { DsPagination };
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImport: i0, type: DsPagination, decorators: [{
|
|
31
|
+
type: Component,
|
|
32
|
+
args: [{
|
|
33
|
+
selector: 'ds-pagination',
|
|
34
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
35
|
+
template: '<ng-content></ng-content>',
|
|
36
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
37
|
+
inputs: ['fitPageSize', 'fitPageSizeLabel', 'fitPageSizeTriggerLabel', 'fitToPage', 'itemLabel', 'label', 'loading', 'pageIndex', 'pageSize', 'pageSizeAriaLabel', 'pageSizeLabel', 'pageSizeMode', 'pageSizeOptions', 'totalItems'],
|
|
38
|
+
outputs: ['dsChange'],
|
|
39
|
+
}]
|
|
40
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsChange: [{
|
|
41
|
+
type: Output
|
|
42
|
+
}] } });
|
|
@@ -14,7 +14,7 @@ export declare class DsSelect {
|
|
|
14
14
|
dsOptionAction: EventEmitter<DsSelectCustomEvent<IDsSelectSelectOptionActionDetail>>;
|
|
15
15
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsSelect, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsSelect, "ds-select", never, { "activeFill": { "alias": "activeFill"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "background": { "alias": "background"; "required": false; }; "clearLabel": { "alias": "clearLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dot": { "alias": "dot"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "footerActionLabel": { "alias": "footerActionLabel"; "required": false; }; "hasBorder": { "alias": "hasBorder"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "isInactive": { "alias": "isInactive"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "loadingLabel": { "alias": "loadingLabel"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "noResultsText": { "alias": "noResultsText"; "required": false; }; "open": { "alias": "open"; "required": false; }; "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "popupAlign": { "alias": "popupAlign"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredMessage": { "alias": "requiredMessage"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "sections": { "alias": "sections"; "required": false; }; "selectedLabel": { "alias": "selectedLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "triggerLabel": { "alias": "triggerLabel"; "required": false; }; "triggerLabelPlaceholder": { "alias": "triggerLabelPlaceholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "dsChange": "dsChange"; "dsClear": "dsClear"; "dsOpenChange": "dsOpenChange"; "dsFooterAction": "dsFooterAction"; "dsOptionAction": "dsOptionAction"; }, never, ["*"], true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsSelect, "ds-select", never, { "activeFill": { "alias": "activeFill"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "background": { "alias": "background"; "required": false; }; "clearLabel": { "alias": "clearLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dot": { "alias": "dot"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "footerActionLabel": { "alias": "footerActionLabel"; "required": false; }; "hasBorder": { "alias": "hasBorder"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "isInactive": { "alias": "isInactive"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "loadingLabel": { "alias": "loadingLabel"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "noResultsText": { "alias": "noResultsText"; "required": false; }; "open": { "alias": "open"; "required": false; }; "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "popupAlign": { "alias": "popupAlign"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredMessage": { "alias": "requiredMessage"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "sections": { "alias": "sections"; "required": false; }; "selectedLabel": { "alias": "selectedLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "triggerLabel": { "alias": "triggerLabel"; "required": false; }; "triggerLabelPlaceholder": { "alias": "triggerLabelPlaceholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "dsChange": "dsChange"; "dsClear": "dsClear"; "dsOpenChange": "dsOpenChange"; "dsFooterAction": "dsFooterAction"; "dsOptionAction": "dsOptionAction"; }, never, ["*"], true, never>;
|
|
18
18
|
}
|
|
19
19
|
export declare interface DsSelect extends Components.DsSelect {
|
|
20
20
|
/**
|
|
@@ -22,12 +22,12 @@ let DsSelect = class DsSelect {
|
|
|
22
22
|
this.el = r.nativeElement;
|
|
23
23
|
}
|
|
24
24
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.0", ngImport: i0, type: DsSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
25
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.0", type: DsSelect, isStandalone: true, selector: "ds-select", inputs: { activeFill: "activeFill", allowClear: "allowClear", ariaDescribedby: "ariaDescribedby", ariaLabel: "ariaLabel", ariaLabelledby: "ariaLabelledby", background: "background", clearLabel: "clearLabel", disabled: "disabled", dot: "dot", error: "error", errorMessage: "errorMessage", footerActionLabel: "footerActionLabel", hasBorder: "hasBorder", icon: "icon", inputId: "inputId", isInactive: "isInactive", isLoading: "isLoading", loadingLabel: "loadingLabel", multiple: "multiple", name: "name", noResultsText: "noResultsText", open: "open", options: "options", placeholder: "placeholder", popupAlign: "popupAlign", required: "required", requiredMessage: "requiredMessage", searchPlaceholder: "searchPlaceholder", searchable: "searchable", sections: "sections", selectedLabel: "selectedLabel", size: "size", triggerLabel: "triggerLabel", triggerLabelPlaceholder: "triggerLabelPlaceholder", value: "value", width: "width" }, outputs: { dsChange: "dsChange", dsClear: "dsClear", dsOpenChange: "dsOpenChange", dsFooterAction: "dsFooterAction", dsOptionAction: "dsOptionAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
25
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.0", type: DsSelect, isStandalone: true, selector: "ds-select", inputs: { activeFill: "activeFill", allowClear: "allowClear", ariaDescribedby: "ariaDescribedby", ariaLabel: "ariaLabel", ariaLabelledby: "ariaLabelledby", background: "background", clearLabel: "clearLabel", disabled: "disabled", dot: "dot", error: "error", errorMessage: "errorMessage", footerActionLabel: "footerActionLabel", hasBorder: "hasBorder", icon: "icon", indicator: "indicator", inputId: "inputId", isInactive: "isInactive", isLoading: "isLoading", loadingLabel: "loadingLabel", multiple: "multiple", name: "name", noResultsText: "noResultsText", open: "open", options: "options", placeholder: "placeholder", popupAlign: "popupAlign", required: "required", requiredMessage: "requiredMessage", searchPlaceholder: "searchPlaceholder", searchable: "searchable", sections: "sections", selectedLabel: "selectedLabel", size: "size", triggerLabel: "triggerLabel", triggerLabelPlaceholder: "triggerLabelPlaceholder", value: "value", width: "width" }, outputs: { dsChange: "dsChange", dsClear: "dsClear", dsOpenChange: "dsOpenChange", dsFooterAction: "dsFooterAction", dsOptionAction: "dsOptionAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
26
26
|
};
|
|
27
27
|
DsSelect = __decorate([
|
|
28
28
|
ProxyCmp({
|
|
29
29
|
defineCustomElementFn: defineDsSelect,
|
|
30
|
-
inputs: ['activeFill', 'allowClear', 'ariaDescribedby', 'ariaLabel', 'ariaLabelledby', 'background', 'clearLabel', 'disabled', 'dot', 'error', 'errorMessage', 'footerActionLabel', 'hasBorder', 'icon', 'inputId', 'isInactive', 'isLoading', 'loadingLabel', 'multiple', 'name', 'noResultsText', 'open', 'options', 'placeholder', 'popupAlign', 'required', 'requiredMessage', 'searchPlaceholder', 'searchable', 'sections', 'selectedLabel', 'size', 'triggerLabel', 'triggerLabelPlaceholder', 'value', 'width'],
|
|
30
|
+
inputs: ['activeFill', 'allowClear', 'ariaDescribedby', 'ariaLabel', 'ariaLabelledby', 'background', 'clearLabel', 'disabled', 'dot', 'error', 'errorMessage', 'footerActionLabel', 'hasBorder', 'icon', 'indicator', 'inputId', 'isInactive', 'isLoading', 'loadingLabel', 'multiple', 'name', 'noResultsText', 'open', 'options', 'placeholder', 'popupAlign', 'required', 'requiredMessage', 'searchPlaceholder', 'searchable', 'sections', 'selectedLabel', 'size', 'triggerLabel', 'triggerLabelPlaceholder', 'value', 'width'],
|
|
31
31
|
methods: ['setFocus']
|
|
32
32
|
})
|
|
33
33
|
], DsSelect);
|
|
@@ -39,7 +39,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImpor
|
|
|
39
39
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
40
40
|
template: '<ng-content></ng-content>',
|
|
41
41
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
42
|
-
inputs: ['activeFill', 'allowClear', 'ariaDescribedby', 'ariaLabel', 'ariaLabelledby', 'background', 'clearLabel', 'disabled', 'dot', 'error', 'errorMessage', 'footerActionLabel', 'hasBorder', 'icon', 'inputId', 'isInactive', 'isLoading', 'loadingLabel', 'multiple', 'name', 'noResultsText', 'open', 'options', 'placeholder', 'popupAlign', 'required', 'requiredMessage', 'searchPlaceholder', 'searchable', 'sections', 'selectedLabel', 'size', 'triggerLabel', 'triggerLabelPlaceholder', 'value', 'width'],
|
|
42
|
+
inputs: ['activeFill', 'allowClear', 'ariaDescribedby', 'ariaLabel', 'ariaLabelledby', 'background', 'clearLabel', 'disabled', 'dot', 'error', 'errorMessage', 'footerActionLabel', 'hasBorder', 'icon', 'indicator', 'inputId', 'isInactive', 'isLoading', 'loadingLabel', 'multiple', 'name', 'noResultsText', 'open', 'options', 'placeholder', 'popupAlign', 'required', 'requiredMessage', 'searchPlaceholder', 'searchable', 'sections', 'selectedLabel', 'size', 'triggerLabel', 'triggerLabelPlaceholder', 'value', 'width'],
|
|
43
43
|
outputs: ['dsChange', 'dsClear', 'dsOpenChange', 'dsFooterAction', 'dsOptionAction'],
|
|
44
44
|
}]
|
|
45
45
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsChange: [{
|
|
@@ -6,6 +6,7 @@ import type { TableGroupCollapseChangeDetail as IDsTableTableGroupCollapseChange
|
|
|
6
6
|
import type { TableSelectionChangeDetail as IDsTableTableSelectionChangeDetail } from '@ds-mo/ui/components';
|
|
7
7
|
import type { TableLoadMoreDetail as IDsTableTableLoadMoreDetail } from '@ds-mo/ui/components';
|
|
8
8
|
import type { TableGroupLoadMoreDetail as IDsTableTableGroupLoadMoreDetail } from '@ds-mo/ui/components';
|
|
9
|
+
import type { PaginationChangeDetail as IDsTablePaginationChangeDetail } from '@ds-mo/ui/components';
|
|
9
10
|
import type { TableCellActionDetail as IDsTableTableCellActionDetail } from '@ds-mo/ui/components';
|
|
10
11
|
import type { TableRowActivateDetail as IDsTableTableRowActivateDetail } from '@ds-mo/ui/components';
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
@@ -17,11 +18,12 @@ export declare class DsTable {
|
|
|
17
18
|
dsSelectionChange: EventEmitter<DsTableCustomEvent<IDsTableTableSelectionChangeDetail>>;
|
|
18
19
|
dsLoadMore: EventEmitter<DsTableCustomEvent<IDsTableTableLoadMoreDetail>>;
|
|
19
20
|
dsGroupLoadMore: EventEmitter<DsTableCustomEvent<IDsTableTableGroupLoadMoreDetail>>;
|
|
21
|
+
dsPaginationChange: EventEmitter<DsTableCustomEvent<IDsTablePaginationChangeDetail>>;
|
|
20
22
|
dsCellAction: EventEmitter<DsTableCustomEvent<IDsTableTableCellActionDetail>>;
|
|
21
23
|
dsRowActivate: EventEmitter<DsTableCustomEvent<IDsTableTableRowActivateDetail>>;
|
|
22
24
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
23
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsTable, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsTable, "ds-table", never, { "caption": { "alias": "caption"; "required": true; }; "captionVisibility": { "alias": "captionVisibility"; "required": false; }; "collapsedGroupIds": { "alias": "collapsedGroupIds"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "displayedCount": { "alias": "displayedCount"; "required": false; }; "emptyBody": { "alias": "emptyBody"; "required": false; }; "emptyCellLabel": { "alias": "emptyCellLabel"; "required": false; }; "emptyHeading": { "alias": "emptyHeading"; "required": false; }; "endOfResultsLabel": { "alias": "endOfResultsLabel"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorBody": { "alias": "errorBody"; "required": false; }; "errorHeading": { "alias": "errorHeading"; "required": false; }; "fitViewport": { "alias": "fitViewport"; "required": false; }; "groupEndOfResultsLabel": { "alias": "groupEndOfResultsLabel"; "required": false; }; "groupLoadMoreAriaLabel": { "alias": "groupLoadMoreAriaLabel"; "required": false; }; "groupLoadMoreLabel": { "alias": "groupLoadMoreLabel"; "required": false; }; "groupLoadingMoreLabel": { "alias": "groupLoadingMoreLabel"; "required": false; }; "groupRetryLabel": { "alias": "groupRetryLabel"; "required": false; }; "groupRowsLoadedLabel": { "alias": "groupRowsLoadedLabel"; "required": false; }; "grouping": { "alias": "grouping"; "required": false; }; "groups": { "alias": "groups"; "required": false; }; "hasMore": { "alias": "hasMore"; "required": false; }; "height": { "alias": "height"; "required": false; }; "
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsTable, "ds-table", never, { "caption": { "alias": "caption"; "required": true; }; "captionVisibility": { "alias": "captionVisibility"; "required": false; }; "collapsedGroupIds": { "alias": "collapsedGroupIds"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "dataMode": { "alias": "dataMode"; "required": false; }; "displayedCount": { "alias": "displayedCount"; "required": false; }; "emptyBody": { "alias": "emptyBody"; "required": false; }; "emptyCellLabel": { "alias": "emptyCellLabel"; "required": false; }; "emptyHeading": { "alias": "emptyHeading"; "required": false; }; "endOfResultsLabel": { "alias": "endOfResultsLabel"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorBody": { "alias": "errorBody"; "required": false; }; "errorHeading": { "alias": "errorHeading"; "required": false; }; "fitViewport": { "alias": "fitViewport"; "required": false; }; "groupEndOfResultsLabel": { "alias": "groupEndOfResultsLabel"; "required": false; }; "groupLoadMoreAriaLabel": { "alias": "groupLoadMoreAriaLabel"; "required": false; }; "groupLoadMoreLabel": { "alias": "groupLoadMoreLabel"; "required": false; }; "groupLoadingMoreLabel": { "alias": "groupLoadingMoreLabel"; "required": false; }; "groupRetryLabel": { "alias": "groupRetryLabel"; "required": false; }; "groupRowsLoadedLabel": { "alias": "groupRowsLoadedLabel"; "required": false; }; "grouping": { "alias": "grouping"; "required": false; }; "groups": { "alias": "groups"; "required": false; }; "hasMore": { "alias": "hasMore"; "required": false; }; "height": { "alias": "height"; "required": false; }; "loadIdentity": { "alias": "loadIdentity"; "required": false; }; "loadMoreError": { "alias": "loadMoreError"; "required": false; }; "loadMoreLabel": { "alias": "loadMoreLabel"; "required": false; }; "loadMoreMode": { "alias": "loadMoreMode"; "required": false; }; "loadMoreThreshold": { "alias": "loadMoreThreshold"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingMore": { "alias": "loadingMore"; "required": false; }; "loadingMoreLabel": { "alias": "loadingMoreLabel"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "resultSummaryLabel": { "alias": "resultSummaryLabel"; "required": false; }; "retryLabel": { "alias": "retryLabel"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowsLoadedLabel": { "alias": "rowsLoadedLabel"; "required": false; }; "scrollLabel": { "alias": "scrollLabel"; "required": false; }; "selectedRowIds": { "alias": "selectedRowIds"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "skeletonRows": { "alias": "skeletonRows"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; }; "totalCount": { "alias": "totalCount"; "required": false; }; "viewportInsetBlockEnd": { "alias": "viewportInsetBlockEnd"; "required": false; }; "viewportInsetBlockStart": { "alias": "viewportInsetBlockStart"; "required": false; }; }, { "dsSortChange": "dsSortChange"; "dsGroupCollapseChange": "dsGroupCollapseChange"; "dsSelectionChange": "dsSelectionChange"; "dsLoadMore": "dsLoadMore"; "dsGroupLoadMore": "dsGroupLoadMore"; "dsPaginationChange": "dsPaginationChange"; "dsCellAction": "dsCellAction"; "dsRowActivate": "dsRowActivate"; }, never, ["*"], true, never>;
|
|
25
27
|
}
|
|
26
28
|
export declare interface DsTable extends Components.DsTable {
|
|
27
29
|
dsSortChange: EventEmitter<DsTableCustomEvent<IDsTableTableSortChangeDetail>>;
|
|
@@ -29,6 +31,7 @@ export declare interface DsTable extends Components.DsTable {
|
|
|
29
31
|
dsSelectionChange: EventEmitter<DsTableCustomEvent<IDsTableTableSelectionChangeDetail>>;
|
|
30
32
|
dsLoadMore: EventEmitter<DsTableCustomEvent<IDsTableTableLoadMoreDetail>>;
|
|
31
33
|
dsGroupLoadMore: EventEmitter<DsTableCustomEvent<IDsTableTableGroupLoadMoreDetail>>;
|
|
34
|
+
dsPaginationChange: EventEmitter<DsTableCustomEvent<IDsTablePaginationChangeDetail>>;
|
|
32
35
|
dsCellAction: EventEmitter<DsTableCustomEvent<IDsTableTableCellActionDetail>>;
|
|
33
36
|
dsRowActivate: EventEmitter<DsTableCustomEvent<IDsTableTableRowActivateDetail>>;
|
|
34
37
|
}
|
package/dist/angular/ds-table.js
CHANGED
|
@@ -18,18 +18,19 @@ let DsTable = class DsTable {
|
|
|
18
18
|
this.dsSelectionChange = new EventEmitter();
|
|
19
19
|
this.dsLoadMore = new EventEmitter();
|
|
20
20
|
this.dsGroupLoadMore = new EventEmitter();
|
|
21
|
+
this.dsPaginationChange = new EventEmitter();
|
|
21
22
|
this.dsCellAction = new EventEmitter();
|
|
22
23
|
this.dsRowActivate = new EventEmitter();
|
|
23
24
|
c.detach();
|
|
24
25
|
this.el = r.nativeElement;
|
|
25
26
|
}
|
|
26
27
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.0", ngImport: i0, type: DsTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
27
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.0", type: DsTable, isStandalone: true, selector: "ds-table", inputs: { caption: "caption", captionVisibility: "captionVisibility", collapsedGroupIds: "collapsedGroupIds", columns: "columns", displayedCount: "displayedCount", emptyBody: "emptyBody", emptyCellLabel: "emptyCellLabel", emptyHeading: "emptyHeading", endOfResultsLabel: "endOfResultsLabel", error: "error", errorBody: "errorBody", errorHeading: "errorHeading", fitViewport: "fitViewport", groupEndOfResultsLabel: "groupEndOfResultsLabel", groupLoadMoreAriaLabel: "groupLoadMoreAriaLabel", groupLoadMoreLabel: "groupLoadMoreLabel", groupLoadingMoreLabel: "groupLoadingMoreLabel", groupRetryLabel: "groupRetryLabel", groupRowsLoadedLabel: "groupRowsLoadedLabel", grouping: "grouping", groups: "groups", hasMore: "hasMore", height: "height",
|
|
28
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.0", type: DsTable, isStandalone: true, selector: "ds-table", inputs: { caption: "caption", captionVisibility: "captionVisibility", collapsedGroupIds: "collapsedGroupIds", columns: "columns", dataMode: "dataMode", displayedCount: "displayedCount", emptyBody: "emptyBody", emptyCellLabel: "emptyCellLabel", emptyHeading: "emptyHeading", endOfResultsLabel: "endOfResultsLabel", error: "error", errorBody: "errorBody", errorHeading: "errorHeading", fitViewport: "fitViewport", groupEndOfResultsLabel: "groupEndOfResultsLabel", groupLoadMoreAriaLabel: "groupLoadMoreAriaLabel", groupLoadMoreLabel: "groupLoadMoreLabel", groupLoadingMoreLabel: "groupLoadingMoreLabel", groupRetryLabel: "groupRetryLabel", groupRowsLoadedLabel: "groupRowsLoadedLabel", grouping: "grouping", groups: "groups", hasMore: "hasMore", height: "height", loadIdentity: "loadIdentity", loadMoreError: "loadMoreError", loadMoreLabel: "loadMoreLabel", loadMoreMode: "loadMoreMode", loadMoreThreshold: "loadMoreThreshold", loading: "loading", loadingMore: "loadingMore", loadingMoreLabel: "loadingMoreLabel", maxHeight: "maxHeight", pagination: "pagination", resultSummaryLabel: "resultSummaryLabel", retryLabel: "retryLabel", rows: "rows", rowsLoadedLabel: "rowsLoadedLabel", scrollLabel: "scrollLabel", selectedRowIds: "selectedRowIds", selectionMode: "selectionMode", skeletonRows: "skeletonRows", sort: "sort", stickyHeader: "stickyHeader", totalCount: "totalCount", viewportInsetBlockEnd: "viewportInsetBlockEnd", viewportInsetBlockStart: "viewportInsetBlockStart" }, outputs: { dsSortChange: "dsSortChange", dsGroupCollapseChange: "dsGroupCollapseChange", dsSelectionChange: "dsSelectionChange", dsLoadMore: "dsLoadMore", dsGroupLoadMore: "dsGroupLoadMore", dsPaginationChange: "dsPaginationChange", dsCellAction: "dsCellAction", dsRowActivate: "dsRowActivate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
28
29
|
};
|
|
29
30
|
DsTable = __decorate([
|
|
30
31
|
ProxyCmp({
|
|
31
32
|
defineCustomElementFn: defineDsTable,
|
|
32
|
-
inputs: ['caption', 'captionVisibility', 'collapsedGroupIds', 'columns', 'displayedCount', 'emptyBody', 'emptyCellLabel', 'emptyHeading', 'endOfResultsLabel', 'error', 'errorBody', 'errorHeading', 'fitViewport', 'groupEndOfResultsLabel', 'groupLoadMoreAriaLabel', 'groupLoadMoreLabel', 'groupLoadingMoreLabel', 'groupRetryLabel', 'groupRowsLoadedLabel', 'grouping', 'groups', 'hasMore', 'height', '
|
|
33
|
+
inputs: ['caption', 'captionVisibility', 'collapsedGroupIds', 'columns', 'dataMode', 'displayedCount', 'emptyBody', 'emptyCellLabel', 'emptyHeading', 'endOfResultsLabel', 'error', 'errorBody', 'errorHeading', 'fitViewport', 'groupEndOfResultsLabel', 'groupLoadMoreAriaLabel', 'groupLoadMoreLabel', 'groupLoadingMoreLabel', 'groupRetryLabel', 'groupRowsLoadedLabel', 'grouping', 'groups', 'hasMore', 'height', 'loadIdentity', 'loadMoreError', 'loadMoreLabel', 'loadMoreMode', 'loadMoreThreshold', 'loading', 'loadingMore', 'loadingMoreLabel', 'maxHeight', 'pagination', 'resultSummaryLabel', 'retryLabel', 'rows', 'rowsLoadedLabel', 'scrollLabel', 'selectedRowIds', 'selectionMode', 'skeletonRows', 'sort', 'stickyHeader', 'totalCount', 'viewportInsetBlockEnd', 'viewportInsetBlockStart']
|
|
33
34
|
})
|
|
34
35
|
], DsTable);
|
|
35
36
|
export { DsTable };
|
|
@@ -40,8 +41,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImpor
|
|
|
40
41
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
41
42
|
template: '<ng-content></ng-content>',
|
|
42
43
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
43
|
-
inputs: [{ name: 'caption', required: true }, 'captionVisibility', 'collapsedGroupIds', 'columns', 'displayedCount', 'emptyBody', 'emptyCellLabel', 'emptyHeading', 'endOfResultsLabel', 'error', 'errorBody', 'errorHeading', 'fitViewport', 'groupEndOfResultsLabel', 'groupLoadMoreAriaLabel', 'groupLoadMoreLabel', 'groupLoadingMoreLabel', 'groupRetryLabel', 'groupRowsLoadedLabel', 'grouping', 'groups', 'hasMore', 'height', '
|
|
44
|
-
outputs: ['dsSortChange', 'dsGroupCollapseChange', 'dsSelectionChange', 'dsLoadMore', 'dsGroupLoadMore', 'dsCellAction', 'dsRowActivate'],
|
|
44
|
+
inputs: [{ name: 'caption', required: true }, 'captionVisibility', 'collapsedGroupIds', 'columns', 'dataMode', 'displayedCount', 'emptyBody', 'emptyCellLabel', 'emptyHeading', 'endOfResultsLabel', 'error', 'errorBody', 'errorHeading', 'fitViewport', 'groupEndOfResultsLabel', 'groupLoadMoreAriaLabel', 'groupLoadMoreLabel', 'groupLoadingMoreLabel', 'groupRetryLabel', 'groupRowsLoadedLabel', 'grouping', 'groups', 'hasMore', 'height', 'loadIdentity', 'loadMoreError', 'loadMoreLabel', 'loadMoreMode', 'loadMoreThreshold', 'loading', 'loadingMore', 'loadingMoreLabel', 'maxHeight', 'pagination', 'resultSummaryLabel', 'retryLabel', 'rows', 'rowsLoadedLabel', 'scrollLabel', 'selectedRowIds', 'selectionMode', 'skeletonRows', 'sort', 'stickyHeader', 'totalCount', 'viewportInsetBlockEnd', 'viewportInsetBlockStart'],
|
|
45
|
+
outputs: ['dsSortChange', 'dsGroupCollapseChange', 'dsSelectionChange', 'dsLoadMore', 'dsGroupLoadMore', 'dsPaginationChange', 'dsCellAction', 'dsRowActivate'],
|
|
45
46
|
}]
|
|
46
47
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsSortChange: [{
|
|
47
48
|
type: Output
|
|
@@ -53,6 +54,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImpor
|
|
|
53
54
|
type: Output
|
|
54
55
|
}], dsGroupLoadMore: [{
|
|
55
56
|
type: Output
|
|
57
|
+
}], dsPaginationChange: [{
|
|
58
|
+
type: Output
|
|
56
59
|
}], dsCellAction: [{
|
|
57
60
|
type: Output
|
|
58
61
|
}], dsRowActivate: [{
|
package/dist/angular/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './proxies';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.DsAgentActivity | typeof d.DsAgentQuestionnaire | typeof d.DsAgentResponse | typeof d.DsAgentSourceList | typeof d.DsAgentToolCall | typeof d.DsAttachmentList | typeof d.DsAvatar | typeof d.DsBadge | typeof d.DsBanner | typeof d.DsBarAction | typeof d.DsBarNav | typeof d.DsBarTitle | typeof d.DsBarWorkflow | typeof d.DsBreadcrumb | typeof d.DsButtonFilled | typeof d.DsButtonUnfilled | typeof d.DsCardChart | typeof d.DsCardOverview | typeof d.DsCardSetting | typeof d.DsChartLegend | typeof d.DsChart | typeof d.DsCheckbox | typeof d.DsChip | typeof d.DsCodeBlock | typeof d.DsConversationListItem | typeof d.DsConversationListSection | typeof d.DsConversationList | typeof d.DsDivider | typeof d.DsEmptyState | typeof d.DsField | typeof d.DsFilterMenu | typeof d.DsIcon | typeof d.DsInput | typeof d.DsLoader | typeof d.DsMarkdown | typeof d.DsMenu | typeof d.DsMessageActions | typeof d.DsMessageBubble | typeof d.DsMessageComposer | typeof d.DsMessageScroller | typeof d.DsMessage | typeof d.DsMobileBarNav | typeof d.DsMobileHeader | typeof d.DsMobileSectionSwitcher | typeof d.DsMobileSheetNav | typeof d.DsModal | typeof d.DsPanelNav | typeof d.DsPanelSubNav | typeof d.DsPanelToolHeader | typeof d.DsPanelToolSearch | typeof d.DsPanelTools | typeof d.DsRadio | typeof d.DsScrollOverlay | typeof d.DsSelect | typeof d.DsShellApp | typeof d.DsShellPage | typeof d.DsShellTools | typeof d.DsSkeleton | typeof d.DsSlider | typeof d.DsSwatchPicker | typeof d.DsSwitch | typeof d.DsTabGroup | typeof d.DsTable | typeof d.DsTag | typeof d.DsText | typeof d.DsToast | typeof d.DsTooltipChart | typeof d.DsTooltip | typeof d.DsTypingIndicator)[];
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.DsAgentActivity | typeof d.DsAgentQuestionnaire | typeof d.DsAgentResponse | typeof d.DsAgentSourceList | typeof d.DsAgentToolCall | typeof d.DsAttachmentList | typeof d.DsAvatar | typeof d.DsBadge | typeof d.DsBanner | typeof d.DsBarAction | typeof d.DsBarNav | typeof d.DsBarTitle | typeof d.DsBarWorkflow | typeof d.DsBreadcrumb | typeof d.DsButtonFilled | typeof d.DsButtonUnfilled | typeof d.DsCardChart | typeof d.DsCardOverview | typeof d.DsCardSetting | typeof d.DsChartLegend | typeof d.DsChart | typeof d.DsCheckbox | typeof d.DsChip | typeof d.DsCodeBlock | typeof d.DsConversationListItem | typeof d.DsConversationListSection | typeof d.DsConversationList | typeof d.DsDivider | typeof d.DsEmptyState | typeof d.DsField | typeof d.DsFilterMenu | typeof d.DsIcon | typeof d.DsInput | typeof d.DsLoader | typeof d.DsMarkdown | typeof d.DsMenu | typeof d.DsMessageActions | typeof d.DsMessageBubble | typeof d.DsMessageComposer | typeof d.DsMessageScroller | typeof d.DsMessage | typeof d.DsMobileBarNav | typeof d.DsMobileHeader | typeof d.DsMobileSectionSwitcher | typeof d.DsMobileSheetNav | typeof d.DsModal | typeof d.DsPagination | typeof d.DsPanelNav | typeof d.DsPanelSubNav | typeof d.DsPanelToolHeader | typeof d.DsPanelToolSearch | typeof d.DsPanelTools | typeof d.DsRadio | typeof d.DsScrollOverlay | typeof d.DsSelect | typeof d.DsShellApp | typeof d.DsShellPage | typeof d.DsShellTools | typeof d.DsSkeleton | typeof d.DsSlider | typeof d.DsSwatchPicker | typeof d.DsSwitch | typeof d.DsTabGroup | typeof d.DsTable | typeof d.DsTag | typeof d.DsText | typeof d.DsToast | typeof d.DsTooltipChart | typeof d.DsTooltip | typeof d.DsTypingIndicator)[];
|
package/dist/angular/index.js
CHANGED
|
@@ -48,6 +48,7 @@ export { DsMobileHeader } from './ds-mobile-header';
|
|
|
48
48
|
export { DsMobileSectionSwitcher } from './ds-mobile-section-switcher';
|
|
49
49
|
export { DsMobileSheetNav } from './ds-mobile-sheet-nav';
|
|
50
50
|
export { DsModal } from './ds-modal';
|
|
51
|
+
export { DsPagination } from './ds-pagination';
|
|
51
52
|
export { DsPanelNav } from './ds-panel-nav';
|
|
52
53
|
export { DsPanelSubNav } from './ds-panel-sub-nav';
|
|
53
54
|
export { DsPanelToolHeader } from './ds-panel-tool-header';
|