@tylertech/forge 3.9.0-dev.2 → 3.9.0-dev.4
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 +1508 -1977
- package/dist/lib.js +12 -12
- package/dist/lib.js.map +3 -3
- package/dist/vscode.css-custom-data.json +101 -108
- package/dist/vscode.html-custom-data.json +137 -179
- package/esm/core/utils/dismissible-stack.d.ts +3 -2
- package/esm/core/utils/dismissible-stack.js +8 -4
- package/esm/date-picker/base/base-date-picker-adapter.js +0 -3
- package/esm/dialog/dialog-core.js +8 -0
- package/esm/drawer/mini-drawer/mini-drawer.js +1 -1
- package/esm/icon-button/icon-button-core.js +2 -11
- package/esm/popover/popover-constants.d.ts +0 -1
- package/esm/popover/popover-constants.js +1 -2
- package/esm/popover/popover-core.js +7 -12
- package/esm/popover/popover.d.ts +2 -2
- package/esm/popover/popover.js +3 -3
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/esm/table/table-constants.d.ts +1 -0
- package/esm/table/table-constants.js +1 -0
- package/esm/table/table-core.js +2 -1
- package/esm/table/table.d.ts +2 -0
- package/esm/table/table.js +1 -0
- package/package.json +5 -5
- package/sass/calendar/calendar-menu/_variables.scss +1 -1
- package/sass/color-picker/_mixins.scss +5 -5
- package/sass/core/styles/theme/_color-utils.scss +1 -1
- package/sass/core/styles/tokens/app-bar/app-bar/_tokens.scss +1 -1
- package/sass/drawer/mini-drawer/mini-drawer.scss +0 -1
- package/esm/data-table/body/body.d.ts +0 -33
- package/esm/data-table/body/body.js +0 -42
- package/esm/data-table/body/index.d.ts +0 -6
- package/esm/data-table/body/index.js +0 -6
- package/esm/data-table/cell/cell.d.ts +0 -33
- package/esm/data-table/cell/cell.js +0 -42
- package/esm/data-table/cell/index.d.ts +0 -6
- package/esm/data-table/cell/index.js +0 -6
- package/esm/data-table/column/column.d.ts +0 -33
- package/esm/data-table/column/column.js +0 -42
- package/esm/data-table/column/index.d.ts +0 -6
- package/esm/data-table/column/index.js +0 -6
- package/esm/data-table/footer/footer.d.ts +0 -33
- package/esm/data-table/footer/footer.js +0 -42
- package/esm/data-table/footer/index.d.ts +0 -6
- package/esm/data-table/footer/index.js +0 -6
- package/esm/data-table/head/head.d.ts +0 -33
- package/esm/data-table/head/head.js +0 -42
- package/esm/data-table/head/index.d.ts +0 -6
- package/esm/data-table/head/index.js +0 -6
- package/esm/data-table/index.d.ts +0 -12
- package/esm/data-table/index.js +0 -12
- package/esm/data-table/row/index.d.ts +0 -6
- package/esm/data-table/row/index.js +0 -6
- package/esm/data-table/row/row.d.ts +0 -33
- package/esm/data-table/row/row.js +0 -42
- package/esm/data-table/table/index.d.ts +0 -6
- package/esm/data-table/table/index.js +0 -6
- package/esm/data-table/table/table.d.ts +0 -36
- package/esm/data-table/table/table.js +0 -40
- package/sass/data-table/_core.scss +0 -52
- package/sass/data-table/_token-utils.scss +0 -15
- package/sass/data-table/body/body.scss +0 -27
- package/sass/data-table/cell/cell.scss +0 -27
- package/sass/data-table/column/column.scss +0 -27
- package/sass/data-table/footer/footer.scss +0 -27
- package/sass/data-table/head/head.scss +0 -27
- package/sass/data-table/index.scss +0 -12
- package/sass/data-table/row/row.scss +0 -27
- package/sass/data-table/table/table.scss +0 -16
|
@@ -112,26 +112,6 @@
|
|
|
112
112
|
"description": "The spacing between the content within the badge.",
|
|
113
113
|
"values": []
|
|
114
114
|
},
|
|
115
|
-
{
|
|
116
|
-
"name": "--forge-bottom-sheet-desktop-max-width",
|
|
117
|
-
"description": "The maximum width of the bottom sheet on desktop.",
|
|
118
|
-
"values": []
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "--forge-bottom-sheet-desktop-min-width",
|
|
122
|
-
"description": "The minimum width of the bottom sheet on desktop.",
|
|
123
|
-
"values": []
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"name": "--forge-bottom-sheet-animation-duration",
|
|
127
|
-
"description": "The duration of the bottom sheet animation to fullscreen.",
|
|
128
|
-
"values": []
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"name": "--forge-bottom-sheet-animation-timing",
|
|
132
|
-
"description": "The timing function of the bottom sheet animation to fullscreen.",
|
|
133
|
-
"values": []
|
|
134
|
-
},
|
|
135
115
|
{
|
|
136
116
|
"name": "--forge-banner-background",
|
|
137
117
|
"description": "The background color of the banner.",
|
|
@@ -172,6 +152,26 @@
|
|
|
172
152
|
"description": "The transition easing function.",
|
|
173
153
|
"values": []
|
|
174
154
|
},
|
|
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.",
|
|
@@ -4462,6 +4462,81 @@
|
|
|
4462
4462
|
"description": "The spacing between the list items.",
|
|
4463
4463
|
"values": []
|
|
4464
4464
|
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "--forge-meter-background",
|
|
4467
|
+
"description": "The background color of the meter.",
|
|
4468
|
+
"values": []
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"name": "--forge-meter-color",
|
|
4472
|
+
"description": "The color of the meter's bar.",
|
|
4473
|
+
"values": []
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"name": "--forge-meter-height",
|
|
4477
|
+
"description": "The block size of the meter.",
|
|
4478
|
+
"values": []
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"name": "--forge-meter-shape",
|
|
4482
|
+
"description": "The border radius of the meter.",
|
|
4483
|
+
"values": []
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"name": "--forge-meter-bar-inner-shape",
|
|
4487
|
+
"description": "The border radius of the meter's bar.",
|
|
4488
|
+
"values": []
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"name": "--forge-meter-tickmarks",
|
|
4492
|
+
"description": "The number of tickmarks to display.",
|
|
4493
|
+
"values": []
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"name": "--forge-meter-tickmark-opacity",
|
|
4497
|
+
"description": "The opacity of the tickmarks.",
|
|
4498
|
+
"values": []
|
|
4499
|
+
},
|
|
4500
|
+
{
|
|
4501
|
+
"name": "--forge-meter-transition-duration",
|
|
4502
|
+
"description": "The duration of transitions.",
|
|
4503
|
+
"values": []
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"name": "--forge-meter-transition-timing",
|
|
4507
|
+
"description": "The timing function of transitions.",
|
|
4508
|
+
"values": []
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"name": "--forge-theme-success",
|
|
4512
|
+
"description": "The color of the bar when the value is optimal.",
|
|
4513
|
+
"values": []
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"name": "--forge-theme-success-container-low",
|
|
4517
|
+
"description": "The color of the track when the value is optimal.",
|
|
4518
|
+
"values": []
|
|
4519
|
+
},
|
|
4520
|
+
{
|
|
4521
|
+
"name": "--forge-theme-warning",
|
|
4522
|
+
"description": "The color of the bar when the value is suboptimal.",
|
|
4523
|
+
"values": []
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"name": "--forge-theme-warning-container-low",
|
|
4527
|
+
"description": "The color of the track when the value is suboptimal.",
|
|
4528
|
+
"values": []
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
"name": "--forge-theme-error",
|
|
4532
|
+
"description": "The color of the bar when the value is least optimal.",
|
|
4533
|
+
"values": []
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"name": "--forge-theme-error-container-low",
|
|
4537
|
+
"description": "The color of the track when the value is least optimal.",
|
|
4538
|
+
"values": []
|
|
4539
|
+
},
|
|
4465
4540
|
{
|
|
4466
4541
|
"name": "--forge-list-item-background",
|
|
4467
4542
|
"description": "The background color.",
|
|
@@ -4612,81 +4687,6 @@
|
|
|
4612
4687
|
"description": "The gap between the slotted content when in the dense state.",
|
|
4613
4688
|
"values": []
|
|
4614
4689
|
},
|
|
4615
|
-
{
|
|
4616
|
-
"name": "--forge-meter-background",
|
|
4617
|
-
"description": "The background color of the meter.",
|
|
4618
|
-
"values": []
|
|
4619
|
-
},
|
|
4620
|
-
{
|
|
4621
|
-
"name": "--forge-meter-color",
|
|
4622
|
-
"description": "The color of the meter's bar.",
|
|
4623
|
-
"values": []
|
|
4624
|
-
},
|
|
4625
|
-
{
|
|
4626
|
-
"name": "--forge-meter-height",
|
|
4627
|
-
"description": "The block size of the meter.",
|
|
4628
|
-
"values": []
|
|
4629
|
-
},
|
|
4630
|
-
{
|
|
4631
|
-
"name": "--forge-meter-shape",
|
|
4632
|
-
"description": "The border radius of the meter.",
|
|
4633
|
-
"values": []
|
|
4634
|
-
},
|
|
4635
|
-
{
|
|
4636
|
-
"name": "--forge-meter-bar-inner-shape",
|
|
4637
|
-
"description": "The border radius of the meter's bar.",
|
|
4638
|
-
"values": []
|
|
4639
|
-
},
|
|
4640
|
-
{
|
|
4641
|
-
"name": "--forge-meter-tickmarks",
|
|
4642
|
-
"description": "The number of tickmarks to display.",
|
|
4643
|
-
"values": []
|
|
4644
|
-
},
|
|
4645
|
-
{
|
|
4646
|
-
"name": "--forge-meter-tickmark-opacity",
|
|
4647
|
-
"description": "The opacity of the tickmarks.",
|
|
4648
|
-
"values": []
|
|
4649
|
-
},
|
|
4650
|
-
{
|
|
4651
|
-
"name": "--forge-meter-transition-duration",
|
|
4652
|
-
"description": "The duration of transitions.",
|
|
4653
|
-
"values": []
|
|
4654
|
-
},
|
|
4655
|
-
{
|
|
4656
|
-
"name": "--forge-meter-transition-timing",
|
|
4657
|
-
"description": "The timing function of transitions.",
|
|
4658
|
-
"values": []
|
|
4659
|
-
},
|
|
4660
|
-
{
|
|
4661
|
-
"name": "--forge-theme-success",
|
|
4662
|
-
"description": "The color of the bar when the value is optimal.",
|
|
4663
|
-
"values": []
|
|
4664
|
-
},
|
|
4665
|
-
{
|
|
4666
|
-
"name": "--forge-theme-success-container-low",
|
|
4667
|
-
"description": "The color of the track when the value is optimal.",
|
|
4668
|
-
"values": []
|
|
4669
|
-
},
|
|
4670
|
-
{
|
|
4671
|
-
"name": "--forge-theme-warning",
|
|
4672
|
-
"description": "The color of the bar when the value is suboptimal.",
|
|
4673
|
-
"values": []
|
|
4674
|
-
},
|
|
4675
|
-
{
|
|
4676
|
-
"name": "--forge-theme-warning-container-low",
|
|
4677
|
-
"description": "The color of the track when the value is suboptimal.",
|
|
4678
|
-
"values": []
|
|
4679
|
-
},
|
|
4680
|
-
{
|
|
4681
|
-
"name": "--forge-theme-error",
|
|
4682
|
-
"description": "The color of the bar when the value is least optimal.",
|
|
4683
|
-
"values": []
|
|
4684
|
-
},
|
|
4685
|
-
{
|
|
4686
|
-
"name": "--forge-theme-error-container-low",
|
|
4687
|
-
"description": "The color of the track when the value is least optimal.",
|
|
4688
|
-
"values": []
|
|
4689
|
-
},
|
|
4690
4690
|
{
|
|
4691
4691
|
"name": "--forge-meter-group-background",
|
|
4692
4692
|
"description": "The background color of the meter group.",
|
|
@@ -5896,13 +5896,6 @@
|
|
|
5896
5896
|
"description": "The state layer surface."
|
|
5897
5897
|
},
|
|
5898
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
5899
|
{ "name": "::part(root)", "description": "The component's root element." },
|
|
5907
5900
|
{
|
|
5908
5901
|
"name": "::part(content)",
|
|
@@ -5933,6 +5926,12 @@
|
|
|
5933
5926
|
"description": "The component's root container element."
|
|
5934
5927
|
},
|
|
5935
5928
|
{ "name": "::part(root)", "description": "The root container element." },
|
|
5929
|
+
{
|
|
5930
|
+
"name": "::part(track)",
|
|
5931
|
+
"description": "The element comprising the meter's background."
|
|
5932
|
+
},
|
|
5933
|
+
{ "name": "::part(bar)", "description": "The bar representing the value." },
|
|
5934
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5936
5935
|
{
|
|
5937
5936
|
"name": "::part(text-container)",
|
|
5938
5937
|
"description": "The container for the text content."
|
|
@@ -5946,12 +5945,6 @@
|
|
|
5946
5945
|
"description": "The forwarded state layer's internal surface element."
|
|
5947
5946
|
},
|
|
5948
5947
|
{ "name": "::part(root)", "description": "The root container element." },
|
|
5949
|
-
{
|
|
5950
|
-
"name": "::part(track)",
|
|
5951
|
-
"description": "The element comprising the meter's background."
|
|
5952
|
-
},
|
|
5953
|
-
{ "name": "::part(bar)", "description": "The bar representing the value." },
|
|
5954
|
-
{ "name": "::part(root)", "description": "The root container element." },
|
|
5955
5948
|
{
|
|
5956
5949
|
"name": "::part(track)",
|
|
5957
5950
|
"description": "The element comprising the meter group's background."
|