@type-dom/ui 0.3.0 → 0.3.1

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 (135) hide show
  1. package/README.md +134 -134
  2. package/dist/package.json +11 -3
  3. package/dist/src/components/data/td-progress/td-progress.class.js +5 -5
  4. package/dist/src/components/feedback/td-tooltip/td-tooltip.const.d.ts.map +1 -1
  5. package/dist/src/hooks/use-deprecated/index.js +2 -2
  6. package/dist/src/hooks/use-id/index.js +4 -4
  7. package/dist/src/hooks/use-z-index/index.js +1 -1
  8. package/dist/src/theme-chalk/affix.scss +7 -7
  9. package/dist/src/theme-chalk/alert.scss +115 -115
  10. package/dist/src/theme-chalk/anchor-link.scss +41 -41
  11. package/dist/src/theme-chalk/anchor.scss +88 -88
  12. package/dist/src/theme-chalk/aside.scss +8 -8
  13. package/dist/src/theme-chalk/autocomplete.scss +89 -89
  14. package/dist/src/theme-chalk/avatar.scss +55 -55
  15. package/dist/src/theme-chalk/backtop.scss +29 -29
  16. package/dist/src/theme-chalk/badge.scss +58 -58
  17. package/dist/src/theme-chalk/base.scss +3 -3
  18. package/dist/src/theme-chalk/breadcrumb.scss +62 -62
  19. package/dist/src/theme-chalk/button-group.scss +80 -80
  20. package/dist/src/theme-chalk/button.scss +304 -304
  21. package/dist/src/theme-chalk/calendar.scss +80 -80
  22. package/dist/src/theme-chalk/card.scss +45 -45
  23. package/dist/src/theme-chalk/carousel-item.scss +58 -58
  24. package/dist/src/theme-chalk/carousel.scss +188 -188
  25. package/dist/src/theme-chalk/cascader-panel.scss +138 -138
  26. package/dist/src/theme-chalk/cascader.scss +247 -247
  27. package/dist/src/theme-chalk/check-tag.scss +60 -60
  28. package/dist/src/theme-chalk/checkbox-button.scss +140 -140
  29. package/dist/src/theme-chalk/checkbox-group.scss +7 -7
  30. package/dist/src/theme-chalk/checkbox.scss +298 -298
  31. package/dist/src/theme-chalk/col.scss +48 -48
  32. package/dist/src/theme-chalk/collapse.scss +70 -70
  33. package/dist/src/theme-chalk/color/index.scss +20 -20
  34. package/dist/src/theme-chalk/color-picker.scss +393 -393
  35. package/dist/src/theme-chalk/common/popup.scss +47 -47
  36. package/dist/src/theme-chalk/common/transition.scss +122 -122
  37. package/dist/src/theme-chalk/common/var.scss +1655 -1655
  38. package/dist/src/theme-chalk/container.scss +14 -14
  39. package/dist/src/theme-chalk/dark/css-vars.scss +39 -39
  40. package/dist/src/theme-chalk/dark/var.scss +222 -222
  41. package/dist/src/theme-chalk/date-picker/date-picker.scss +110 -110
  42. package/dist/src/theme-chalk/date-picker/date-range-picker.scss +113 -113
  43. package/dist/src/theme-chalk/date-picker/date-table.scss +158 -158
  44. package/dist/src/theme-chalk/date-picker/month-table.scss +112 -112
  45. package/dist/src/theme-chalk/date-picker/picker-panel.scss +131 -131
  46. package/dist/src/theme-chalk/date-picker/picker.scss +212 -212
  47. package/dist/src/theme-chalk/date-picker/time-picker.scss +90 -90
  48. package/dist/src/theme-chalk/date-picker/time-range-picker.scss +33 -33
  49. package/dist/src/theme-chalk/date-picker/time-spinner.scss +111 -111
  50. package/dist/src/theme-chalk/date-picker/year-table.scss +108 -108
  51. package/dist/src/theme-chalk/date-picker.scss +9 -9
  52. package/dist/src/theme-chalk/descriptions-item.scss +73 -73
  53. package/dist/src/theme-chalk/descriptions.scss +152 -152
  54. package/dist/src/theme-chalk/dialog.scss +192 -192
  55. package/dist/src/theme-chalk/display.scss +12 -12
  56. package/dist/src/theme-chalk/divider.scss +48 -48
  57. package/dist/src/theme-chalk/drawer.scss +155 -155
  58. package/dist/src/theme-chalk/dropdown.scss +208 -208
  59. package/dist/src/theme-chalk/empty.scss +49 -49
  60. package/dist/src/theme-chalk/footer.scss +12 -12
  61. package/dist/src/theme-chalk/form.scss +244 -244
  62. package/dist/src/theme-chalk/header.scss +12 -12
  63. package/dist/src/theme-chalk/icon.scss +45 -45
  64. package/dist/src/theme-chalk/image-viewer.scss +155 -155
  65. package/dist/src/theme-chalk/image.scss +49 -49
  66. package/dist/src/theme-chalk/index.scss +111 -111
  67. package/dist/src/theme-chalk/input-number.scss +186 -186
  68. package/dist/src/theme-chalk/input-tag.scss +220 -220
  69. package/dist/src/theme-chalk/input.scss +474 -474
  70. package/dist/src/theme-chalk/link.scss +90 -90
  71. package/dist/src/theme-chalk/loading.scss +104 -104
  72. package/dist/src/theme-chalk/main.scss +14 -14
  73. package/dist/src/theme-chalk/mention.scss +92 -92
  74. package/dist/src/theme-chalk/menu.scss +339 -339
  75. package/dist/src/theme-chalk/message-box.scss +213 -213
  76. package/dist/src/theme-chalk/message.scss +98 -98
  77. package/dist/src/theme-chalk/mixins/_button.scss +165 -165
  78. package/dist/src/theme-chalk/mixins/_col.scss +33 -33
  79. package/dist/src/theme-chalk/mixins/_var.scss +67 -67
  80. package/dist/src/theme-chalk/mixins/config.scss +5 -5
  81. package/dist/src/theme-chalk/mixins/function.scss +88 -88
  82. package/dist/src/theme-chalk/mixins/mixins.scss +240 -240
  83. package/dist/src/theme-chalk/mixins/utils.scss +39 -39
  84. package/dist/src/theme-chalk/notification.scss +107 -107
  85. package/dist/src/theme-chalk/option-group.scss +33 -33
  86. package/dist/src/theme-chalk/option.scss +71 -71
  87. package/dist/src/theme-chalk/overlay.scss +17 -17
  88. package/dist/src/theme-chalk/page-header.scss +60 -60
  89. package/dist/src/theme-chalk/pagination.scss +238 -238
  90. package/dist/src/theme-chalk/popconfirm.scss +16 -16
  91. package/dist/src/theme-chalk/popover.scss +61 -61
  92. package/dist/src/theme-chalk/popper.scss +106 -106
  93. package/dist/src/theme-chalk/progress.scss +179 -179
  94. package/dist/src/theme-chalk/radio-button.scss +169 -169
  95. package/dist/src/theme-chalk/radio-group.scss +9 -9
  96. package/dist/src/theme-chalk/radio.scss +215 -215
  97. package/dist/src/theme-chalk/rate.scss +108 -108
  98. package/dist/src/theme-chalk/reset.scss +98 -98
  99. package/dist/src/theme-chalk/result.scss +57 -57
  100. package/dist/src/theme-chalk/row.scss +35 -35
  101. package/dist/src/theme-chalk/scrollbar.scss +97 -97
  102. package/dist/src/theme-chalk/segmented.scss +183 -183
  103. package/dist/src/theme-chalk/select-dropdown-v2.scss +1 -1
  104. package/dist/src/theme-chalk/select-dropdown.scss +57 -57
  105. package/dist/src/theme-chalk/select-v2.scss +4 -4
  106. package/dist/src/theme-chalk/select.scss +264 -264
  107. package/dist/src/theme-chalk/skeleton-item.scss +83 -83
  108. package/dist/src/theme-chalk/skeleton.scss +44 -44
  109. package/dist/src/theme-chalk/slider.scss +212 -212
  110. package/dist/src/theme-chalk/space.scss +20 -20
  111. package/dist/src/theme-chalk/spinner.scss +43 -43
  112. package/dist/src/theme-chalk/statistic.scss +35 -35
  113. package/dist/src/theme-chalk/step.scss +316 -316
  114. package/dist/src/theme-chalk/steps.scss +21 -21
  115. package/dist/src/theme-chalk/switch.scss +300 -300
  116. package/dist/src/theme-chalk/table-column.scss +98 -98
  117. package/dist/src/theme-chalk/table-v2.scss +236 -236
  118. package/dist/src/theme-chalk/table.scss +694 -694
  119. package/dist/src/theme-chalk/tabs.scss +660 -660
  120. package/dist/src/theme-chalk/tag.scss +181 -181
  121. package/dist/src/theme-chalk/text.scss +51 -51
  122. package/dist/src/theme-chalk/time-picker.scss +5 -5
  123. package/dist/src/theme-chalk/time-select.scss +37 -37
  124. package/dist/src/theme-chalk/timeline-item.scss +84 -84
  125. package/dist/src/theme-chalk/timeline.scss +46 -46
  126. package/dist/src/theme-chalk/tooltip-v2.scss +95 -95
  127. package/dist/src/theme-chalk/tour.scss +187 -187
  128. package/dist/src/theme-chalk/transfer.scss +203 -203
  129. package/dist/src/theme-chalk/tree-select.scss +41 -41
  130. package/dist/src/theme-chalk/tree.scss +134 -134
  131. package/dist/src/theme-chalk/upload.scss +654 -654
  132. package/dist/src/theme-chalk/var.scss +87 -87
  133. package/dist/src/theme-chalk/virtual-list.scss +40 -40
  134. package/package.json +42 -34
  135. package/dist/README.md +0 -134
@@ -1,9 +1,9 @@
1
- @forward 'date-picker/date-table';
2
- @forward 'date-picker/month-table';
3
- @forward 'date-picker/year-table';
4
- @forward 'date-picker/time-spinner';
5
- @forward 'date-picker/picker';
6
- @forward 'date-picker/date-picker';
7
- @forward 'date-picker/date-range-picker';
8
- @forward 'date-picker/time-range-picker';
9
- @forward 'date-picker/time-picker';
1
+ @forward 'date-picker/date-table';
2
+ @forward 'date-picker/month-table';
3
+ @forward 'date-picker/year-table';
4
+ @forward 'date-picker/time-spinner';
5
+ @forward 'date-picker/picker';
6
+ @forward 'date-picker/date-picker';
7
+ @forward 'date-picker/date-range-picker';
8
+ @forward 'date-picker/time-range-picker';
9
+ @forward 'date-picker/time-picker';
@@ -1,73 +1,73 @@
1
- @use 'sass:map';
2
-
3
- @use 'mixins/mixins' as *;
4
- @use 'common/var' as *;
5
-
6
- $descriptions-item-label-margin-right: () !default;
7
- $descriptions-item-label-margin-right: map.merge(
8
- (
9
- 'large': 16px,
10
- 'default': 16px,
11
- 'small': 12px,
12
- ),
13
- $descriptions-item-label-margin-right
14
- );
15
-
16
- $descriptions-item-vertical-label-padding-bottom: () !default;
17
- $descriptions-item-vertical-label-padding-bottom: map.merge(
18
- (
19
- 'large': 8px,
20
- 'default': 6px,
21
- 'small': 4px,
22
- ),
23
- $descriptions-item-vertical-label-padding-bottom
24
- );
25
-
26
- @include b(descriptions) {
27
- @include e(label) {
28
- &.#{$namespace}-descriptions__cell.is-bordered-label {
29
- font-weight: bold;
30
- color: getCssVar('text-color', 'regular');
31
- background: getCssVar('descriptions-item-bordered-label-background');
32
- }
33
-
34
- &:not(.is-bordered-label) {
35
- color: getCssVar('text-color', 'primary');
36
- margin-right: map.get($descriptions-item-label-margin-right, 'default');
37
- }
38
-
39
- &.#{$namespace}-descriptions__cell:not(.is-bordered-label).is-vertical-label {
40
- padding-bottom: map.get(
41
- $descriptions-item-vertical-label-padding-bottom,
42
- 'default'
43
- );
44
- }
45
- }
46
-
47
- @include e(content) {
48
- &.#{$namespace}-descriptions__cell.is-bordered-content {
49
- color: getCssVar('text-color', 'primary');
50
- }
51
-
52
- &:not(.is-bordered-label) {
53
- color: getCssVar('text-color', 'regular');
54
- }
55
- }
56
-
57
- @each $size in (large, small) {
58
- @include m($size) {
59
- @include e(label) {
60
- &:not(.is-bordered-label) {
61
- margin-right: map.get($descriptions-item-label-margin-right, $size);
62
- }
63
-
64
- &.#{$namespace}-descriptions__cell:not(.is-bordered-label).is-vertical-label {
65
- padding-bottom: map.get(
66
- $descriptions-item-vertical-label-padding-bottom,
67
- $size
68
- );
69
- }
70
- }
71
- }
72
- }
73
- }
1
+ @use 'sass:map';
2
+
3
+ @use 'mixins/mixins' as *;
4
+ @use 'common/var' as *;
5
+
6
+ $descriptions-item-label-margin-right: () !default;
7
+ $descriptions-item-label-margin-right: map.merge(
8
+ (
9
+ 'large': 16px,
10
+ 'default': 16px,
11
+ 'small': 12px,
12
+ ),
13
+ $descriptions-item-label-margin-right
14
+ );
15
+
16
+ $descriptions-item-vertical-label-padding-bottom: () !default;
17
+ $descriptions-item-vertical-label-padding-bottom: map.merge(
18
+ (
19
+ 'large': 8px,
20
+ 'default': 6px,
21
+ 'small': 4px,
22
+ ),
23
+ $descriptions-item-vertical-label-padding-bottom
24
+ );
25
+
26
+ @include b(descriptions) {
27
+ @include e(label) {
28
+ &.#{$namespace}-descriptions__cell.is-bordered-label {
29
+ font-weight: bold;
30
+ color: getCssVar('text-color', 'regular');
31
+ background: getCssVar('descriptions-item-bordered-label-background');
32
+ }
33
+
34
+ &:not(.is-bordered-label) {
35
+ color: getCssVar('text-color', 'primary');
36
+ margin-right: map.get($descriptions-item-label-margin-right, 'default');
37
+ }
38
+
39
+ &.#{$namespace}-descriptions__cell:not(.is-bordered-label).is-vertical-label {
40
+ padding-bottom: map.get(
41
+ $descriptions-item-vertical-label-padding-bottom,
42
+ 'default'
43
+ );
44
+ }
45
+ }
46
+
47
+ @include e(content) {
48
+ &.#{$namespace}-descriptions__cell.is-bordered-content {
49
+ color: getCssVar('text-color', 'primary');
50
+ }
51
+
52
+ &:not(.is-bordered-label) {
53
+ color: getCssVar('text-color', 'regular');
54
+ }
55
+ }
56
+
57
+ @each $size in (large, small) {
58
+ @include m($size) {
59
+ @include e(label) {
60
+ &:not(.is-bordered-label) {
61
+ margin-right: map.get($descriptions-item-label-margin-right, $size);
62
+ }
63
+
64
+ &.#{$namespace}-descriptions__cell:not(.is-bordered-label).is-vertical-label {
65
+ padding-bottom: map.get(
66
+ $descriptions-item-vertical-label-padding-bottom,
67
+ $size
68
+ );
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
@@ -1,152 +1,152 @@
1
- @use 'sass:map';
2
-
3
- @use 'mixins/mixins' as *;
4
- @use 'mixins/var' as *;
5
- @use 'common/var' as *;
6
-
7
- $descriptions-header-margin-bottom: () !default;
8
- $descriptions-header-margin-bottom: map.merge(
9
- (
10
- 'large': 20px,
11
- 'default': 16px,
12
- 'small': 12px,
13
- ),
14
- $descriptions-header-margin-bottom
15
- );
16
-
17
- $descriptions-title-font-size: () !default;
18
- $descriptions-title-font-size: map.merge(
19
- (
20
- 'large': 16px,
21
- 'default': 16px,
22
- 'small': 14px,
23
- ),
24
- $descriptions-title-font-size
25
- );
26
-
27
- $descriptions-cell-padding-bottom: () !default;
28
- $descriptions-cell-padding-bottom: map.merge(
29
- (
30
- 'large': 16px,
31
- 'default': 12px,
32
- 'small': 8px,
33
- ),
34
- $descriptions-cell-padding-bottom
35
- );
36
-
37
- $descriptions-bordered-cell-padding: () !default;
38
- $descriptions-bordered-cell-padding: map.merge(
39
- (
40
- 'large': 12px 15px,
41
- 'default': 8px 11px,
42
- 'small': 4px 7px,
43
- ),
44
- $descriptions-bordered-cell-padding
45
- );
46
-
47
- $descriptions-cell-font-size: () !default;
48
- $descriptions-cell-font-size: map.merge(
49
- (
50
- 'large': 14px,
51
- 'default': 14px,
52
- 'small': 12px,
53
- ),
54
- $descriptions-cell-font-size
55
- );
56
-
57
- @include b(descriptions) {
58
- @include set-component-css-var('descriptions', $descriptions);
59
-
60
- box-sizing: border-box;
61
- font-size: getCssVar('font-size', 'base');
62
- color: getCssVar('text-color', 'primary');
63
-
64
- @include e(header) {
65
- display: flex;
66
- justify-content: space-between;
67
- align-items: center;
68
- margin-bottom: map.get($descriptions-header-margin-bottom, 'default');
69
-
70
- @include e(title) {
71
- color: getCssVar('text-color', 'primary');
72
- font-size: map.get($descriptions-title-font-size, 'default');
73
- font-weight: bold;
74
- }
75
- }
76
-
77
- @include e(body) {
78
- background-color: getCssVar('fill-color', 'blank');
79
-
80
- .#{$namespace}-descriptions__table {
81
- border-collapse: collapse;
82
- width: 100%;
83
-
84
- .#{$namespace}-descriptions__cell {
85
- box-sizing: border-box;
86
- text-align: left;
87
- font-weight: normal;
88
- line-height: 23px;
89
- font-size: map.get($descriptions-cell-font-size, 'default');
90
-
91
- @include when(left) {
92
- text-align: left;
93
- }
94
-
95
- @include when(center) {
96
- text-align: center;
97
- }
98
-
99
- @include when(right) {
100
- text-align: right;
101
- }
102
- }
103
-
104
- &.is-bordered {
105
- .#{$namespace}-descriptions__cell {
106
- border: getCssVar('descriptions-table-border');
107
- padding: map.get($descriptions-bordered-cell-padding, 'default');
108
- }
109
- }
110
-
111
- &:not(.is-bordered) {
112
- .#{$namespace}-descriptions__cell {
113
- padding-bottom: map.get($descriptions-cell-padding-bottom, 'default');
114
- }
115
- }
116
- }
117
- }
118
-
119
- @each $size in (large, small) {
120
- @include m($size) {
121
- font-size: map.get($input-font-size, $size);
122
-
123
- @include e(header) {
124
- margin-bottom: map.get($descriptions-header-margin-bottom, $size);
125
-
126
- @include e(title) {
127
- font-size: map.get($descriptions-title-font-size, $size);
128
- }
129
- }
130
-
131
- @include e(body) {
132
- .#{$namespace}-descriptions__table {
133
- .#{$namespace}-descriptions__cell {
134
- font-size: map.get($descriptions-cell-font-size, $size);
135
- }
136
-
137
- &.is-bordered {
138
- .#{$namespace}-descriptions__cell {
139
- padding: map.get($descriptions-bordered-cell-padding, $size);
140
- }
141
- }
142
-
143
- &:not(.is-bordered) {
144
- .#{$namespace}-descriptions__cell {
145
- padding-bottom: map.get($descriptions-cell-padding-bottom, $size);
146
- }
147
- }
148
- }
149
- }
150
- }
151
- }
152
- }
1
+ @use 'sass:map';
2
+
3
+ @use 'mixins/mixins' as *;
4
+ @use 'mixins/var' as *;
5
+ @use 'common/var' as *;
6
+
7
+ $descriptions-header-margin-bottom: () !default;
8
+ $descriptions-header-margin-bottom: map.merge(
9
+ (
10
+ 'large': 20px,
11
+ 'default': 16px,
12
+ 'small': 12px,
13
+ ),
14
+ $descriptions-header-margin-bottom
15
+ );
16
+
17
+ $descriptions-title-font-size: () !default;
18
+ $descriptions-title-font-size: map.merge(
19
+ (
20
+ 'large': 16px,
21
+ 'default': 16px,
22
+ 'small': 14px,
23
+ ),
24
+ $descriptions-title-font-size
25
+ );
26
+
27
+ $descriptions-cell-padding-bottom: () !default;
28
+ $descriptions-cell-padding-bottom: map.merge(
29
+ (
30
+ 'large': 16px,
31
+ 'default': 12px,
32
+ 'small': 8px,
33
+ ),
34
+ $descriptions-cell-padding-bottom
35
+ );
36
+
37
+ $descriptions-bordered-cell-padding: () !default;
38
+ $descriptions-bordered-cell-padding: map.merge(
39
+ (
40
+ 'large': 12px 15px,
41
+ 'default': 8px 11px,
42
+ 'small': 4px 7px,
43
+ ),
44
+ $descriptions-bordered-cell-padding
45
+ );
46
+
47
+ $descriptions-cell-font-size: () !default;
48
+ $descriptions-cell-font-size: map.merge(
49
+ (
50
+ 'large': 14px,
51
+ 'default': 14px,
52
+ 'small': 12px,
53
+ ),
54
+ $descriptions-cell-font-size
55
+ );
56
+
57
+ @include b(descriptions) {
58
+ @include set-component-css-var('descriptions', $descriptions);
59
+
60
+ box-sizing: border-box;
61
+ font-size: getCssVar('font-size', 'base');
62
+ color: getCssVar('text-color', 'primary');
63
+
64
+ @include e(header) {
65
+ display: flex;
66
+ justify-content: space-between;
67
+ align-items: center;
68
+ margin-bottom: map.get($descriptions-header-margin-bottom, 'default');
69
+
70
+ @include e(title) {
71
+ color: getCssVar('text-color', 'primary');
72
+ font-size: map.get($descriptions-title-font-size, 'default');
73
+ font-weight: bold;
74
+ }
75
+ }
76
+
77
+ @include e(body) {
78
+ background-color: getCssVar('fill-color', 'blank');
79
+
80
+ .#{$namespace}-descriptions__table {
81
+ border-collapse: collapse;
82
+ width: 100%;
83
+
84
+ .#{$namespace}-descriptions__cell {
85
+ box-sizing: border-box;
86
+ text-align: left;
87
+ font-weight: normal;
88
+ line-height: 23px;
89
+ font-size: map.get($descriptions-cell-font-size, 'default');
90
+
91
+ @include when(left) {
92
+ text-align: left;
93
+ }
94
+
95
+ @include when(center) {
96
+ text-align: center;
97
+ }
98
+
99
+ @include when(right) {
100
+ text-align: right;
101
+ }
102
+ }
103
+
104
+ &.is-bordered {
105
+ .#{$namespace}-descriptions__cell {
106
+ border: getCssVar('descriptions-table-border');
107
+ padding: map.get($descriptions-bordered-cell-padding, 'default');
108
+ }
109
+ }
110
+
111
+ &:not(.is-bordered) {
112
+ .#{$namespace}-descriptions__cell {
113
+ padding-bottom: map.get($descriptions-cell-padding-bottom, 'default');
114
+ }
115
+ }
116
+ }
117
+ }
118
+
119
+ @each $size in (large, small) {
120
+ @include m($size) {
121
+ font-size: map.get($input-font-size, $size);
122
+
123
+ @include e(header) {
124
+ margin-bottom: map.get($descriptions-header-margin-bottom, $size);
125
+
126
+ @include e(title) {
127
+ font-size: map.get($descriptions-title-font-size, $size);
128
+ }
129
+ }
130
+
131
+ @include e(body) {
132
+ .#{$namespace}-descriptions__table {
133
+ .#{$namespace}-descriptions__cell {
134
+ font-size: map.get($descriptions-cell-font-size, $size);
135
+ }
136
+
137
+ &.is-bordered {
138
+ .#{$namespace}-descriptions__cell {
139
+ padding: map.get($descriptions-bordered-cell-padding, $size);
140
+ }
141
+ }
142
+
143
+ &:not(.is-bordered) {
144
+ .#{$namespace}-descriptions__cell {
145
+ padding-bottom: map.get($descriptions-cell-padding-bottom, $size);
146
+ }
147
+ }
148
+ }
149
+ }
150
+ }
151
+ }
152
+ }