@mescius/spread-sheets 19.0.4 → 19.0.5
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/SPREADJS-EULA.pdf +0 -0
- package/dist/gc.spread.sheets.all.min.js +2 -2
- package/dist/gc.spread.sheets.d.ts +116 -38
- package/package.json +1 -1
- package/styles/gc.spread.sheets.css +9 -0
- package/styles/gc.spread.sheets.excel2013darkGray.css +9 -0
- package/styles/gc.spread.sheets.excel2013lightGray.css +9 -0
- package/styles/gc.spread.sheets.excel2013white.css +9 -0
- package/styles/gc.spread.sheets.excel2016black.css +9 -0
- package/styles/gc.spread.sheets.excel2016colorful.css +9 -0
- package/styles/gc.spread.sheets.excel2016darkGray.css +9 -0
|
@@ -75,6 +75,71 @@ declare module GC{
|
|
|
75
75
|
"above"|"below"|"equalOrAbove"|"equalOrBelow"|"above1StdDev"|"below1StdDev"|"above2StdDev"|"below2StdDev"|"above3StdDev"|"below3StdDev"
|
|
76
76
|
|
|
77
77
|
|
|
78
|
+
/**
|
|
79
|
+
* @typedef GC.Data.ButtonListOptions
|
|
80
|
+
* @property {string} type - The type of the cell type, supports "buttonList".
|
|
81
|
+
* @property {GC.Data.ItemOptions[]} items - Gets or sets the items for the buttonList list, which supports Object Array which each item contains text and value.
|
|
82
|
+
* @property {string} direction - Gets or sets the buttonList list's orders, which support "horizontal", "vertical".
|
|
83
|
+
* @property {number} maxColumnCount - Gets or sets the items for the buttonList list's column count.
|
|
84
|
+
* @property {number} maxRowCount - Gets or sets the items for the buttonList list's row count.
|
|
85
|
+
* @property {boolean} isFlowLayout - Gets or sets the buttonList list's layout is auto fit.
|
|
86
|
+
* @property {Object} itemSpacing - Gets or sets the space for two items in the buttonList.
|
|
87
|
+
* @property {number} itemSpacing.horizontal - The space for two items in horizontal direction.
|
|
88
|
+
* @property {number} itemSpacing.vertical - The space for two items in vertical direction.
|
|
89
|
+
* @property {string} selectedBackColor - Gets or sets the selected buttonList's background color.
|
|
90
|
+
* @property {string} selectedForeColor - Gets or sets the selected buttonList's fore color.
|
|
91
|
+
* @property {string} padding - Gets or sets the buttonList's padding in pixels relative to the cell.
|
|
92
|
+
* @property {string} selectionMode - Gets or sets the buttonList's select mode, which supports "single", "multiple".
|
|
93
|
+
*/
|
|
94
|
+
export type ButtonListOptions =
|
|
95
|
+
{
|
|
96
|
+
/**
|
|
97
|
+
* The type of the cell type, supports "buttonList".
|
|
98
|
+
*/
|
|
99
|
+
type: "buttonList";
|
|
100
|
+
/**
|
|
101
|
+
* Gets or sets the items for the buttonList list, which supports Object Array which each item contains text and value.
|
|
102
|
+
*/
|
|
103
|
+
items: GC.Data.ItemOptions[];
|
|
104
|
+
/**
|
|
105
|
+
* Gets or sets the buttonList list's orders, which support "horizontal", "vertical".
|
|
106
|
+
*/
|
|
107
|
+
direction?: "horizontal" | "vertical";
|
|
108
|
+
/**
|
|
109
|
+
* Gets or sets the items for the buttonList list's column count.
|
|
110
|
+
*/
|
|
111
|
+
maxColumnCount?: number;
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the items for the buttonList list's row count.
|
|
114
|
+
*/
|
|
115
|
+
maxRowCount?: number;
|
|
116
|
+
/**
|
|
117
|
+
* Gets or sets the buttonList list's layout is auto fit.
|
|
118
|
+
*/
|
|
119
|
+
isFlowLayout?: boolean;
|
|
120
|
+
/**
|
|
121
|
+
* Gets or sets the space for two items in the buttonList.
|
|
122
|
+
*/
|
|
123
|
+
itemSpacing?: { horizontal: number; vertical: number };
|
|
124
|
+
/**
|
|
125
|
+
* Gets or sets the selected buttonList's background color.
|
|
126
|
+
*/
|
|
127
|
+
selectedBackColor?: string;
|
|
128
|
+
/**
|
|
129
|
+
* Gets or sets the selected buttonList's fore color.
|
|
130
|
+
*/
|
|
131
|
+
selectedForeColor?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Gets or sets the buttonList's padding in pixels relative to the cell.
|
|
134
|
+
*/
|
|
135
|
+
padding?: string;
|
|
136
|
+
/**
|
|
137
|
+
* Gets or sets the buttonList's select mode, which supports "single", "multiple".
|
|
138
|
+
*/
|
|
139
|
+
selectionMode?: "single" | "multiple";
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
|
|
78
143
|
/**
|
|
79
144
|
* @typedef GC.Data.CellButtonOptions
|
|
80
145
|
* @property {string} position - The button's position in cell, which supports "left", "right", "leftOfText", "rightOfText".
|
|
@@ -232,31 +297,31 @@ declare module GC{
|
|
|
232
297
|
/**
|
|
233
298
|
* The caption.
|
|
234
299
|
*/
|
|
235
|
-
caption
|
|
300
|
+
caption?: string;
|
|
236
301
|
/**
|
|
237
302
|
* The text when cell value is true.
|
|
238
303
|
*/
|
|
239
|
-
textTrue
|
|
304
|
+
textTrue?: string;
|
|
240
305
|
/**
|
|
241
306
|
* The text when cell value is indeterminate.
|
|
242
307
|
*/
|
|
243
|
-
textIndeterminate
|
|
308
|
+
textIndeterminate?: string;
|
|
244
309
|
/**
|
|
245
310
|
* The text when cell value is false.
|
|
246
311
|
*/
|
|
247
|
-
textFalse
|
|
312
|
+
textFalse?: string;
|
|
248
313
|
/**
|
|
249
314
|
* The text alignment relative to the check box, which supports "top", "bottom", "left", "right".
|
|
250
315
|
*/
|
|
251
|
-
textAlign
|
|
316
|
+
textAlign?: "top" | "bottom" | "left" | "right";
|
|
252
317
|
/**
|
|
253
318
|
* Whether the check box supports three states.
|
|
254
319
|
*/
|
|
255
|
-
isThreeState
|
|
320
|
+
isThreeState?: boolean;
|
|
256
321
|
/**
|
|
257
322
|
* The check box size.
|
|
258
323
|
*/
|
|
259
|
-
boxSize
|
|
324
|
+
boxSize?: number;
|
|
260
325
|
}
|
|
261
326
|
|
|
262
327
|
|
|
@@ -412,6 +477,19 @@ declare module GC{
|
|
|
412
477
|
}
|
|
413
478
|
|
|
414
479
|
|
|
480
|
+
/**
|
|
481
|
+
* @typedef GC.Data.CustomCellTypeOptions
|
|
482
|
+
* @property {string} typeName - The type name of the customized cell type.
|
|
483
|
+
*/
|
|
484
|
+
export type CustomCellTypeOptions =
|
|
485
|
+
{
|
|
486
|
+
/**
|
|
487
|
+
* The type name of the customized cell type.
|
|
488
|
+
*/
|
|
489
|
+
typeName: string;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
|
|
415
493
|
/**
|
|
416
494
|
* @typedef GC.Data.DataBarAxisPosition
|
|
417
495
|
* @type {"automatic"|"cellMidPoint"|"none"}
|
|
@@ -1303,27 +1381,27 @@ declare module GC{
|
|
|
1303
1381
|
/**
|
|
1304
1382
|
* The color of the link.
|
|
1305
1383
|
*/
|
|
1306
|
-
linkColor
|
|
1384
|
+
linkColor?: string;
|
|
1307
1385
|
/**
|
|
1308
1386
|
* The color of the visited link.
|
|
1309
1387
|
*/
|
|
1310
|
-
visitedLinkColor
|
|
1388
|
+
visitedLinkColor?: string;
|
|
1311
1389
|
/**
|
|
1312
1390
|
* The text of the link.
|
|
1313
1391
|
*/
|
|
1314
|
-
text
|
|
1392
|
+
text?: string;
|
|
1315
1393
|
/**
|
|
1316
1394
|
* The tooltip of the link.
|
|
1317
1395
|
*/
|
|
1318
|
-
linkToolTip
|
|
1396
|
+
linkToolTip?: string;
|
|
1319
1397
|
/**
|
|
1320
1398
|
* The type of the link's target, which support "blank", "self", "parent", "top".
|
|
1321
1399
|
*/
|
|
1322
|
-
target
|
|
1400
|
+
target?: "blank" | "self" | "parent" | "top";
|
|
1323
1401
|
/**
|
|
1324
1402
|
* Whether to move to the active cell when clicked.
|
|
1325
1403
|
*/
|
|
1326
|
-
activeOnClick
|
|
1404
|
+
activeOnClick?: boolean;
|
|
1327
1405
|
}
|
|
1328
1406
|
|
|
1329
1407
|
|
|
@@ -2519,31 +2597,31 @@ declare module GC{
|
|
|
2519
2597
|
/**
|
|
2520
2598
|
* The the radio box or check box's orders, which support "horizontal", "vertical".
|
|
2521
2599
|
*/
|
|
2522
|
-
direction
|
|
2600
|
+
direction?: "horizontal" | "vertical";
|
|
2523
2601
|
/**
|
|
2524
2602
|
* The the radio box or check box's column count.
|
|
2525
2603
|
*/
|
|
2526
|
-
maxColumnCount
|
|
2604
|
+
maxColumnCount?: number;
|
|
2527
2605
|
/**
|
|
2528
2606
|
* The the radio box or check box's row count.
|
|
2529
2607
|
*/
|
|
2530
|
-
maxRowCount
|
|
2608
|
+
maxRowCount?: number;
|
|
2531
2609
|
/**
|
|
2532
2610
|
* The the radio box or check box's layout is auto fit.
|
|
2533
2611
|
*/
|
|
2534
|
-
isFlowLayout
|
|
2612
|
+
isFlowLayout?: boolean;
|
|
2535
2613
|
/**
|
|
2536
2614
|
* The space for two items.
|
|
2537
2615
|
*/
|
|
2538
|
-
itemSpacing
|
|
2616
|
+
itemSpacing?: { horizontal: number; vertical: number };
|
|
2539
2617
|
/**
|
|
2540
2618
|
* The text alignment relative to the radio box or check box, which supports "left", "right".
|
|
2541
2619
|
*/
|
|
2542
|
-
textAlign
|
|
2620
|
+
textAlign?: "left" | "right";
|
|
2543
2621
|
/**
|
|
2544
2622
|
* The radio box or check box size.
|
|
2545
2623
|
*/
|
|
2546
|
-
boxSize
|
|
2624
|
+
boxSize?: number;
|
|
2547
2625
|
}
|
|
2548
2626
|
|
|
2549
2627
|
|
|
@@ -2726,7 +2804,7 @@ declare module GC{
|
|
|
2726
2804
|
* @property {boolean} wordWrap - Whether words wrap within the cell or cells.
|
|
2727
2805
|
* @property {boolean} shrinkToFit - Whether content shrinks to fit the cell or cells.
|
|
2728
2806
|
* @property {string} backgroundImage - The background image to display.
|
|
2729
|
-
* @property {GC.Data.CheckboxOptions | GC.Data.ComboBoxOptions | GC.Data.HyperlinkOptions | GC.Data.FileUploadOptions | GC.Data.RadioButtonCheckboxListOptions} cellType - The cell type.
|
|
2807
|
+
* @property {GC.Data.CheckboxOptions | GC.Data.ComboBoxOptions | GC.Data.HyperlinkOptions | GC.Data.FileUploadOptions | GC.Data.RadioButtonCheckboxListOptions | GC.Data.ButtonListOptions | GC.Data.CustomCellTypeOptions} cellType - The cell type.
|
|
2730
2808
|
* @property {string} backgroundImageLayout - The layout for the background image, which supports "stretch", "center", "zoom", "none".
|
|
2731
2809
|
* @property {boolean} tabStop - Whether the user can set focus to the cell using the Tab key.
|
|
2732
2810
|
* @property {GC.Data.TextDecoration} textDecoration - The decoration added to text.
|
|
@@ -2821,7 +2899,7 @@ declare module GC{
|
|
|
2821
2899
|
/**
|
|
2822
2900
|
* The cell type.
|
|
2823
2901
|
*/
|
|
2824
|
-
cellType?: GC.Data.CheckboxOptions | GC.Data.ComboBoxOptions | GC.Data.HyperlinkOptions | GC.Data.FileUploadOptions | GC.Data.RadioButtonCheckboxListOptions;
|
|
2902
|
+
cellType?: GC.Data.CheckboxOptions | GC.Data.ComboBoxOptions | GC.Data.HyperlinkOptions | GC.Data.FileUploadOptions | GC.Data.RadioButtonCheckboxListOptions | GC.Data.ButtonListOptions | GC.Data.CustomCellTypeOptions;
|
|
2825
2903
|
/**
|
|
2826
2904
|
* The layout for the background image, which supports "stretch", "center", "zoom", "none".
|
|
2827
2905
|
*/
|
|
@@ -24797,13 +24875,13 @@ declare module GC{
|
|
|
24797
24875
|
* ```javascript
|
|
24798
24876
|
* // This example sets the external source with workbook JSON.
|
|
24799
24877
|
* spread.getActiveSheet().setFormula(0, 0, "[calc.xlsx]Sheet1!A1"); // spread cell A1 value is #REF!
|
|
24800
|
-
* spread2.getActiveSheet().setFormula(0, 0, "=123+1");
|
|
24878
|
+
* spread2.getActiveSheet().setFormula(0, 0, "=123+1"); // spread2 cell A1 value is 124
|
|
24801
24879
|
* spread.updateExternalReference("calc.xlsx", spread2.toJSON()); // spread cell A1 value is 124
|
|
24802
24880
|
* // Set the data with simple JSON data:
|
|
24803
|
-
* spread.getActiveSheet().setFormula(0, 0, "=SUM([calc.xlsx]Sheet1!A1:B2");
|
|
24804
|
-
* spread.updateExternalReference("calc.xlsx", {"Sheet1":[[1, 2],[1, 3]]});
|
|
24805
|
-
* spread.updateExternalReference("calc.xlsx", {"Sheet1":{0:{0:10, 1:10}, 1:{0:10, 1:10}}});
|
|
24806
|
-
* spread.updateExternalReference("calc.xlsx", {"Sheet1":{1:{0:2, 1:2}}}, null, true);
|
|
24881
|
+
* spread.getActiveSheet().setFormula(0, 0, "=SUM([calc.xlsx]Sheet1!A1:B2"); // spread cell A1 value is #REF!
|
|
24882
|
+
* spread.updateExternalReference("calc.xlsx", {"Sheet1":[[1, 2],[1, 3]]}); // spread cell A1 value is 7
|
|
24883
|
+
* spread.updateExternalReference("calc.xlsx", {"Sheet1":{0:{0:10, 1:10}, 1:{0:10, 1:10}}}); // spread cell A1 value is 40
|
|
24884
|
+
* spread.updateExternalReference("calc.xlsx", {"Sheet1":{1:{0:2, 1:2}}}, null, true); // spread cell A1 value is 24 after the merge update.
|
|
24807
24885
|
* // This example sets the external values with the successCallback result of GC.Spread.Sheets.IO.getPartialValues
|
|
24808
24886
|
* let refList = spread.getExternalReferences(true);
|
|
24809
24887
|
* GC.Spread.Sheets.IO.getPartialValues(refList, getFile, (externalValues) => {
|
|
@@ -61131,47 +61209,47 @@ declare module GC{
|
|
|
61131
61209
|
/**
|
|
61132
61210
|
* Whether promoting menu item to show
|
|
61133
61211
|
*/
|
|
61134
|
-
promoteMenuItemVisible
|
|
61212
|
+
promoteMenuItemVisible?: boolean,
|
|
61135
61213
|
/**
|
|
61136
61214
|
* Whether demoting menu item to show
|
|
61137
61215
|
*/
|
|
61138
|
-
demoteMenuItemVisible
|
|
61216
|
+
demoteMenuItemVisible?: boolean,
|
|
61139
61217
|
/**
|
|
61140
61218
|
* Whether moving up menu item to show
|
|
61141
61219
|
*/
|
|
61142
|
-
moveUpMenuItemVisible
|
|
61220
|
+
moveUpMenuItemVisible?: boolean,
|
|
61143
61221
|
/**
|
|
61144
61222
|
* Whether moving down menu item to show
|
|
61145
61223
|
*/
|
|
61146
|
-
moveDownMenuItemVisible
|
|
61224
|
+
moveDownMenuItemVisible?: boolean,
|
|
61147
61225
|
/**
|
|
61148
61226
|
* Whether adding before menu item to show
|
|
61149
61227
|
*/
|
|
61150
|
-
addBeforeMenuItemVisible
|
|
61228
|
+
addBeforeMenuItemVisible?: boolean,
|
|
61151
61229
|
/**
|
|
61152
61230
|
* Whether adding after menu item to show
|
|
61153
61231
|
*/
|
|
61154
|
-
addAfterMenuItemVisible
|
|
61232
|
+
addAfterMenuItemVisible?: boolean,
|
|
61155
61233
|
/**
|
|
61156
61234
|
* Whether adding above menu item to show
|
|
61157
61235
|
*/
|
|
61158
|
-
addAboveMenuItemVisible
|
|
61236
|
+
addAboveMenuItemVisible?: boolean,
|
|
61159
61237
|
/**
|
|
61160
61238
|
* Whether adding below menu item to show
|
|
61161
61239
|
*/
|
|
61162
|
-
addBelowMenuItemVisible
|
|
61240
|
+
addBelowMenuItemVisible?: boolean,
|
|
61163
61241
|
/**
|
|
61164
61242
|
* Whether expanding all level menu item to show
|
|
61165
61243
|
*/
|
|
61166
|
-
expandAllLevelMenuItemVisible
|
|
61244
|
+
expandAllLevelMenuItemVisible?: boolean,
|
|
61167
61245
|
/**
|
|
61168
61246
|
* Whether collapsing all level menu item to show
|
|
61169
61247
|
*/
|
|
61170
|
-
collapseAllLevelMenuItemVisible
|
|
61248
|
+
collapseAllLevelMenuItemVisible?: boolean,
|
|
61171
61249
|
/**
|
|
61172
61250
|
* Whether expanding to level menu item to show
|
|
61173
61251
|
*/
|
|
61174
|
-
expandToLevelMenuItemVisible
|
|
61252
|
+
expandToLevelMenuItemVisible?: boolean,
|
|
61175
61253
|
}
|
|
61176
61254
|
|
|
61177
61255
|
|
package/package.json
CHANGED
|
@@ -4320,6 +4320,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4320
4320
|
display: none;
|
|
4321
4321
|
}
|
|
4322
4322
|
|
|
4323
|
+
.gc-panel .gc-panel-header-padding-right {
|
|
4324
|
+
padding-right: 92px;
|
|
4325
|
+
}
|
|
4326
|
+
.gc-panel .gc-panel-header-padding-right .gc-panel-header-text {
|
|
4327
|
+
text-overflow: ellipsis;
|
|
4328
|
+
overflow: hidden;
|
|
4329
|
+
white-space: nowrap;
|
|
4330
|
+
}
|
|
4331
|
+
|
|
4323
4332
|
.gc-ai-pt-capsule {
|
|
4324
4333
|
display: flex;
|
|
4325
4334
|
justify-content: center;
|
|
@@ -4360,6 +4360,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4360
4360
|
display: none;
|
|
4361
4361
|
}
|
|
4362
4362
|
|
|
4363
|
+
.gc-panel .gc-panel-header-padding-right {
|
|
4364
|
+
padding-right: 92px;
|
|
4365
|
+
}
|
|
4366
|
+
.gc-panel .gc-panel-header-padding-right .gc-panel-header-text {
|
|
4367
|
+
text-overflow: ellipsis;
|
|
4368
|
+
overflow: hidden;
|
|
4369
|
+
white-space: nowrap;
|
|
4370
|
+
}
|
|
4371
|
+
|
|
4363
4372
|
.gc-ai-pt-capsule {
|
|
4364
4373
|
display: flex;
|
|
4365
4374
|
justify-content: center;
|
|
@@ -4365,6 +4365,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4365
4365
|
display: none;
|
|
4366
4366
|
}
|
|
4367
4367
|
|
|
4368
|
+
.gc-panel .gc-panel-header-padding-right {
|
|
4369
|
+
padding-right: 92px;
|
|
4370
|
+
}
|
|
4371
|
+
.gc-panel .gc-panel-header-padding-right .gc-panel-header-text {
|
|
4372
|
+
text-overflow: ellipsis;
|
|
4373
|
+
overflow: hidden;
|
|
4374
|
+
white-space: nowrap;
|
|
4375
|
+
}
|
|
4376
|
+
|
|
4368
4377
|
.gc-ai-pt-capsule {
|
|
4369
4378
|
display: flex;
|
|
4370
4379
|
justify-content: center;
|
|
@@ -4352,6 +4352,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4352
4352
|
display: none;
|
|
4353
4353
|
}
|
|
4354
4354
|
|
|
4355
|
+
.gc-panel .gc-panel-header-padding-right {
|
|
4356
|
+
padding-right: 92px;
|
|
4357
|
+
}
|
|
4358
|
+
.gc-panel .gc-panel-header-padding-right .gc-panel-header-text {
|
|
4359
|
+
text-overflow: ellipsis;
|
|
4360
|
+
overflow: hidden;
|
|
4361
|
+
white-space: nowrap;
|
|
4362
|
+
}
|
|
4363
|
+
|
|
4355
4364
|
.gc-ai-pt-capsule {
|
|
4356
4365
|
display: flex;
|
|
4357
4366
|
justify-content: center;
|
|
@@ -4363,6 +4363,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4363
4363
|
display: none;
|
|
4364
4364
|
}
|
|
4365
4365
|
|
|
4366
|
+
.gc-panel .gc-panel-header-padding-right {
|
|
4367
|
+
padding-right: 92px;
|
|
4368
|
+
}
|
|
4369
|
+
.gc-panel .gc-panel-header-padding-right .gc-panel-header-text {
|
|
4370
|
+
text-overflow: ellipsis;
|
|
4371
|
+
overflow: hidden;
|
|
4372
|
+
white-space: nowrap;
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4366
4375
|
.gc-ai-pt-capsule {
|
|
4367
4376
|
display: flex;
|
|
4368
4377
|
justify-content: center;
|
|
@@ -4356,6 +4356,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4356
4356
|
display: none;
|
|
4357
4357
|
}
|
|
4358
4358
|
|
|
4359
|
+
.gc-panel .gc-panel-header-padding-right {
|
|
4360
|
+
padding-right: 92px;
|
|
4361
|
+
}
|
|
4362
|
+
.gc-panel .gc-panel-header-padding-right .gc-panel-header-text {
|
|
4363
|
+
text-overflow: ellipsis;
|
|
4364
|
+
overflow: hidden;
|
|
4365
|
+
white-space: nowrap;
|
|
4366
|
+
}
|
|
4367
|
+
|
|
4359
4368
|
.gc-ai-pt-capsule {
|
|
4360
4369
|
display: flex;
|
|
4361
4370
|
justify-content: center;
|
|
@@ -4352,6 +4352,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4352
4352
|
display: none;
|
|
4353
4353
|
}
|
|
4354
4354
|
|
|
4355
|
+
.gc-panel .gc-panel-header-padding-right {
|
|
4356
|
+
padding-right: 92px;
|
|
4357
|
+
}
|
|
4358
|
+
.gc-panel .gc-panel-header-padding-right .gc-panel-header-text {
|
|
4359
|
+
text-overflow: ellipsis;
|
|
4360
|
+
overflow: hidden;
|
|
4361
|
+
white-space: nowrap;
|
|
4362
|
+
}
|
|
4363
|
+
|
|
4355
4364
|
.gc-ai-pt-capsule {
|
|
4356
4365
|
display: flex;
|
|
4357
4366
|
justify-content: center;
|