@helixui/library 1.1.1 → 1.1.2
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/custom-elements.json +487 -485
- package/dist/components/hx-alert/hx-alert.d.ts +10 -7
- package/dist/components/hx-alert/hx-alert.d.ts.map +1 -1
- package/dist/components/hx-alert/index.js +1 -1
- package/dist/components/hx-data-table/hx-data-table.d.ts +5 -13
- package/dist/components/hx-data-table/hx-data-table.d.ts.map +1 -1
- package/dist/components/hx-data-table/index.js +1 -1
- package/dist/components/hx-date-picker/hx-date-picker.d.ts +30 -10
- package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
- package/dist/components/hx-date-picker/index.js +1 -1
- package/dist/components/hx-number-input/hx-number-input.d.ts +15 -4
- package/dist/components/hx-number-input/hx-number-input.d.ts.map +1 -1
- package/dist/components/hx-number-input/index.js +1 -1
- package/dist/components/hx-pagination/hx-pagination.d.ts +18 -12
- package/dist/components/hx-pagination/hx-pagination.d.ts.map +1 -1
- package/dist/components/hx-pagination/index.js +1 -1
- package/dist/components/hx-split-panel/hx-split-panel.d.ts +13 -9
- package/dist/components/hx-split-panel/hx-split-panel.d.ts.map +1 -1
- package/dist/components/hx-split-panel/index.js +1 -1
- package/dist/index.js +6 -6
- package/dist/shared/{hx-alert-K5F8KeqI.js → hx-alert-CSxCF2rr.js} +38 -33
- package/dist/shared/hx-alert-CSxCF2rr.js.map +1 -0
- package/dist/shared/{hx-data-table-DujB9hSE.js → hx-data-table-BWvd5NNx.js} +107 -116
- package/dist/shared/hx-data-table-BWvd5NNx.js.map +1 -0
- package/dist/shared/{hx-date-picker-C8d2HtRV.js → hx-date-picker-6voxxxNE.js} +82 -79
- package/dist/shared/hx-date-picker-6voxxxNE.js.map +1 -0
- package/dist/shared/{hx-number-input-CAAibZ8X.js → hx-number-input-CIpL2BEh.js} +38 -35
- package/dist/shared/hx-number-input-CIpL2BEh.js.map +1 -0
- package/dist/shared/{hx-pagination-DBs-vmSv.js → hx-pagination-Blt-fFqV.js} +47 -50
- package/dist/shared/hx-pagination-Blt-fFqV.js.map +1 -0
- package/dist/shared/{hx-split-panel-BPMWKPGu.js → hx-split-panel-CV_Kr4EK.js} +16 -19
- package/dist/shared/hx-split-panel-CV_Kr4EK.js.map +1 -0
- package/package.json +1 -1
- package/dist/shared/hx-alert-K5F8KeqI.js.map +0 -1
- package/dist/shared/hx-data-table-DujB9hSE.js.map +0 -1
- package/dist/shared/hx-date-picker-C8d2HtRV.js.map +0 -1
- package/dist/shared/hx-number-input-CAAibZ8X.js.map +0 -1
- package/dist/shared/hx-pagination-DBs-vmSv.js.map +0 -1
- package/dist/shared/hx-split-panel-BPMWKPGu.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,230 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/components/hx-action-bar/hx-action-bar.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "class",
|
|
11
|
+
"description": "A horizontal toolbar container for grouping related action buttons and controls.\nImplements the ARIA toolbar pattern with roving tabindex keyboard navigation.",
|
|
12
|
+
"name": "HelixActionBar",
|
|
13
|
+
"cssProperties": [
|
|
14
|
+
{
|
|
15
|
+
"description": "Bar background color (default variant).",
|
|
16
|
+
"name": "--hx-action-bar-bg",
|
|
17
|
+
"default": "transparent"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"description": "Bar border (default variant).",
|
|
21
|
+
"name": "--hx-action-bar-border",
|
|
22
|
+
"default": "none"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"description": "Inner padding.",
|
|
26
|
+
"name": "--hx-action-bar-padding",
|
|
27
|
+
"default": "var(--hx-space-2,0.5rem) var(--hx-space-3,0.75rem)"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"description": "Gap between slotted items.",
|
|
31
|
+
"name": "--hx-action-bar-gap",
|
|
32
|
+
"default": "var(--hx-space-2,0.5rem)"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"description": "Z-index when sticky or bottom position.",
|
|
36
|
+
"name": "--hx-action-bar-z-index",
|
|
37
|
+
"default": "10"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"cssParts": [
|
|
41
|
+
{
|
|
42
|
+
"description": "The root toolbar container element.",
|
|
43
|
+
"name": "base"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"description": "The start (left) slot wrapper.",
|
|
47
|
+
"name": "start"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"description": "The center (default) slot wrapper.",
|
|
51
|
+
"name": "center"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"description": "The end (right) slot wrapper.",
|
|
55
|
+
"name": "end"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"description": "The overflow slot wrapper (hidden when no overflow content).",
|
|
59
|
+
"name": "overflow"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"slots": [
|
|
63
|
+
{
|
|
64
|
+
"description": "Left-aligned actions.",
|
|
65
|
+
"name": "start"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"description": "Center content (default slot).",
|
|
69
|
+
"name": ""
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"description": "Right-aligned actions.",
|
|
73
|
+
"name": "end"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"description": "Actions revealed when the bar is constrained for space.",
|
|
77
|
+
"name": "overflow"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"members": [
|
|
81
|
+
{
|
|
82
|
+
"kind": "field",
|
|
83
|
+
"name": "size",
|
|
84
|
+
"type": {
|
|
85
|
+
"text": "ActionBarSize"
|
|
86
|
+
},
|
|
87
|
+
"default": "'md'",
|
|
88
|
+
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
89
|
+
"attribute": "hx-size",
|
|
90
|
+
"reflects": true
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"kind": "field",
|
|
94
|
+
"name": "variant",
|
|
95
|
+
"type": {
|
|
96
|
+
"text": "'default' | 'outlined' | 'filled'"
|
|
97
|
+
},
|
|
98
|
+
"default": "'default'",
|
|
99
|
+
"description": "Visual variant controlling the bar background.",
|
|
100
|
+
"attribute": "variant",
|
|
101
|
+
"reflects": true
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"kind": "field",
|
|
105
|
+
"name": "position",
|
|
106
|
+
"type": {
|
|
107
|
+
"text": "'top' | 'bottom' | 'sticky'"
|
|
108
|
+
},
|
|
109
|
+
"default": "'top'",
|
|
110
|
+
"description": "Position and sticky behavior of the action bar.\n- `top` — normal flow (default)\n- `sticky` — sticks to the top of the scroll container; add `scroll-padding-top` to the\n scroll container equal to the bar height to prevent anchor targets from scrolling behind it\n- `bottom` — sticks to the bottom of the scroll container with iOS safe-area-inset support",
|
|
111
|
+
"attribute": "position",
|
|
112
|
+
"reflects": true
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "field",
|
|
116
|
+
"name": "sticky",
|
|
117
|
+
"type": {
|
|
118
|
+
"text": "boolean"
|
|
119
|
+
},
|
|
120
|
+
"deprecated": "Use `position=\"sticky\"` instead.\nWhen true, the bar sticks to the top of its scroll container.",
|
|
121
|
+
"attribute": "sticky",
|
|
122
|
+
"reflects": true
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"kind": "field",
|
|
126
|
+
"name": "ariaLabel",
|
|
127
|
+
"type": {
|
|
128
|
+
"text": "string"
|
|
129
|
+
},
|
|
130
|
+
"default": "'Actions'",
|
|
131
|
+
"description": "Accessible label for the toolbar.\nRequired when multiple toolbars appear on the same page.",
|
|
132
|
+
"attribute": "aria-label"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"attributes": [
|
|
136
|
+
{
|
|
137
|
+
"name": "hx-size",
|
|
138
|
+
"type": {
|
|
139
|
+
"text": "ActionBarSize"
|
|
140
|
+
},
|
|
141
|
+
"default": "'md'",
|
|
142
|
+
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
143
|
+
"fieldName": "size",
|
|
144
|
+
"attribute": "hx-size"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "variant",
|
|
148
|
+
"type": {
|
|
149
|
+
"text": "'default' | 'outlined' | 'filled'"
|
|
150
|
+
},
|
|
151
|
+
"default": "'default'",
|
|
152
|
+
"description": "Visual variant controlling the bar background.",
|
|
153
|
+
"fieldName": "variant",
|
|
154
|
+
"attribute": "variant"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "position",
|
|
158
|
+
"type": {
|
|
159
|
+
"text": "'top' | 'bottom' | 'sticky'"
|
|
160
|
+
},
|
|
161
|
+
"default": "'top'",
|
|
162
|
+
"description": "Position and sticky behavior of the action bar.\n- `top` — normal flow (default)\n- `sticky` — sticks to the top of the scroll container; add `scroll-padding-top` to the\n scroll container equal to the bar height to prevent anchor targets from scrolling behind it\n- `bottom` — sticks to the bottom of the scroll container with iOS safe-area-inset support",
|
|
163
|
+
"fieldName": "position",
|
|
164
|
+
"attribute": "position"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "sticky",
|
|
168
|
+
"type": {
|
|
169
|
+
"text": "boolean"
|
|
170
|
+
},
|
|
171
|
+
"deprecated": "Use `position=\"sticky\"` instead.\nWhen true, the bar sticks to the top of its scroll container.",
|
|
172
|
+
"fieldName": "sticky",
|
|
173
|
+
"attribute": "sticky"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "aria-label",
|
|
177
|
+
"type": {
|
|
178
|
+
"text": "string"
|
|
179
|
+
},
|
|
180
|
+
"default": "'Actions'",
|
|
181
|
+
"description": "Accessible label for the toolbar.\nRequired when multiple toolbars appear on the same page.",
|
|
182
|
+
"fieldName": "ariaLabel",
|
|
183
|
+
"attribute": "aria-label"
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
"superclass": {
|
|
187
|
+
"name": "LitElement",
|
|
188
|
+
"package": "lit"
|
|
189
|
+
},
|
|
190
|
+
"tagName": "hx-action-bar",
|
|
191
|
+
"customElement": true,
|
|
192
|
+
"summary": "Horizontal action bar for grouping related controls."
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"exports": [
|
|
196
|
+
{
|
|
197
|
+
"kind": "js",
|
|
198
|
+
"name": "HelixActionBar",
|
|
199
|
+
"declaration": {
|
|
200
|
+
"name": "HelixActionBar",
|
|
201
|
+
"module": "src/components/hx-action-bar/hx-action-bar.ts"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"kind": "custom-element-definition",
|
|
206
|
+
"name": "hx-action-bar",
|
|
207
|
+
"declaration": {
|
|
208
|
+
"name": "HelixActionBar",
|
|
209
|
+
"module": "src/components/hx-action-bar/hx-action-bar.ts"
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"kind": "javascript-module",
|
|
216
|
+
"path": "src/components/hx-action-bar/index.ts",
|
|
217
|
+
"declarations": [],
|
|
218
|
+
"exports": [
|
|
219
|
+
{
|
|
220
|
+
"kind": "js",
|
|
221
|
+
"name": "HelixActionBar",
|
|
222
|
+
"declaration": {
|
|
223
|
+
"name": "HelixActionBar",
|
|
224
|
+
"module": "./hx-action-bar.js"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
5
229
|
{
|
|
6
230
|
"kind": "javascript-module",
|
|
7
231
|
"path": "src/components/hx-accordion/hx-accordion-item.ts",
|
|
@@ -476,6 +700,15 @@
|
|
|
476
700
|
"attribute": "accent",
|
|
477
701
|
"reflects": true
|
|
478
702
|
},
|
|
703
|
+
{
|
|
704
|
+
"kind": "field",
|
|
705
|
+
"name": "severityLabel",
|
|
706
|
+
"type": {
|
|
707
|
+
"text": "string | undefined"
|
|
708
|
+
},
|
|
709
|
+
"description": "Override for the severity prefix announced to screen readers (e.g., \"Info:\", \"Error:\").\nWhen not set, defaults to the English label matching the current variant.",
|
|
710
|
+
"attribute": "severity-label"
|
|
711
|
+
},
|
|
479
712
|
{
|
|
480
713
|
"kind": "field",
|
|
481
714
|
"name": "returnFocusTo",
|
|
@@ -487,23 +720,25 @@
|
|
|
487
720
|
"attribute": "return-focus-to"
|
|
488
721
|
},
|
|
489
722
|
{
|
|
490
|
-
"kind": "
|
|
491
|
-
"name": "
|
|
492
|
-
"
|
|
493
|
-
|
|
723
|
+
"kind": "method",
|
|
724
|
+
"name": "_defaultSeverityLabel",
|
|
725
|
+
"privacy": "private",
|
|
726
|
+
"return": {
|
|
727
|
+
"type": {
|
|
728
|
+
"text": "string"
|
|
729
|
+
}
|
|
494
730
|
},
|
|
495
|
-
"
|
|
496
|
-
"description": "Map of severity variant labels prepended to screen-reader announcements.\nOverride to provide localized severity prefixes."
|
|
731
|
+
"description": "Returns the default English severity label for the current variant."
|
|
497
732
|
},
|
|
498
733
|
{
|
|
499
734
|
"kind": "field",
|
|
500
|
-
"name": "
|
|
735
|
+
"name": "_effectiveSeverityLabel",
|
|
501
736
|
"type": {
|
|
502
737
|
"text": "string"
|
|
503
738
|
},
|
|
504
|
-
"
|
|
505
|
-
"description": "
|
|
506
|
-
"
|
|
739
|
+
"privacy": "private",
|
|
740
|
+
"description": "Returns the effective severity label, using the override if provided.",
|
|
741
|
+
"readonly": true
|
|
507
742
|
}
|
|
508
743
|
],
|
|
509
744
|
"events": [
|
|
@@ -520,368 +755,144 @@
|
|
|
520
755
|
"text": "CustomEvent"
|
|
521
756
|
},
|
|
522
757
|
"description": "Dispatched after the alert is dismissed."
|
|
523
|
-
}
|
|
524
|
-
],
|
|
525
|
-
"attributes": [
|
|
526
|
-
{
|
|
527
|
-
"name": "variant",
|
|
528
|
-
"type": {
|
|
529
|
-
"text": "AlertVariant"
|
|
530
|
-
},
|
|
531
|
-
"default": "'info'",
|
|
532
|
-
"description": "Visual variant of the alert that determines colors and ARIA semantics.",
|
|
533
|
-
"fieldName": "variant",
|
|
534
|
-
"attribute": "variant"
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"name": "dismissible",
|
|
538
|
-
"type": {
|
|
539
|
-
"text": "boolean"
|
|
540
|
-
},
|
|
541
|
-
"default": "false",
|
|
542
|
-
"description": "Whether the alert can be dismissed by the user.",
|
|
543
|
-
"fieldName": "dismissible",
|
|
544
|
-
"attribute": "dismissible"
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"name": "heading",
|
|
548
|
-
"type": {
|
|
549
|
-
"text": "string"
|
|
550
|
-
},
|
|
551
|
-
"default": "''",
|
|
552
|
-
"description": "Optional heading text that provides context for the close button's accessible label.\nWhen provided, the close button is announced as \"Close [heading] alert\".\nWhen absent, the close button falls back to \"Close alert\".",
|
|
553
|
-
"fieldName": "heading",
|
|
554
|
-
"attribute": "heading"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"name": "open",
|
|
558
|
-
"type": {
|
|
559
|
-
"text": "boolean"
|
|
560
|
-
},
|
|
561
|
-
"default": "false",
|
|
562
|
-
"description": "Whether the alert is visible. Add the `open` attribute to show the alert.",
|
|
563
|
-
"fieldName": "open",
|
|
564
|
-
"attribute": "open"
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"name": "show-icon",
|
|
568
|
-
"type": {
|
|
569
|
-
"text": "boolean"
|
|
570
|
-
},
|
|
571
|
-
"default": "false",
|
|
572
|
-
"description": "Whether to show the default variant icon. Add `show-icon` attribute to display the icon.",
|
|
573
|
-
"fieldName": "showIcon",
|
|
574
|
-
"attribute": "show-icon"
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
"name": "accent",
|
|
578
|
-
"type": {
|
|
579
|
-
"text": "boolean"
|
|
580
|
-
},
|
|
581
|
-
"default": "false",
|
|
582
|
-
"description": "When true, applies a left border accent stripe instead of a full border.\nCommon healthcare/enterprise dashboard pattern for visual distinction of alert types.",
|
|
583
|
-
"fieldName": "accent",
|
|
584
|
-
"attribute": "accent"
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"name": "return-focus-to",
|
|
588
|
-
"type": {
|
|
589
|
-
"text": "string | null"
|
|
590
|
-
},
|
|
591
|
-
"default": "null",
|
|
592
|
-
"description": "CSS selector for the element to return focus to after the alert is dismissed.\nWhen set, the component will find and focus the matching element after dismissal.\nIf not set, focus management is the caller's responsibility via the hx-after-close event.",
|
|
593
|
-
"fieldName": "returnFocusTo",
|
|
594
|
-
"attribute": "return-focus-to"
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"name": "close-label",
|
|
598
|
-
"type": {
|
|
599
|
-
"text": "string"
|
|
600
|
-
},
|
|
601
|
-
"default": "'Close alert'",
|
|
602
|
-
"description": "Accessible label for the dismiss button. Override for localized text.",
|
|
603
|
-
"fieldName": "closeLabel"
|
|
604
|
-
}
|
|
605
|
-
],
|
|
606
|
-
"superclass": {
|
|
607
|
-
"name": "LitElement",
|
|
608
|
-
"package": "lit"
|
|
609
|
-
},
|
|
610
|
-
"tagName": "hx-alert",
|
|
611
|
-
"customElement": true,
|
|
612
|
-
"summary": "Feedback alert for status messages with variant-based styling and ARIA live regions."
|
|
613
|
-
}
|
|
614
|
-
],
|
|
615
|
-
"exports": [
|
|
616
|
-
{
|
|
617
|
-
"kind": "js",
|
|
618
|
-
"name": "HelixAlert",
|
|
619
|
-
"declaration": {
|
|
620
|
-
"name": "HelixAlert",
|
|
621
|
-
"module": "src/components/hx-alert/hx-alert.ts"
|
|
622
|
-
}
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"kind": "custom-element-definition",
|
|
626
|
-
"name": "hx-alert",
|
|
627
|
-
"declaration": {
|
|
628
|
-
"name": "HelixAlert",
|
|
629
|
-
"module": "src/components/hx-alert/hx-alert.ts"
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"kind": "js",
|
|
634
|
-
"name": "HxAlert",
|
|
635
|
-
"declaration": {
|
|
636
|
-
"name": "HelixAlert",
|
|
637
|
-
"module": "src/components/hx-alert/hx-alert.ts"
|
|
638
|
-
}
|
|
639
|
-
}
|
|
640
|
-
]
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"kind": "javascript-module",
|
|
644
|
-
"path": "src/components/hx-alert/index.ts",
|
|
645
|
-
"declarations": [],
|
|
646
|
-
"exports": [
|
|
647
|
-
{
|
|
648
|
-
"kind": "js",
|
|
649
|
-
"name": "HelixAlert",
|
|
650
|
-
"declaration": {
|
|
651
|
-
"name": "HelixAlert",
|
|
652
|
-
"module": "./hx-alert.js"
|
|
653
|
-
}
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
"kind": "js",
|
|
657
|
-
"name": "AlertVariant",
|
|
658
|
-
"declaration": {
|
|
659
|
-
"name": "AlertVariant",
|
|
660
|
-
"module": "./hx-alert.js"
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
]
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
"kind": "javascript-module",
|
|
667
|
-
"path": "src/components/hx-action-bar/hx-action-bar.ts",
|
|
668
|
-
"declarations": [
|
|
669
|
-
{
|
|
670
|
-
"kind": "class",
|
|
671
|
-
"description": "A horizontal toolbar container for grouping related action buttons and controls.\nImplements the ARIA toolbar pattern with roving tabindex keyboard navigation.",
|
|
672
|
-
"name": "HelixActionBar",
|
|
673
|
-
"cssProperties": [
|
|
674
|
-
{
|
|
675
|
-
"description": "Bar background color (default variant).",
|
|
676
|
-
"name": "--hx-action-bar-bg",
|
|
677
|
-
"default": "transparent"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"description": "Bar border (default variant).",
|
|
681
|
-
"name": "--hx-action-bar-border",
|
|
682
|
-
"default": "none"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"description": "Inner padding.",
|
|
686
|
-
"name": "--hx-action-bar-padding",
|
|
687
|
-
"default": "var(--hx-space-2,0.5rem) var(--hx-space-3,0.75rem)"
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"description": "Gap between slotted items.",
|
|
691
|
-
"name": "--hx-action-bar-gap",
|
|
692
|
-
"default": "var(--hx-space-2,0.5rem)"
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"description": "Z-index when sticky or bottom position.",
|
|
696
|
-
"name": "--hx-action-bar-z-index",
|
|
697
|
-
"default": "10"
|
|
698
|
-
}
|
|
699
|
-
],
|
|
700
|
-
"cssParts": [
|
|
701
|
-
{
|
|
702
|
-
"description": "The root toolbar container element.",
|
|
703
|
-
"name": "base"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"description": "The start (left) slot wrapper.",
|
|
707
|
-
"name": "start"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"description": "The center (default) slot wrapper.",
|
|
711
|
-
"name": "center"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"description": "The end (right) slot wrapper.",
|
|
715
|
-
"name": "end"
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"description": "The overflow slot wrapper (hidden when no overflow content).",
|
|
719
|
-
"name": "overflow"
|
|
720
|
-
}
|
|
721
|
-
],
|
|
722
|
-
"slots": [
|
|
723
|
-
{
|
|
724
|
-
"description": "Left-aligned actions.",
|
|
725
|
-
"name": "start"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"description": "Center content (default slot).",
|
|
729
|
-
"name": ""
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"description": "Right-aligned actions.",
|
|
733
|
-
"name": "end"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"description": "Actions revealed when the bar is constrained for space.",
|
|
737
|
-
"name": "overflow"
|
|
738
|
-
}
|
|
739
|
-
],
|
|
740
|
-
"members": [
|
|
741
|
-
{
|
|
742
|
-
"kind": "field",
|
|
743
|
-
"name": "size",
|
|
744
|
-
"type": {
|
|
745
|
-
"text": "ActionBarSize"
|
|
746
|
-
},
|
|
747
|
-
"default": "'md'",
|
|
748
|
-
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
749
|
-
"attribute": "hx-size",
|
|
750
|
-
"reflects": true
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"kind": "field",
|
|
754
|
-
"name": "variant",
|
|
755
|
-
"type": {
|
|
756
|
-
"text": "'default' | 'outlined' | 'filled'"
|
|
757
|
-
},
|
|
758
|
-
"default": "'default'",
|
|
759
|
-
"description": "Visual variant controlling the bar background.",
|
|
760
|
-
"attribute": "variant",
|
|
761
|
-
"reflects": true
|
|
762
|
-
},
|
|
758
|
+
}
|
|
759
|
+
],
|
|
760
|
+
"attributes": [
|
|
763
761
|
{
|
|
764
|
-
"
|
|
765
|
-
"name": "position",
|
|
762
|
+
"name": "variant",
|
|
766
763
|
"type": {
|
|
767
|
-
"text": "
|
|
764
|
+
"text": "AlertVariant"
|
|
768
765
|
},
|
|
769
|
-
"default": "'
|
|
770
|
-
"description": "
|
|
771
|
-
"
|
|
772
|
-
"
|
|
766
|
+
"default": "'info'",
|
|
767
|
+
"description": "Visual variant of the alert that determines colors and ARIA semantics.",
|
|
768
|
+
"fieldName": "variant",
|
|
769
|
+
"attribute": "variant"
|
|
773
770
|
},
|
|
774
771
|
{
|
|
775
|
-
"
|
|
776
|
-
"name": "sticky",
|
|
772
|
+
"name": "dismissible",
|
|
777
773
|
"type": {
|
|
778
774
|
"text": "boolean"
|
|
779
775
|
},
|
|
780
|
-
"
|
|
781
|
-
"
|
|
782
|
-
"
|
|
776
|
+
"default": "false",
|
|
777
|
+
"description": "Whether the alert can be dismissed by the user.",
|
|
778
|
+
"fieldName": "dismissible",
|
|
779
|
+
"attribute": "dismissible"
|
|
783
780
|
},
|
|
784
781
|
{
|
|
785
|
-
"
|
|
786
|
-
"name": "ariaLabel",
|
|
782
|
+
"name": "heading",
|
|
787
783
|
"type": {
|
|
788
784
|
"text": "string"
|
|
789
785
|
},
|
|
790
|
-
"default": "'
|
|
791
|
-
"description": "
|
|
792
|
-
"
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
"attributes": [
|
|
786
|
+
"default": "''",
|
|
787
|
+
"description": "Optional heading text that provides context for the close button's accessible label.\nWhen provided, the close button is announced as \"Close [heading] alert\".\nWhen absent, the close button falls back to \"Close alert\".",
|
|
788
|
+
"fieldName": "heading",
|
|
789
|
+
"attribute": "heading"
|
|
790
|
+
},
|
|
796
791
|
{
|
|
797
|
-
"name": "
|
|
792
|
+
"name": "open",
|
|
798
793
|
"type": {
|
|
799
|
-
"text": "
|
|
794
|
+
"text": "boolean"
|
|
800
795
|
},
|
|
801
|
-
"default": "
|
|
802
|
-
"description": "
|
|
803
|
-
"fieldName": "
|
|
804
|
-
"attribute": "
|
|
796
|
+
"default": "false",
|
|
797
|
+
"description": "Whether the alert is visible. Add the `open` attribute to show the alert.",
|
|
798
|
+
"fieldName": "open",
|
|
799
|
+
"attribute": "open"
|
|
805
800
|
},
|
|
806
801
|
{
|
|
807
|
-
"name": "
|
|
802
|
+
"name": "show-icon",
|
|
808
803
|
"type": {
|
|
809
|
-
"text": "
|
|
804
|
+
"text": "boolean"
|
|
810
805
|
},
|
|
811
|
-
"default": "
|
|
812
|
-
"description": "
|
|
813
|
-
"fieldName": "
|
|
814
|
-
"attribute": "
|
|
806
|
+
"default": "false",
|
|
807
|
+
"description": "Whether to show the default variant icon. Add `show-icon` attribute to display the icon.",
|
|
808
|
+
"fieldName": "showIcon",
|
|
809
|
+
"attribute": "show-icon"
|
|
815
810
|
},
|
|
816
811
|
{
|
|
817
|
-
"name": "
|
|
812
|
+
"name": "accent",
|
|
818
813
|
"type": {
|
|
819
|
-
"text": "
|
|
814
|
+
"text": "boolean"
|
|
820
815
|
},
|
|
821
|
-
"default": "
|
|
822
|
-
"description": "
|
|
823
|
-
"fieldName": "
|
|
824
|
-
"attribute": "
|
|
816
|
+
"default": "false",
|
|
817
|
+
"description": "When true, applies a left border accent stripe instead of a full border.\nCommon healthcare/enterprise dashboard pattern for visual distinction of alert types.",
|
|
818
|
+
"fieldName": "accent",
|
|
819
|
+
"attribute": "accent"
|
|
825
820
|
},
|
|
826
821
|
{
|
|
827
|
-
"name": "
|
|
822
|
+
"name": "severity-label",
|
|
828
823
|
"type": {
|
|
829
|
-
"text": "
|
|
824
|
+
"text": "string | undefined"
|
|
830
825
|
},
|
|
831
|
-
"
|
|
832
|
-
"fieldName": "
|
|
833
|
-
"attribute": "
|
|
826
|
+
"description": "Override for the severity prefix announced to screen readers (e.g., \"Info:\", \"Error:\").\nWhen not set, defaults to the English label matching the current variant.",
|
|
827
|
+
"fieldName": "severityLabel",
|
|
828
|
+
"attribute": "severity-label"
|
|
834
829
|
},
|
|
835
830
|
{
|
|
836
|
-
"name": "
|
|
831
|
+
"name": "return-focus-to",
|
|
837
832
|
"type": {
|
|
838
|
-
"text": "string"
|
|
833
|
+
"text": "string | null"
|
|
839
834
|
},
|
|
840
|
-
"default": "
|
|
841
|
-
"description": "
|
|
842
|
-
"fieldName": "
|
|
843
|
-
"attribute": "
|
|
835
|
+
"default": "null",
|
|
836
|
+
"description": "CSS selector for the element to return focus to after the alert is dismissed.\nWhen set, the component will find and focus the matching element after dismissal.\nIf not set, focus management is the caller's responsibility via the hx-after-close event.",
|
|
837
|
+
"fieldName": "returnFocusTo",
|
|
838
|
+
"attribute": "return-focus-to"
|
|
844
839
|
}
|
|
845
840
|
],
|
|
846
841
|
"superclass": {
|
|
847
842
|
"name": "LitElement",
|
|
848
843
|
"package": "lit"
|
|
849
844
|
},
|
|
850
|
-
"tagName": "hx-
|
|
845
|
+
"tagName": "hx-alert",
|
|
851
846
|
"customElement": true,
|
|
852
|
-
"summary": "
|
|
847
|
+
"summary": "Feedback alert for status messages with variant-based styling and ARIA live regions."
|
|
853
848
|
}
|
|
854
849
|
],
|
|
855
850
|
"exports": [
|
|
856
851
|
{
|
|
857
852
|
"kind": "js",
|
|
858
|
-
"name": "
|
|
853
|
+
"name": "HelixAlert",
|
|
859
854
|
"declaration": {
|
|
860
|
-
"name": "
|
|
861
|
-
"module": "src/components/hx-
|
|
855
|
+
"name": "HelixAlert",
|
|
856
|
+
"module": "src/components/hx-alert/hx-alert.ts"
|
|
862
857
|
}
|
|
863
858
|
},
|
|
864
859
|
{
|
|
865
860
|
"kind": "custom-element-definition",
|
|
866
|
-
"name": "hx-
|
|
861
|
+
"name": "hx-alert",
|
|
867
862
|
"declaration": {
|
|
868
|
-
"name": "
|
|
869
|
-
"module": "src/components/hx-
|
|
863
|
+
"name": "HelixAlert",
|
|
864
|
+
"module": "src/components/hx-alert/hx-alert.ts"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"kind": "js",
|
|
869
|
+
"name": "HxAlert",
|
|
870
|
+
"declaration": {
|
|
871
|
+
"name": "HelixAlert",
|
|
872
|
+
"module": "src/components/hx-alert/hx-alert.ts"
|
|
870
873
|
}
|
|
871
874
|
}
|
|
872
875
|
]
|
|
873
876
|
},
|
|
874
877
|
{
|
|
875
878
|
"kind": "javascript-module",
|
|
876
|
-
"path": "src/components/hx-
|
|
879
|
+
"path": "src/components/hx-alert/index.ts",
|
|
877
880
|
"declarations": [],
|
|
878
881
|
"exports": [
|
|
879
882
|
{
|
|
880
883
|
"kind": "js",
|
|
881
|
-
"name": "
|
|
884
|
+
"name": "HelixAlert",
|
|
882
885
|
"declaration": {
|
|
883
|
-
"name": "
|
|
884
|
-
"module": "./hx-
|
|
886
|
+
"name": "HelixAlert",
|
|
887
|
+
"module": "./hx-alert.js"
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"kind": "js",
|
|
892
|
+
"name": "AlertVariant",
|
|
893
|
+
"declaration": {
|
|
894
|
+
"name": "AlertVariant",
|
|
895
|
+
"module": "./hx-alert.js"
|
|
885
896
|
}
|
|
886
897
|
}
|
|
887
898
|
]
|
|
@@ -6772,56 +6783,24 @@
|
|
|
6772
6783
|
},
|
|
6773
6784
|
{
|
|
6774
6785
|
"kind": "field",
|
|
6775
|
-
"name": "
|
|
6776
|
-
"type": {
|
|
6777
|
-
"text": "boolean"
|
|
6778
|
-
},
|
|
6779
|
-
"default": "false",
|
|
6780
|
-
"description": "When true, the header row is sticky (position: sticky; top: 0).",
|
|
6781
|
-
"attribute": "sticky-header",
|
|
6782
|
-
"reflects": true
|
|
6783
|
-
},
|
|
6784
|
-
{
|
|
6785
|
-
"kind": "field",
|
|
6786
|
-
"name": "labelSelectAll",
|
|
6786
|
+
"name": "selectAllLabel",
|
|
6787
6787
|
"type": {
|
|
6788
6788
|
"text": "string"
|
|
6789
6789
|
},
|
|
6790
6790
|
"default": "'Select all rows'",
|
|
6791
|
-
"description": "Accessible label for the \"select all rows\" checkbox.",
|
|
6792
|
-
"attribute": "
|
|
6793
|
-
},
|
|
6794
|
-
{
|
|
6795
|
-
"kind": "field",
|
|
6796
|
-
"name": "labelSortBy",
|
|
6797
|
-
"type": {
|
|
6798
|
-
"text": "(col: string, dir: 'asc' | 'desc' | null) => string"
|
|
6799
|
-
},
|
|
6800
|
-
"description": "Generates the accessible label for column sort buttons.",
|
|
6801
|
-
"parameters": [
|
|
6802
|
-
{
|
|
6803
|
-
"description": "column label",
|
|
6804
|
-
"name": "col"
|
|
6805
|
-
},
|
|
6806
|
-
{
|
|
6807
|
-
"description": "current sort direction",
|
|
6808
|
-
"name": "dir"
|
|
6809
|
-
}
|
|
6810
|
-
]
|
|
6791
|
+
"description": "Accessible label for the \"select all rows\" checkbox in the table header.",
|
|
6792
|
+
"attribute": "select-all-label"
|
|
6811
6793
|
},
|
|
6812
6794
|
{
|
|
6813
6795
|
"kind": "field",
|
|
6814
|
-
"name": "
|
|
6796
|
+
"name": "stickyHeader",
|
|
6815
6797
|
"type": {
|
|
6816
|
-
"text": "
|
|
6798
|
+
"text": "boolean"
|
|
6817
6799
|
},
|
|
6818
|
-
"
|
|
6819
|
-
"
|
|
6820
|
-
|
|
6821
|
-
|
|
6822
|
-
"name": "index"
|
|
6823
|
-
}
|
|
6824
|
-
]
|
|
6800
|
+
"default": "false",
|
|
6801
|
+
"description": "When true, the header row is sticky (position: sticky; top: 0).",
|
|
6802
|
+
"attribute": "sticky-header",
|
|
6803
|
+
"reflects": true
|
|
6825
6804
|
},
|
|
6826
6805
|
{
|
|
6827
6806
|
"kind": "field",
|
|
@@ -6948,6 +6927,16 @@
|
|
|
6948
6927
|
"fieldName": "label",
|
|
6949
6928
|
"attribute": "label"
|
|
6950
6929
|
},
|
|
6930
|
+
{
|
|
6931
|
+
"name": "select-all-label",
|
|
6932
|
+
"type": {
|
|
6933
|
+
"text": "string"
|
|
6934
|
+
},
|
|
6935
|
+
"default": "'Select all rows'",
|
|
6936
|
+
"description": "Accessible label for the \"select all rows\" checkbox in the table header.",
|
|
6937
|
+
"fieldName": "selectAllLabel",
|
|
6938
|
+
"attribute": "select-all-label"
|
|
6939
|
+
},
|
|
6951
6940
|
{
|
|
6952
6941
|
"name": "sticky-header",
|
|
6953
6942
|
"type": {
|
|
@@ -6977,15 +6966,6 @@
|
|
|
6977
6966
|
"description": "Number of rows per page. Set to 0 to disable pagination (show all rows).",
|
|
6978
6967
|
"fieldName": "pageSize",
|
|
6979
6968
|
"attribute": "page-size"
|
|
6980
|
-
},
|
|
6981
|
-
{
|
|
6982
|
-
"name": "label-select-all",
|
|
6983
|
-
"type": {
|
|
6984
|
-
"text": "string"
|
|
6985
|
-
},
|
|
6986
|
-
"default": "'Select all rows'",
|
|
6987
|
-
"description": "Accessible label for the \"select all rows\" checkbox.",
|
|
6988
|
-
"fieldName": "labelSelectAll"
|
|
6989
6969
|
}
|
|
6990
6970
|
],
|
|
6991
6971
|
"superclass": {
|
|
@@ -7308,53 +7288,63 @@
|
|
|
7308
7288
|
},
|
|
7309
7289
|
{
|
|
7310
7290
|
"kind": "field",
|
|
7311
|
-
"name": "
|
|
7291
|
+
"name": "requiredMessage",
|
|
7292
|
+
"type": {
|
|
7293
|
+
"text": "string"
|
|
7294
|
+
},
|
|
7295
|
+
"default": "'This field is required.'",
|
|
7296
|
+
"description": "Validation message shown when the field is required but empty.",
|
|
7297
|
+
"attribute": "required-message"
|
|
7298
|
+
},
|
|
7299
|
+
{
|
|
7300
|
+
"kind": "field",
|
|
7301
|
+
"name": "chooseDateLabel",
|
|
7312
7302
|
"type": {
|
|
7313
7303
|
"text": "string"
|
|
7314
7304
|
},
|
|
7315
7305
|
"default": "'Choose a date'",
|
|
7316
|
-
"description": "Accessible label for the calendar
|
|
7317
|
-
"attribute": "
|
|
7306
|
+
"description": "Accessible label for the calendar dialog.",
|
|
7307
|
+
"attribute": "choose-date-label"
|
|
7318
7308
|
},
|
|
7319
7309
|
{
|
|
7320
7310
|
"kind": "field",
|
|
7321
|
-
"name": "
|
|
7311
|
+
"name": "openCalendarLabel",
|
|
7322
7312
|
"type": {
|
|
7323
7313
|
"text": "string"
|
|
7324
7314
|
},
|
|
7325
|
-
"default": "'
|
|
7326
|
-
"description": "Accessible label for the
|
|
7327
|
-
"attribute": "
|
|
7315
|
+
"default": "'Open calendar'",
|
|
7316
|
+
"description": "Accessible label for the calendar trigger button when the calendar is closed.",
|
|
7317
|
+
"attribute": "open-calendar-label"
|
|
7328
7318
|
},
|
|
7329
7319
|
{
|
|
7330
7320
|
"kind": "field",
|
|
7331
|
-
"name": "
|
|
7321
|
+
"name": "closeCalendarLabel",
|
|
7332
7322
|
"type": {
|
|
7333
7323
|
"text": "string"
|
|
7334
7324
|
},
|
|
7335
|
-
"default": "'
|
|
7336
|
-
"description": "Accessible label for the
|
|
7337
|
-
"attribute": "
|
|
7325
|
+
"default": "'Close calendar'",
|
|
7326
|
+
"description": "Accessible label for the calendar trigger button when the calendar is open.",
|
|
7327
|
+
"attribute": "close-calendar-label"
|
|
7338
7328
|
},
|
|
7339
7329
|
{
|
|
7340
7330
|
"kind": "field",
|
|
7341
|
-
"name": "
|
|
7331
|
+
"name": "previousMonthLabel",
|
|
7342
7332
|
"type": {
|
|
7343
7333
|
"text": "string"
|
|
7344
7334
|
},
|
|
7345
|
-
"default": "'
|
|
7346
|
-
"description": "Accessible label for the
|
|
7347
|
-
"attribute": "
|
|
7335
|
+
"default": "'Previous month'",
|
|
7336
|
+
"description": "Accessible label for the previous month navigation button.",
|
|
7337
|
+
"attribute": "previous-month-label"
|
|
7348
7338
|
},
|
|
7349
7339
|
{
|
|
7350
7340
|
"kind": "field",
|
|
7351
|
-
"name": "
|
|
7341
|
+
"name": "nextMonthLabel",
|
|
7352
7342
|
"type": {
|
|
7353
7343
|
"text": "string"
|
|
7354
7344
|
},
|
|
7355
|
-
"default": "'
|
|
7356
|
-
"description": "Accessible label for the
|
|
7357
|
-
"attribute": "
|
|
7345
|
+
"default": "'Next month'",
|
|
7346
|
+
"description": "Accessible label for the next month navigation button.",
|
|
7347
|
+
"attribute": "next-month-label"
|
|
7358
7348
|
},
|
|
7359
7349
|
{
|
|
7360
7350
|
"kind": "field",
|
|
@@ -7591,49 +7581,64 @@
|
|
|
7591
7581
|
"attribute": "locale"
|
|
7592
7582
|
},
|
|
7593
7583
|
{
|
|
7594
|
-
"name": "
|
|
7584
|
+
"name": "required-message",
|
|
7585
|
+
"type": {
|
|
7586
|
+
"text": "string"
|
|
7587
|
+
},
|
|
7588
|
+
"default": "'This field is required.'",
|
|
7589
|
+
"description": "Validation message shown when the field is required but empty.",
|
|
7590
|
+
"fieldName": "requiredMessage",
|
|
7591
|
+
"attribute": "required-message"
|
|
7592
|
+
},
|
|
7593
|
+
{
|
|
7594
|
+
"name": "choose-date-label",
|
|
7595
7595
|
"type": {
|
|
7596
7596
|
"text": "string"
|
|
7597
7597
|
},
|
|
7598
7598
|
"default": "'Choose a date'",
|
|
7599
|
-
"description": "Accessible label for the calendar
|
|
7600
|
-
"fieldName": "
|
|
7599
|
+
"description": "Accessible label for the calendar dialog.",
|
|
7600
|
+
"fieldName": "chooseDateLabel",
|
|
7601
|
+
"attribute": "choose-date-label"
|
|
7601
7602
|
},
|
|
7602
7603
|
{
|
|
7603
|
-
"name": "
|
|
7604
|
+
"name": "open-calendar-label",
|
|
7604
7605
|
"type": {
|
|
7605
7606
|
"text": "string"
|
|
7606
7607
|
},
|
|
7607
|
-
"default": "'
|
|
7608
|
-
"description": "Accessible label for the
|
|
7609
|
-
"fieldName": "
|
|
7608
|
+
"default": "'Open calendar'",
|
|
7609
|
+
"description": "Accessible label for the calendar trigger button when the calendar is closed.",
|
|
7610
|
+
"fieldName": "openCalendarLabel",
|
|
7611
|
+
"attribute": "open-calendar-label"
|
|
7610
7612
|
},
|
|
7611
7613
|
{
|
|
7612
|
-
"name": "
|
|
7614
|
+
"name": "close-calendar-label",
|
|
7613
7615
|
"type": {
|
|
7614
7616
|
"text": "string"
|
|
7615
7617
|
},
|
|
7616
|
-
"default": "'
|
|
7617
|
-
"description": "Accessible label for the
|
|
7618
|
-
"fieldName": "
|
|
7618
|
+
"default": "'Close calendar'",
|
|
7619
|
+
"description": "Accessible label for the calendar trigger button when the calendar is open.",
|
|
7620
|
+
"fieldName": "closeCalendarLabel",
|
|
7621
|
+
"attribute": "close-calendar-label"
|
|
7619
7622
|
},
|
|
7620
7623
|
{
|
|
7621
|
-
"name": "
|
|
7624
|
+
"name": "previous-month-label",
|
|
7622
7625
|
"type": {
|
|
7623
7626
|
"text": "string"
|
|
7624
7627
|
},
|
|
7625
|
-
"default": "'
|
|
7626
|
-
"description": "Accessible label for the
|
|
7627
|
-
"fieldName": "
|
|
7628
|
+
"default": "'Previous month'",
|
|
7629
|
+
"description": "Accessible label for the previous month navigation button.",
|
|
7630
|
+
"fieldName": "previousMonthLabel",
|
|
7631
|
+
"attribute": "previous-month-label"
|
|
7628
7632
|
},
|
|
7629
7633
|
{
|
|
7630
|
-
"name": "
|
|
7634
|
+
"name": "next-month-label",
|
|
7631
7635
|
"type": {
|
|
7632
7636
|
"text": "string"
|
|
7633
7637
|
},
|
|
7634
|
-
"default": "'
|
|
7635
|
-
"description": "Accessible label for the
|
|
7636
|
-
"fieldName": "
|
|
7638
|
+
"default": "'Next month'",
|
|
7639
|
+
"description": "Accessible label for the next month navigation button.",
|
|
7640
|
+
"fieldName": "nextMonthLabel",
|
|
7641
|
+
"attribute": "next-month-label"
|
|
7637
7642
|
}
|
|
7638
7643
|
],
|
|
7639
7644
|
"superclass": {
|
|
@@ -13671,23 +13676,33 @@
|
|
|
13671
13676
|
},
|
|
13672
13677
|
{
|
|
13673
13678
|
"kind": "field",
|
|
13674
|
-
"name": "
|
|
13679
|
+
"name": "requiredMessage",
|
|
13680
|
+
"type": {
|
|
13681
|
+
"text": "string"
|
|
13682
|
+
},
|
|
13683
|
+
"default": "'This field is required.'",
|
|
13684
|
+
"description": "Validation message shown when the field is required but empty.",
|
|
13685
|
+
"attribute": "required-message"
|
|
13686
|
+
},
|
|
13687
|
+
{
|
|
13688
|
+
"kind": "field",
|
|
13689
|
+
"name": "incrementLabel",
|
|
13675
13690
|
"type": {
|
|
13676
13691
|
"text": "string"
|
|
13677
13692
|
},
|
|
13678
13693
|
"default": "'Increment'",
|
|
13679
|
-
"description": "Accessible label for the increment button.",
|
|
13680
|
-
"attribute": "label
|
|
13694
|
+
"description": "Accessible label for the increment (+) stepper button.",
|
|
13695
|
+
"attribute": "increment-label"
|
|
13681
13696
|
},
|
|
13682
13697
|
{
|
|
13683
13698
|
"kind": "field",
|
|
13684
|
-
"name": "
|
|
13699
|
+
"name": "decrementLabel",
|
|
13685
13700
|
"type": {
|
|
13686
13701
|
"text": "string"
|
|
13687
13702
|
},
|
|
13688
13703
|
"default": "'Decrement'",
|
|
13689
|
-
"description": "Accessible label for the decrement button.",
|
|
13690
|
-
"attribute": "label
|
|
13704
|
+
"description": "Accessible label for the decrement (-) stepper button.",
|
|
13705
|
+
"attribute": "decrement-label"
|
|
13691
13706
|
},
|
|
13692
13707
|
{
|
|
13693
13708
|
"kind": "field",
|
|
@@ -13966,22 +13981,34 @@
|
|
|
13966
13981
|
"attribute": "no-stepper"
|
|
13967
13982
|
},
|
|
13968
13983
|
{
|
|
13969
|
-
"name": "
|
|
13984
|
+
"name": "required-message",
|
|
13985
|
+
"type": {
|
|
13986
|
+
"text": "string"
|
|
13987
|
+
},
|
|
13988
|
+
"default": "'This field is required.'",
|
|
13989
|
+
"description": "Validation message shown when the field is required but empty.",
|
|
13990
|
+
"fieldName": "requiredMessage",
|
|
13991
|
+
"attribute": "required-message"
|
|
13992
|
+
},
|
|
13993
|
+
{
|
|
13994
|
+
"name": "increment-label",
|
|
13970
13995
|
"type": {
|
|
13971
13996
|
"text": "string"
|
|
13972
13997
|
},
|
|
13973
13998
|
"default": "'Increment'",
|
|
13974
|
-
"description": "Accessible label for the increment button.",
|
|
13975
|
-
"fieldName": "
|
|
13999
|
+
"description": "Accessible label for the increment (+) stepper button.",
|
|
14000
|
+
"fieldName": "incrementLabel",
|
|
14001
|
+
"attribute": "increment-label"
|
|
13976
14002
|
},
|
|
13977
14003
|
{
|
|
13978
|
-
"name": "label
|
|
14004
|
+
"name": "decrement-label",
|
|
13979
14005
|
"type": {
|
|
13980
14006
|
"text": "string"
|
|
13981
14007
|
},
|
|
13982
14008
|
"default": "'Decrement'",
|
|
13983
|
-
"description": "Accessible label for the decrement button.",
|
|
13984
|
-
"fieldName": "
|
|
14009
|
+
"description": "Accessible label for the decrement (-) stepper button.",
|
|
14010
|
+
"fieldName": "decrementLabel",
|
|
14011
|
+
"attribute": "decrement-label"
|
|
13985
14012
|
}
|
|
13986
14013
|
],
|
|
13987
14014
|
"superclass": {
|
|
@@ -14491,61 +14518,43 @@
|
|
|
14491
14518
|
},
|
|
14492
14519
|
{
|
|
14493
14520
|
"kind": "field",
|
|
14494
|
-
"name": "
|
|
14521
|
+
"name": "firstPageLabel",
|
|
14495
14522
|
"type": {
|
|
14496
14523
|
"text": "string"
|
|
14497
14524
|
},
|
|
14498
14525
|
"default": "'First page'",
|
|
14499
|
-
"description": "Accessible label for the
|
|
14500
|
-
"attribute": "
|
|
14526
|
+
"description": "Accessible label for the \"First page\" navigation button.",
|
|
14527
|
+
"attribute": "first-page-label"
|
|
14501
14528
|
},
|
|
14502
14529
|
{
|
|
14503
14530
|
"kind": "field",
|
|
14504
|
-
"name": "
|
|
14531
|
+
"name": "previousPageLabel",
|
|
14505
14532
|
"type": {
|
|
14506
14533
|
"text": "string"
|
|
14507
14534
|
},
|
|
14508
14535
|
"default": "'Previous page'",
|
|
14509
|
-
"description": "Accessible label for the
|
|
14510
|
-
"attribute": "
|
|
14536
|
+
"description": "Accessible label for the \"Previous page\" navigation button.",
|
|
14537
|
+
"attribute": "previous-page-label"
|
|
14511
14538
|
},
|
|
14512
14539
|
{
|
|
14513
14540
|
"kind": "field",
|
|
14514
|
-
"name": "
|
|
14541
|
+
"name": "nextPageLabel",
|
|
14515
14542
|
"type": {
|
|
14516
14543
|
"text": "string"
|
|
14517
14544
|
},
|
|
14518
14545
|
"default": "'Next page'",
|
|
14519
|
-
"description": "Accessible label for the
|
|
14520
|
-
"attribute": "
|
|
14546
|
+
"description": "Accessible label for the \"Next page\" navigation button.",
|
|
14547
|
+
"attribute": "next-page-label"
|
|
14521
14548
|
},
|
|
14522
14549
|
{
|
|
14523
14550
|
"kind": "field",
|
|
14524
|
-
"name": "
|
|
14551
|
+
"name": "lastPageLabel",
|
|
14525
14552
|
"type": {
|
|
14526
14553
|
"text": "string"
|
|
14527
14554
|
},
|
|
14528
14555
|
"default": "'Last page'",
|
|
14529
|
-
"description": "Accessible label for the
|
|
14530
|
-
"attribute": "
|
|
14531
|
-
},
|
|
14532
|
-
{
|
|
14533
|
-
"kind": "field",
|
|
14534
|
-
"name": "labelPageOf",
|
|
14535
|
-
"type": {
|
|
14536
|
-
"text": "(current: number, total: number) => string"
|
|
14537
|
-
},
|
|
14538
|
-
"description": "Generates the live-region text announcing the current page.",
|
|
14539
|
-
"parameters": [
|
|
14540
|
-
{
|
|
14541
|
-
"description": "current page number",
|
|
14542
|
-
"name": "current"
|
|
14543
|
-
},
|
|
14544
|
-
{
|
|
14545
|
-
"description": "total page count",
|
|
14546
|
-
"name": "total"
|
|
14547
|
-
}
|
|
14548
|
-
]
|
|
14556
|
+
"description": "Accessible label for the \"Last page\" navigation button.",
|
|
14557
|
+
"attribute": "last-page-label"
|
|
14549
14558
|
}
|
|
14550
14559
|
],
|
|
14551
14560
|
"events": [
|
|
@@ -14656,40 +14665,44 @@
|
|
|
14656
14665
|
"attribute": "label-rows-per-page"
|
|
14657
14666
|
},
|
|
14658
14667
|
{
|
|
14659
|
-
"name": "
|
|
14668
|
+
"name": "first-page-label",
|
|
14660
14669
|
"type": {
|
|
14661
14670
|
"text": "string"
|
|
14662
14671
|
},
|
|
14663
14672
|
"default": "'First page'",
|
|
14664
|
-
"description": "Accessible label for the
|
|
14665
|
-
"fieldName": "
|
|
14673
|
+
"description": "Accessible label for the \"First page\" navigation button.",
|
|
14674
|
+
"fieldName": "firstPageLabel",
|
|
14675
|
+
"attribute": "first-page-label"
|
|
14666
14676
|
},
|
|
14667
14677
|
{
|
|
14668
|
-
"name": "
|
|
14678
|
+
"name": "previous-page-label",
|
|
14669
14679
|
"type": {
|
|
14670
14680
|
"text": "string"
|
|
14671
14681
|
},
|
|
14672
14682
|
"default": "'Previous page'",
|
|
14673
|
-
"description": "Accessible label for the
|
|
14674
|
-
"fieldName": "
|
|
14683
|
+
"description": "Accessible label for the \"Previous page\" navigation button.",
|
|
14684
|
+
"fieldName": "previousPageLabel",
|
|
14685
|
+
"attribute": "previous-page-label"
|
|
14675
14686
|
},
|
|
14676
14687
|
{
|
|
14677
|
-
"name": "
|
|
14688
|
+
"name": "next-page-label",
|
|
14678
14689
|
"type": {
|
|
14679
14690
|
"text": "string"
|
|
14680
14691
|
},
|
|
14681
14692
|
"default": "'Next page'",
|
|
14682
|
-
"description": "Accessible label for the
|
|
14683
|
-
"fieldName": "
|
|
14693
|
+
"description": "Accessible label for the \"Next page\" navigation button.",
|
|
14694
|
+
"fieldName": "nextPageLabel",
|
|
14695
|
+
"attribute": "next-page-label"
|
|
14684
14696
|
},
|
|
14685
14697
|
{
|
|
14686
|
-
"name": "
|
|
14698
|
+
"name": "last-page-label",
|
|
14687
14699
|
"type": {
|
|
14688
14700
|
"text": "string"
|
|
14689
14701
|
},
|
|
14690
14702
|
"default": "'Last page'",
|
|
14691
|
-
"description": "Accessible label for the
|
|
14692
|
-
"fieldName": "
|
|
14703
|
+
"description": "Accessible label for the \"Last page\" navigation button.",
|
|
14704
|
+
"fieldName": "lastPageLabel",
|
|
14705
|
+
"attribute": "last-page-label"
|
|
14693
14706
|
}
|
|
14694
14707
|
],
|
|
14695
14708
|
"superclass": {
|
|
@@ -19431,47 +19444,33 @@
|
|
|
19431
19444
|
},
|
|
19432
19445
|
{
|
|
19433
19446
|
"kind": "field",
|
|
19434
|
-
"name": "
|
|
19447
|
+
"name": "resizeLabel",
|
|
19435
19448
|
"type": {
|
|
19436
19449
|
"text": "string"
|
|
19437
19450
|
},
|
|
19438
19451
|
"default": "'Resize panels'",
|
|
19439
|
-
"description": "Accessible label for the
|
|
19440
|
-
"attribute": "label
|
|
19452
|
+
"description": "Accessible label for the divider separator element.",
|
|
19453
|
+
"attribute": "resize-label"
|
|
19441
19454
|
},
|
|
19442
19455
|
{
|
|
19443
19456
|
"kind": "field",
|
|
19444
|
-
"name": "
|
|
19457
|
+
"name": "collapseStartLabel",
|
|
19445
19458
|
"type": {
|
|
19446
19459
|
"text": "string"
|
|
19447
19460
|
},
|
|
19448
19461
|
"default": "'Collapse start panel'",
|
|
19449
|
-
"description": "Accessible label for the
|
|
19450
|
-
"attribute": "
|
|
19462
|
+
"description": "Accessible label for the button that collapses the start panel.",
|
|
19463
|
+
"attribute": "collapse-start-label"
|
|
19451
19464
|
},
|
|
19452
19465
|
{
|
|
19453
19466
|
"kind": "field",
|
|
19454
|
-
"name": "
|
|
19467
|
+
"name": "collapseEndLabel",
|
|
19455
19468
|
"type": {
|
|
19456
19469
|
"text": "string"
|
|
19457
19470
|
},
|
|
19458
19471
|
"default": "'Collapse end panel'",
|
|
19459
|
-
"description": "Accessible label for the
|
|
19460
|
-
"attribute": "
|
|
19461
|
-
},
|
|
19462
|
-
{
|
|
19463
|
-
"kind": "field",
|
|
19464
|
-
"name": "labelExpand",
|
|
19465
|
-
"type": {
|
|
19466
|
-
"text": "(side: 'start' | 'end') => string"
|
|
19467
|
-
},
|
|
19468
|
-
"description": "Generates the accessible label for the expand button when a panel is collapsed.",
|
|
19469
|
-
"parameters": [
|
|
19470
|
-
{
|
|
19471
|
-
"description": "which panel was collapsed",
|
|
19472
|
-
"name": "side"
|
|
19473
|
-
}
|
|
19474
|
-
]
|
|
19472
|
+
"description": "Accessible label for the button that collapses the end panel.",
|
|
19473
|
+
"attribute": "collapse-end-label"
|
|
19475
19474
|
}
|
|
19476
19475
|
],
|
|
19477
19476
|
"events": [
|
|
@@ -19574,31 +19573,34 @@
|
|
|
19574
19573
|
"attribute": "collapsed"
|
|
19575
19574
|
},
|
|
19576
19575
|
{
|
|
19577
|
-
"name": "label
|
|
19576
|
+
"name": "resize-label",
|
|
19578
19577
|
"type": {
|
|
19579
19578
|
"text": "string"
|
|
19580
19579
|
},
|
|
19581
19580
|
"default": "'Resize panels'",
|
|
19582
|
-
"description": "Accessible label for the
|
|
19583
|
-
"fieldName": "
|
|
19581
|
+
"description": "Accessible label for the divider separator element.",
|
|
19582
|
+
"fieldName": "resizeLabel",
|
|
19583
|
+
"attribute": "resize-label"
|
|
19584
19584
|
},
|
|
19585
19585
|
{
|
|
19586
|
-
"name": "
|
|
19586
|
+
"name": "collapse-start-label",
|
|
19587
19587
|
"type": {
|
|
19588
19588
|
"text": "string"
|
|
19589
19589
|
},
|
|
19590
19590
|
"default": "'Collapse start panel'",
|
|
19591
|
-
"description": "Accessible label for the
|
|
19592
|
-
"fieldName": "
|
|
19591
|
+
"description": "Accessible label for the button that collapses the start panel.",
|
|
19592
|
+
"fieldName": "collapseStartLabel",
|
|
19593
|
+
"attribute": "collapse-start-label"
|
|
19593
19594
|
},
|
|
19594
19595
|
{
|
|
19595
|
-
"name": "
|
|
19596
|
+
"name": "collapse-end-label",
|
|
19596
19597
|
"type": {
|
|
19597
19598
|
"text": "string"
|
|
19598
19599
|
},
|
|
19599
19600
|
"default": "'Collapse end panel'",
|
|
19600
|
-
"description": "Accessible label for the
|
|
19601
|
-
"fieldName": "
|
|
19601
|
+
"description": "Accessible label for the button that collapses the end panel.",
|
|
19602
|
+
"fieldName": "collapseEndLabel",
|
|
19603
|
+
"attribute": "collapse-end-label"
|
|
19602
19604
|
}
|
|
19603
19605
|
],
|
|
19604
19606
|
"superclass": {
|