@tylertech/forge 3.8.0-dev.4 → 3.8.1
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 +623 -593
- package/dist/lib.js +9 -9
- package/dist/lib.js.map +3 -3
- package/dist/vscode.css-custom-data.json +64 -64
- package/dist/vscode.html-custom-data.json +45 -45
- package/esm/core/utils/event-utils.d.ts +7 -0
- package/esm/core/utils/event-utils.js +11 -0
- package/esm/dialog/dialog-constants.d.ts +1 -1
- package/esm/expansion-panel/expansion-panel-core.js +1 -1
- package/esm/list/list-item/list-item-core.js +4 -3
- package/esm/paginator/paginator.d.ts +8 -0
- package/esm/paginator/paginator.js +8 -0
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/package.json +2 -2
|
@@ -2,6 +2,36 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-css-languageservice/main/docs/customData.schema.json",
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "--forge-avatar-background",
|
|
7
|
+
"description": "The background color of the avatar.",
|
|
8
|
+
"values": [{ "name": "string" }]
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "--forge-avatar-shape",
|
|
12
|
+
"description": "The border radius of the avatar, defaults to 50%.",
|
|
13
|
+
"values": [{ "name": "number" }]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "--forge-avatar-color",
|
|
17
|
+
"description": "The text color of the avatar.",
|
|
18
|
+
"values": [{ "name": "color" }]
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "--forge-avatar-size",
|
|
22
|
+
"description": "The height and width of the avatar.",
|
|
23
|
+
"values": [{ "name": "number" }]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "--forge-avatar-transition-duration",
|
|
27
|
+
"description": "The transition duration for animations.",
|
|
28
|
+
"values": [{ "name": "number" }]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "--forge-avatar-transition-timing",
|
|
32
|
+
"description": "The transition timing function for animations.",
|
|
33
|
+
"values": [{ "name": "string" }]
|
|
34
|
+
},
|
|
5
35
|
{
|
|
6
36
|
"name": "--forge-backdrop-background",
|
|
7
37
|
"description": "The backdrop background color.",
|
|
@@ -38,34 +68,49 @@
|
|
|
38
68
|
"values": []
|
|
39
69
|
},
|
|
40
70
|
{
|
|
41
|
-
"name": "--forge-
|
|
42
|
-
"description": "The background color
|
|
43
|
-
"values": [
|
|
71
|
+
"name": "--forge-badge-background",
|
|
72
|
+
"description": "The background color.",
|
|
73
|
+
"values": []
|
|
44
74
|
},
|
|
45
75
|
{
|
|
46
|
-
"name": "--forge-
|
|
47
|
-
"description": "The
|
|
48
|
-
"values": [
|
|
76
|
+
"name": "--forge-badge-color",
|
|
77
|
+
"description": "The text color.",
|
|
78
|
+
"values": []
|
|
49
79
|
},
|
|
50
80
|
{
|
|
51
|
-
"name": "--forge-
|
|
52
|
-
"description": "The
|
|
53
|
-
"values": [
|
|
81
|
+
"name": "--forge-badge-shape",
|
|
82
|
+
"description": "The shape radius.",
|
|
83
|
+
"values": []
|
|
54
84
|
},
|
|
55
85
|
{
|
|
56
|
-
"name": "--forge-
|
|
57
|
-
"description": "The
|
|
58
|
-
"values": [
|
|
86
|
+
"name": "--forge-badge-padding-inline",
|
|
87
|
+
"description": "The inline padding.",
|
|
88
|
+
"values": []
|
|
59
89
|
},
|
|
60
90
|
{
|
|
61
|
-
"name": "--forge-
|
|
62
|
-
"description": "The
|
|
63
|
-
"values": [
|
|
91
|
+
"name": "--forge-badge-padding-block",
|
|
92
|
+
"description": "The block padding.",
|
|
93
|
+
"values": []
|
|
64
94
|
},
|
|
65
95
|
{
|
|
66
|
-
"name": "--forge-
|
|
67
|
-
"description": "The
|
|
68
|
-
"values": [
|
|
96
|
+
"name": "--forge-badge-border-width",
|
|
97
|
+
"description": "The border width.",
|
|
98
|
+
"values": []
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "--forge-badge-border-color",
|
|
102
|
+
"description": "The border color.",
|
|
103
|
+
"values": []
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "--forge-badge-border-style",
|
|
107
|
+
"description": "The border style.",
|
|
108
|
+
"values": []
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "--forge-badge-gap",
|
|
112
|
+
"description": "The spacing between the content within the badge.",
|
|
113
|
+
"values": []
|
|
69
114
|
},
|
|
70
115
|
{
|
|
71
116
|
"name": "--forge-banner-background",
|
|
@@ -127,51 +172,6 @@
|
|
|
127
172
|
"description": "The timing function of the bottom sheet animation to fullscreen.",
|
|
128
173
|
"values": []
|
|
129
174
|
},
|
|
130
|
-
{
|
|
131
|
-
"name": "--forge-badge-background",
|
|
132
|
-
"description": "The background color.",
|
|
133
|
-
"values": []
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"name": "--forge-badge-color",
|
|
137
|
-
"description": "The text color.",
|
|
138
|
-
"values": []
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "--forge-badge-shape",
|
|
142
|
-
"description": "The shape radius.",
|
|
143
|
-
"values": []
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "--forge-badge-padding-inline",
|
|
147
|
-
"description": "The inline padding.",
|
|
148
|
-
"values": []
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "--forge-badge-padding-block",
|
|
152
|
-
"description": "The block padding.",
|
|
153
|
-
"values": []
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"name": "--forge-badge-border-width",
|
|
157
|
-
"description": "The border width.",
|
|
158
|
-
"values": []
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "--forge-badge-border-color",
|
|
162
|
-
"description": "The border color.",
|
|
163
|
-
"values": []
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"name": "--forge-badge-border-style",
|
|
167
|
-
"description": "The border style.",
|
|
168
|
-
"values": []
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"name": "--forge-badge-gap",
|
|
172
|
-
"description": "The spacing between the content within the badge.",
|
|
173
|
-
"values": []
|
|
174
|
-
},
|
|
175
175
|
{
|
|
176
176
|
"name": "--forge-button-primary-color",
|
|
177
177
|
"description": "The primary color of the button.",
|
|
@@ -5404,11 +5404,11 @@
|
|
|
5404
5404
|
}
|
|
5405
5405
|
],
|
|
5406
5406
|
"pseudoElements": [
|
|
5407
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5407
5408
|
{
|
|
5408
5409
|
"name": "::part(root)",
|
|
5409
5410
|
"description": "The root element of the backdrop."
|
|
5410
5411
|
},
|
|
5411
|
-
{ "name": "::part(root)", "description": "The root container element." },
|
|
5412
5412
|
{
|
|
5413
5413
|
"name": "::part(root)",
|
|
5414
5414
|
"description": "The root element of the bottom sheet."
|
|
@@ -126,23 +126,6 @@
|
|
|
126
126
|
],
|
|
127
127
|
"references": []
|
|
128
128
|
},
|
|
129
|
-
{
|
|
130
|
-
"name": "forge-backdrop",
|
|
131
|
-
"description": "\n---\n\n\n### **Methods:**\n - **show(): _void_** - Immediately shows the backdrop by setting the `visibility` to `true` without animations.\n- **hide(): _void_** - Immediately hides the backdrop by setting the `visibility` to `false` without animations.\n- **fadeIn(): _Promise<void>_** - Sets the `visibility` to `true` and animates in.\n- **fadeOut(): _Promise<void>_** - Sets the `visibility` to `false` and animates out.\n\n### **CSS Properties:**\n - **--forge-backdrop-background** - The backdrop background color. _(default: undefined)_\n- **--forge-backdrop-opacity** - The backdrop opacity. _(default: undefined)_\n- **--forge-backdrop-z-index** - The backdrop z-index. _(default: undefined)_\n- **--forge-backdrop-enter-animation-duration** - The animation duration for the enter animation. _(default: undefined)_\n- **--forge-backdrop-enter-animation-easing** - The animation easing for the enter animation. _(default: undefined)_\n- **--forge-backdrop-exit-animation-duration** - The animation duration for the exit animation. _(default: undefined)_\n- **--forge-backdrop-exit-animation-easing** - The animation easing for the exit animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the backdrop.",
|
|
132
|
-
"attributes": [
|
|
133
|
-
{
|
|
134
|
-
"name": "visible",
|
|
135
|
-
"description": "Whether the backdrop is visible.",
|
|
136
|
-
"values": []
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"name": "fixed",
|
|
140
|
-
"description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
|
|
141
|
-
"values": []
|
|
142
|
-
}
|
|
143
|
-
],
|
|
144
|
-
"references": []
|
|
145
|
-
},
|
|
146
129
|
{
|
|
147
130
|
"name": "forge-avatar",
|
|
148
131
|
"description": "Avatars represent an entity via text or image.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for avatar content if not provided via text/imageUrl.\n\n### **CSS Properties:**\n - **--forge-avatar-background** - The background color of the avatar. _(default: undefined)_\n- **--forge-avatar-shape** - The border radius of the avatar, defaults to 50%. _(default: undefined)_\n- **--forge-avatar-color** - The text color of the avatar. _(default: undefined)_\n- **--forge-avatar-size** - The height and width of the avatar. _(default: undefined)_\n- **--forge-avatar-transition-duration** - The transition duration for animations. _(default: undefined)_\n- **--forge-avatar-transition-timing** - The transition timing function for animations. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.",
|
|
@@ -165,6 +148,29 @@
|
|
|
165
148
|
],
|
|
166
149
|
"references": []
|
|
167
150
|
},
|
|
151
|
+
{
|
|
152
|
+
"name": "forge-backdrop",
|
|
153
|
+
"description": "\n---\n\n\n### **Methods:**\n - **show(): _void_** - Immediately shows the backdrop by setting the `visibility` to `true` without animations.\n- **hide(): _void_** - Immediately hides the backdrop by setting the `visibility` to `false` without animations.\n- **fadeIn(): _Promise<void>_** - Sets the `visibility` to `true` and animates in.\n- **fadeOut(): _Promise<void>_** - Sets the `visibility` to `false` and animates out.\n\n### **CSS Properties:**\n - **--forge-backdrop-background** - The backdrop background color. _(default: undefined)_\n- **--forge-backdrop-opacity** - The backdrop opacity. _(default: undefined)_\n- **--forge-backdrop-z-index** - The backdrop z-index. _(default: undefined)_\n- **--forge-backdrop-enter-animation-duration** - The animation duration for the enter animation. _(default: undefined)_\n- **--forge-backdrop-enter-animation-easing** - The animation easing for the enter animation. _(default: undefined)_\n- **--forge-backdrop-exit-animation-duration** - The animation duration for the exit animation. _(default: undefined)_\n- **--forge-backdrop-exit-animation-easing** - The animation easing for the exit animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the backdrop.",
|
|
154
|
+
"attributes": [
|
|
155
|
+
{
|
|
156
|
+
"name": "visible",
|
|
157
|
+
"description": "Whether the backdrop is visible.",
|
|
158
|
+
"values": []
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "fixed",
|
|
162
|
+
"description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
|
|
163
|
+
"values": []
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"references": []
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "forge-badge",
|
|
170
|
+
"description": "\n---\n\n\n### **Slots:**\n - _default_ - Default content placed inside the badge.\n- **start** - Content placed before the default content.\n- **end** - Content placed after the default content.\n\n### **CSS Properties:**\n - **--forge-badge-background** - The background color. _(default: undefined)_\n- **--forge-badge-color** - The text color. _(default: undefined)_\n- **--forge-badge-shape** - The shape radius. _(default: undefined)_\n- **--forge-badge-padding-inline** - The inline padding. _(default: undefined)_\n- **--forge-badge-padding-block** - The block padding. _(default: undefined)_\n- **--forge-badge-border-width** - The border width. _(default: undefined)_\n- **--forge-badge-border-color** - The border color. _(default: undefined)_\n- **--forge-badge-border-style** - The border style. _(default: undefined)_\n- **--forge-badge-gap** - The spacing between the content within the badge. _(default: undefined)_",
|
|
171
|
+
"attributes": [],
|
|
172
|
+
"references": []
|
|
173
|
+
},
|
|
168
174
|
{
|
|
169
175
|
"name": "forge-banner",
|
|
170
176
|
"description": "Banners are used to inform users of important information, such as errors, warnings, or success messages.\n---\n\n\n### **Events:**\n - **forge-banner-before-dismiss** - Dispatched before the banner is dismissed. Cancelable to prevent dismissal.\n- **forge-banner-dismissed** - Dispatched when the banner is dismissed.\n\n### **Slots:**\n - _default_ - The content of the banner.\n- **icon** - The icon to display.\n- **button** - The optional button to display.\n\n### **CSS Properties:**\n - **--forge-banner-background** - The background color of the banner. _(default: undefined)_\n- **--forge-banner-color** - The text color of the banner. _(default: undefined)_\n- **--forge-banner-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-banner-gap** - The gap between the contents. _(default: undefined)_\n- **--forge-banner-padding-inline** - The inline padding. _(default: undefined)_\n- **--forge-banner-padding-block** - The block padding. _(default: undefined)_\n- **--forge-banner-transition-duration** - The transition duration. _(default: undefined)_\n- **--forge-banner-transition-easing** - The transition easing function. _(default: undefined)_",
|
|
@@ -214,12 +220,6 @@
|
|
|
214
220
|
],
|
|
215
221
|
"references": []
|
|
216
222
|
},
|
|
217
|
-
{
|
|
218
|
-
"name": "forge-badge",
|
|
219
|
-
"description": "\n---\n\n\n### **Slots:**\n - _default_ - Default content placed inside the badge.\n- **start** - Content placed before the default content.\n- **end** - Content placed after the default content.\n\n### **CSS Properties:**\n - **--forge-badge-background** - The background color. _(default: undefined)_\n- **--forge-badge-color** - The text color. _(default: undefined)_\n- **--forge-badge-shape** - The shape radius. _(default: undefined)_\n- **--forge-badge-padding-inline** - The inline padding. _(default: undefined)_\n- **--forge-badge-padding-block** - The block padding. _(default: undefined)_\n- **--forge-badge-border-width** - The border width. _(default: undefined)_\n- **--forge-badge-border-color** - The border color. _(default: undefined)_\n- **--forge-badge-border-style** - The border style. _(default: undefined)_\n- **--forge-badge-gap** - The spacing between the content within the badge. _(default: undefined)_",
|
|
220
|
-
"attributes": [],
|
|
221
|
-
"references": []
|
|
222
|
-
},
|
|
223
223
|
{
|
|
224
224
|
"name": "forge-button",
|
|
225
225
|
"description": "Buttons represent actions that a user can take.\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked.\n\n### **Methods:**\n - **click(): _void_** - Clicks the button.\n- **focus(options: _ExperimentalFocusOptions_): _void_** - Focuses the button.\n\n### **Slots:**\n - _default_ - This is a default/unnamed slot for the label text.\n- **start** - Elements to logically render before the label text.\n- **end** - Elements to logically render after the label text.\n\n### **CSS Properties:**\n - **--forge-button-primary-color** - The primary color of the button. _(default: undefined)_\n- **--forge-button-text-color** - The text color of the button. Inherits from primary color. _(default: undefined)_\n- **--forge-button-disabled-color** - The disabled color of the button. _(default: undefined)_\n- **--forge-button-padding** - The padding of the button. _(default: undefined)_\n- **--forge-button-display** - The display of the button. _(default: undefined)_\n- **--forge-button-justify** - The flex justify of the button. _(default: undefined)_\n- **--forge-button-shape** - The shape of the button. _(default: undefined)_\n- **--forge-button-height** - The height of the button. _(default: undefined)_\n- **--forge-button-min-width** - The min-width of the button. _(default: undefined)_\n- **--forge-button-spacing** - The spacing of the button. _(default: undefined)_\n- **--forge-button-border-width** - The border-width of the button. _(default: undefined)_\n- **--forge-button-border-style** - The border style of the button. _(default: undefined)_\n- **--forge-button-border-color** - The border color of the button. _(default: undefined)_\n- **--forge-button-shape-start-start-radius** - The shape start start radius of the button. _(default: undefined)_\n- **--forge-button-shape-start-end-radius** - The shape start end radius of the button. _(default: undefined)_\n- **--forge-button-shape-end-start-radius** - The shape end start radius of the button. _(default: undefined)_\n- **--forge-button-shape-end-end-radius** - The shape end end radius of the button. _(default: undefined)_\n- **--forge-button-padding-block** - The padding block of the button. _(default: undefined)_\n- **--forge-button-padding-inline** - The padding inline of the button. _(default: undefined)_\n- **--forge-button-background** - The background color of the button. _(default: undefined)_\n- **--forge-button-hover-background** - The background color of the button on hover. _(default: undefined)_\n- **--forge-button-active-background** - The background color of the button on active state. _(default: undefined)_\n- **--forge-button-color** - The text color of the button. _(default: undefined)_\n- **--forge-button-icon-size** - The size of the icon in the button. _(default: undefined)_\n- **--forge-button-shadow** - The shadow of the button. _(default: undefined)_\n- **--forge-button-hover-shadow** - The shadow of the button on hover. _(default: undefined)_\n- **--forge-button-active-shadow** - The shadow of the button on active state. _(default: undefined)_\n- **--forge-button-cursor** - The cursor type of the button. _(default: undefined)_\n- **--forge-button-transition-duration** - The transition duration of the button. _(default: undefined)_\n- **--forge-button-transition-timing** - The transition timing of the button. _(default: undefined)_\n- **--forge-button-text-padding-inline** - The inline padding of the button when using the text variant. _(default: undefined)_\n- **--forge-button-filled-background** - The background color of the filled button. _(default: undefined)_\n- **--forge-button-filled-disabled-background** - The background color of the disabled filled button. _(default: undefined)_\n- **--forge-button-filled-color** - The text color of the filled button. _(default: undefined)_\n- **--forge-button-filled-disabled-color** - The text color of the disabled filled button. _(default: undefined)_\n- **--forge-button-raised-background** - The background color of the raised button. _(default: undefined)_\n- **--forge-button-raised-disabled-background** - The background color of the disabled raised button. _(default: undefined)_\n- **--forge-button-raised-color** - The text color of the raised button. _(default: undefined)_\n- **--forge-button-raised-disabled-color** - The text color of the disabled raised button. _(default: undefined)_\n- **--forge-button-raised-shadow** - The shadow of the raised button. _(default: undefined)_\n- **--forge-button-raised-hover-shadow** - The shadow of the raised button on hover. _(default: undefined)_\n- **--forge-button-raised-active-shadow** - The shadow of the raised button on active state. _(default: undefined)_\n- **--forge-button-raised-disabled-shadow** - The shadow of the disabled raised button. _(default: undefined)_\n- **--forge-button-flat-background** - The background color of the flat button. _(default: undefined)_\n- **--forge-button-flat-disabled-background** - The background color of the disabled flat button. _(default: undefined)_\n- **--forge-button-flat-color** - The text color of the flat button. _(default: undefined)_\n- **--forge-button-flat-disabled-color** - The text color of the disabled flat button. _(default: undefined)_\n- **--forge-button-outlined-background** - The background color of the outlined button. _(default: undefined)_\n- **--forge-button-outlined-color** - The text color of the outlined button. _(default: undefined)_\n- **--forge-button-outlined-border-width** - The border width of the outlined button. _(default: undefined)_\n- **--forge-button-outlined-border-style** - The border style of the outlined button. _(default: undefined)_\n- **--forge-button-outlined-border-color** - The border color of the outlined button. _(default: undefined)_\n- **--forge-button-link-color** - The text color of the link button. _(default: undefined)_\n- **--forge-button-link-text-decoration** - The text decoration of the link button. _(default: undefined)_\n- **--forge-button-link-height** - The height of the link button. _(default: undefined)_\n- **--forge-button-link-padding** - The padding of the link button. _(default: undefined)_\n- **--forge-button-link-line-height** - The line height of the link button. _(default: undefined)_\n- **--forge-button-link-width** - The width of the link button. _(default: undefined)_\n- **--forge-button-link-hover-text-decoration** - The text decoration of the link button on hover. _(default: undefined)_\n- **--forge-button-link-active-opacity** - The opacity of the link button on active state. _(default: undefined)_\n- **--forge-button-link-transition-duration** - The transition duration of the link button. _(default: undefined)_\n- **--forge-button-link-transition-timing** - The transition timing of the link button. _(default: undefined)_\n- **--forge-button-disabled-cursor** - The cursor type of the disabled button. _(default: undefined)_\n- **--forge-button-disabled-text-color** - The text color of the disabled button. _(default: undefined)_\n- **--forge-button-disabled-background** - The background color of the disabled button. _(default: undefined)_\n- **--forge-button-disabled-border-color** - The border color of the disabled button. _(default: undefined)_\n- **--forge-button-disabled-shadow** - The shadow of the disabled button. _(default: undefined)_\n- **--forge-button-dense-height** - The height of the dense button. _(default: undefined)_\n- **--forge-button-pill-shape** - The shape of the pill button. _(default: undefined)_\n- **--forge-button-pill-padding-inline** - The inline padding of the pill button. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus-indicator indicator element.\n- **state-layer** - The state-layer surface element.",
|
|
@@ -1548,7 +1548,7 @@
|
|
|
1548
1548
|
},
|
|
1549
1549
|
{
|
|
1550
1550
|
"name": "forge-paginator",
|
|
1551
|
-
"description": "\n---\n\n\n### **Events:**\n - **forge-paginator-change** - Dispatched when the paginator state changes.\n\n### **Methods:**\n - **focus(options: _FocusOptions_): _void_** - Sets focus to the first focusable element within the paginator.",
|
|
1551
|
+
"description": "\n---\n\n\n### **Events:**\n - **forge-paginator-change** - Dispatched when the paginator state changes.\n\n### **Methods:**\n - **focus(options: _FocusOptions_): _void_** - Sets focus to the first focusable element within the paginator.\n\n### **Slots:**\n - **label** - Overrides the label text when in the default variant.\n- **range-label** - Overrides the default range label with a custom label when in the default variant.\n- **alternative-range-label** - Overrides the default range label with a custom label when in the `alternative` variant.\n- **first-page-tooltip** - Overrides the default tooltip for the first page button.\n- **last-page-tooltip** - Overrides the default tooltip for the last page button.\n- **previous-page-tooltip** - Overrides the default tooltip for the previous page button.\n- **next-page-tooltip** - Overrides the default tooltip for the next page button.",
|
|
1552
1552
|
"attributes": [
|
|
1553
1553
|
{
|
|
1554
1554
|
"name": "page-index",
|
|
@@ -2912,14 +2912,14 @@
|
|
|
2912
2912
|
"references": []
|
|
2913
2913
|
},
|
|
2914
2914
|
{
|
|
2915
|
-
"name": "forge-deprecated-
|
|
2916
|
-
"description": "@deprecated Use the `<forge-
|
|
2915
|
+
"name": "forge-deprecated-button",
|
|
2916
|
+
"description": "@deprecated Use the `<forge-button>` element instead.\n\n\n---\n",
|
|
2917
2917
|
"attributes": [],
|
|
2918
2918
|
"references": []
|
|
2919
2919
|
},
|
|
2920
2920
|
{
|
|
2921
|
-
"name": "forge-deprecated-button",
|
|
2922
|
-
"description": "@deprecated Use the `<forge-button>` element instead.\n\n\n---\n",
|
|
2921
|
+
"name": "forge-deprecated-icon-button",
|
|
2922
|
+
"description": "@deprecated Use the `<forge-icon-button>` element instead.\n\n\n---\n\n\n### **Events:**\n - **forge-icon-button-toggle**",
|
|
2923
2923
|
"attributes": [],
|
|
2924
2924
|
"references": []
|
|
2925
2925
|
},
|
|
@@ -3284,23 +3284,6 @@
|
|
|
3284
3284
|
],
|
|
3285
3285
|
"references": []
|
|
3286
3286
|
},
|
|
3287
|
-
{
|
|
3288
|
-
"name": "forge-option-group",
|
|
3289
|
-
"description": "\n---\n",
|
|
3290
|
-
"attributes": [
|
|
3291
|
-
{
|
|
3292
|
-
"name": "value",
|
|
3293
|
-
"description": "Gets/sets the optional group value.",
|
|
3294
|
-
"values": []
|
|
3295
|
-
},
|
|
3296
|
-
{
|
|
3297
|
-
"name": "text",
|
|
3298
|
-
"description": "The text content for the group.",
|
|
3299
|
-
"values": []
|
|
3300
|
-
}
|
|
3301
|
-
],
|
|
3302
|
-
"references": []
|
|
3303
|
-
},
|
|
3304
3287
|
{
|
|
3305
3288
|
"name": "forge-option",
|
|
3306
3289
|
"description": "\n---\n",
|
|
@@ -3368,6 +3351,23 @@
|
|
|
3368
3351
|
],
|
|
3369
3352
|
"references": []
|
|
3370
3353
|
},
|
|
3354
|
+
{
|
|
3355
|
+
"name": "forge-option-group",
|
|
3356
|
+
"description": "\n---\n",
|
|
3357
|
+
"attributes": [
|
|
3358
|
+
{
|
|
3359
|
+
"name": "value",
|
|
3360
|
+
"description": "Gets/sets the optional group value.",
|
|
3361
|
+
"values": []
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"name": "text",
|
|
3365
|
+
"description": "The text content for the group.",
|
|
3366
|
+
"values": []
|
|
3367
|
+
}
|
|
3368
|
+
],
|
|
3369
|
+
"references": []
|
|
3370
|
+
},
|
|
3371
3371
|
{
|
|
3372
3372
|
"name": "forge-select",
|
|
3373
3373
|
"description": "\n---\n\n\n### **Events:**\n - **forge-select-scrolled-bottom** - Dispatched when the dropdown list has scrolled to the bottom.\n- **change** - Dispatched when the user selects a value.\n\n### **Methods:**\n - **floatLabelWithoutAnimation(value: _boolean_): _void_** - Floats the label without an animation. Only applies when the label is inset.\n\n### **Slots:**\n - **value** - The selected text to display\n- **start** - Typically reserved for content/icons that render logically before the default slot content.\n- **end** - Typically reserved content/icons that render logically after the default slot content.\n- **accessory** - Used for content such as a button that is logically connected to the field but should appear distinct from the input.\n- **support-text** - Used for content that provides additional information about the field. Aligns to the inline start of the field.\n- **support-text-end** - Used for content that provides additional information about the field. Aligns to the inline end of the field.\n\n### **CSS Properties:**\n - **--forge-select-placeholder-color** - The color of the placeholder text. _(default: undefined)_\n- **--forge-field-background** - The background of the field surface. _(default: undefined)_\n- **--forge-field-tonal-background** - The background of the field surface in the tonal variant. _(default: undefined)_\n- **--forge-field-tonal-background-hover** - The background of the field surface in the tonal variant on hover. _(default: undefined)_\n- **--forge-field-filled-background** - The background of the field surface in the filled and raised variants. _(default: undefined)_\n- **--forge-field-outline-style** - The style of the field outline. _(default: undefined)_\n- **--forge-field-outline-width** - The width of the field outline. _(default: undefined)_\n- **--forge-field-shape** - The border radius of the field's corners. _(default: undefined)_\n- **--forge-field-height** - The height of the field in its default density. _(default: undefined)_\n- **--forge-field-inset-height** - The height of the field in its default density when the label is inset. _(default: undefined)_\n- **--forge-field-padding-inline** - The inline padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-start** - The inline start padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-end** - The inline end padding of the field. _(default: undefined)_\n- **--forge-field-inner-padding-inline** - The padding between elements slotted into the field. _(default: undefined)_\n- **--forge-field-support-text-margin-block** - The margin between the support text and the field. _(default: undefined)_\n- **--forge-field-support-text-gap** - The minimum gap between the support text and the support text end. _(default: undefined)_\n- **--forge-field-support-text-padding-inline** - The inline padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-start** - The inline start padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-end** - The inline end padding of the support text. _(default: undefined)_\n- **--forge-field-label-margin-inline** - The margin between the label and the field when the label is in an inline position. _(default: undefined)_\n- **--forge-field-label-margin-block** - The margin between the label and the field when the label is in the block start position. _(default: undefined)_\n- **--forge-field-required-padding** - The padding between the required indicator and the label. _(default: undefined)_\n- **--forge-field-required-content** - The content of the required indicator. _(default: undefined)_\n- **--forge-field-optional-padding** - The padding between the optional indicator and the label. _(default: undefined)_\n- **--forge-field-optional-content** - The content of the optional indicator. _(default: undefined)_\n- **--forge-field-multiline-resize** - The direction the field can be resized when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-inline-size** - The minimum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-inline-size** - The maximum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-block-size** - The minimum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-block-size** - The maximum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-popover-icon-transition-duration** - The duration of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-transition-timing** - The timing function of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-open-rotation** - The rotation of the popover icon when open. _(default: undefined)_\n- **--forge-field-surface-animation-duration** - The duration of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-animation-timing** - The timing function of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-floating-animation-duration** - The duration of the floating label animation. _(default: undefined)_\n- **--forge-field-surface-floating-animation-timing** - The timing function of the floating label animation. _(default: undefined)_\n- **--forge-field-focus-indicator-width** - The width of the focus indicator. _(default: undefined)_\n- **--forge-field-disabled-opacity** - The opacity of the field when disabled. _(default: undefined)_\n- **--forge-field-disabled-background** - The background of the field when disabled. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **label** - The label element.\n- **text-container** - The element container for the selected text.\n- **text** - The element containing the selected text.\n- **container** - The container element surrounding the input.\n- **input** - The element containing te input slot.\n- **start** - The element containing the start slot.\n- **end** - The element containing the end slot.\n- **popover-icon** - The popover icon element.\n- **accessory** - The element containing the accessory slot.\n- **support-text** - The support text element.\n- **support-text** - The element containing the support text slot.\n- **support-text-end** - The element containing the support text end slot.\n- **outline** - The element containing the forge-focus-indicator element.\n- **focus-indicator** - The focus indicator element.",
|
|
@@ -11,3 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
export declare function proxyShadowScrollEvent(shadowEl: Node, proxyEl: Node): () => void;
|
|
13
13
|
export declare function eventIncludesArrowKey(evt: KeyboardEvent): boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Returns the composed path of an event stopping at the given element.
|
|
16
|
+
* @param fromElement The element to start the composed path from.
|
|
17
|
+
* @param evt The event to get the composed path from.
|
|
18
|
+
* @returns An array of elements in the composed path starting from the given element.
|
|
19
|
+
*/
|
|
20
|
+
export declare function composedPathFrom(fromElement: HTMLElement, evt: Event): HTMLElement[];
|
|
@@ -17,3 +17,14 @@ export function proxyShadowScrollEvent(shadowEl, proxyEl) {
|
|
|
17
17
|
export function eventIncludesArrowKey(evt) {
|
|
18
18
|
return evt.key === 'ArrowLeft' || evt.key === 'ArrowRight' || evt.key === 'ArrowUp' || evt.key === 'ArrowDown';
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* Returns the composed path of an event stopping at the given element.
|
|
22
|
+
* @param fromElement The element to start the composed path from.
|
|
23
|
+
* @param evt The event to get the composed path from.
|
|
24
|
+
* @returns An array of elements in the composed path starting from the given element.
|
|
25
|
+
*/
|
|
26
|
+
export function composedPathFrom(fromElement, evt) {
|
|
27
|
+
const composedElements = evt.composedPath().filter((el) => el.nodeType === Node.ELEMENT_NODE);
|
|
28
|
+
const startIndex = composedElements.indexOf(fromElement);
|
|
29
|
+
return startIndex >= 0 ? composedElements.slice(0, startIndex) : [];
|
|
30
|
+
}
|
|
@@ -92,7 +92,7 @@ export interface IDialogBeforeCloseEventData {
|
|
|
92
92
|
}
|
|
93
93
|
export type DialogMode = 'modal' | 'inline-modal' | 'nonmodal';
|
|
94
94
|
export type DialogType = 'dialog' | 'alertdialog';
|
|
95
|
-
export type DialogAnimationType = 'none' | 'zoom' | 'fade' | 'slide'
|
|
95
|
+
export type DialogAnimationType = 'none' | 'zoom' | 'fade' | 'slide';
|
|
96
96
|
export type DialogPositionStrategy = 'viewport' | 'container';
|
|
97
97
|
export type DialogPlacement = 'custom' | 'center' | 'top' | 'right' | 'bottom' | 'left' | 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
|
|
98
98
|
export type DialogSizeStrategy = 'content' | 'container-inline' | 'container-block';
|
|
@@ -140,8 +140,8 @@ export class ExpansionPanelCore {
|
|
|
140
140
|
if (this._trigger !== value) {
|
|
141
141
|
this._clearTrigger();
|
|
142
142
|
this._trigger = value;
|
|
143
|
-
this._adapter.setTriggerElementById(this._trigger);
|
|
144
143
|
if (this._adapter.isConnected) {
|
|
144
|
+
this._adapter.setTriggerElementById(this._trigger);
|
|
145
145
|
this._syncTrigger();
|
|
146
146
|
}
|
|
147
147
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Copyright Tyler Technologies, Inc.
|
|
4
4
|
* License: Apache-2.0
|
|
5
5
|
*/
|
|
6
|
+
import { composedPathFrom } from '../../core/utils/event-utils';
|
|
6
7
|
import { LIST_ITEM_CONSTANTS } from './list-item-constants';
|
|
7
8
|
export class ListItemCore {
|
|
8
9
|
constructor(_adapter) {
|
|
@@ -34,14 +35,14 @@ export class ListItemCore {
|
|
|
34
35
|
this._adapter.destroy();
|
|
35
36
|
}
|
|
36
37
|
_onMousedown(evt) {
|
|
37
|
-
const composedElements =
|
|
38
|
+
const composedElements = composedPathFrom(this._adapter.hostElement, evt);
|
|
38
39
|
const fromInteractiveElement = composedElements.some(el => el === this._adapter.interactiveElement);
|
|
39
40
|
if (this._focusPropagation === 'off' || !fromInteractiveElement) {
|
|
40
41
|
evt.preventDefault();
|
|
41
42
|
}
|
|
42
43
|
}
|
|
43
44
|
_onKeydown(evt) {
|
|
44
|
-
const composedElements =
|
|
45
|
+
const composedElements = composedPathFrom(this._adapter.hostElement, evt);
|
|
45
46
|
const isFromStartEndSlot = composedElements.some((el) => el.matches(LIST_ITEM_CONSTANTS.selectors.SLOTTED_START_END));
|
|
46
47
|
if (evt.key === 'Enter' || evt.key === ' ') {
|
|
47
48
|
evt.stopPropagation();
|
|
@@ -61,7 +62,7 @@ export class ListItemCore {
|
|
|
61
62
|
}
|
|
62
63
|
}
|
|
63
64
|
_onClick(evt) {
|
|
64
|
-
const composedElements =
|
|
65
|
+
const composedElements = composedPathFrom(this._adapter.hostElement, evt);
|
|
65
66
|
// Ignore clicks from elements that should not trigger selection
|
|
66
67
|
const fromIgnoredElement = composedElements.some(el => el.matches(LIST_ITEM_CONSTANTS.selectors.IGNORE));
|
|
67
68
|
if (fromIgnoredElement) {
|
|
@@ -29,6 +29,14 @@ declare global {
|
|
|
29
29
|
/**
|
|
30
30
|
* @tag forge-paginator
|
|
31
31
|
*
|
|
32
|
+
* @slot label - Overrides the label text when in the default variant.
|
|
33
|
+
* @slot range-label - Overrides the default range label with a custom label when in the default variant.
|
|
34
|
+
* @slot alternative-range-label - Overrides the default range label with a custom label when in the `alternative` variant.
|
|
35
|
+
* @slot first-page-tooltip - Overrides the default tooltip for the first page button.
|
|
36
|
+
* @slot last-page-tooltip - Overrides the default tooltip for the last page button.
|
|
37
|
+
* @slot previous-page-tooltip - Overrides the default tooltip for the previous page button.
|
|
38
|
+
* @slot next-page-tooltip - Overrides the default tooltip for the next page button.
|
|
39
|
+
*
|
|
32
40
|
* @event {CustomEvent<IPaginatorChangeEventData>} forge-paginator-change - Dispatched when the paginator state changes.
|
|
33
41
|
*/
|
|
34
42
|
export declare class PaginatorComponent extends BaseComponent implements IPaginatorComponent {
|
|
@@ -19,6 +19,14 @@ const styles = ':host{display:block}:host([hidden]){display:none}.forge-paginato
|
|
|
19
19
|
/**
|
|
20
20
|
* @tag forge-paginator
|
|
21
21
|
*
|
|
22
|
+
* @slot label - Overrides the label text when in the default variant.
|
|
23
|
+
* @slot range-label - Overrides the default range label with a custom label when in the default variant.
|
|
24
|
+
* @slot alternative-range-label - Overrides the default range label with a custom label when in the `alternative` variant.
|
|
25
|
+
* @slot first-page-tooltip - Overrides the default tooltip for the first page button.
|
|
26
|
+
* @slot last-page-tooltip - Overrides the default tooltip for the last page button.
|
|
27
|
+
* @slot previous-page-tooltip - Overrides the default tooltip for the previous page button.
|
|
28
|
+
* @slot next-page-tooltip - Overrides the default tooltip for the next page button.
|
|
29
|
+
*
|
|
22
30
|
* @event {CustomEvent<IPaginatorChangeEventData>} forge-paginator-change - Dispatched when the paginator state changes.
|
|
23
31
|
*/
|
|
24
32
|
let PaginatorComponent = class PaginatorComponent extends BaseComponent {
|
|
@@ -13,7 +13,7 @@ import { SplitViewPanelCore } from './split-view-panel-core';
|
|
|
13
13
|
import { SplitViewPanelAdapter } from './split-view-panel-adapter';
|
|
14
14
|
import { IconComponent, IconRegistry } from '../../icon';
|
|
15
15
|
const template = '<template><div class=\"forge-split-view-panel\" id=\"root\" part=\"root\"><div class=\"forge-split-view-panel__handle\" id=\"handle\" part=\"handle\" role=\"separator\" aria-controls=\"content\" aria-grabbed=\"false\" tabindex=\"0\"><forge-icon class=\"forge-split-view-panel__icon\" id=\"icon\" part=\"icon\"></forge-icon><forge-state-layer target=\"handle\" id=\"state-layer\" exportparts=\"surface:state-layer\"></forge-state-layer><forge-focus-indicator inward target=\"handle\" part=\"focus-indicator\"></forge-focus-indicator></div><div class=\"forge-split-view-panel__content\" id=\"content\" part=\"content\" role=\"group\"><slot></slot></div></div></template>';
|
|
16
|
-
const styles = '.forge-split-view-panel{display:flex;width:100%;height:100%;overflow:hidden}.forge-split-view-panel__handle{color:var(--forge-theme-text-medium,rgba(0,0,0,.6));background-color:var(--forge-theme-outline,#e0e0e0);position:relative;display:flex;flex-shrink:0;justify-content:center;align-items:center;outline:0}.forge-split-view-panel__content{flex:1;overflow:hidden}.forge-split-view-panel--closed{display:none}.forge-split-view-panel--disabled #handle{pointer-events:none}.forge-split-view-panel--disabled .forge-split-view-panel__icon{display:none}.forge-split-view-panel[orientation=horizontal]{min-width:var(--forge-split-view-handle-width,8px);width:calc(var(--forge-split-view-panel-size,unset) + var(--forge-split-view-handle-width,8px));flex-direction:row}.forge-split-view-panel[orientation=horizontal] .forge-split-view-panel__handle{width:var(--forge-split-view-handle-width,8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;animation-name:
|
|
16
|
+
const styles = '.forge-split-view-panel{display:flex;width:100%;height:100%;overflow:hidden}.forge-split-view-panel__handle{color:var(--forge-theme-text-medium,rgba(0,0,0,.6));background-color:var(--forge-theme-outline,#e0e0e0);position:relative;display:flex;flex-shrink:0;justify-content:center;align-items:center;outline:0}.forge-split-view-panel__content{flex:1;overflow:hidden}.forge-split-view-panel--closed{display:none}.forge-split-view-panel--disabled #handle{pointer-events:none}.forge-split-view-panel--disabled .forge-split-view-panel__icon{display:none}.forge-split-view-panel[orientation=horizontal]{min-width:var(--forge-split-view-handle-width,8px);width:calc(var(--forge-split-view-panel-size,unset) + var(--forge-split-view-handle-width,8px));flex-direction:row}.forge-split-view-panel[orientation=horizontal] .forge-split-view-panel__handle{width:var(--forge-split-view-handle-width,8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;animation-name:ujev5to;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1))}@keyframes ujev5to{from{transform:none}to{transform:translateX(-100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=start]{position:absolute;top:0;right:0;animation-name:ujev5ul;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1))}@keyframes ujev5ul{from{transform:none}to{transform:translateX(100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=end]{position:absolute;top:0;left:0;animation-name:ujev5vf;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1));animation-direction:reverse}@keyframes ujev5vf{from{transform:none}to{transform:translateX(-100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=start]{position:absolute;top:0;right:0;animation-name:ujev5w9;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1));animation-direction:reverse}@keyframes ujev5w9{from{transform:none}to{transform:translateX(100%)}}.forge-split-view-panel[orientation=vertical]{min-height:var(--forge-split-view-handle-width,8px);height:calc(var(--forge-split-view-panel-size,unset) + var(--forge-split-view-handle-width,8px));flex-direction:column}.forge-split-view-panel[orientation=vertical] .forge-split-view-panel__handle{height:var(--forge-split-view-handle-width,8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;animation-name:ujev5ww;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1))}@keyframes ujev5ww{from{transform:none}to{transform:translateY(-100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--closing[resizable=start]{position:absolute;bottom:0;left:0;animation-name:ujev5xv;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1))}@keyframes ujev5xv{from{transform:none}to{transform:translateY(100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=end]{position:absolute;top:0;left:0;animation-name:ujev5yq;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1));animation-direction:reverse}@keyframes ujev5yq{from{transform:none}to{transform:translateY(-100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=start]{position:absolute;bottom:0;left:0;animation-name:ujev5z5;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1));animation-direction:reverse}@keyframes ujev5z5{from{transform:none}to{transform:translateY(100%)}}:host{z-index:var(--forge-split-view-animating-layer)!important;display:block;position:relative;height:100%;width:100%;flex:0}:host([hidden]){display:none}:host(:not([resizable=start],[resizable=end])){flex:1}:host(:not([resizable=start],[resizable=end])) .forge-split-view-panel{width:100%;height:100%;min-width:0;min-height:0}:host(:not([resizable=start],[resizable=end])) .forge-split-view-panel__handle{display:none}forge-focus-indicator{--forge-focus-indicator-active-width:2px}';
|
|
17
17
|
import { StateLayerComponent } from '../../state-layer';
|
|
18
18
|
import { FocusIndicatorComponent } from '../../focus-indicator';
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tylertech/forge",
|
|
3
3
|
"description": "Tyler Forge™ Web Components library",
|
|
4
|
-
"version": "3.8.
|
|
4
|
+
"version": "3.8.1",
|
|
5
5
|
"author": "Tyler Technologies, Inc.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -21,4 +21,4 @@
|
|
|
21
21
|
"tslib": "^2.8.1"
|
|
22
22
|
},
|
|
23
23
|
"customElements": "custom-elements.json"
|
|
24
|
-
}
|
|
24
|
+
}
|