3h1-ui 3.0.0-next.7 → 3.0.0-next.8

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 (4) hide show
  1. package/es/index.js +4759 -746
  2. package/es/style.css +366 -4
  3. package/lib/index.js +4754 -741
  4. package/package.json +1 -1
package/es/style.css CHANGED
@@ -384,14 +384,14 @@ ul {
384
384
  margin-left: 0.25rem;
385
385
  margin-right: 0.25rem;
386
386
  }
387
- .mx-auto {
388
- margin-left: auto;
389
- margin-right: auto;
390
- }
391
387
  .mx-2 {
392
388
  margin-left: 0.5rem;
393
389
  margin-right: 0.5rem;
394
390
  }
391
+ .mx-auto {
392
+ margin-left: auto;
393
+ margin-right: auto;
394
+ }
395
395
  .mr-2 {
396
396
  margin-right: 0.5rem;
397
397
  }
@@ -8189,4 +8189,366 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8189
8189
  }
8190
8190
  .vue-colorful__hue-pointer {
8191
8191
  z-index: 2;
8192
+ }[data-theme='dark'] .ant-table-tbody > tr:hover.ant-table-row-selected > td, [data-theme='dark'] .ant-table-tbody > tr.ant-table-row-selected td {
8193
+ background-color: #262626;
8194
+ }
8195
+ .shy-basic-table {
8196
+ overflow: hidden;
8197
+ width: 100%;
8198
+ height: 100%;
8199
+ }
8200
+ .shy-basic-table-table-wrapper {
8201
+ padding: 10px 10px 10px 10px;
8202
+ background: #fff;
8203
+ }
8204
+ .shy-basic-table-row__striped td {
8205
+ background-color: #fafafa;
8206
+ }
8207
+ .shy-basic-table-advanced-search {
8208
+ position: absolute;
8209
+ top: 40px;
8210
+ right: 106px;
8211
+ width: 600px;
8212
+ z-index: 100;
8213
+ background-color: #fff;
8214
+ border: 1px solid #ebebeb;
8215
+ padding: 10px 10px 42px 10px;
8216
+ }
8217
+ .shy-basic-table-advanced-search .shy-ui-advanced-search {
8218
+ max-height: 500px;
8219
+ overflow: auto;
8220
+ }
8221
+ .shy-basic-table-advanced-search-footer {
8222
+ position: absolute;
8223
+ left: 10px;
8224
+ bottom: 10px;
8225
+ }
8226
+ .shy-basic-table-advanced-search-item {
8227
+ display: flex;
8228
+ align-items: center;
8229
+ justify-content: space-between;
8230
+ margin-bottom: 8px;
8231
+ }
8232
+ .shy-basic-table-form-container .ant-form {
8233
+ position: relative;
8234
+ padding: 12px 10px 6px;
8235
+ width: 100%;
8236
+ background-color: #ffffff;
8237
+ border-radius: 12px;
8238
+ }
8239
+ .shy-basic-table .ant-tag {
8240
+ margin-right: 0;
8241
+ }
8242
+ .shy-basic-table .ant-table-thead .ant-table-selection-column::before {
8243
+ position: absolute;
8244
+ top: 50%;
8245
+ right: 0;
8246
+ width: 1px;
8247
+ height: 1.6em;
8248
+ background-color: rgba(0, 0, 0, 0.06);
8249
+ content: "";
8250
+ transform: translateY(-50%);
8251
+ transition: background-color 0.3s;
8252
+ }
8253
+ .shy-basic-table .ant-table-wrapper {
8254
+ padding: 0 !important;
8255
+ background-color: #ffffff;
8256
+ border-radius: 12px;
8257
+ }
8258
+ .shy-basic-table .ant-table-wrapper .ant-table-title {
8259
+ padding: 0 0 8px !important;
8260
+ min-height: 40px;
8261
+ }
8262
+ .shy-basic-table .ant-table-wrapper .ant-table.ant-table-bordered .ant-table-title {
8263
+ border: none !important;
8264
+ }
8265
+ .shy-basic-table .ant-table {
8266
+ overflow-x: hidden;
8267
+ width: 100%;
8268
+ }
8269
+ .shy-basic-table .ant-table-title {
8270
+ display: flex;
8271
+ justify-content: space-between;
8272
+ align-items: center;
8273
+ padding: 8px 6px;
8274
+ border-bottom: none;
8275
+ }
8276
+ .shy-basic-table .ant-pagination {
8277
+ margin: 10px 0 0 !important;
8278
+ }
8279
+ .shy-basic-table .ant-table-footer {
8280
+ padding: 0;
8281
+ }
8282
+ .shy-basic-table .ant-table-footer .ant-table-wrapper {
8283
+ padding: 0;
8284
+ }
8285
+ .shy-basic-table .ant-table-footer table {
8286
+ border: none !important;
8287
+ }
8288
+ .shy-basic-table .ant-table-footer .ant-table-body {
8289
+ overflow-x: hidden !important;
8290
+ overflow-y: scroll !important;
8291
+ padding-right: 7px;
8292
+ }
8293
+ .shy-basic-table .ant-table-footer td {
8294
+ padding: 12px 8px;
8295
+ }
8296
+ .shy-basic-table .shy-basic-form-input > .ant-col {
8297
+ padding-left: 0 !important;
8298
+ padding-right: 20px !important;
8299
+ }
8300
+ .shy-basic-table--inset .ant-table-wrapper {
8301
+ padding: 0;
8302
+ }
8303
+ .shy-basic-table .ant-table-container {
8304
+ border: 1px solid #f0f0f0;
8305
+ }
8306
+ .shy-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-hide-scrollbar {
8307
+ overflow-x: auto !important;
8308
+ }
8309
+ .shy-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body {
8310
+ overflow: auto !important;
8311
+ }
8312
+ .shy-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-right .ant-table-body-outer .ant-table-body-inner {
8313
+ overflow-x: auto !important;
8314
+ }
8315
+ .shy-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-left .ant-table-body-outer .ant-table-body-inner {
8316
+ overflow-x: auto !important;
8317
+ }
8318
+ .hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-hide-scrollbar {
8319
+ overflow-y: auto !important;
8320
+ }
8321
+ .hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body {
8322
+ overflow-y: auto !important;
8323
+ }
8324
+ .hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-right .ant-table-body-outer .ant-table-body-inner {
8325
+ overflow-y: auto !important;
8326
+ }
8327
+ .hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-left .ant-table-body-outer .ant-table-body-inner {
8328
+ overflow-y: auto !important;
8329
+ }
8330
+ .ant-table-tbody tr td:empty::after {
8331
+ content: '-' !important;
8332
+ }
8333
+ .ant-table-expanded-row-fixed {
8334
+ width: 100% !important;
8335
+ }.edit-cell-align-left {
8336
+ text-align: left;
8337
+ }
8338
+ .edit-cell-align-left input:not(.ant-calendar-picker-input, .ant-time-picker-input) {
8339
+ text-align: left;
8340
+ }
8341
+ .edit-cell-align-center {
8342
+ text-align: center;
8343
+ }
8344
+ .edit-cell-align-center input:not(.ant-calendar-picker-input, .ant-time-picker-input) {
8345
+ text-align: center;
8346
+ }
8347
+ .edit-cell-align-right {
8348
+ text-align: right;
8349
+ }
8350
+ .edit-cell-align-right input:not(.ant-calendar-picker-input, .ant-time-picker-input) {
8351
+ text-align: right;
8352
+ }
8353
+ .edit-cell-rule-popover .ant-popover-inner-content {
8354
+ padding: 4px 8px;
8355
+ color: #ED6F6F;
8356
+ border-radius: 2px;
8357
+ }
8358
+ .shy-editable-cell {
8359
+ position: relative;
8360
+ min-height: 24px;
8361
+ }
8362
+ .shy-editable-cell__wrapper {
8363
+ display: flex;
8364
+ justify-content: center;
8365
+ align-items: center;
8366
+ }
8367
+ .shy-editable-cell__wrapper > .ant-select {
8368
+ min-width: calc(100% - 50px);
8369
+ }
8370
+ .shy-editable-cell__icon:hover {
8371
+ transform: scale(1.2);
8372
+ }
8373
+ .shy-editable-cell__icon:hover svg {
8374
+ color: #006eff;
8375
+ }
8376
+ .shy-editable-cell__rule {
8377
+ border: 1px solid #ED6F6F !important;
8378
+ }
8379
+ .shy-editable-cell__rule::placeholder, .shy-editable-cell__rule ::placeholder {
8380
+ color: #ED6F6F !important;
8381
+ }
8382
+ .shy-editable-cell .ellipsis-cell .cell-content {
8383
+ overflow: hidden;
8384
+ text-overflow: ellipsis;
8385
+ white-space: nowrap;
8386
+ overflow-wrap: break-word;
8387
+ word-break: break-word;
8388
+ }
8389
+ .shy-editable-cell__normal-icon {
8390
+ position: absolute;
8391
+ top: 4px;
8392
+ right: 0;
8393
+ display: none;
8394
+ width: 20px;
8395
+ cursor: pointer;
8396
+ }
8397
+ .shy-editable-cell:hover .shy-editable-cell__normal-icon {
8398
+ display: inline-block;
8399
+ }.table-column-drag-icon {
8400
+ margin: 0 5px;
8401
+ cursor: move;
8402
+ }
8403
+ .shy-basic-column-setting__popover-title {
8404
+ position: relative;
8405
+ display: flex;
8406
+ justify-content: space-between;
8407
+ align-items: center;
8408
+ }
8409
+ .shy-basic-column-setting__check-item {
8410
+ display: flex;
8411
+ align-items: center;
8412
+ padding: 4px 16px 8px 0;
8413
+ min-width: 100%;
8414
+ }
8415
+ .shy-basic-column-setting__check-item .ant-checkbox-wrapper {
8416
+ width: 100%;
8417
+ }
8418
+ .shy-basic-column-setting__check-item .ant-checkbox-wrapper:hover {
8419
+ color: #006eff;
8420
+ }
8421
+ .shy-basic-column-setting__fixed-left, .shy-basic-column-setting__fixed-right {
8422
+ color: rgba(0, 0, 0, 0.45);
8423
+ cursor: pointer;
8424
+ }
8425
+ .shy-basic-column-setting__fixed-left.active, .shy-basic-column-setting__fixed-right.active, .shy-basic-column-setting__fixed-left:hover, .shy-basic-column-setting__fixed-right:hover {
8426
+ color: #006eff;
8427
+ }
8428
+ .shy-basic-column-setting__fixed-left.disabled, .shy-basic-column-setting__fixed-right.disabled {
8429
+ color: rgba(0, 0, 0, 0.25);
8430
+ cursor: not-allowed;
8431
+ }
8432
+ .shy-basic-column-setting__fixed-right {
8433
+ transform: rotate(180deg);
8434
+ }
8435
+ .shy-basic-column-setting__cloumn-list svg {
8436
+ width: 1em !important;
8437
+ height: 1em !important;
8438
+ }
8439
+ .shy-basic-column-setting__cloumn-list .ant-popover-inner-content {
8440
+ padding-right: 0;
8441
+ padding-left: 0;
8442
+ }
8443
+ .shy-basic-column-setting__cloumn-list .ant-checkbox-group {
8444
+ width: 100%;
8445
+ min-width: 260px;
8446
+ }
8447
+ .shy-basic-column-setting__cloumn-list .scrollbar {
8448
+ height: 220px;
8449
+ }.icon-selected[data-v-b89f4548] {
8450
+ color: #498bf8;
8451
+ }.table-settings {
8452
+ display: flex;
8453
+ align-items: center;
8454
+ }
8455
+ .table-settings > * {
8456
+ margin-right: 12px;
8457
+ }
8458
+ .table-settings svg {
8459
+ width: 1.3em;
8460
+ height: 1.3em;
8461
+ }.shy-basic-table-header__button {
8462
+ display: flex;
8463
+ justify-content: flex-start;
8464
+ align-items: center;
8465
+ }
8466
+ .shy-basic-table-header__button > * {
8467
+ margin-right: 0.5rem;
8468
+ }
8469
+ .shy-basic-table-header__toolbar {
8470
+ display: flex;
8471
+ justify-content: space-between;
8472
+ align-items: center;
8473
+ flex: 1;
8474
+ }
8475
+ .shy-basic-table-header__toolbar > * {
8476
+ margin-right: 8px;
8477
+ }.shy-basic-table-global-search[data-v-47e7f228] {
8478
+ position: absolute;
8479
+ top: 40px;
8480
+ right: 131px;
8481
+ width: 200px;
8482
+ max-height: 800px;
8483
+ overflow: auto;
8484
+ background-color: #fff;
8485
+ z-index: 1000;
8486
+ border: 1px solid #ebebeb;
8487
+ padding: 10px;
8488
+ }
8489
+ .shy-basic-table-global-search-item-global[data-v-47e7f228] {
8490
+ height: 32px;
8491
+ line-height: 32px;
8492
+ font-size: 14px;
8493
+ color: #131415;
8494
+ cursor: pointer;
8495
+ padding: 0 8px;
8496
+ display: flex;
8497
+ align-items: center;
8498
+ justify-content: space-between;
8499
+ }
8500
+ .shy-basic-table-global-search-item-special[data-v-47e7f228] {
8501
+ height: 32px;
8502
+ line-height: 32px;
8503
+ font-size: 14px;
8504
+ color: #131415;
8505
+ cursor: pointer;
8506
+ padding: 0 8px;
8507
+ display: flex;
8508
+ align-items: center;
8509
+ justify-content: space-between;
8510
+ }
8511
+ .shy-basic-table-global-search-checkbox-wrapper[data-v-47e7f228] {
8512
+ padding: 0 8px;
8513
+ }
8514
+ .shy-basic-table-global-search .selected-bg[data-v-47e7f228] {
8515
+ background-color: #ebf1ff;
8516
+ }.shy-basic-table-header-cell__help {
8517
+ margin-left: 8px;
8518
+ color: rgba(0, 0, 0, 0.65) !important;
8519
+ }.shy-basic-table-action {
8520
+ display: flex;
8521
+ align-items: center;
8522
+ }
8523
+ .shy-basic-table-action .action-divider {
8524
+ display: table;
8525
+ }
8526
+ .shy-basic-table-action.left {
8527
+ justify-content: flex-start;
8528
+ }
8529
+ .shy-basic-table-action.center {
8530
+ justify-content: center;
8531
+ }
8532
+ .shy-basic-table-action.right {
8533
+ justify-content: flex-end;
8534
+ }
8535
+ .shy-basic-table-action button {
8536
+ display: flex;
8537
+ align-items: center;
8538
+ }
8539
+ .shy-basic-table-action button span {
8540
+ margin-left: 0 !important;
8541
+ }
8542
+ .shy-basic-table-action button.ant-btn-circle span {
8543
+ margin: auto !important;
8544
+ }
8545
+ .shy-basic-table-action .ant-divider, .shy-basic-table-action .ant-divider-vertical {
8546
+ margin: 0 2px;
8547
+ }
8548
+ .shy-basic-table-action .icon-more {
8549
+ transform: rotate(90deg);
8550
+ }
8551
+ .shy-basic-table-action .icon-more svg {
8552
+ font-size: 1.1em;
8553
+ font-weight: 700;
8192
8554
  }