@tylertech/forge 3.9.0-dev.0 → 3.9.0-dev.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 +1790 -1656
- package/dist/lib.js +27 -105
- package/dist/lib.js.map +4 -4
- package/dist/vscode.css-custom-data.json +76 -49
- package/dist/vscode.html-custom-data.json +167 -180
- package/esm/app-bar/help-button/app-bar-help-button.js +1 -1
- package/esm/app-bar/menu-button/app-bar-menu-button.js +1 -1
- package/esm/app-bar/notification-button/app-bar-notification-button.js +1 -1
- package/esm/app-bar/search/app-bar-search.js +1 -1
- package/esm/autocomplete/autocomplete.js +1 -1
- package/esm/avatar/index.js +3 -3
- package/esm/badge/index.js +3 -3
- package/esm/banner/banner.js +1 -1
- package/esm/button/base/base-button-adapter.js +1 -1
- package/esm/button/base/base-button.js +1 -1
- package/esm/calendar/calendar-adapter.d.ts +0 -24
- package/esm/calendar/calendar-adapter.js +1 -67
- package/esm/calendar/calendar-constants.d.ts +0 -34
- package/esm/calendar/calendar-constants.js +0 -33
- package/esm/calendar/calendar-core.d.ts +0 -60
- package/esm/calendar/calendar-core.js +2 -220
- package/esm/calendar/calendar-dom-utils.d.ts +0 -6
- package/esm/calendar/calendar-dom-utils.js +0 -36
- package/esm/calendar/calendar.d.ts +1 -40
- package/esm/calendar/calendar.js +3 -81
- package/esm/calendar/core/calendar-base.d.ts +0 -3
- package/esm/calendar/core/date-range.d.ts +0 -2
- package/esm/calendar/core/date-range.js +0 -1
- package/esm/card/index.d.ts +1 -1
- package/esm/card/index.js +4 -4
- package/esm/chips/chip/chip.js +1 -1
- package/esm/color-picker/color-picker.js +1 -1
- package/esm/core/utils/dismissible-stack.d.ts +5 -1
- package/esm/core/utils/dismissible-stack.js +6 -0
- package/esm/data-table/body/body.d.ts +33 -0
- package/esm/data-table/body/body.js +42 -0
- package/esm/data-table/body/index.d.ts +6 -0
- package/esm/data-table/body/index.js +6 -0
- package/esm/data-table/cell/cell.d.ts +33 -0
- package/esm/data-table/cell/cell.js +42 -0
- package/esm/data-table/cell/index.d.ts +6 -0
- package/esm/data-table/cell/index.js +6 -0
- package/esm/data-table/column/column.d.ts +33 -0
- package/esm/data-table/column/column.js +42 -0
- package/esm/data-table/column/index.d.ts +6 -0
- package/esm/data-table/column/index.js +6 -0
- package/esm/data-table/footer/footer.d.ts +33 -0
- package/esm/data-table/footer/footer.js +42 -0
- package/esm/data-table/footer/index.d.ts +6 -0
- package/esm/data-table/footer/index.js +6 -0
- package/esm/data-table/head/head.d.ts +33 -0
- package/esm/data-table/head/head.js +42 -0
- package/esm/data-table/head/index.d.ts +6 -0
- package/esm/data-table/head/index.js +6 -0
- package/esm/data-table/index.d.ts +12 -0
- package/esm/data-table/index.js +12 -0
- package/esm/data-table/row/index.d.ts +6 -0
- package/esm/data-table/row/index.js +6 -0
- package/esm/data-table/row/row.d.ts +33 -0
- package/esm/data-table/row/row.js +42 -0
- package/esm/data-table/table/index.d.ts +6 -0
- package/esm/data-table/table/index.js +6 -0
- package/esm/data-table/table/table.d.ts +36 -0
- package/esm/data-table/table/table.js +40 -0
- package/esm/date-picker/base/base-date-picker-adapter.js +3 -0
- package/esm/date-picker/base/base-date-picker-constants.d.ts +0 -3
- package/esm/date-picker/base/base-date-picker-constants.js +0 -3
- package/esm/date-picker/base/base-date-picker-core.d.ts +0 -15
- package/esm/date-picker/base/base-date-picker-core.js +0 -30
- package/esm/date-picker/base/base-date-picker.d.ts +0 -12
- package/esm/date-picker/base/base-date-picker.js +0 -24
- package/esm/date-picker/date-picker-core.d.ts +0 -3
- package/esm/date-picker/date-picker-core.js +0 -20
- package/esm/date-picker/date-picker.js +1 -1
- package/esm/date-range-picker/date-range-picker-constants.d.ts +0 -3
- package/esm/date-range-picker/date-range-picker-constants.js +0 -1
- package/esm/date-range-picker/date-range-picker-core.d.ts +0 -3
- package/esm/date-range-picker/date-range-picker-core.js +2 -62
- package/esm/date-range-picker/date-range-picker.d.ts +0 -3
- package/esm/date-range-picker/date-range-picker.js +1 -4
- package/esm/icon/icon-constants.d.ts +2 -1
- package/esm/icon/icon-constants.js +2 -1
- package/esm/icon/icon-core.js +6 -2
- package/esm/icon/icon-utils.d.ts +2 -1
- package/esm/icon/icon-utils.js +2 -2
- package/esm/icon/icon.d.ts +3 -1
- package/esm/icon/icon.js +1 -1
- package/esm/icon-button/icon-button-core.js +11 -2
- package/esm/key/key/index.js +3 -3
- package/esm/key/key-item/index.js +3 -3
- package/esm/list-dropdown/list-dropdown-utils.js +1 -1
- package/esm/list-dropdown/list-dropdown.js +1 -1
- package/esm/menu/menu.js +1 -1
- package/esm/meter/meter/index.js +2 -2
- package/esm/meter/meter-group/index.js +3 -3
- package/esm/open-icon/open-icon.js +1 -1
- package/esm/paginator/paginator.js +1 -1
- package/esm/popover/popover-constants.d.ts +3 -0
- package/esm/popover/popover-constants.js +4 -2
- package/esm/popover/popover-core.d.ts +4 -0
- package/esm/popover/popover-core.js +20 -0
- package/esm/popover/popover.d.ts +4 -0
- package/esm/popover/popover.js +8 -0
- package/esm/select/select/select.js +1 -1
- package/esm/split-view/split-view-panel/split-view-panel.js +3 -4
- package/esm/stepper/step/step.js +1 -1
- package/esm/table/table-constants.d.ts +1 -0
- package/esm/table/table-constants.js +2 -1
- package/esm/table/table-core.js +3 -0
- package/esm/table/table.d.ts +2 -0
- package/esm/table/table.js +2 -1
- package/esm/tabs/tab-bar/tab-bar-adapter.js +1 -1
- package/esm/tabs/tab-bar/tab-bar.js +1 -1
- package/esm/text-field/text-field.js +1 -1
- package/esm/time-picker/time-picker.js +1 -2
- package/esm/toast/toast.js +1 -1
- package/esm/view-switcher/view-switcher.d.ts +5 -0
- package/esm/view-switcher/view-switcher.js +6 -1
- package/package.json +2 -2
- package/sass/calendar/_mixins.scss +2 -3
- package/sass/data-table/_core.scss +52 -0
- package/sass/data-table/_token-utils.scss +15 -0
- package/sass/data-table/body/body.scss +27 -0
- package/sass/data-table/cell/cell.scss +27 -0
- package/sass/data-table/column/column.scss +27 -0
- package/sass/data-table/footer/footer.scss +27 -0
- package/sass/data-table/head/head.scss +27 -0
- package/sass/data-table/index.scss +12 -0
- package/sass/data-table/row/row.scss +27 -0
- package/sass/data-table/table/table.scss +16 -0
- package/sass/view-switcher/view-switcher.scss +13 -7
|
@@ -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.",
|
|
@@ -83,34 +113,24 @@
|
|
|
83
113
|
"values": []
|
|
84
114
|
},
|
|
85
115
|
{
|
|
86
|
-
"name": "--forge-
|
|
87
|
-
"description": "The
|
|
88
|
-
"values": [
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "--forge-avatar-shape",
|
|
92
|
-
"description": "The border radius of the avatar, defaults to 50%.",
|
|
93
|
-
"values": [{ "name": "number" }]
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"name": "--forge-avatar-color",
|
|
97
|
-
"description": "The text color of the avatar.",
|
|
98
|
-
"values": [{ "name": "color" }]
|
|
116
|
+
"name": "--forge-bottom-sheet-desktop-max-width",
|
|
117
|
+
"description": "The maximum width of the bottom sheet on desktop.",
|
|
118
|
+
"values": []
|
|
99
119
|
},
|
|
100
120
|
{
|
|
101
|
-
"name": "--forge-
|
|
102
|
-
"description": "The
|
|
103
|
-
"values": [
|
|
121
|
+
"name": "--forge-bottom-sheet-desktop-min-width",
|
|
122
|
+
"description": "The minimum width of the bottom sheet on desktop.",
|
|
123
|
+
"values": []
|
|
104
124
|
},
|
|
105
125
|
{
|
|
106
|
-
"name": "--forge-
|
|
107
|
-
"description": "The
|
|
108
|
-
"values": [
|
|
126
|
+
"name": "--forge-bottom-sheet-animation-duration",
|
|
127
|
+
"description": "The duration of the bottom sheet animation to fullscreen.",
|
|
128
|
+
"values": []
|
|
109
129
|
},
|
|
110
130
|
{
|
|
111
|
-
"name": "--forge-
|
|
112
|
-
"description": "The
|
|
113
|
-
"values": [
|
|
131
|
+
"name": "--forge-bottom-sheet-animation-timing",
|
|
132
|
+
"description": "The timing function of the bottom sheet animation to fullscreen.",
|
|
133
|
+
"values": []
|
|
114
134
|
},
|
|
115
135
|
{
|
|
116
136
|
"name": "--forge-banner-background",
|
|
@@ -152,26 +172,6 @@
|
|
|
152
172
|
"description": "The transition easing function.",
|
|
153
173
|
"values": []
|
|
154
174
|
},
|
|
155
|
-
{
|
|
156
|
-
"name": "--forge-bottom-sheet-desktop-max-width",
|
|
157
|
-
"description": "The maximum width of the bottom sheet on desktop.",
|
|
158
|
-
"values": []
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "--forge-bottom-sheet-desktop-min-width",
|
|
162
|
-
"description": "The minimum width of the bottom sheet on desktop.",
|
|
163
|
-
"values": []
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"name": "--forge-bottom-sheet-animation-duration",
|
|
167
|
-
"description": "The duration of the bottom sheet animation to fullscreen.",
|
|
168
|
-
"values": []
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"name": "--forge-bottom-sheet-animation-timing",
|
|
172
|
-
"description": "The timing function of the bottom sheet animation to fullscreen.",
|
|
173
|
-
"values": []
|
|
174
|
-
},
|
|
175
175
|
{
|
|
176
176
|
"name": "--forge-button-primary-color",
|
|
177
177
|
"description": "The primary color of the button.",
|
|
@@ -3687,6 +3687,26 @@
|
|
|
3687
3687
|
"description": "The rotation of the tooltip arrow when the tooltip is placed on the left.",
|
|
3688
3688
|
"values": []
|
|
3689
3689
|
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "--forge-view-switcher-height",
|
|
3692
|
+
"description": "The `height` of the view switcher.",
|
|
3693
|
+
"values": []
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"name": "--forge-view-switcher-width",
|
|
3697
|
+
"description": "The `width` of the view switcher.",
|
|
3698
|
+
"values": []
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"name": "--forge-view-switcher-animation-duration",
|
|
3702
|
+
"description": "The duration of view switching animations.",
|
|
3703
|
+
"values": []
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "--forge-view-switcher-animation-easing",
|
|
3707
|
+
"description": "The timing function of view switching animations.",
|
|
3708
|
+
"values": []
|
|
3709
|
+
},
|
|
3690
3710
|
{
|
|
3691
3711
|
"name": "--forge-app-bar-background",
|
|
3692
3712
|
"description": "The background color of the app bar.",
|
|
@@ -4002,11 +4022,6 @@
|
|
|
4002
4022
|
"description": "The transition timing for all animations on the group.",
|
|
4003
4023
|
"values": []
|
|
4004
4024
|
},
|
|
4005
|
-
{
|
|
4006
|
-
"name": "--forge-chip-set-spacing",
|
|
4007
|
-
"description": "The spacing between chips.",
|
|
4008
|
-
"values": []
|
|
4009
|
-
},
|
|
4010
4025
|
{
|
|
4011
4026
|
"name": "--forge-chip-background",
|
|
4012
4027
|
"description": "The background color of the chip.",
|
|
@@ -4247,6 +4262,11 @@
|
|
|
4247
4262
|
"description": "The delay of the checkmark transition in chips.",
|
|
4248
4263
|
"values": []
|
|
4249
4264
|
},
|
|
4265
|
+
{
|
|
4266
|
+
"name": "--forge-chip-set-spacing",
|
|
4267
|
+
"description": "The spacing between chips.",
|
|
4268
|
+
"values": []
|
|
4269
|
+
},
|
|
4250
4270
|
{
|
|
4251
4271
|
"name": "--forge-drawer-width",
|
|
4252
4272
|
"description": "The width of the drawer.",
|
|
@@ -5404,11 +5424,11 @@
|
|
|
5404
5424
|
}
|
|
5405
5425
|
],
|
|
5406
5426
|
"pseudoElements": [
|
|
5427
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5407
5428
|
{
|
|
5408
5429
|
"name": "::part(root)",
|
|
5409
5430
|
"description": "The root element of the backdrop."
|
|
5410
5431
|
},
|
|
5411
|
-
{ "name": "::part(root)", "description": "The root container element." },
|
|
5412
5432
|
{
|
|
5413
5433
|
"name": "::part(root)",
|
|
5414
5434
|
"description": "The root element of the bottom sheet."
|
|
@@ -5863,7 +5883,6 @@
|
|
|
5863
5883
|
"description": "The root container element for the group."
|
|
5864
5884
|
},
|
|
5865
5885
|
{ "name": "::part(root)", "description": "The component's root element." },
|
|
5866
|
-
{ "name": "::part(root)", "description": "The component's root element." },
|
|
5867
5886
|
{
|
|
5868
5887
|
"name": "::part(trigger)",
|
|
5869
5888
|
"description": "The trigger element of the chip."
|
|
@@ -5877,6 +5896,14 @@
|
|
|
5877
5896
|
"description": "The state layer surface."
|
|
5878
5897
|
},
|
|
5879
5898
|
{ "name": "::part(root)", "description": "The component's root element." },
|
|
5899
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5900
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5901
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5902
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5903
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5904
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5905
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5906
|
+
{ "name": "::part(root)", "description": "The component's root element." },
|
|
5880
5907
|
{
|
|
5881
5908
|
"name": "::part(content)",
|
|
5882
5909
|
"description": "The content container element."
|