ngx-tethys 20.0.1 → 20.0.3
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/CHANGELOG.md +35 -0
- package/action/index.d.ts +3 -3
- package/affix/index.d.ts +1 -1
- package/alert/index.d.ts +3 -3
- package/anchor/index.d.ts +12 -6
- package/arrow-switcher/index.d.ts +6 -6
- package/autocomplete/index.d.ts +7 -7
- package/avatar/index.d.ts +9 -9
- package/back-top/index.d.ts +3 -3
- package/badge/index.d.ts +6 -6
- package/breadcrumb/index.d.ts +7 -7
- package/button/index.d.ts +19 -19
- package/calendar/index.d.ts +8 -8
- package/card/index.d.ts +6 -6
- package/carousel/index.d.ts +4 -4
- package/cascader/index.d.ts +24 -24
- package/collapse/index.d.ts +4 -4
- package/color-picker/index.d.ts +16 -16
- package/comment/index.d.ts +3 -3
- package/copy/index.d.ts +2 -2
- package/core/index.d.ts +22 -22
- package/date-picker/index.d.ts +111 -111
- package/date-range/index.d.ts +5 -5
- package/dialog/index.d.ts +18 -18
- package/divider/index.d.ts +3 -3
- package/drag-drop/index.d.ts +7 -7
- package/dropdown/index.d.ts +10 -10
- package/empty/index.d.ts +12 -12
- package/fesm2022/ngx-tethys-action.mjs +14 -12
- package/fesm2022/ngx-tethys-action.mjs.map +1 -1
- package/fesm2022/ngx-tethys-affix.mjs +7 -7
- package/fesm2022/ngx-tethys-affix.mjs.map +1 -1
- package/fesm2022/ngx-tethys-alert.mjs +10 -10
- package/fesm2022/ngx-tethys-anchor.mjs +65 -28
- package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
- package/fesm2022/ngx-tethys-arrow-switcher.mjs +7 -7
- package/fesm2022/ngx-tethys-arrow-switcher.mjs.map +1 -1
- package/fesm2022/ngx-tethys-autocomplete.mjs +19 -18
- package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
- package/fesm2022/ngx-tethys-avatar.mjs +23 -22
- package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-back-top.mjs +7 -7
- package/fesm2022/ngx-tethys-badge.mjs +7 -7
- package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
- package/fesm2022/ngx-tethys-breadcrumb.mjs +10 -10
- package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
- package/fesm2022/ngx-tethys-button.mjs +16 -16
- package/fesm2022/ngx-tethys-button.mjs.map +1 -1
- package/fesm2022/ngx-tethys-calendar.mjs +16 -16
- package/fesm2022/ngx-tethys-calendar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-card.mjs +13 -13
- package/fesm2022/ngx-tethys-card.mjs.map +1 -1
- package/fesm2022/ngx-tethys-carousel.mjs +15 -15
- package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
- package/fesm2022/ngx-tethys-cascader.mjs +41 -34
- package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
- package/fesm2022/ngx-tethys-checkbox.mjs +7 -7
- package/fesm2022/ngx-tethys-collapse.mjs +10 -10
- package/fesm2022/ngx-tethys-color-picker.mjs +65 -57
- package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-comment.mjs +13 -13
- package/fesm2022/ngx-tethys-copy.mjs +10 -10
- package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
- package/fesm2022/ngx-tethys-core.mjs +30 -25
- package/fesm2022/ngx-tethys-core.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-picker.mjs +184 -174
- package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-range.mjs +16 -16
- package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dialog.mjs +24 -24
- package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
- package/fesm2022/ngx-tethys-divider.mjs +7 -7
- package/fesm2022/ngx-tethys-divider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dot.mjs +7 -7
- package/fesm2022/ngx-tethys-drag-drop.mjs +24 -24
- package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dropdown.mjs +48 -47
- package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
- package/fesm2022/ngx-tethys-empty.mjs +13 -13
- package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
- package/fesm2022/ngx-tethys-flexible-text.mjs +7 -7
- package/fesm2022/ngx-tethys-flexible-text.mjs.map +1 -1
- package/fesm2022/ngx-tethys-form.mjs +64 -61
- package/fesm2022/ngx-tethys-form.mjs.map +1 -1
- package/fesm2022/ngx-tethys-fullscreen.mjs +18 -15
- package/fesm2022/ngx-tethys-fullscreen.mjs.map +1 -1
- package/fesm2022/ngx-tethys-grid.mjs +34 -33
- package/fesm2022/ngx-tethys-grid.mjs.map +1 -1
- package/fesm2022/ngx-tethys-guider.mjs +25 -24
- package/fesm2022/ngx-tethys-guider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-i18n.mjs +3 -3
- package/fesm2022/ngx-tethys-i18n.mjs.map +1 -1
- package/fesm2022/ngx-tethys-icon.mjs +15 -13
- package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
- package/fesm2022/ngx-tethys-image.mjs +31 -29
- package/fesm2022/ngx-tethys-image.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input-number.mjs +17 -10
- package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input.mjs +27 -26
- package/fesm2022/ngx-tethys-input.mjs.map +1 -1
- package/fesm2022/ngx-tethys-layout.mjs +63 -63
- package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
- package/fesm2022/ngx-tethys-list.mjs +21 -18
- package/fesm2022/ngx-tethys-list.mjs.map +1 -1
- package/fesm2022/ngx-tethys-loading.mjs +7 -7
- package/fesm2022/ngx-tethys-mention.mjs +35 -31
- package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
- package/fesm2022/ngx-tethys-menu.mjs +26 -26
- package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
- package/fesm2022/ngx-tethys-message.mjs +24 -24
- package/fesm2022/ngx-tethys-message.mjs.map +1 -1
- package/fesm2022/ngx-tethys-native-table.mjs +1119 -0
- package/fesm2022/ngx-tethys-native-table.mjs.map +1 -0
- package/fesm2022/ngx-tethys-nav.mjs +27 -27
- package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
- package/fesm2022/ngx-tethys-notify.mjs +20 -20
- package/fesm2022/ngx-tethys-notify.mjs.map +1 -1
- package/fesm2022/ngx-tethys-pagination.mjs +18 -18
- package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
- package/fesm2022/ngx-tethys-popover.mjs +22 -21
- package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
- package/fesm2022/ngx-tethys-progress.mjs +17 -17
- package/fesm2022/ngx-tethys-progress.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property-operation.mjs +11 -11
- package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property.mjs +15 -12
- package/fesm2022/ngx-tethys-property.mjs.map +1 -1
- package/fesm2022/ngx-tethys-radio.mjs +17 -17
- package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
- package/fesm2022/ngx-tethys-rate.mjs +12 -12
- package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
- package/fesm2022/ngx-tethys-resizable.mjs +21 -18
- package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
- package/fesm2022/ngx-tethys-result.mjs +11 -11
- package/fesm2022/ngx-tethys-result.mjs.map +1 -1
- package/fesm2022/ngx-tethys-segment.mjs +19 -16
- package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
- package/fesm2022/ngx-tethys-select.mjs +95 -46
- package/fesm2022/ngx-tethys-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-shared.mjs +85 -81
- package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
- package/fesm2022/ngx-tethys-skeleton.mjs +32 -32
- package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slide.mjs +37 -36
- package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slider.mjs +11 -11
- package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-space.mjs +10 -10
- package/fesm2022/ngx-tethys-statistic.mjs +7 -7
- package/fesm2022/ngx-tethys-statistic.mjs.map +1 -1
- package/fesm2022/ngx-tethys-stepper.mjs +22 -22
- package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
- package/fesm2022/ngx-tethys-strength.mjs +7 -7
- package/fesm2022/ngx-tethys-strength.mjs.map +1 -1
- package/fesm2022/ngx-tethys-switch.mjs +7 -7
- package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
- package/fesm2022/ngx-tethys-table.mjs +28 -28
- package/fesm2022/ngx-tethys-table.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tabs.mjs +13 -13
- package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tag.mjs +11 -11
- package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
- package/fesm2022/ngx-tethys-testing.mjs +1 -1
- package/fesm2022/ngx-tethys-testing.mjs.map +1 -1
- package/fesm2022/ngx-tethys-time-picker.mjs +22 -22
- package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-timeline.mjs +14 -14
- package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tooltip.mjs +36 -29
- package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
- package/fesm2022/ngx-tethys-transfer.mjs +15 -15
- package/fesm2022/ngx-tethys-transfer.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree-select.mjs +17 -17
- package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree.mjs +50 -43
- package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2022/ngx-tethys-typography.mjs +16 -16
- package/fesm2022/ngx-tethys-typography.mjs.map +1 -1
- package/fesm2022/ngx-tethys-upload.mjs +26 -25
- package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
- package/fesm2022/ngx-tethys-util.mjs +11 -5
- package/fesm2022/ngx-tethys-util.mjs.map +1 -1
- package/fesm2022/ngx-tethys-vote.mjs +7 -7
- package/fesm2022/ngx-tethys-watermark.mjs +18 -15
- package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
- package/fesm2022/ngx-tethys.mjs +1 -1
- package/fesm2022/ngx-tethys.mjs.map +1 -1
- package/flexible-text/index.d.ts +5 -5
- package/form/index.d.ts +26 -22
- package/fullscreen/index.d.ts +4 -4
- package/grid/index.d.ts +12 -12
- package/guider/index.d.ts +10 -10
- package/i18n/index.d.ts +1 -1
- package/icon/index.d.ts +3 -3
- package/image/index.d.ts +12 -12
- package/input/index.d.ts +23 -23
- package/input-number/index.d.ts +4 -4
- package/layout/index.d.ts +16 -16
- package/list/index.d.ts +16 -15
- package/mention/index.d.ts +4 -4
- package/menu/index.d.ts +7 -7
- package/message/index.d.ts +5 -5
- package/native-table/index.d.ts +305 -0
- package/native-table/styles/native-table.scss +174 -0
- package/nav/index.d.ts +12 -12
- package/notify/index.d.ts +1 -1
- package/package.json +5 -1
- package/pagination/index.d.ts +21 -17
- package/popover/index.d.ts +8 -8
- package/progress/index.d.ts +18 -18
- package/property/index.d.ts +6 -6
- package/property-operation/index.d.ts +3 -3
- package/radio/index.d.ts +6 -6
- package/rate/index.d.ts +5 -5
- package/resizable/index.d.ts +2 -2
- package/result/index.d.ts +8 -8
- package/schematics/testing/test-workspace.js +1 -0
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
- package/segment/index.d.ts +9 -9
- package/select/index.d.ts +28 -22
- package/shared/index.d.ts +31 -30
- package/shared/option/styles/select-dropdown.scss +5 -2
- package/skeleton/index.d.ts +52 -52
- package/slide/index.d.ts +5 -5
- package/slider/index.d.ts +6 -6
- package/space/index.d.ts +1 -1
- package/statistic/index.d.ts +18 -18
- package/stepper/index.d.ts +8 -8
- package/styles/index.scss +1 -0
- package/switch/index.d.ts +2 -2
- package/table/index.d.ts +24 -24
- package/tabs/index.d.ts +6 -6
- package/testing/index.d.ts +1 -1
- package/time-picker/index.d.ts +21 -21
- package/timeline/index.d.ts +8 -8
- package/tooltip/index.d.ts +12 -12
- package/transfer/index.d.ts +16 -16
- package/tree/index.d.ts +28 -28
- package/tree-select/index.d.ts +13 -13
- package/typography/index.d.ts +3 -3
- package/upload/index.d.ts +4 -4
- package/util/index.d.ts +17 -7
- package/vote/index.d.ts +2 -2
- package/watermark/index.d.ts +2 -2
package/select/index.d.ts
CHANGED
|
@@ -29,8 +29,8 @@ declare class ThyNativeSelect extends TabIndexDisabledControlValueAccessorMixin
|
|
|
29
29
|
readonly innerValue: _angular_core.ModelSignal<any>;
|
|
30
30
|
readonly disabled: _angular_core.WritableSignal<boolean>;
|
|
31
31
|
private hostRenderer;
|
|
32
|
-
readonly thySize: _angular_core.InputSignal<InputSize>;
|
|
33
|
-
readonly name: _angular_core.InputSignal<string>;
|
|
32
|
+
readonly thySize: _angular_core.InputSignal<InputSize | undefined>;
|
|
33
|
+
readonly name: _angular_core.InputSignal<string | undefined>;
|
|
34
34
|
readonly thyAllowClear: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
35
35
|
writeValue(obj: any): void;
|
|
36
36
|
setDisabledState?(isDisabled: boolean): void;
|
|
@@ -118,30 +118,30 @@ declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
118
118
|
readonly dropDownClass: Signal<{
|
|
119
119
|
[key: string]: boolean;
|
|
120
120
|
}>;
|
|
121
|
-
readonly dropDownMinWidth: Signal<number>;
|
|
121
|
+
readonly dropDownMinWidth: Signal<number | null>;
|
|
122
122
|
/**
|
|
123
123
|
* 设置下拉框的最小宽度,默认值 `match-select`,表示与输入框的宽度一致;`min-width` 表示最小宽度为200px;支持自定义最小宽度,比如传 `{minWidth: 150}` 表示最小宽度为150px
|
|
124
124
|
* @default match-select
|
|
125
125
|
*/
|
|
126
|
-
readonly thyDropdownWidthMode: _angular_core.InputSignal<ThyDropdownWidthMode>;
|
|
126
|
+
readonly thyDropdownWidthMode: _angular_core.InputSignal<ThyDropdownWidthMode | undefined>;
|
|
127
127
|
readonly placement: Signal<ThyPlacement>;
|
|
128
128
|
readonly dropDownPositions: Signal<ConnectionPositionPair[]>;
|
|
129
|
-
|
|
129
|
+
thyItemSize: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
130
130
|
readonly virtualHeight: Signal<number>;
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
132
|
+
* 出现滚动条时,视觉上能看到的最大选项个数
|
|
133
133
|
*/
|
|
134
134
|
private maxItemLength;
|
|
135
|
-
triggerRectWidth: WritableSignal<number>;
|
|
136
|
-
scrollStrategy
|
|
137
|
-
private resizeSubscription
|
|
135
|
+
triggerRectWidth: WritableSignal<number | undefined>;
|
|
136
|
+
scrollStrategy?: ScrollStrategy;
|
|
137
|
+
private resizeSubscription?;
|
|
138
138
|
/**
|
|
139
139
|
* 手动聚焦中的标识
|
|
140
140
|
*/
|
|
141
141
|
private manualFocusing;
|
|
142
142
|
private config;
|
|
143
143
|
private destroyRef;
|
|
144
|
-
readonly cdkConnectedOverlay: Signal<CdkConnectedOverlay>;
|
|
144
|
+
readonly cdkConnectedOverlay: Signal<CdkConnectedOverlay | undefined>;
|
|
145
145
|
panelOpen: boolean;
|
|
146
146
|
/**
|
|
147
147
|
* 搜索时回调
|
|
@@ -185,7 +185,7 @@ declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
185
185
|
* @type primary | success | danger | warning
|
|
186
186
|
* @default primary
|
|
187
187
|
*/
|
|
188
|
-
readonly thySize: _angular_core.InputSignal<SelectControlSize>;
|
|
188
|
+
readonly thySize: _angular_core.InputSignal<SelectControlSize | undefined>;
|
|
189
189
|
/**
|
|
190
190
|
* 数据为空时显示的提示文字
|
|
191
191
|
*/
|
|
@@ -211,20 +211,20 @@ declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
211
211
|
/**
|
|
212
212
|
* 排序比较函数
|
|
213
213
|
*/
|
|
214
|
-
readonly thySortComparator: _angular_core.InputSignal<(a: ThyOption, b: ThyOption, options: ThyOption[]) => number>;
|
|
214
|
+
readonly thySortComparator: _angular_core.InputSignal<((a: ThyOption, b: ThyOption, options: ThyOption[]) => number) | undefined>;
|
|
215
215
|
/**
|
|
216
216
|
* Footer 模板,默认值为空不显示 Footer
|
|
217
217
|
*/
|
|
218
|
-
readonly thyFooterTemplate: _angular_core.InputSignal<TemplateRef<any
|
|
218
|
+
readonly thyFooterTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
219
219
|
/**
|
|
220
220
|
* 弹出位置
|
|
221
221
|
* @type ThyPlacement
|
|
222
222
|
*/
|
|
223
|
-
readonly thyPlacement: _angular_core.InputSignal<ThyPlacement>;
|
|
223
|
+
readonly thyPlacement: _angular_core.InputSignal<ThyPlacement | undefined>;
|
|
224
224
|
/**
|
|
225
225
|
* 自定义 Overlay Origin
|
|
226
226
|
*/
|
|
227
|
-
readonly thyOrigin: _angular_core.InputSignal<HTMLElement | ElementRef<any
|
|
227
|
+
readonly thyOrigin: _angular_core.InputSignal<HTMLElement | ElementRef<any> | undefined>;
|
|
228
228
|
/**
|
|
229
229
|
* 自定义 Footer 模板容器 class
|
|
230
230
|
*/
|
|
@@ -232,7 +232,7 @@ declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
232
232
|
/**
|
|
233
233
|
* @private
|
|
234
234
|
*/
|
|
235
|
-
readonly selectedValueDisplayRef: Signal<TemplateRef<any
|
|
235
|
+
readonly selectedValueDisplayRef: Signal<TemplateRef<any> | undefined>;
|
|
236
236
|
/**
|
|
237
237
|
* 初始化时,是否展开面板
|
|
238
238
|
*/
|
|
@@ -249,13 +249,18 @@ declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
249
249
|
* 是否隐藏选择框边框
|
|
250
250
|
*/
|
|
251
251
|
readonly thyBorderless: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
252
|
+
readonly panel: Signal<ElementRef<HTMLElement> | undefined>;
|
|
253
|
+
/**
|
|
254
|
+
* 是否启用虚拟滚动,默认值为 false
|
|
255
|
+
*/
|
|
256
|
+
readonly thyVirtualScroll: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
252
257
|
private scrolledIndex;
|
|
253
|
-
readonly cdkVirtualScrollViewport: Signal<CdkVirtualScrollViewport>;
|
|
258
|
+
readonly cdkVirtualScrollViewport: Signal<CdkVirtualScrollViewport | undefined>;
|
|
254
259
|
private shouldActivateOption;
|
|
255
260
|
/**
|
|
256
261
|
* option 列表
|
|
257
262
|
*/
|
|
258
|
-
readonly thyOptions: _angular_core.InputSignalWithTransform<ThySelectOptionModel[], ThySelectOptionModel[]>;
|
|
263
|
+
readonly thyOptions: _angular_core.InputSignalWithTransform<ThySelectOptionModel[] | undefined, ThySelectOptionModel[]>;
|
|
259
264
|
readonly keywords: WritableSignal<string>;
|
|
260
265
|
/**
|
|
261
266
|
* 目前只支持多选选中项的展示,默认为空,渲染文字模板,传入tag,渲染展示模板,
|
|
@@ -286,7 +291,7 @@ declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
286
291
|
/**
|
|
287
292
|
* 传给 selectControl 指令的选中值
|
|
288
293
|
*/
|
|
289
|
-
readonly selectedOptions: WritableSignal<SelectOptionBase | SelectOptionBase[]>;
|
|
294
|
+
readonly selectedOptions: WritableSignal<SelectOptionBase | SelectOptionBase[] | null>;
|
|
290
295
|
optionRenders: QueryList<ThyOptionRender>;
|
|
291
296
|
keydown(event: KeyboardEvent): void;
|
|
292
297
|
get optionsChanges$(): Observable<ThyOptionRender[]>;
|
|
@@ -301,7 +306,8 @@ declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
301
306
|
private allGroupsAndOptionsByTemplate;
|
|
302
307
|
private buildFilteredGroupsAndOptions;
|
|
303
308
|
private updateSelectedOptions;
|
|
304
|
-
|
|
309
|
+
optionsVirtualScrolled(index: number): void;
|
|
310
|
+
optionsScrolled(elementRef: ElementRef): void;
|
|
305
311
|
search(keywords: string): void;
|
|
306
312
|
onBlur(event?: FocusEvent): void;
|
|
307
313
|
onFocus(event?: FocusEvent): void;
|
|
@@ -314,7 +320,7 @@ declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
314
320
|
updateCdkConnectedOverlayPositions(): void;
|
|
315
321
|
readonly isMultiple: Signal<boolean>;
|
|
316
322
|
readonly empty: Signal<boolean>;
|
|
317
|
-
activatedValue: WritableSignal<
|
|
323
|
+
activatedValue: WritableSignal<string | string[] | number | null | undefined>;
|
|
318
324
|
toggle(event: MouseEvent): void;
|
|
319
325
|
open(): void;
|
|
320
326
|
close(): void;
|
|
@@ -333,7 +339,7 @@ declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
333
339
|
trackByFn(index: number, item: ThySelectFlattedItem): SafeAny;
|
|
334
340
|
ngOnDestroy(): void;
|
|
335
341
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThySelect, never>;
|
|
336
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySelect, "thy-select,thy-custom-select", ["thySelect"], { "thyDropdownWidthMode": { "alias": "thyDropdownWidthMode"; "required": false; "isSignal": true; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; "isSignal": true; }; "thyPlaceHolder": { "alias": "thyPlaceHolder"; "required": false; "isSignal": true; }; "thyServerSearch": { "alias": "thyServerSearch"; "required": false; "isSignal": true; }; "thyLoadState": { "alias": "thyLoadState"; "required": false; "isSignal": true; }; "thyAutoActiveFirstItem": { "alias": "thyAutoActiveFirstItem"; "required": false; "isSignal": true; }; "thyMode": { "alias": "thyMode"; "required": false; "isSignal": true; }; "thySize": { "alias": "thySize"; "required": false; "isSignal": true; }; "thyEmptyStateText": { "alias": "thyEmptyStateText"; "required": false; "isSignal": true; }; "thyEmptySearchMessageText": { "alias": "thyEmptySearchMessageText"; "required": false; "isSignal": true; }; "thyEnableScrollLoad": { "alias": "thyEnableScrollLoad"; "required": false; "isSignal": true; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; "isSignal": true; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thySortComparator": { "alias": "thySortComparator"; "required": false; "isSignal": true; }; "thyFooterTemplate": { "alias": "thyFooterTemplate"; "required": false; "isSignal": true; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; "isSignal": true; }; "thyOrigin": { "alias": "thyOrigin"; "required": false; "isSignal": true; }; "thyFooterClass": { "alias": "thyFooterClass"; "required": false; "isSignal": true; }; "thyAutoExpand": { "alias": "thyAutoExpand"; "required": false; "isSignal": true; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; "isSignal": true; }; "thyMaxTagCount": { "alias": "thyMaxTagCount"; "required": false; "isSignal": true; }; "thyBorderless": { "alias": "thyBorderless"; "required": false; "isSignal": true; }; "thyOptions": { "alias": "thyOptions"; "required": false; "isSignal": true; }; "thyPreset": { "alias": "thyPreset"; "required": false; "isSignal": true; }; }, { "thyOnSearch": "thyOnSearch"; "thyOnScrollToBottom": "thyOnScrollToBottom"; "thyOnExpandStatusChange": "thyOnExpandStatusChange"; }, ["selectedValueDisplayRef", "options", "groups"], ["*"], true, never>;
|
|
342
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySelect, "thy-select,thy-custom-select", ["thySelect"], { "thyDropdownWidthMode": { "alias": "thyDropdownWidthMode"; "required": false; "isSignal": true; }; "thyItemSize": { "alias": "thyItemSize"; "required": false; "isSignal": true; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; "isSignal": true; }; "thyPlaceHolder": { "alias": "thyPlaceHolder"; "required": false; "isSignal": true; }; "thyServerSearch": { "alias": "thyServerSearch"; "required": false; "isSignal": true; }; "thyLoadState": { "alias": "thyLoadState"; "required": false; "isSignal": true; }; "thyAutoActiveFirstItem": { "alias": "thyAutoActiveFirstItem"; "required": false; "isSignal": true; }; "thyMode": { "alias": "thyMode"; "required": false; "isSignal": true; }; "thySize": { "alias": "thySize"; "required": false; "isSignal": true; }; "thyEmptyStateText": { "alias": "thyEmptyStateText"; "required": false; "isSignal": true; }; "thyEmptySearchMessageText": { "alias": "thyEmptySearchMessageText"; "required": false; "isSignal": true; }; "thyEnableScrollLoad": { "alias": "thyEnableScrollLoad"; "required": false; "isSignal": true; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; "isSignal": true; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thySortComparator": { "alias": "thySortComparator"; "required": false; "isSignal": true; }; "thyFooterTemplate": { "alias": "thyFooterTemplate"; "required": false; "isSignal": true; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; "isSignal": true; }; "thyOrigin": { "alias": "thyOrigin"; "required": false; "isSignal": true; }; "thyFooterClass": { "alias": "thyFooterClass"; "required": false; "isSignal": true; }; "thyAutoExpand": { "alias": "thyAutoExpand"; "required": false; "isSignal": true; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; "isSignal": true; }; "thyMaxTagCount": { "alias": "thyMaxTagCount"; "required": false; "isSignal": true; }; "thyBorderless": { "alias": "thyBorderless"; "required": false; "isSignal": true; }; "thyVirtualScroll": { "alias": "thyVirtualScroll"; "required": false; "isSignal": true; }; "thyOptions": { "alias": "thyOptions"; "required": false; "isSignal": true; }; "thyPreset": { "alias": "thyPreset"; "required": false; "isSignal": true; }; }, { "thyOnSearch": "thyOnSearch"; "thyOnScrollToBottom": "thyOnScrollToBottom"; "thyOnExpandStatusChange": "thyOnExpandStatusChange"; }, ["selectedValueDisplayRef", "options", "groups"], ["*", "*"], true, never>;
|
|
337
343
|
static ngAcceptInputType_thyDisabled: i1.ThyBooleanInput;
|
|
338
344
|
}
|
|
339
345
|
|
package/shared/index.d.ts
CHANGED
|
@@ -28,12 +28,12 @@ declare class ThyViewOutletDirective {
|
|
|
28
28
|
/**
|
|
29
29
|
* 组件或者模板 TemplateRef
|
|
30
30
|
*/
|
|
31
|
-
readonly thyViewOutlet: _angular_core.InputSignal<Type<any> | TemplateRef<any
|
|
31
|
+
readonly thyViewOutlet: _angular_core.InputSignal<Type<any> | TemplateRef<any> | null>;
|
|
32
32
|
/**
|
|
33
33
|
* 组件和模板上下文传递数据
|
|
34
34
|
*/
|
|
35
35
|
readonly thyViewOutletContext: _angular_core.InputSignal<any>;
|
|
36
|
-
private keyValueDiffer
|
|
36
|
+
private keyValueDiffer?;
|
|
37
37
|
private readonly isViewOutletChanged;
|
|
38
38
|
constructor();
|
|
39
39
|
private updateContext;
|
|
@@ -48,7 +48,7 @@ declare class ThyTranscludeDirective {
|
|
|
48
48
|
viewRef: ViewContainerRef;
|
|
49
49
|
protected _viewRef: ViewContainerRef;
|
|
50
50
|
protected _ngTransclude: TemplateRef<any>;
|
|
51
|
-
readonly thyTransclude: _angular_core.InputSignal<TemplateRef<any
|
|
51
|
+
readonly thyTransclude: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
52
52
|
constructor();
|
|
53
53
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThyTranscludeDirective, never>;
|
|
54
54
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ThyTranscludeDirective, "[thyTransclude]", never, { "thyTransclude": { "alias": "thyTransclude"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -202,7 +202,7 @@ declare class ThyScrollDirective implements OnInit, OnDestroy {
|
|
|
202
202
|
* @private
|
|
203
203
|
*/
|
|
204
204
|
declare class ThyDragDropDirective implements AfterContentInit, OnDestroy {
|
|
205
|
-
draggables
|
|
205
|
+
draggables?: QueryList<CdkDrag>;
|
|
206
206
|
private ngUnsubscribe$;
|
|
207
207
|
constructor();
|
|
208
208
|
ngAfterContentInit(): void;
|
|
@@ -241,8 +241,8 @@ type ThyListLayout = 'list' | 'grid';
|
|
|
241
241
|
*/
|
|
242
242
|
declare class ThyFormCheckBaseComponent extends TabIndexDisabledControlValueAccessorMixin implements ControlValueAccessor {
|
|
243
243
|
protected thyTranslate: ThyTranslate;
|
|
244
|
-
protected changeDetectorRef?: ChangeDetectorRef;
|
|
245
|
-
_innerValue: boolean;
|
|
244
|
+
protected changeDetectorRef?: ChangeDetectorRef | undefined;
|
|
245
|
+
_innerValue: boolean | null;
|
|
246
246
|
_disabled: boolean;
|
|
247
247
|
private onTouchedCallback;
|
|
248
248
|
private onChangeCallback;
|
|
@@ -256,11 +256,11 @@ declare class ThyFormCheckBaseComponent extends TabIndexDisabledControlValueAcce
|
|
|
256
256
|
/**
|
|
257
257
|
* Label 展示文本
|
|
258
258
|
*/
|
|
259
|
-
readonly thyLabelText: _angular_core.InputSignal<string>;
|
|
259
|
+
readonly thyLabelText: _angular_core.InputSignal<string | undefined>;
|
|
260
260
|
/**
|
|
261
261
|
* Label 文本多语言 key
|
|
262
262
|
*/
|
|
263
|
-
readonly thyLabelTextTranslateKey: _angular_core.InputSignal<string>;
|
|
263
|
+
readonly thyLabelTextTranslateKey: _angular_core.InputSignal<string | undefined>;
|
|
264
264
|
_labelText: _angular_core.Signal<any>;
|
|
265
265
|
_isNoText: _angular_core.Signal<boolean>;
|
|
266
266
|
disabled: boolean;
|
|
@@ -273,7 +273,7 @@ declare class ThyFormCheckBaseComponent extends TabIndexDisabledControlValueAcce
|
|
|
273
273
|
writeValue(obj: boolean): void;
|
|
274
274
|
registerOnChange(fn: any): void;
|
|
275
275
|
registerOnTouched(fn: any): void;
|
|
276
|
-
setDisabledState
|
|
276
|
+
setDisabledState(isDisabled: boolean): void;
|
|
277
277
|
updateValue(value: boolean): void;
|
|
278
278
|
constructor();
|
|
279
279
|
change(): void;
|
|
@@ -308,13 +308,13 @@ declare class ThySelectControl implements OnInit, AfterViewInit {
|
|
|
308
308
|
readonly thyPanelOpened: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
309
309
|
readonly thyIsMultiple: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
310
310
|
readonly thyShowSearch: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
311
|
-
readonly thySelectedOptions: _angular_core.InputSignal<SelectOptionBase | SelectOptionBase[]>;
|
|
311
|
+
readonly thySelectedOptions: _angular_core.InputSignal<SelectOptionBase | SelectOptionBase[] | undefined>;
|
|
312
312
|
protected readonly previousSelectedOptions: _angular_core.WritableSignal<unknown>;
|
|
313
313
|
readonly thyDisabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
314
|
-
readonly customDisplayTemplate: _angular_core.InputSignal<TemplateRef<any
|
|
314
|
+
readonly customDisplayTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
315
315
|
readonly thyAllowClear: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
316
316
|
readonly thyPlaceholder: _angular_core.InputSignal<string>;
|
|
317
|
-
readonly thySize: _angular_core.InputSignal<SelectControlSize>;
|
|
317
|
+
readonly thySize: _angular_core.InputSignal<SelectControlSize | undefined>;
|
|
318
318
|
readonly tagSize: Signal<ThyTagSize>;
|
|
319
319
|
readonly thyMaxTagCount: _angular_core.InputSignalWithTransform<number | "auto", number | "auto">;
|
|
320
320
|
readonly thyBorderless: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -326,14 +326,14 @@ declare class ThySelectControl implements OnInit, AfterViewInit {
|
|
|
326
326
|
}>;
|
|
327
327
|
readonly thyOnClear: _angular_core.OutputEmitterRef<Event>;
|
|
328
328
|
readonly thyOnBlur: _angular_core.OutputEmitterRef<Event>;
|
|
329
|
-
readonly inputElement: Signal<ElementRef<any
|
|
329
|
+
readonly inputElement: Signal<ElementRef<any> | undefined>;
|
|
330
330
|
locale: Signal<ThySharedLocale>;
|
|
331
331
|
isSelectedValue: Signal<boolean>;
|
|
332
|
-
readonly tagsContainer: Signal<ElementRef<any
|
|
332
|
+
readonly tagsContainer: Signal<ElementRef<any> | undefined>;
|
|
333
333
|
visibleTagCount: _angular_core.WritableSignal<number>;
|
|
334
334
|
showClearIcon: Signal<boolean>;
|
|
335
|
-
selectedTags: Signal<SelectOptionBase[]>;
|
|
336
|
-
collapsedSelectedTags: Signal<SelectOptionBase[]>;
|
|
335
|
+
selectedTags: Signal<(SelectOptionBase | undefined)[]>;
|
|
336
|
+
collapsedSelectedTags: Signal<(SelectOptionBase | undefined)[]>;
|
|
337
337
|
selectedValueStyle: Signal<{
|
|
338
338
|
display: string;
|
|
339
339
|
}>;
|
|
@@ -394,9 +394,9 @@ declare class ThyListOption implements IThyOptionComponent, Highlightable {
|
|
|
394
394
|
parentSelectionList: ngx_tethys_shared.IThyListOptionParentComponent;
|
|
395
395
|
role: string;
|
|
396
396
|
tabIndex: number;
|
|
397
|
-
readonly isMultiple: _angular_core.Signal<
|
|
398
|
-
readonly isListOption: _angular_core.Signal<boolean>;
|
|
399
|
-
readonly isGridOption: _angular_core.Signal<boolean>;
|
|
397
|
+
readonly isMultiple: _angular_core.Signal<{}>;
|
|
398
|
+
readonly isListOption: _angular_core.Signal<boolean | undefined>;
|
|
399
|
+
readonly isGridOption: _angular_core.Signal<boolean | undefined>;
|
|
400
400
|
readonly id: _angular_core.InputSignal<string>;
|
|
401
401
|
readonly thyValue: _angular_core.InputSignal<any>;
|
|
402
402
|
readonly thyDisabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -445,19 +445,19 @@ declare class ThyOption {
|
|
|
445
445
|
/**
|
|
446
446
|
* 选项的文本
|
|
447
447
|
*/
|
|
448
|
-
readonly thyLabelText: _angular_core.InputSignal<string>;
|
|
448
|
+
readonly thyLabelText: _angular_core.InputSignal<string | undefined>;
|
|
449
449
|
/**
|
|
450
450
|
* 是否显示自定义模板
|
|
451
451
|
*/
|
|
452
|
-
readonly thyShowOptionCustom: _angular_core.InputSignal<boolean>;
|
|
452
|
+
readonly thyShowOptionCustom: _angular_core.InputSignal<boolean | undefined>;
|
|
453
453
|
/**
|
|
454
454
|
* 搜索关键字
|
|
455
455
|
*/
|
|
456
|
-
readonly thySearchKey: _angular_core.InputSignal<string>;
|
|
456
|
+
readonly thySearchKey: _angular_core.InputSignal<string | undefined>;
|
|
457
457
|
/**
|
|
458
458
|
* 是否禁用
|
|
459
459
|
*/
|
|
460
|
-
readonly thyDisabled: _angular_core.InputSignal<boolean>;
|
|
460
|
+
readonly thyDisabled: _angular_core.InputSignal<boolean | undefined>;
|
|
461
461
|
/**
|
|
462
462
|
* 是否选中,会跟随 ThyOptionSelectionChangeEvent 抛出去
|
|
463
463
|
*/
|
|
@@ -469,11 +469,12 @@ declare class ThyOption {
|
|
|
469
469
|
/**
|
|
470
470
|
* 模板
|
|
471
471
|
*/
|
|
472
|
-
readonly template: _angular_core.Signal<TemplateRef<any
|
|
472
|
+
readonly template: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
473
|
+
readonly suffixTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
473
474
|
private readonly optionGroupComponent;
|
|
474
475
|
get groupLabel(): string;
|
|
475
476
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThyOption, never>;
|
|
476
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThyOption, "thy-option", never, { "thyValue": { "alias": "thyValue"; "required": false; "isSignal": true; }; "thyRawValue": { "alias": "thyRawValue"; "required": false; "isSignal": true; }; "thyLabelText": { "alias": "thyLabelText"; "required": false; "isSignal": true; }; "thyShowOptionCustom": { "alias": "thyShowOptionCustom"; "required": false; "isSignal": true; }; "thySearchKey": { "alias": "thySearchKey"; "required": false; "isSignal": true; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; "isSignal": true; }; }, { "selectionChange": "selectionChange"; },
|
|
477
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThyOption, "thy-option", never, { "thyValue": { "alias": "thyValue"; "required": false; "isSignal": true; }; "thyRawValue": { "alias": "thyRawValue"; "required": false; "isSignal": true; }; "thyLabelText": { "alias": "thyLabelText"; "required": false; "isSignal": true; }; "thyShowOptionCustom": { "alias": "thyShowOptionCustom"; "required": false; "isSignal": true; }; "thySearchKey": { "alias": "thySearchKey"; "required": false; "isSignal": true; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; "isSignal": true; }; }, { "selectionChange": "selectionChange"; }, ["suffixTemplate"], ["*"], true, never>;
|
|
477
478
|
}
|
|
478
479
|
|
|
479
480
|
/**
|
|
@@ -495,11 +496,11 @@ declare class ThyOptionRender implements Highlightable {
|
|
|
495
496
|
/**
|
|
496
497
|
* 选项的文本
|
|
497
498
|
*/
|
|
498
|
-
readonly thyLabelText: _angular_core.InputSignal<string>;
|
|
499
|
+
readonly thyLabelText: _angular_core.InputSignal<string | undefined>;
|
|
499
500
|
/**
|
|
500
501
|
* 搜索关键字
|
|
501
502
|
*/
|
|
502
|
-
readonly thySearchKey: _angular_core.InputSignal<string>;
|
|
503
|
+
readonly thySearchKey: _angular_core.InputSignal<string | undefined>;
|
|
503
504
|
/**
|
|
504
505
|
* 是否禁用
|
|
505
506
|
*/
|
|
@@ -511,7 +512,7 @@ declare class ThyOptionRender implements Highlightable {
|
|
|
511
512
|
/**
|
|
512
513
|
* 模板
|
|
513
514
|
*/
|
|
514
|
-
readonly thyTemplate: _angular_core.InputSignal<TemplateRef<any
|
|
515
|
+
readonly thyTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
515
516
|
/**
|
|
516
517
|
* 模板上下文
|
|
517
518
|
*/
|
|
@@ -561,7 +562,7 @@ declare class ThyOptionRender implements Highlightable {
|
|
|
561
562
|
}
|
|
562
563
|
|
|
563
564
|
declare class ThySelectOptionGroup {
|
|
564
|
-
readonly thyGroupLabel: _angular_core.InputSignal<string>;
|
|
565
|
+
readonly thyGroupLabel: _angular_core.InputSignal<string | undefined>;
|
|
565
566
|
readonly thyDisabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
566
567
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThySelectOptionGroup, never>;
|
|
567
568
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySelectOptionGroup, "thy-option-group", never, { "thyGroupLabel": { "alias": "thyGroupLabel"; "required": false; "isSignal": true; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
@@ -571,7 +572,7 @@ declare class ThySelectOptionGroup {
|
|
|
571
572
|
* @private
|
|
572
573
|
*/
|
|
573
574
|
declare class ThyOptionGroupRender {
|
|
574
|
-
readonly thyGroupLabel: _angular_core.InputSignal<string>;
|
|
575
|
+
readonly thyGroupLabel: _angular_core.InputSignal<string | undefined>;
|
|
575
576
|
readonly thyDisabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
576
577
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThyOptionGroupRender, never>;
|
|
577
578
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThyOptionGroupRender, "thy-option-group-render", never, { "thyGroupLabel": { "alias": "thyGroupLabel"; "required": false; "isSignal": true; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -10,6 +10,11 @@ $optionsSize: 'sm', 'default', 'md', 'lg';
|
|
|
10
10
|
overflow-y: hidden;
|
|
11
11
|
.cdk-virtual-scroll-content-wrapper {
|
|
12
12
|
width: 100%;
|
|
13
|
+
|
|
14
|
+
.thy-option-group-render {
|
|
15
|
+
height: 40px;
|
|
16
|
+
padding: 5px 0;
|
|
17
|
+
}
|
|
13
18
|
}
|
|
14
19
|
}
|
|
15
20
|
|
|
@@ -28,8 +33,6 @@ $optionsSize: 'sm', 'default', 'md', 'lg';
|
|
|
28
33
|
|
|
29
34
|
.thy-option-group-render {
|
|
30
35
|
flex-direction: column;
|
|
31
|
-
height: 40px;
|
|
32
|
-
padding: 5px 0;
|
|
33
36
|
|
|
34
37
|
.group-name {
|
|
35
38
|
width: 100%;
|