@scania/tegel 1.4.0 → 1.5.0

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 (218) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/tds-dropdown.cjs.entry.js +17 -13
  3. package/dist/cjs/tds-header-cell.cjs.entry.js +2 -2
  4. package/dist/cjs/tds-icon.cjs.entry.js +3 -2
  5. package/dist/cjs/tds-modal.cjs.entry.js +1 -1
  6. package/dist/cjs/tegel.cjs.js +1 -1
  7. package/dist/collection/components/dropdown/dropdown.css +1 -0
  8. package/dist/collection/components/dropdown/dropdown.js +16 -12
  9. package/dist/collection/components/icon/icon.js +23 -5
  10. package/dist/collection/components/modal/modal.css +1 -1
  11. package/dist/collection/components/table/table-header-cell/table-header-cell.js +13 -10
  12. package/dist/components/icon.js +4 -2
  13. package/dist/components/tds-dropdown.js +17 -13
  14. package/dist/components/tds-header-cell.js +2 -2
  15. package/dist/components/tds-modal.js +1 -1
  16. package/dist/esm/loader.js +1 -1
  17. package/dist/esm/tds-dropdown.entry.js +17 -13
  18. package/dist/esm/tds-header-cell.entry.js +2 -2
  19. package/dist/esm/tds-icon.entry.js +3 -2
  20. package/dist/esm/tds-modal.entry.js +1 -1
  21. package/dist/esm/tegel.js +1 -1
  22. package/dist/tegel/p-15f8ac46.entry.js +1 -0
  23. package/dist/tegel/p-3b597a64.entry.js +1 -0
  24. package/dist/tegel/{p-6dc8f2dd.entry.js → p-78853c02.entry.js} +1 -1
  25. package/dist/tegel/p-7d93c35b.entry.js +1 -0
  26. package/dist/tegel/tegel.esm.js +1 -1
  27. package/dist/types/components/dropdown/dropdown.d.ts +2 -0
  28. package/dist/types/components/icon/icon.d.ts +6 -3
  29. package/dist/types/components/table/table-header-cell/table-header-cell.d.ts +14 -8
  30. package/dist/types/components.d.ts +20 -12
  31. package/package.json +1 -1
  32. package/dist/collection/components/accordion/accordion.stories.js +0 -100
  33. package/dist/collection/components/accordion/test/basic/accordion.e2e.js +0 -19
  34. package/dist/collection/components/accordion/test/disabled/accordion.e2e.js +0 -19
  35. package/dist/collection/components/accordion/test/expanded/accordion.e2e.js +0 -24
  36. package/dist/collection/components/accordion/test/padding-reset/accordion.e2e.js +0 -24
  37. package/dist/collection/components/badge/badge.stories.js +0 -106
  38. package/dist/collection/components/badge/test/basic/badge.e2e.js +0 -10
  39. package/dist/collection/components/badge/test/value/badge.e2e.js +0 -11
  40. package/dist/collection/components/banner/banner.stories.js +0 -92
  41. package/dist/collection/components/banner/test/basic/banner.e2e.js +0 -15
  42. package/dist/collection/components/banner/test/default/banner.e2e.js +0 -37
  43. package/dist/collection/components/banner/test/error/banner.e2e.js +0 -15
  44. package/dist/collection/components/banner/test/information/banner.e2e.js +0 -15
  45. package/dist/collection/components/block/block.stories.js +0 -49
  46. package/dist/collection/components/breadcrumbs/breadcrumbs.stories.js +0 -36
  47. package/dist/collection/components/breadcrumbs/test/default/breadcrumbs.e2e.js +0 -33
  48. package/dist/collection/components/button/button.stories.js +0 -185
  49. package/dist/collection/components/button/test/basic/button.e2e.js +0 -35
  50. package/dist/collection/components/button/test/danger/button.e2e.js +0 -18
  51. package/dist/collection/components/button/test/disabled/button.e2e.js +0 -24
  52. package/dist/collection/components/button/test/ghost/button.e2e.js +0 -18
  53. package/dist/collection/components/button/test/icon/button.e2e.js +0 -38
  54. package/dist/collection/components/button/test/secondary/button.e2e.js +0 -18
  55. package/dist/collection/components/card/card.stories.js +0 -163
  56. package/dist/collection/components/card/test/basic/card.e2e.js +0 -10
  57. package/dist/collection/components/card/test/clickable/card.e2e.js +0 -21
  58. package/dist/collection/components/card/test/default/card.e2e.js +0 -33
  59. package/dist/collection/components/checkbox/checkbox.stories.js +0 -93
  60. package/dist/collection/components/chip/chip.stories.js +0 -230
  61. package/dist/collection/components/datetime/datetime.stories.js +0 -219
  62. package/dist/collection/components/divider/divider.stories.js +0 -62
  63. package/dist/collection/components/dropdown/dropdown.stories.js +0 -260
  64. package/dist/collection/components/dropdown/test/basic/dropdown.e2e.js +0 -41
  65. package/dist/collection/components/dropdown/test/default/dropdown.e2e.js +0 -76
  66. package/dist/collection/components/dropdown/test/error/dropdown.e2e.js +0 -36
  67. package/dist/collection/components/dropdown/test/filter/dropdown.e2e.js +0 -56
  68. package/dist/collection/components/dropdown/test/filter/hide-no-result-message/dropdown.e2e.js +0 -23
  69. package/dist/collection/components/dropdown/test/filter/normalize-text-false/dropdown.e2e.js +0 -43
  70. package/dist/collection/components/dropdown/test/multiselect/dropdown.e2e.js +0 -81
  71. package/dist/collection/components/footer/footer.stories.js +0 -145
  72. package/dist/collection/components/footer/test/default/footer.e2e.js +0 -34
  73. package/dist/collection/components/header/header.stories.js +0 -82
  74. package/dist/collection/components/header/test/default/header.e2e.js +0 -44
  75. package/dist/collection/components/icon/icon.stories.js +0 -48
  76. package/dist/collection/components/link/link.stories.js +0 -59
  77. package/dist/collection/components/message/message.stories.js +0 -109
  78. package/dist/collection/components/message/test/basic/message.e2e.js +0 -16
  79. package/dist/collection/components/message/test/error/message.e2e.js +0 -28
  80. package/dist/collection/components/message/test/information/message.e2e.js +0 -10
  81. package/dist/collection/components/message/test/success/message.e2e.js +0 -10
  82. package/dist/collection/components/message/test/warning/message.e2e.js +0 -10
  83. package/dist/collection/components/modal/modal.stories.js +0 -119
  84. package/dist/collection/components/modal/test/default/modal.e2e.js +0 -28
  85. package/dist/collection/components/modal/test/open-close/modal.e2e.js +0 -63
  86. package/dist/collection/components/modal/test/prevent-true/modal.e2e.js +0 -13
  87. package/dist/collection/components/popover-canvas/popover-canvas.stories.js +0 -92
  88. package/dist/collection/components/popover-canvas/test/default/popover-canvas.e2e.js +0 -30
  89. package/dist/collection/components/popover-canvas/test/show-false/popover-canvas.e2e.js +0 -30
  90. package/dist/collection/components/popover-canvas/test/show-true/popover-canvas.e2e.js +0 -30
  91. package/dist/collection/components/popover-menu/popover-menu.stories.js +0 -146
  92. package/dist/collection/components/popover-menu/test/default/popover-menu.e2e.js +0 -60
  93. package/dist/collection/components/popover-menu/test/icons-fluid/popover-menu.e2e.js +0 -27
  94. package/dist/collection/components/popover-menu/test/show/popover-menu.e2e.js +0 -20
  95. package/dist/collection/components/popover-menu/test/show-false/popover-menu.e2e.js +0 -20
  96. package/dist/collection/components/radio-button/radio-button.stories.js +0 -91
  97. package/dist/collection/components/side-menu/side-menu.stories.js +0 -224
  98. package/dist/collection/components/side-menu/test/collapsible/side-menu.e2e.js +0 -28
  99. package/dist/collection/components/side-menu/test/default/side-menu.e2e.js +0 -38
  100. package/dist/collection/components/slider/slider.stories.js +0 -243
  101. package/dist/collection/components/spinner/spinner.stories.js +0 -61
  102. package/dist/collection/components/stepper/stepper.stories.js +0 -95
  103. package/dist/collection/components/table/table/test/batch/table.e2e.js +0 -24
  104. package/dist/collection/components/table/table/test/default/table.e2e.js +0 -46
  105. package/dist/collection/components/table/table/test/expandable-row/table.e2e.js +0 -64
  106. package/dist/collection/components/table/table/test/filtering/table.e2e.js +0 -41
  107. package/dist/collection/components/table/table/test/multiselect/table.e2e.js +0 -47
  108. package/dist/collection/components/table/table/test/pagination/table.e2e.js +0 -53
  109. package/dist/collection/components/table/table/test/sorting/table.e2e.js +0 -36
  110. package/dist/collection/components/table/table-component-basic.stories.js +0 -184
  111. package/dist/collection/components/table/table-component-batch-actions.stories.js +0 -188
  112. package/dist/collection/components/table/table-component-custom-width.stories.js +0 -174
  113. package/dist/collection/components/table/table-component-expandable-rows.stories.js +0 -160
  114. package/dist/collection/components/table/table-component-filtering.stories.js +0 -195
  115. package/dist/collection/components/table/table-component-multiselect.stories.js +0 -211
  116. package/dist/collection/components/table/table-component-pagination.stories.js +0 -196
  117. package/dist/collection/components/table/table-component-sorting.stories.js +0 -240
  118. package/dist/collection/components/tabs/folder-tabs/folder-tabs.stories.js +0 -105
  119. package/dist/collection/components/tabs/inline-tabs/inline-tabs.stories.js +0 -99
  120. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.stories.js +0 -101
  121. package/dist/collection/components/text-field/text-field.stories.js +0 -247
  122. package/dist/collection/components/textarea/test/basic/textarea.e2e.js +0 -26
  123. package/dist/collection/components/textarea/test/default/textarea.e2e.js +0 -34
  124. package/dist/collection/components/textarea/test/read-only/textarea.e2e.js +0 -26
  125. package/dist/collection/components/textarea/textarea.stories.js +0 -188
  126. package/dist/collection/components/toast/toast.stories.js +0 -90
  127. package/dist/collection/components/toggle/toggle.stories.js +0 -95
  128. package/dist/collection/components/tooltip/tooltip.stories.js +0 -126
  129. package/dist/collection/stories/Installation/angular.stories.js +0 -111
  130. package/dist/collection/stories/Installation/javascript.stories.js +0 -99
  131. package/dist/collection/stories/Installation/react.stories.js +0 -117
  132. package/dist/collection/stories/announcements/announce-tegel.stories.js +0 -262
  133. package/dist/collection/stories/announcements/prefix-change.stories.js +0 -93
  134. package/dist/collection/stories/formatHtmlPreview.js +0 -10
  135. package/dist/collection/stories/foundations/color/color-brand.stories.js +0 -38
  136. package/dist/collection/stories/foundations/color/color-scales.stories.js +0 -71
  137. package/dist/collection/stories/foundations/color/color-semantic.stories.js +0 -40
  138. package/dist/collection/stories/foundations/grid/grid.stories.js +0 -386
  139. package/dist/collection/stories/foundations/spacing/spacing-element.stories.js +0 -100
  140. package/dist/collection/stories/foundations/spacing/spacing-layout.stories.js +0 -94
  141. package/dist/collection/stories/foundations/typography/typography-body.stories.js +0 -16
  142. package/dist/collection/stories/foundations/typography/typography-detail.stories.js +0 -17
  143. package/dist/collection/stories/foundations/typography/typography-headline.stories.js +0 -39
  144. package/dist/collection/stories/foundations/typography/typography-paragraph.stories.js +0 -12
  145. package/dist/collection/stories/patterns/navigation/navigation-basic.stories.js +0 -85
  146. package/dist/collection/stories/patterns/navigation/navigation-fewitems.stories.js +0 -259
  147. package/dist/collection/stories/patterns/navigation/navigation-manyitems.stories.js +0 -247
  148. package/dist/collection/stories/patterns/navigation/navigation-user-menu.stories.js +0 -140
  149. package/dist/collection/stories/tegel.stories.js +0 -283
  150. package/dist/collection/stories/utility/color/background-color.stories.js +0 -96
  151. package/dist/collection/stories/utility/color/text-color.stories.js +0 -94
  152. package/dist/tegel/p-556600b1.entry.js +0 -1
  153. package/dist/tegel/p-c6553022.entry.js +0 -1
  154. package/dist/tegel/p-f801cf0e.entry.js +0 -1
  155. package/dist/types/components/accordion/accordion.stories.d.ts +0 -77
  156. package/dist/types/components/badge/badge.stories.d.ts +0 -73
  157. package/dist/types/components/banner/banner.stories.d.ts +0 -69
  158. package/dist/types/components/block/block.stories.d.ts +0 -32
  159. package/dist/types/components/breadcrumbs/breadcrumbs.stories.d.ts +0 -16
  160. package/dist/types/components/button/button.stories.d.ts +0 -147
  161. package/dist/types/components/card/card.stories.d.ts +0 -128
  162. package/dist/types/components/checkbox/checkbox.stories.d.ts +0 -65
  163. package/dist/types/components/chip/chip.stories.d.ts +0 -99
  164. package/dist/types/components/datetime/datetime.stories.d.ts +0 -151
  165. package/dist/types/components/divider/divider.stories.d.ts +0 -58
  166. package/dist/types/components/dropdown/dropdown.stories.d.ts +0 -205
  167. package/dist/types/components/footer/footer.stories.d.ts +0 -44
  168. package/dist/types/components/header/header.stories.d.ts +0 -32
  169. package/dist/types/components/icon/icon.stories.d.ts +0 -36
  170. package/dist/types/components/link/link.stories.d.ts +0 -44
  171. package/dist/types/components/message/message.stories.d.ts +0 -88
  172. package/dist/types/components/modal/modal.stories.d.ts +0 -78
  173. package/dist/types/components/popover-canvas/popover-canvas.stories.d.ts +0 -27
  174. package/dist/types/components/popover-menu/popover-menu.stories.d.ts +0 -51
  175. package/dist/types/components/radio-button/radio-button.stories.d.ts +0 -39
  176. package/dist/types/components/side-menu/side-menu.stories.d.ts +0 -65
  177. package/dist/types/components/slider/slider.stories.d.ts +0 -235
  178. package/dist/types/components/spinner/spinner.stories.d.ts +0 -46
  179. package/dist/types/components/stepper/stepper.stories.d.ts +0 -80
  180. package/dist/types/components/table/table-component-basic.stories.d.ts +0 -144
  181. package/dist/types/components/table/table-component-batch-actions.stories.d.ts +0 -139
  182. package/dist/types/components/table/table-component-custom-width.stories.d.ts +0 -131
  183. package/dist/types/components/table/table-component-expandable-rows.stories.d.ts +0 -131
  184. package/dist/types/components/table/table-component-filtering.stories.d.ts +0 -131
  185. package/dist/types/components/table/table-component-multiselect.stories.d.ts +0 -147
  186. package/dist/types/components/table/table-component-pagination.stories.d.ts +0 -131
  187. package/dist/types/components/table/table-component-sorting.stories.d.ts +0 -183
  188. package/dist/types/components/tabs/folder-tabs/folder-tabs.stories.d.ts +0 -69
  189. package/dist/types/components/tabs/inline-tabs/inline-tabs.stories.d.ts +0 -61
  190. package/dist/types/components/tabs/navigation-tabs/navigation-tabs.stories.d.ts +0 -61
  191. package/dist/types/components/text-field/text-field.stories.d.ts +0 -201
  192. package/dist/types/components/textarea/textarea.stories.d.ts +0 -139
  193. package/dist/types/components/toast/toast.stories.d.ts +0 -64
  194. package/dist/types/components/toggle/toggle.stories.d.ts +0 -74
  195. package/dist/types/components/tooltip/tooltip.stories.d.ts +0 -66
  196. package/dist/types/stories/Installation/angular.stories.d.ts +0 -6
  197. package/dist/types/stories/Installation/javascript.stories.d.ts +0 -7
  198. package/dist/types/stories/Installation/react.stories.d.ts +0 -6
  199. package/dist/types/stories/announcements/announce-tegel.stories.d.ts +0 -6
  200. package/dist/types/stories/announcements/prefix-change.stories.d.ts +0 -6
  201. package/dist/types/stories/formatHtmlPreview.d.ts +0 -2
  202. package/dist/types/stories/foundations/color/color-brand.stories.d.ts +0 -13
  203. package/dist/types/stories/foundations/color/color-scales.stories.d.ts +0 -30
  204. package/dist/types/stories/foundations/color/color-semantic.stories.d.ts +0 -13
  205. package/dist/types/stories/foundations/grid/grid.stories.d.ts +0 -35
  206. package/dist/types/stories/foundations/spacing/spacing-element.stories.d.ts +0 -8
  207. package/dist/types/stories/foundations/spacing/spacing-layout.stories.d.ts +0 -8
  208. package/dist/types/stories/foundations/typography/typography-body.stories.d.ts +0 -8
  209. package/dist/types/stories/foundations/typography/typography-detail.stories.d.ts +0 -8
  210. package/dist/types/stories/foundations/typography/typography-headline.stories.d.ts +0 -21
  211. package/dist/types/stories/foundations/typography/typography-paragraph.stories.d.ts +0 -8
  212. package/dist/types/stories/patterns/navigation/navigation-basic.stories.d.ts +0 -23
  213. package/dist/types/stories/patterns/navigation/navigation-fewitems.stories.d.ts +0 -23
  214. package/dist/types/stories/patterns/navigation/navigation-manyitems.stories.d.ts +0 -38
  215. package/dist/types/stories/patterns/navigation/navigation-user-menu.stories.d.ts +0 -33
  216. package/dist/types/stories/tegel.stories.d.ts +0 -6
  217. package/dist/types/stories/utility/color/background-color.stories.d.ts +0 -64
  218. package/dist/types/stories/utility/color/text-color.stories.d.ts +0 -64
@@ -1,131 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: {
5
- 'tds-table': any;
6
- 'tds-table-toolbar': any;
7
- 'tds-header': any;
8
- 'tds-header-cell': any;
9
- 'tds-table-body': any;
10
- 'tds-body-row': any;
11
- 'tds-body-row-expandable': any;
12
- 'tds-body-cell': any;
13
- 'tds-table-footer': any;
14
- };
15
- };
16
- argTypes: {
17
- modeVariant: {
18
- name: string;
19
- description: string;
20
- control: {
21
- type: string;
22
- };
23
- options: string[];
24
- table: {
25
- defaultValue: {
26
- summary: string;
27
- };
28
- };
29
- };
30
- compactDesign: {
31
- name: string;
32
- description: string;
33
- control: {
34
- type: string;
35
- };
36
- table: {
37
- defaultValue: {
38
- summary: boolean;
39
- };
40
- };
41
- };
42
- responsiveDesign: {
43
- name: string;
44
- description: string;
45
- control: {
46
- type: string;
47
- };
48
- table: {
49
- defaultValue: {
50
- summary: boolean;
51
- };
52
- };
53
- };
54
- verticalDivider: {
55
- name: string;
56
- description: string;
57
- control: {
58
- type: string;
59
- };
60
- table: {
61
- defaultValue: {
62
- summary: boolean;
63
- };
64
- };
65
- };
66
- noMinWidth: {
67
- name: string;
68
- description: string;
69
- control: {
70
- type: string;
71
- };
72
- };
73
- column1Width: {
74
- name: string;
75
- description: string;
76
- control: {
77
- type: string;
78
- };
79
- if: {
80
- arg: string;
81
- eq: boolean;
82
- };
83
- };
84
- column2Width: {
85
- name: string;
86
- description: string;
87
- control: {
88
- type: string;
89
- };
90
- if: {
91
- arg: string;
92
- eq: boolean;
93
- };
94
- };
95
- column3Width: {
96
- name: string;
97
- description: string;
98
- control: {
99
- type: string;
100
- };
101
- if: {
102
- arg: string;
103
- eq: boolean;
104
- };
105
- };
106
- column4Width: {
107
- name: string;
108
- description: string;
109
- control: {
110
- type: string;
111
- };
112
- if: {
113
- arg: string;
114
- eq: boolean;
115
- };
116
- };
117
- };
118
- args: {
119
- modeVariant: string;
120
- compactDesign: boolean;
121
- responsiveDesign: boolean;
122
- verticalDivider: boolean;
123
- noMinWidth: boolean;
124
- column1Width: string;
125
- column2Width: string;
126
- column3Width: string;
127
- column4Width: string;
128
- };
129
- };
130
- export default _default;
131
- export declare const Filtering: any;
@@ -1,147 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: {
5
- 'tds-table': any;
6
- 'tds-table-toolbar': any;
7
- 'tds-header': any;
8
- 'tds-header-cell': any;
9
- 'tds-table-body': any;
10
- 'tds-body-row': any;
11
- 'tds-body-row-expandable': any;
12
- 'tds-body-cell': any;
13
- 'tds-table-footer': any;
14
- };
15
- };
16
- argTypes: {
17
- modeVariant: {
18
- name: string;
19
- description: string;
20
- control: {
21
- type: string;
22
- };
23
- options: string[];
24
- table: {
25
- defaultValue: {
26
- summary: string;
27
- };
28
- };
29
- };
30
- allSelected: {
31
- name: string;
32
- description: string;
33
- control: {
34
- type: string;
35
- };
36
- };
37
- allIndeterminate: {
38
- name: string;
39
- description: string;
40
- control: {
41
- type: string;
42
- };
43
- };
44
- compactDesign: {
45
- name: string;
46
- description: string;
47
- control: {
48
- type: string;
49
- };
50
- table: {
51
- defaultValue: {
52
- summary: boolean;
53
- };
54
- };
55
- };
56
- responsiveDesign: {
57
- name: string;
58
- description: string;
59
- control: {
60
- type: string;
61
- };
62
- table: {
63
- defaultValue: {
64
- summary: boolean;
65
- };
66
- };
67
- };
68
- verticalDivider: {
69
- name: string;
70
- description: string;
71
- control: {
72
- type: string;
73
- };
74
- table: {
75
- defaultValue: {
76
- summary: boolean;
77
- };
78
- };
79
- };
80
- noMinWidth: {
81
- name: string;
82
- description: string;
83
- control: {
84
- type: string;
85
- };
86
- };
87
- column1Width: {
88
- name: string;
89
- description: string;
90
- control: {
91
- type: string;
92
- };
93
- if: {
94
- arg: string;
95
- eq: boolean;
96
- };
97
- };
98
- column2Width: {
99
- name: string;
100
- description: string;
101
- control: {
102
- type: string;
103
- };
104
- if: {
105
- arg: string;
106
- eq: boolean;
107
- };
108
- };
109
- column3Width: {
110
- name: string;
111
- description: string;
112
- control: {
113
- type: string;
114
- };
115
- if: {
116
- arg: string;
117
- eq: boolean;
118
- };
119
- };
120
- column4Width: {
121
- name: string;
122
- description: string;
123
- control: {
124
- type: string;
125
- };
126
- if: {
127
- arg: string;
128
- eq: boolean;
129
- };
130
- };
131
- };
132
- args: {
133
- modeVariant: string;
134
- allSelected: boolean;
135
- allIndeterminate: boolean;
136
- compactDesign: boolean;
137
- responsiveDesign: boolean;
138
- verticalDivider: boolean;
139
- noMinWidth: boolean;
140
- column1Width: string;
141
- column2Width: string;
142
- column3Width: string;
143
- column4Width: string;
144
- };
145
- };
146
- export default _default;
147
- export declare const Multiselect: any;
@@ -1,131 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: {
5
- 'tds-table': any;
6
- 'tds-table-toolbar': any;
7
- 'tds-header': any;
8
- 'tds-header-cell': any;
9
- 'tds-table-body': any;
10
- 'tds-body-row': any;
11
- 'tds-body-row-expandable': any;
12
- 'tds-body-cell': any;
13
- 'tds-table-footer': any;
14
- };
15
- };
16
- argTypes: {
17
- modeVariant: {
18
- name: string;
19
- description: string;
20
- control: {
21
- type: string;
22
- };
23
- options: string[];
24
- table: {
25
- defaultValue: {
26
- summary: string;
27
- };
28
- };
29
- };
30
- compactDesign: {
31
- name: string;
32
- description: string;
33
- control: {
34
- type: string;
35
- };
36
- table: {
37
- defaultValue: {
38
- summary: boolean;
39
- };
40
- };
41
- };
42
- responsiveDesign: {
43
- name: string;
44
- description: string;
45
- control: {
46
- type: string;
47
- };
48
- table: {
49
- defaultValue: {
50
- summary: boolean;
51
- };
52
- };
53
- };
54
- verticalDivider: {
55
- name: string;
56
- description: string;
57
- control: {
58
- type: string;
59
- };
60
- table: {
61
- defaultValue: {
62
- summary: boolean;
63
- };
64
- };
65
- };
66
- noMinWidth: {
67
- name: string;
68
- description: string;
69
- control: {
70
- type: string;
71
- };
72
- };
73
- column1Width: {
74
- name: string;
75
- description: string;
76
- control: {
77
- type: string;
78
- };
79
- if: {
80
- arg: string;
81
- eq: boolean;
82
- };
83
- };
84
- column2Width: {
85
- name: string;
86
- description: string;
87
- control: {
88
- type: string;
89
- };
90
- if: {
91
- arg: string;
92
- eq: boolean;
93
- };
94
- };
95
- column3Width: {
96
- name: string;
97
- description: string;
98
- control: {
99
- type: string;
100
- };
101
- if: {
102
- arg: string;
103
- eq: boolean;
104
- };
105
- };
106
- column4Width: {
107
- name: string;
108
- description: string;
109
- control: {
110
- type: string;
111
- };
112
- if: {
113
- arg: string;
114
- eq: boolean;
115
- };
116
- };
117
- };
118
- args: {
119
- modeVariant: string;
120
- compactDesign: boolean;
121
- responsiveDesign: boolean;
122
- verticalDivider: boolean;
123
- noMinWidth: boolean;
124
- column1Width: string;
125
- column2Width: string;
126
- column3Width: string;
127
- column4Width: string;
128
- };
129
- };
130
- export default _default;
131
- export declare const Pagination: any;
@@ -1,183 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: {
5
- 'tds-table': any;
6
- 'tds-table-toolbar': any;
7
- 'tds-header': any;
8
- 'tds-header-cell': any;
9
- 'tds-table-body': any;
10
- 'tds-body-row': any;
11
- 'tds-body-row-expandable': any;
12
- 'tds-body-cell': any;
13
- 'tds-table-footer': any;
14
- };
15
- };
16
- argTypes: {
17
- modeVariant: {
18
- name: string;
19
- description: string;
20
- control: {
21
- type: string;
22
- };
23
- options: string[];
24
- table: {
25
- defaultValue: {
26
- summary: string;
27
- };
28
- };
29
- };
30
- compactDesign: {
31
- name: string;
32
- description: string;
33
- control: {
34
- type: string;
35
- };
36
- table: {
37
- defaultValue: {
38
- summary: boolean;
39
- };
40
- };
41
- };
42
- responsiveDesign: {
43
- name: string;
44
- description: string;
45
- control: {
46
- type: string;
47
- };
48
- table: {
49
- defaultValue: {
50
- summary: boolean;
51
- };
52
- };
53
- };
54
- column1sortable: {
55
- name: string;
56
- description: string;
57
- control: {
58
- type: string;
59
- };
60
- table: {
61
- defaultValue: {
62
- summary: boolean;
63
- };
64
- };
65
- };
66
- column2sortable: {
67
- name: string;
68
- description: string;
69
- control: {
70
- type: string;
71
- };
72
- table: {
73
- defaultValue: {
74
- summary: boolean;
75
- };
76
- };
77
- };
78
- column3sortable: {
79
- name: string;
80
- description: string;
81
- control: {
82
- type: string;
83
- };
84
- table: {
85
- defaultValue: {
86
- summary: boolean;
87
- };
88
- };
89
- };
90
- column4sortable: {
91
- name: string;
92
- description: string;
93
- control: {
94
- type: string;
95
- };
96
- table: {
97
- defaultValue: {
98
- summary: boolean;
99
- };
100
- };
101
- };
102
- verticalDivider: {
103
- name: string;
104
- description: string;
105
- control: {
106
- type: string;
107
- };
108
- table: {
109
- defaultValue: {
110
- summary: boolean;
111
- };
112
- };
113
- };
114
- noMinWidth: {
115
- name: string;
116
- description: string;
117
- control: {
118
- type: string;
119
- };
120
- };
121
- column1Width: {
122
- name: string;
123
- description: string;
124
- control: {
125
- type: string;
126
- };
127
- if: {
128
- arg: string;
129
- eq: boolean;
130
- };
131
- };
132
- column2Width: {
133
- name: string;
134
- description: string;
135
- control: {
136
- type: string;
137
- };
138
- if: {
139
- arg: string;
140
- eq: boolean;
141
- };
142
- };
143
- column3Width: {
144
- name: string;
145
- description: string;
146
- control: {
147
- type: string;
148
- };
149
- if: {
150
- arg: string;
151
- eq: boolean;
152
- };
153
- };
154
- column4Width: {
155
- name: string;
156
- description: string;
157
- control: {
158
- type: string;
159
- };
160
- if: {
161
- arg: string;
162
- eq: boolean;
163
- };
164
- };
165
- };
166
- args: {
167
- modeVariant: string;
168
- compactDesign: boolean;
169
- responsiveDesign: boolean;
170
- column1sortable: boolean;
171
- column2sortable: boolean;
172
- column3sortable: boolean;
173
- column4sortable: boolean;
174
- verticalDivider: boolean;
175
- noMinWidth: boolean;
176
- column1Width: string;
177
- column2Width: string;
178
- column3Width: string;
179
- column4Width: string;
180
- };
181
- };
182
- export default _default;
183
- export declare const Sorting: any;
@@ -1,69 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: {
5
- 'Folder Tabs': any;
6
- 'Folder Tab': any;
7
- };
8
- backgrounds: {
9
- default: string;
10
- };
11
- design: {
12
- name: string;
13
- type: string;
14
- url: string;
15
- }[];
16
- };
17
- argTypes: {
18
- modeVariant: {
19
- name: string;
20
- description: string;
21
- control: {
22
- type: string;
23
- };
24
- options: string[];
25
- table: {
26
- defaultValue: {
27
- summary: string;
28
- };
29
- };
30
- };
31
- defaultSelectedIndex: {
32
- name: string;
33
- description: string;
34
- control: {
35
- type: string;
36
- };
37
- options: (string | number)[];
38
- table: {
39
- defaultValue: {
40
- summary: string;
41
- };
42
- };
43
- };
44
- selectedIndex: {
45
- name: string;
46
- description: string;
47
- control: {
48
- type: string;
49
- };
50
- options: (string | number)[];
51
- if: {
52
- arg: string;
53
- eq: string;
54
- };
55
- };
56
- backgrounds: {
57
- table: {
58
- disable: boolean;
59
- };
60
- };
61
- };
62
- args: {
63
- modeVariant: string;
64
- defaultSelectedIndex: string;
65
- selectedIndex: string;
66
- };
67
- };
68
- export default _default;
69
- export declare const FolderTabs: any;
@@ -1,61 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: {
5
- 'Inline Tabs': any;
6
- 'Inline Tab': any;
7
- };
8
- design: {
9
- name: string;
10
- type: string;
11
- url: string;
12
- }[];
13
- };
14
- argTypes: {
15
- modeVariant: {
16
- name: string;
17
- description: string;
18
- control: {
19
- type: string;
20
- };
21
- options: string[];
22
- table: {
23
- defaultValue: {
24
- summary: string;
25
- };
26
- };
27
- };
28
- defaultSelectedIndex: {
29
- name: string;
30
- description: string;
31
- control: {
32
- type: string;
33
- };
34
- options: (string | number)[];
35
- table: {
36
- defaultValue: {
37
- summary: string;
38
- };
39
- };
40
- };
41
- selectedIndex: {
42
- name: string;
43
- description: string;
44
- control: {
45
- type: string;
46
- };
47
- options: (string | number)[];
48
- if: {
49
- arg: string;
50
- eq: string;
51
- };
52
- };
53
- };
54
- args: {
55
- modeVariant: string;
56
- defaultSelectedIndex: string;
57
- selectedIndex: string;
58
- };
59
- };
60
- export default _default;
61
- export declare const InlineTabs: any;