@tylertech/forge 3.9.0-dev.3 → 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 +1245 -1714
- package/dist/lib.js +17 -95
- package/dist/lib.js.map +3 -3
- package/dist/vscode.css-custom-data.json +133 -140
- package/dist/vscode.html-custom-data.json +101 -143
- package/esm/core/utils/dismissible-stack.d.ts +3 -2
- package/esm/core/utils/dismissible-stack.js +3 -2
- 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/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
|
@@ -3,49 +3,34 @@
|
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"properties": [
|
|
5
5
|
{
|
|
6
|
-
"name": "--forge-
|
|
7
|
-
"description": "The background color.",
|
|
8
|
-
"values": []
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"name": "--forge-badge-color",
|
|
12
|
-
"description": "The text color.",
|
|
13
|
-
"values": []
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"name": "--forge-badge-shape",
|
|
17
|
-
"description": "The shape radius.",
|
|
18
|
-
"values": []
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"name": "--forge-badge-padding-inline",
|
|
22
|
-
"description": "The inline padding.",
|
|
23
|
-
"values": []
|
|
6
|
+
"name": "--forge-avatar-background",
|
|
7
|
+
"description": "The background color of the avatar.",
|
|
8
|
+
"values": [{ "name": "string" }]
|
|
24
9
|
},
|
|
25
10
|
{
|
|
26
|
-
"name": "--forge-
|
|
27
|
-
"description": "The
|
|
28
|
-
"values": []
|
|
11
|
+
"name": "--forge-avatar-shape",
|
|
12
|
+
"description": "The border radius of the avatar, defaults to 50%.",
|
|
13
|
+
"values": [{ "name": "number" }]
|
|
29
14
|
},
|
|
30
15
|
{
|
|
31
|
-
"name": "--forge-
|
|
32
|
-
"description": "The
|
|
33
|
-
"values": []
|
|
16
|
+
"name": "--forge-avatar-color",
|
|
17
|
+
"description": "The text color of the avatar.",
|
|
18
|
+
"values": [{ "name": "color" }]
|
|
34
19
|
},
|
|
35
20
|
{
|
|
36
|
-
"name": "--forge-
|
|
37
|
-
"description": "The
|
|
38
|
-
"values": []
|
|
21
|
+
"name": "--forge-avatar-size",
|
|
22
|
+
"description": "The height and width of the avatar.",
|
|
23
|
+
"values": [{ "name": "number" }]
|
|
39
24
|
},
|
|
40
25
|
{
|
|
41
|
-
"name": "--forge-
|
|
42
|
-
"description": "The
|
|
43
|
-
"values": []
|
|
26
|
+
"name": "--forge-avatar-transition-duration",
|
|
27
|
+
"description": "The transition duration for animations.",
|
|
28
|
+
"values": [{ "name": "number" }]
|
|
44
29
|
},
|
|
45
30
|
{
|
|
46
|
-
"name": "--forge-
|
|
47
|
-
"description": "The
|
|
48
|
-
"values": []
|
|
31
|
+
"name": "--forge-avatar-transition-timing",
|
|
32
|
+
"description": "The transition timing function for animations.",
|
|
33
|
+
"values": [{ "name": "string" }]
|
|
49
34
|
},
|
|
50
35
|
{
|
|
51
36
|
"name": "--forge-backdrop-background",
|
|
@@ -83,34 +68,49 @@
|
|
|
83
68
|
"values": []
|
|
84
69
|
},
|
|
85
70
|
{
|
|
86
|
-
"name": "--forge-
|
|
87
|
-
"description": "The background color
|
|
88
|
-
"values": [
|
|
71
|
+
"name": "--forge-badge-background",
|
|
72
|
+
"description": "The background color.",
|
|
73
|
+
"values": []
|
|
89
74
|
},
|
|
90
75
|
{
|
|
91
|
-
"name": "--forge-
|
|
92
|
-
"description": "The
|
|
93
|
-
"values": [
|
|
76
|
+
"name": "--forge-badge-color",
|
|
77
|
+
"description": "The text color.",
|
|
78
|
+
"values": []
|
|
94
79
|
},
|
|
95
80
|
{
|
|
96
|
-
"name": "--forge-
|
|
97
|
-
"description": "The
|
|
98
|
-
"values": [
|
|
81
|
+
"name": "--forge-badge-shape",
|
|
82
|
+
"description": "The shape radius.",
|
|
83
|
+
"values": []
|
|
99
84
|
},
|
|
100
85
|
{
|
|
101
|
-
"name": "--forge-
|
|
102
|
-
"description": "The
|
|
103
|
-
"values": [
|
|
86
|
+
"name": "--forge-badge-padding-inline",
|
|
87
|
+
"description": "The inline padding.",
|
|
88
|
+
"values": []
|
|
104
89
|
},
|
|
105
90
|
{
|
|
106
|
-
"name": "--forge-
|
|
107
|
-
"description": "The
|
|
108
|
-
"values": [
|
|
91
|
+
"name": "--forge-badge-padding-block",
|
|
92
|
+
"description": "The block padding.",
|
|
93
|
+
"values": []
|
|
109
94
|
},
|
|
110
95
|
{
|
|
111
|
-
"name": "--forge-
|
|
112
|
-
"description": "The
|
|
113
|
-
"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": []
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"name": "--forge-banner-background",
|
|
@@ -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.",
|
|
@@ -5424,11 +5424,11 @@
|
|
|
5424
5424
|
}
|
|
5425
5425
|
],
|
|
5426
5426
|
"pseudoElements": [
|
|
5427
|
+
{ "name": "::part(root)", "description": "The root container element." },
|
|
5427
5428
|
{
|
|
5428
5429
|
"name": "::part(root)",
|
|
5429
5430
|
"description": "The root element of the backdrop."
|
|
5430
5431
|
},
|
|
5431
|
-
{ "name": "::part(root)", "description": "The root container element." },
|
|
5432
5432
|
{
|
|
5433
5433
|
"name": "::part(root)",
|
|
5434
5434
|
"description": "The root element of the bottom sheet."
|
|
@@ -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."
|