@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.
Files changed (131) hide show
  1. package/custom-elements.json +1790 -1656
  2. package/dist/lib.js +27 -105
  3. package/dist/lib.js.map +4 -4
  4. package/dist/vscode.css-custom-data.json +76 -49
  5. package/dist/vscode.html-custom-data.json +167 -180
  6. package/esm/app-bar/help-button/app-bar-help-button.js +1 -1
  7. package/esm/app-bar/menu-button/app-bar-menu-button.js +1 -1
  8. package/esm/app-bar/notification-button/app-bar-notification-button.js +1 -1
  9. package/esm/app-bar/search/app-bar-search.js +1 -1
  10. package/esm/autocomplete/autocomplete.js +1 -1
  11. package/esm/avatar/index.js +3 -3
  12. package/esm/badge/index.js +3 -3
  13. package/esm/banner/banner.js +1 -1
  14. package/esm/button/base/base-button-adapter.js +1 -1
  15. package/esm/button/base/base-button.js +1 -1
  16. package/esm/calendar/calendar-adapter.d.ts +0 -24
  17. package/esm/calendar/calendar-adapter.js +1 -67
  18. package/esm/calendar/calendar-constants.d.ts +0 -34
  19. package/esm/calendar/calendar-constants.js +0 -33
  20. package/esm/calendar/calendar-core.d.ts +0 -60
  21. package/esm/calendar/calendar-core.js +2 -220
  22. package/esm/calendar/calendar-dom-utils.d.ts +0 -6
  23. package/esm/calendar/calendar-dom-utils.js +0 -36
  24. package/esm/calendar/calendar.d.ts +1 -40
  25. package/esm/calendar/calendar.js +3 -81
  26. package/esm/calendar/core/calendar-base.d.ts +0 -3
  27. package/esm/calendar/core/date-range.d.ts +0 -2
  28. package/esm/calendar/core/date-range.js +0 -1
  29. package/esm/card/index.d.ts +1 -1
  30. package/esm/card/index.js +4 -4
  31. package/esm/chips/chip/chip.js +1 -1
  32. package/esm/color-picker/color-picker.js +1 -1
  33. package/esm/core/utils/dismissible-stack.d.ts +5 -1
  34. package/esm/core/utils/dismissible-stack.js +6 -0
  35. package/esm/data-table/body/body.d.ts +33 -0
  36. package/esm/data-table/body/body.js +42 -0
  37. package/esm/data-table/body/index.d.ts +6 -0
  38. package/esm/data-table/body/index.js +6 -0
  39. package/esm/data-table/cell/cell.d.ts +33 -0
  40. package/esm/data-table/cell/cell.js +42 -0
  41. package/esm/data-table/cell/index.d.ts +6 -0
  42. package/esm/data-table/cell/index.js +6 -0
  43. package/esm/data-table/column/column.d.ts +33 -0
  44. package/esm/data-table/column/column.js +42 -0
  45. package/esm/data-table/column/index.d.ts +6 -0
  46. package/esm/data-table/column/index.js +6 -0
  47. package/esm/data-table/footer/footer.d.ts +33 -0
  48. package/esm/data-table/footer/footer.js +42 -0
  49. package/esm/data-table/footer/index.d.ts +6 -0
  50. package/esm/data-table/footer/index.js +6 -0
  51. package/esm/data-table/head/head.d.ts +33 -0
  52. package/esm/data-table/head/head.js +42 -0
  53. package/esm/data-table/head/index.d.ts +6 -0
  54. package/esm/data-table/head/index.js +6 -0
  55. package/esm/data-table/index.d.ts +12 -0
  56. package/esm/data-table/index.js +12 -0
  57. package/esm/data-table/row/index.d.ts +6 -0
  58. package/esm/data-table/row/index.js +6 -0
  59. package/esm/data-table/row/row.d.ts +33 -0
  60. package/esm/data-table/row/row.js +42 -0
  61. package/esm/data-table/table/index.d.ts +6 -0
  62. package/esm/data-table/table/index.js +6 -0
  63. package/esm/data-table/table/table.d.ts +36 -0
  64. package/esm/data-table/table/table.js +40 -0
  65. package/esm/date-picker/base/base-date-picker-adapter.js +3 -0
  66. package/esm/date-picker/base/base-date-picker-constants.d.ts +0 -3
  67. package/esm/date-picker/base/base-date-picker-constants.js +0 -3
  68. package/esm/date-picker/base/base-date-picker-core.d.ts +0 -15
  69. package/esm/date-picker/base/base-date-picker-core.js +0 -30
  70. package/esm/date-picker/base/base-date-picker.d.ts +0 -12
  71. package/esm/date-picker/base/base-date-picker.js +0 -24
  72. package/esm/date-picker/date-picker-core.d.ts +0 -3
  73. package/esm/date-picker/date-picker-core.js +0 -20
  74. package/esm/date-picker/date-picker.js +1 -1
  75. package/esm/date-range-picker/date-range-picker-constants.d.ts +0 -3
  76. package/esm/date-range-picker/date-range-picker-constants.js +0 -1
  77. package/esm/date-range-picker/date-range-picker-core.d.ts +0 -3
  78. package/esm/date-range-picker/date-range-picker-core.js +2 -62
  79. package/esm/date-range-picker/date-range-picker.d.ts +0 -3
  80. package/esm/date-range-picker/date-range-picker.js +1 -4
  81. package/esm/icon/icon-constants.d.ts +2 -1
  82. package/esm/icon/icon-constants.js +2 -1
  83. package/esm/icon/icon-core.js +6 -2
  84. package/esm/icon/icon-utils.d.ts +2 -1
  85. package/esm/icon/icon-utils.js +2 -2
  86. package/esm/icon/icon.d.ts +3 -1
  87. package/esm/icon/icon.js +1 -1
  88. package/esm/icon-button/icon-button-core.js +11 -2
  89. package/esm/key/key/index.js +3 -3
  90. package/esm/key/key-item/index.js +3 -3
  91. package/esm/list-dropdown/list-dropdown-utils.js +1 -1
  92. package/esm/list-dropdown/list-dropdown.js +1 -1
  93. package/esm/menu/menu.js +1 -1
  94. package/esm/meter/meter/index.js +2 -2
  95. package/esm/meter/meter-group/index.js +3 -3
  96. package/esm/open-icon/open-icon.js +1 -1
  97. package/esm/paginator/paginator.js +1 -1
  98. package/esm/popover/popover-constants.d.ts +3 -0
  99. package/esm/popover/popover-constants.js +4 -2
  100. package/esm/popover/popover-core.d.ts +4 -0
  101. package/esm/popover/popover-core.js +20 -0
  102. package/esm/popover/popover.d.ts +4 -0
  103. package/esm/popover/popover.js +8 -0
  104. package/esm/select/select/select.js +1 -1
  105. package/esm/split-view/split-view-panel/split-view-panel.js +3 -4
  106. package/esm/stepper/step/step.js +1 -1
  107. package/esm/table/table-constants.d.ts +1 -0
  108. package/esm/table/table-constants.js +2 -1
  109. package/esm/table/table-core.js +3 -0
  110. package/esm/table/table.d.ts +2 -0
  111. package/esm/table/table.js +2 -1
  112. package/esm/tabs/tab-bar/tab-bar-adapter.js +1 -1
  113. package/esm/tabs/tab-bar/tab-bar.js +1 -1
  114. package/esm/text-field/text-field.js +1 -1
  115. package/esm/time-picker/time-picker.js +1 -2
  116. package/esm/toast/toast.js +1 -1
  117. package/esm/view-switcher/view-switcher.d.ts +5 -0
  118. package/esm/view-switcher/view-switcher.js +6 -1
  119. package/package.json +2 -2
  120. package/sass/calendar/_mixins.scss +2 -3
  121. package/sass/data-table/_core.scss +52 -0
  122. package/sass/data-table/_token-utils.scss +15 -0
  123. package/sass/data-table/body/body.scss +27 -0
  124. package/sass/data-table/cell/cell.scss +27 -0
  125. package/sass/data-table/column/column.scss +27 -0
  126. package/sass/data-table/footer/footer.scss +27 -0
  127. package/sass/data-table/head/head.scss +27 -0
  128. package/sass/data-table/index.scss +12 -0
  129. package/sass/data-table/row/row.scss +27 -0
  130. package/sass/data-table/table/table.scss +16 -0
  131. package/sass/view-switcher/view-switcher.scss +13 -7
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ * Copyright Tyler Technologies, Inc.
4
+ * License: Apache-2.0
5
+ */
6
+ @use '../core/styles/tokens';
7
+
8
+ // Add your data-table token variables here
9
+ @mixin tokens {
10
+ // Common tokens
11
+ }
12
+
13
+ @function token($name) {
14
+ @return var(--forge-data-table-#{$name});
15
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license
3
+ * Copyright Tyler Technologies, Inc.
4
+ * License: Apache-2.0
5
+ */
6
+ @use '../core' as *;
7
+
8
+ //
9
+ // Host
10
+ //
11
+
12
+ :host {
13
+ @include host;
14
+ }
15
+
16
+ :host([hidden]) {
17
+ display: none;
18
+ }
19
+
20
+ //
21
+ // Base
22
+ //
23
+
24
+ .forge-data-table-body {
25
+ @include tokens;
26
+ @include base-body;
27
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license
3
+ * Copyright Tyler Technologies, Inc.
4
+ * License: Apache-2.0
5
+ */
6
+ @use '../core' as *;
7
+
8
+ //
9
+ // Host
10
+ //
11
+
12
+ :host {
13
+ @include host;
14
+ }
15
+
16
+ :host([hidden]) {
17
+ display: none;
18
+ }
19
+
20
+ //
21
+ // Base
22
+ //
23
+
24
+ .forge-data-table-cell {
25
+ @include tokens;
26
+ @include base-cell;
27
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license
3
+ * Copyright Tyler Technologies, Inc.
4
+ * License: Apache-2.0
5
+ */
6
+ @use '../core' as *;
7
+
8
+ //
9
+ // Host
10
+ //
11
+
12
+ :host {
13
+ @include host;
14
+ }
15
+
16
+ :host([hidden]) {
17
+ display: none;
18
+ }
19
+
20
+ //
21
+ // Base
22
+ //
23
+
24
+ .forge-data-table-column {
25
+ @include tokens;
26
+ @include base-column;
27
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license
3
+ * Copyright Tyler Technologies, Inc.
4
+ * License: Apache-2.0
5
+ */
6
+ @use '../core' as *;
7
+
8
+ //
9
+ // Host
10
+ //
11
+
12
+ :host {
13
+ @include host;
14
+ }
15
+
16
+ :host([hidden]) {
17
+ display: none;
18
+ }
19
+
20
+ //
21
+ // Base
22
+ //
23
+
24
+ .forge-data-table-footer {
25
+ @include tokens;
26
+ @include base-footer;
27
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license
3
+ * Copyright Tyler Technologies, Inc.
4
+ * License: Apache-2.0
5
+ */
6
+ @use '../core' as *;
7
+
8
+ //
9
+ // Host
10
+ //
11
+
12
+ :host {
13
+ @include host;
14
+ }
15
+
16
+ :host([hidden]) {
17
+ display: none;
18
+ }
19
+
20
+ //
21
+ // Base
22
+ //
23
+
24
+ .forge-data-table-head {
25
+ @include tokens;
26
+ @include base-head;
27
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * @license
3
+ * Copyright Tyler Technologies, Inc.
4
+ * License: Apache-2.0
5
+ */
6
+ @forward './table/table';
7
+ @forward './column/column';
8
+ @forward './cell/cell';
9
+ @forward './row/row';
10
+ @forward './head/head';
11
+ @forward './body/body';
12
+ @forward './footer/footer';
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license
3
+ * Copyright Tyler Technologies, Inc.
4
+ * License: Apache-2.0
5
+ */
6
+ @use '../core' as *;
7
+
8
+ //
9
+ // Host
10
+ //
11
+
12
+ :host {
13
+ @include host;
14
+ }
15
+
16
+ :host([hidden]) {
17
+ display: none;
18
+ }
19
+
20
+ //
21
+ // Base
22
+ //
23
+
24
+ .forge-data-table-row {
25
+ @include tokens;
26
+ @include base-row;
27
+ }
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @license
3
+ * Copyright Tyler Technologies, Inc.
4
+ * License: Apache-2.0
5
+ */
6
+ @use '../core' as *;
7
+
8
+ :host {
9
+ @include host;
10
+ @include tokens;
11
+ @include base-table;
12
+ }
13
+
14
+ :host([hidden]) {
15
+ display: none;
16
+ }
@@ -3,14 +3,20 @@
3
3
  * Copyright Tyler Technologies, Inc.
4
4
  * License: Apache-2.0
5
5
  */
6
- @use './core';
6
+ @use './core' as *;
7
7
 
8
8
  //
9
9
  // Host
10
10
  //
11
11
 
12
+ $host-tokens: (height, width);
13
+
14
+ :host {
15
+ @include host;
16
+ }
17
+
12
18
  :host {
13
- @include core.host;
19
+ @include tokens($includes: $host-tokens);
14
20
  }
15
21
 
16
22
  :host([hidden]) {
@@ -22,14 +28,14 @@
22
28
  //
23
29
 
24
30
  .forge-view-switcher {
25
- @include core.tokens;
31
+ @include tokens($excludes: $host-tokens);
26
32
  }
27
33
 
28
34
  .forge-view-switcher {
29
- @include core.base;
35
+ @include base;
30
36
 
31
37
  ::slotted(.forge-view-switcher__view--hidden) {
32
- @include core.view-hidden;
38
+ @include view-hidden;
33
39
  }
34
40
  }
35
41
 
@@ -39,7 +45,7 @@
39
45
 
40
46
  :host(.slide) {
41
47
  ::slotted(forge-view) {
42
- @include core.view-slidable;
48
+ @include view-slidable;
43
49
  }
44
50
  }
45
51
 
@@ -49,7 +55,7 @@
49
55
 
50
56
  :host(.fade) {
51
57
  ::slotted(forge-view) {
52
- @include core.view-fadeable;
58
+ @include view-fadeable;
53
59
  }
54
60
 
55
61
  ::slotted(.forge-view-switcher__view--hidden) {