@fecp/designer 5.4.77 → 5.4.78

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 (41) hide show
  1. package/es/designer/package.json.mjs +1 -1
  2. package/es/designer/src/packages/dialog/index.vue2.mjs +1 -1
  3. package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
  4. package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
  5. package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +8 -17
  6. package/es/designer/src/packages/form/property/contract.vue.mjs +13 -22
  7. package/es/designer/src/packages/form/property/document.vue.mjs +11 -20
  8. package/es/designer/src/packages/form/property/subForm.vue.mjs +16 -25
  9. package/es/designer/src/packages/form/property/subTable.vue.mjs +17 -26
  10. package/es/designer/src/packages/form/property/subTitleH2.vue.mjs +5 -14
  11. package/es/designer/src/packages/form/property/widgets.vue.mjs +83 -92
  12. package/es/designer/src/packages/table/property/widgets.vue.mjs +25 -34
  13. package/es/designer.css +88 -88
  14. package/es/packages/vue/index.mjs +2 -0
  15. package/es/packages/vue/src/components/details/footer/Footer.vue.mjs +7 -4
  16. package/es/packages/vue/src/components/details/header/Header.vue.mjs +7 -4
  17. package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +11 -6
  18. package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +7 -4
  19. package/es/packages/vue/src/components/table/TableColumn.vue.mjs +18 -2
  20. package/es/packages/vue/src/directive/auth.mjs +29 -0
  21. package/lib/designer/package.json.js +1 -1
  22. package/lib/designer/src/packages/dialog/index.vue2.js +1 -1
  23. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  24. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  25. package/lib/designer/src/packages/form/property/approvalHistory.vue.js +8 -17
  26. package/lib/designer/src/packages/form/property/contract.vue.js +13 -22
  27. package/lib/designer/src/packages/form/property/document.vue.js +11 -20
  28. package/lib/designer/src/packages/form/property/subForm.vue.js +16 -25
  29. package/lib/designer/src/packages/form/property/subTable.vue.js +17 -26
  30. package/lib/designer/src/packages/form/property/subTitleH2.vue.js +5 -14
  31. package/lib/designer/src/packages/form/property/widgets.vue.js +83 -92
  32. package/lib/designer/src/packages/table/property/widgets.vue.js +25 -34
  33. package/lib/designer.css +88 -88
  34. package/lib/packages/vue/index.js +2 -0
  35. package/lib/packages/vue/src/components/details/footer/Footer.vue.js +6 -3
  36. package/lib/packages/vue/src/components/details/header/Header.vue.js +6 -3
  37. package/lib/packages/vue/src/components/table/CustomButtons.vue.js +10 -5
  38. package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +6 -3
  39. package/lib/packages/vue/src/components/table/TableColumn.vue.js +18 -2
  40. package/lib/packages/vue/src/directive/auth.js +29 -0
  41. package/package.json +1 -1
package/lib/designer.css CHANGED
@@ -1655,17 +1655,17 @@
1655
1655
  }
1656
1656
  .setting-btn.is-configured .edit-btn[data-v-db416ffc] {
1657
1657
  display: inline-block;
1658
- }.collapse-header[data-v-f6e822bf] {
1658
+ }.collapse-header[data-v-1b079e6c] {
1659
1659
  display: flex;
1660
1660
  align-items: center;
1661
1661
  justify-content: space-between;
1662
1662
  width: 100%;
1663
1663
  padding-right: 20px;
1664
1664
  }
1665
- .setting[data-v-f6e822bf] .el-collapse-item__content {
1665
+ .setting[data-v-1b079e6c] .el-collapse-item__content {
1666
1666
  position: relative;
1667
1667
  }
1668
- .field-type-select[data-v-f6e822bf] {
1668
+ .field-type-select[data-v-1b079e6c] {
1669
1669
  position: absolute;
1670
1670
  top: 11px;
1671
1671
  right: 16px;
@@ -1676,17 +1676,17 @@
1676
1676
  transition: all 0.3s;
1677
1677
  border-radius: 4px;
1678
1678
  }
1679
- .field-type-select[data-v-f6e822bf] .el-select__wrapper {
1679
+ .field-type-select[data-v-1b079e6c] .el-select__wrapper {
1680
1680
  background: transparent;
1681
1681
  box-shadow: none;
1682
1682
  }
1683
- .field-type-select[data-v-f6e822bf] .el-select__selected-item {
1683
+ .field-type-select[data-v-1b079e6c] .el-select__selected-item {
1684
1684
  text-align: center;
1685
1685
  }
1686
- .width-input[data-v-f6e822bf] {
1686
+ .width-input[data-v-1b079e6c] {
1687
1687
  width: 100%;
1688
1688
  }
1689
- [data-v-f6e822bf] .el-form-item__content {
1689
+ [data-v-1b079e6c] .el-form-item__content {
1690
1690
  flex-wrap: wrap !important;
1691
1691
  }.dialog-menu-item[data-v-24bfc32a] {
1692
1692
  padding: 10px;
@@ -3235,17 +3235,17 @@ to {
3235
3235
  width: 100%;
3236
3236
  }
3237
3237
 
3238
- .collapse-header[data-v-70b9496e] {
3238
+ .collapse-header[data-v-b26b8fa8] {
3239
3239
  display: flex;
3240
3240
  align-items: center;
3241
3241
  justify-content: space-between;
3242
3242
  width: 100%;
3243
3243
  padding-right: 20px;
3244
3244
  }
3245
- .setting[data-v-70b9496e] .el-collapse-item__content {
3245
+ .setting[data-v-b26b8fa8] .el-collapse-item__content {
3246
3246
  position: relative;
3247
3247
  }
3248
- .field-type-select[data-v-70b9496e] {
3248
+ .field-type-select[data-v-b26b8fa8] {
3249
3249
  position: absolute;
3250
3250
  top: 11px;
3251
3251
  right: 16px;
@@ -3256,56 +3256,56 @@ to {
3256
3256
  transition: all 0.3s;
3257
3257
  border-radius: 4px;
3258
3258
  }
3259
- .field-type-select[data-v-70b9496e] .el-select__wrapper {
3259
+ .field-type-select[data-v-b26b8fa8] .el-select__wrapper {
3260
3260
  background: transparent;
3261
3261
  box-shadow: none;
3262
3262
  }
3263
- .field-type-select[data-v-70b9496e] .el-select__selected-item {
3263
+ .field-type-select[data-v-b26b8fa8] .el-select__selected-item {
3264
3264
  text-align: center;
3265
3265
  }
3266
- .width-input[data-v-70b9496e] {
3266
+ .width-input[data-v-b26b8fa8] {
3267
3267
  width: 100%;
3268
3268
  }
3269
- .data-source-fields[data-v-70b9496e] {
3269
+ .data-source-fields[data-v-b26b8fa8] {
3270
3270
  display: flex;
3271
3271
  flex-direction: column;
3272
3272
  gap: 8px;
3273
3273
  margin-bottom: 18px;
3274
3274
  }
3275
- .data-source-fields .field-item[data-v-70b9496e] {
3275
+ .data-source-fields .field-item[data-v-b26b8fa8] {
3276
3276
  display: flex;
3277
3277
  align-items: center;
3278
3278
  gap: 8px;
3279
3279
  }
3280
- .data-source-fields .field-item .field-label[data-v-70b9496e] {
3280
+ .data-source-fields .field-item .field-label[data-v-b26b8fa8] {
3281
3281
  width: 80px;
3282
3282
  font-size: 13px;
3283
3283
  color: #606266;
3284
3284
  text-align: right;
3285
3285
  flex-shrink: 0;
3286
3286
  }
3287
- .data-source-fields .field-item .field-label[data-v-70b9496e]::after {
3287
+ .data-source-fields .field-item .field-label[data-v-b26b8fa8]::after {
3288
3288
  content: ":";
3289
3289
  }
3290
- .data-source-fields .field-item .el-input[data-v-70b9496e] {
3290
+ .data-source-fields .field-item .el-input[data-v-b26b8fa8] {
3291
3291
  flex: 1;
3292
3292
  }
3293
- [data-v-70b9496e] .el-form-item__content {
3293
+ [data-v-b26b8fa8] .el-form-item__content {
3294
3294
  flex-wrap: wrap !important;
3295
3295
  }
3296
- .buttons-table[data-v-8ebdd5a8] {
3296
+ .buttons-table[data-v-5b24bf51] {
3297
3297
  width: 100%;
3298
3298
  border: 1px solid #dcdfe6;
3299
3299
  border-radius: 4px;
3300
3300
  overflow: hidden;
3301
3301
  }
3302
- .buttons-header[data-v-8ebdd5a8] {
3302
+ .buttons-header[data-v-5b24bf51] {
3303
3303
  display: flex;
3304
3304
  background-color: #f5f7fa;
3305
3305
  height: 26px;
3306
3306
  line-height: 26px;
3307
3307
  }
3308
- .buttons-cell[data-v-8ebdd5a8] {
3308
+ .buttons-cell[data-v-5b24bf51] {
3309
3309
  padding: 0px 12px;
3310
3310
  font-weight: 500;
3311
3311
  font-size: 13px;
@@ -3314,27 +3314,27 @@ to {
3314
3314
  display: flex;
3315
3315
  align-items: center;
3316
3316
  }
3317
- .buttons-cell[data-v-8ebdd5a8]:last-child {
3317
+ .buttons-cell[data-v-5b24bf51]:last-child {
3318
3318
  border-right: none;
3319
3319
  }
3320
- .name-header[data-v-8ebdd5a8] {
3320
+ .name-header[data-v-5b24bf51] {
3321
3321
  flex: 1;
3322
3322
  min-width: 100px;
3323
3323
  font-size: 12px;
3324
3324
  }
3325
- .action-header[data-v-8ebdd5a8] {
3325
+ .action-header[data-v-5b24bf51] {
3326
3326
  width: 180px;
3327
3327
  text-align: center;
3328
3328
  }
3329
- .buttons-row[data-v-8ebdd5a8] {
3329
+ .buttons-row[data-v-5b24bf51] {
3330
3330
  display: flex;
3331
3331
  border-top: 1px solid #ebeef5;
3332
3332
  }
3333
- .name-cell[data-v-8ebdd5a8] {
3333
+ .name-cell[data-v-5b24bf51] {
3334
3334
  flex: 1;
3335
3335
  min-width: 100px;
3336
3336
  }
3337
- .action-cell[data-v-8ebdd5a8] {
3337
+ .action-cell[data-v-5b24bf51] {
3338
3338
  width: 180px;
3339
3339
  display: flex;
3340
3340
  align-items: center;
@@ -3342,29 +3342,29 @@ to {
3342
3342
  gap: 4px;
3343
3343
  padding: 5px;
3344
3344
  }
3345
- .buttons-footer[data-v-8ebdd5a8] {
3345
+ .buttons-footer[data-v-5b24bf51] {
3346
3346
  padding: 8px 0;
3347
3347
  display: flex;
3348
3348
  gap: 8px;
3349
3349
  }
3350
- .buttons-config-container[data-v-8ebdd5a8] {
3350
+ .buttons-config-container[data-v-5b24bf51] {
3351
3351
  width: 100%;
3352
3352
  }
3353
- .button-dropdown-item[data-v-8ebdd5a8] {
3353
+ .button-dropdown-item[data-v-5b24bf51] {
3354
3354
  padding: 8px 12px;
3355
3355
  }
3356
- .button-dropdown-content[data-v-8ebdd5a8] {
3356
+ .button-dropdown-content[data-v-5b24bf51] {
3357
3357
  display: flex;
3358
3358
  justify-content: space-between;
3359
3359
  align-items: center;
3360
3360
  width: 100%;
3361
3361
  min-width: 200px;
3362
3362
  }
3363
- .button-name[data-v-8ebdd5a8] {
3363
+ .button-name[data-v-5b24bf51] {
3364
3364
  font-size: 13px;
3365
3365
  color: #606266;
3366
3366
  }
3367
- .button-type[data-v-8ebdd5a8] {
3367
+ .button-type[data-v-5b24bf51] {
3368
3368
  font-size: 11px;
3369
3369
  color: #909399;
3370
3370
  padding: 2px 4px;
@@ -3444,11 +3444,11 @@ to {
3444
3444
  .essential-param-container .param-table .param-footer[data-v-4262b43c] {
3445
3445
  padding: 5px 12px;
3446
3446
  text-align: left;
3447
- }.form-item-hint[data-v-d0160dcb] {
3447
+ }.form-item-hint[data-v-ca84a82c] {
3448
3448
  font-size: 12px;
3449
3449
  color: #909399;
3450
3450
  margin-top: 4px;
3451
- }.form-item-hint[data-v-482108da] {
3451
+ }.form-item-hint[data-v-80d84bee] {
3452
3452
  font-size: 12px;
3453
3453
  color: #909399;
3454
3454
  margin-top: 4px;
@@ -5435,12 +5435,12 @@ body,
5435
5435
  font-size: 13px;
5436
5436
  color: #606266;
5437
5437
  margin-left: 8px;
5438
- }.custom-buttons[data-v-e370363e] {
5438
+ }.custom-buttons[data-v-7610c2d4] {
5439
5439
  display: flex;
5440
5440
  align-items: center;
5441
5441
  margin: 0 0 0 0;
5442
5442
  }
5443
- .back-icon[data-v-e370363e] {
5443
+ .back-icon[data-v-7610c2d4] {
5444
5444
  display: flex;
5445
5445
  align-items: center;
5446
5446
  justify-content: center;
@@ -5453,15 +5453,15 @@ body,
5453
5453
  margin-left: 4px;
5454
5454
  margin-right: -6px;
5455
5455
  }
5456
- .back-icon .el-icon[data-v-e370363e] {
5456
+ .back-icon .el-icon[data-v-7610c2d4] {
5457
5457
  font-size: 14px;
5458
5458
  font-weight: 500;
5459
5459
  color: var(--el-color-primary);
5460
5460
  }
5461
- .back-icon[data-v-e370363e]:hover {
5461
+ .back-icon[data-v-7610c2d4]:hover {
5462
5462
  opacity: 0.7;
5463
5463
  }
5464
- .template-name[data-v-e370363e] {
5464
+ .template-name[data-v-7610c2d4] {
5465
5465
  font-size: 16px;
5466
5466
  font-weight: 600;
5467
5467
  color: #303133;
@@ -5848,7 +5848,7 @@ body,
5848
5848
  [data-v-3657e72b] .el-form-item__label {
5849
5849
  padding: 0 8px 0 0;
5850
5850
  }
5851
- .el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-29cfb366] {
5851
+ .el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-a55fc4ab] {
5852
5852
  padding: 0 20px;
5853
5853
  background-color: #fff;
5854
5854
  height: 55px;
@@ -5856,17 +5856,17 @@ body,
5856
5856
  align-items: center;
5857
5857
  flex-shrink: 0;
5858
5858
  }
5859
- .fec-header[data-v-29cfb366] .el-page-header__header {
5859
+ .fec-header[data-v-a55fc4ab] .el-page-header__header {
5860
5860
  border-bottom: 1px solid #e4e7ed;
5861
5861
  height: 100%;
5862
5862
  width: 100%;
5863
5863
  display: flex;
5864
5864
  align-items: center;
5865
5865
  }
5866
- .fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__title {
5866
+ .fec-header[data-v-a55fc4ab] .el-page-header__header .el-page-header__title {
5867
5867
  display: none;
5868
5868
  }
5869
- .fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__icon {
5869
+ .fec-header[data-v-a55fc4ab] .el-page-header__header .el-page-header__icon {
5870
5870
  margin-right: 0;
5871
5871
  font-size: 16px;
5872
5872
  font-weight: 500;
@@ -5874,30 +5874,30 @@ body,
5874
5874
  display: flex;
5875
5875
  align-items: center;
5876
5876
  }
5877
- .fec-header .fec-header__title[data-v-29cfb366] {
5877
+ .fec-header .fec-header__title[data-v-a55fc4ab] {
5878
5878
  font-size: 20px;
5879
5879
  font-weight: 700;
5880
5880
  color: #1a1a1a;
5881
5881
  margin-right: 12px;
5882
5882
  line-height: 1.2;
5883
5883
  }
5884
- .fec-header .fec-header__subtitle[data-v-29cfb366] {
5884
+ .fec-header .fec-header__subtitle[data-v-a55fc4ab] {
5885
5885
  font-size: 12px;
5886
5886
  color: #bbb;
5887
5887
  font-weight: 500;
5888
5888
  line-height: 1.2;
5889
5889
  }
5890
- .can-not-back[data-v-29cfb366] .el-subTitle {
5890
+ .can-not-back[data-v-a55fc4ab] .el-subTitle {
5891
5891
  display: none;
5892
5892
  }
5893
- .can-not-back[data-v-29cfb366] .el-divider {
5893
+ .can-not-back[data-v-a55fc4ab] .el-divider {
5894
5894
  display: none;
5895
5895
  }
5896
- [data-v-29cfb366] .el-page-header__content {
5896
+ [data-v-a55fc4ab] .el-page-header__content {
5897
5897
  display: flex;
5898
5898
  align-items: flex-end;
5899
5899
  }
5900
- .form-details-footer[data-v-97060b52] {
5900
+ .form-details-footer[data-v-97973006] {
5901
5901
  background-color: #fff;
5902
5902
  height: 50px;
5903
5903
  display: flex;
@@ -5908,7 +5908,7 @@ body,
5908
5908
  padding: 0;
5909
5909
  z-index: 1;
5910
5910
  }
5911
- .form-details-footer > .el-button[data-v-97060b52] {
5911
+ .form-details-footer > .el-button[data-v-97973006] {
5912
5912
  width: 80px;
5913
5913
  font-size: var(--el-font-size-extra-small);
5914
5914
  }
@@ -5943,10 +5943,10 @@ body,
5943
5943
  }
5944
5944
  [data-v-48d4542c] .vgl-item > .el-container {
5945
5945
  height: auto !important;
5946
- }.cell-content .cell-text[data-v-bee565c6] {
5946
+ }.cell-content .cell-text[data-v-77be03fc] {
5947
5947
  display: inline-block;
5948
5948
  }
5949
- .cell-content .copy-icon[data-v-bee565c6] {
5949
+ .cell-content .copy-icon[data-v-77be03fc] {
5950
5950
  cursor: pointer;
5951
5951
  color: #909399;
5952
5952
  font-size: 14px;
@@ -5954,7 +5954,7 @@ body,
5954
5954
  top: 4px;
5955
5955
  margin-left: 4px;
5956
5956
  }
5957
- .cell-content .copy-icon[data-v-bee565c6]:hover {
5957
+ .cell-content .copy-icon[data-v-77be03fc]:hover {
5958
5958
  color: #409eff;
5959
5959
  }.fec-table-filter[data-v-ea506656] {
5960
5960
  display: flex;
@@ -6054,12 +6054,12 @@ body,
6054
6054
  }
6055
6055
  .filter-divider[data-v-ea506656] .el-icon {
6056
6056
  transition: transform 0.3s ease;
6057
- }.dynamic-mode-config .dynamic-row[data-v-e93f2602] {
6057
+ }.dynamic-mode-config .dynamic-row[data-v-d11a831a] {
6058
6058
  display: flex;
6059
6059
  height: 54px;
6060
6060
  align-items: center;
6061
6061
  }
6062
- .dynamic-mode-config .back-icon[data-v-e93f2602] {
6062
+ .dynamic-mode-config .back-icon[data-v-d11a831a] {
6063
6063
  display: flex;
6064
6064
  align-items: center;
6065
6065
  justify-content: center;
@@ -6072,11 +6072,11 @@ body,
6072
6072
  margin-left: 4px;
6073
6073
  margin-right: -6px;
6074
6074
  }
6075
- .dynamic-mode-config .back-icon .el-icon[data-v-e93f2602] {
6075
+ .dynamic-mode-config .back-icon .el-icon[data-v-d11a831a] {
6076
6076
  font-size: 16px;
6077
6077
  font-weight: bold;
6078
6078
  }
6079
- .dynamic-mode-config .template-name[data-v-e93f2602] {
6079
+ .dynamic-mode-config .template-name[data-v-d11a831a] {
6080
6080
  font-size: 16px;
6081
6081
  font-weight: 600;
6082
6082
  color: #303133;
@@ -6087,38 +6087,38 @@ body,
6087
6087
  text-overflow: ellipsis;
6088
6088
  position: relative;
6089
6089
  }
6090
- .dynamic-mode-config .tab-display-section[data-v-e93f2602] {
6090
+ .dynamic-mode-config .tab-display-section[data-v-d11a831a] {
6091
6091
  flex: 1;
6092
6092
  min-width: 0;
6093
6093
  }
6094
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__header {
6094
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__header {
6095
6095
  margin: 0;
6096
6096
  }
6097
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__nav-wrap::after {
6097
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__nav-wrap::after {
6098
6098
  height: 0;
6099
6099
  }
6100
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__item {
6100
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__item {
6101
6101
  padding: 0 12px;
6102
6102
  }
6103
- .dynamic-mode-config .search-display-section[data-v-e93f2602] {
6103
+ .dynamic-mode-config .search-display-section[data-v-d11a831a] {
6104
6104
  flex-shrink: 0;
6105
6105
  display: flex;
6106
6106
  align-items: center;
6107
6107
  gap: 12px;
6108
6108
  margin-left: auto;
6109
6109
  }
6110
- .dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-e93f2602] {
6110
+ .dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-d11a831a] {
6111
6111
  width: 300px;
6112
6112
  }
6113
- .dynamic-mode-config .search-display-section .optBtnDraggable[data-v-e93f2602] {
6113
+ .dynamic-mode-config .search-display-section .optBtnDraggable[data-v-d11a831a] {
6114
6114
  display: flex;
6115
6115
  align-items: center;
6116
6116
  gap: 8px;
6117
6117
  }
6118
- .dynamic-mode-config .search-display-section .optBtn[data-v-e93f2602] {
6118
+ .dynamic-mode-config .search-display-section .optBtn[data-v-d11a831a] {
6119
6119
  position: relative;
6120
6120
  }
6121
- .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602] {
6121
+ .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-d11a831a] {
6122
6122
  position: absolute;
6123
6123
  top: -10px;
6124
6124
  right: -10px;
@@ -6135,31 +6135,31 @@ body,
6135
6135
  font-size: 12px;
6136
6136
  z-index: 1;
6137
6137
  }
6138
- .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602]:hover {
6138
+ .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-d11a831a]:hover {
6139
6139
  background-color: #f56c6c;
6140
6140
  }
6141
- .dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-e93f2602] {
6141
+ .dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-d11a831a] {
6142
6142
  display: flex;
6143
6143
  }
6144
- .dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-e93f2602] {
6144
+ .dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-d11a831a] {
6145
6145
  pointer-events: none;
6146
6146
  }
6147
- .dynamic-mode-config .search-display-section .addLink .el-icon[data-v-e93f2602] {
6147
+ .dynamic-mode-config .search-display-section .addLink .el-icon[data-v-d11a831a] {
6148
6148
  margin-right: 4px;
6149
6149
  }
6150
- .dynamic-mode-config .expand-filter-section[data-v-e93f2602] {
6150
+ .dynamic-mode-config .expand-filter-section[data-v-d11a831a] {
6151
6151
  padding-top: 4px;
6152
6152
  border-top: 1px solid #ebeef5;
6153
6153
  margin-top: 4px;
6154
6154
  }
6155
- .dynamic-mode-config .expand-filter-section .filter-form-section[data-v-e93f2602] {
6155
+ .dynamic-mode-config .expand-filter-section .filter-form-section[data-v-d11a831a] {
6156
6156
  width: 100%;
6157
6157
  }
6158
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-e93f2602] {
6158
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-d11a831a] {
6159
6159
  display: flex;
6160
6160
  flex-wrap: wrap;
6161
6161
  }
6162
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item {
6162
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item {
6163
6163
  padding: 2px;
6164
6164
  border: 2px solid transparent;
6165
6165
  border-radius: 2px;
@@ -6168,20 +6168,20 @@ body,
6168
6168
  cursor: move;
6169
6169
  margin-bottom: 4px;
6170
6170
  }
6171
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__label-wrap {
6171
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-form-item__label-wrap {
6172
6172
  margin: 0 0 0 8px !important;
6173
6173
  }
6174
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__content {
6174
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-form-item__content {
6175
6175
  min-width: 150px;
6176
6176
  }
6177
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .form-item-label {
6177
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .form-item-label {
6178
6178
  display: flex;
6179
6179
  align-items: center;
6180
6180
  }
6181
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-input {
6181
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-input {
6182
6182
  width: 150px;
6183
6183
  }
6184
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon {
6184
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .delete-icon {
6185
6185
  position: absolute;
6186
6186
  top: -10px;
6187
6187
  right: -10px;
@@ -6198,19 +6198,19 @@ body,
6198
6198
  font-size: 12px;
6199
6199
  z-index: 1;
6200
6200
  }
6201
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon:hover {
6201
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .delete-icon:hover {
6202
6202
  background-color: #f56c6c;
6203
6203
  }
6204
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover {
6204
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-hover {
6205
6205
  border: 2px dashed #7b99cb !important;
6206
6206
  }
6207
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover .delete-icon {
6207
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-hover .delete-icon {
6208
6208
  display: flex;
6209
6209
  }
6210
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-select {
6210
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-select {
6211
6211
  border: 2px dashed #efa53a !important;
6212
6212
  }
6213
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item__label {
6213
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item__label {
6214
6214
  font-size: 13px;
6215
6215
  color: #606266;
6216
6216
  pointer-events: none;
@@ -6219,11 +6219,11 @@ body,
6219
6219
  display: flex;
6220
6220
  align-items: center;
6221
6221
  }
6222
- [data-v-e93f2602] .el-checkbox-group {
6222
+ [data-v-d11a831a] .el-checkbox-group {
6223
6223
  display: flex;
6224
6224
  gap: 12px;
6225
6225
  }
6226
- [data-v-e93f2602] .el-checkbox-group .el-checkbox-button__inner {
6226
+ [data-v-d11a831a] .el-checkbox-group .el-checkbox-button__inner {
6227
6227
  border-radius: 4px;
6228
6228
  }.fec-table[data-v-5e27559e] {
6229
6229
  height: 100%;
@@ -8,6 +8,7 @@ const components = require("../../node_modules/vxe-pc-ui/es/components.js");
8
8
  ;/* empty css */
9
9
  ;/* empty css */
10
10
  const layout = require("./src/directive/layout.js");
11
+ const auth = require("./src/directive/auth.js");
11
12
  const fecVue = {
12
13
  install: (app) => {
13
14
  for (let c in all) {
@@ -23,6 +24,7 @@ const fecVue = {
23
24
  });
24
25
  app.use(components);
25
26
  app.use(layout.default);
27
+ app.use(auth.default);
26
28
  }
27
29
  };
28
30
  exports.default = fecVue;
@@ -34,6 +34,7 @@ const _sfc_main = {
34
34
  var _a;
35
35
  const _component_el_button = index$1.ElButton;
36
36
  const _component_el_footer = index.ElFooter;
37
+ const _directive_fec_auth = vue.resolveDirective("fec-auth");
37
38
  return __props.pageFooterConfig.enabled && ((_a = __props.pageFooterConfig.actions) == null ? void 0 : _a.length) ? (vue.openBlock(), vue.createBlock(_component_el_footer, {
38
39
  key: 0,
39
40
  class: "form-details-footer"
@@ -43,7 +44,7 @@ const _sfc_main = {
43
44
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
44
45
  key: button.id
45
46
  }, [
46
- button.btnType == "default" || button.btnType == "primary" && __props.formMode == "edit" ? (vue.openBlock(), vue.createBlock(_component_el_button, {
47
+ button.btnType == "default" || button.btnType == "primary" && __props.formMode == "edit" ? vue.withDirectives((vue.openBlock(), vue.createBlock(_component_el_button, {
47
48
  key: 0,
48
49
  type: button.btnType,
49
50
  onClick: ($event) => handleButtonClick(button)
@@ -52,7 +53,9 @@ const _sfc_main = {
52
53
  vue.createTextVNode(vue.toDisplayString(button.label), 1)
53
54
  ]),
54
55
  _: 2
55
- }, 1032, ["type", "onClick"])) : vue.createCommentVNode("", true)
56
+ }, 1032, ["type", "onClick"])), [
57
+ [_directive_fec_auth, button.permission]
58
+ ]) : vue.createCommentVNode("", true)
56
59
  ], 64);
57
60
  }), 128))
58
61
  ]),
@@ -61,5 +64,5 @@ const _sfc_main = {
61
64
  };
62
65
  }
63
66
  };
64
- const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-97060b52"]]);
67
+ const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-97973006"]]);
65
68
  exports.default = component;
@@ -74,6 +74,7 @@ const _sfc_main = {
74
74
  var _a, _b, _c, _d, _e;
75
75
  const _component_el_button = index$2.ElButton;
76
76
  const _component_el_page_header = index.ElPageHeader;
77
+ const _directive_fec_auth = vue.resolveDirective("fec-auth");
77
78
  return ((_a = __props.pageHeaderConfig) == null ? void 0 : _a.enabled) && (vue.unref(canBack) || ((_c = (_b = __props.pageHeaderConfig) == null ? void 0 : _b.actions) == null ? void 0 : _c.length) > 0) ? (vue.openBlock(), vue.createBlock(_component_el_page_header, {
78
79
  key: 0,
79
80
  icon: vue.unref(canBack) ? vue.unref(index$1.ArrowLeftBold) : null,
@@ -95,7 +96,7 @@ const _sfc_main = {
95
96
  var _a2;
96
97
  return [
97
98
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_a2 = __props.pageHeaderConfig) == null ? void 0 : _a2.actions, (action) => {
98
- return vue.openBlock(), vue.createBlock(_component_el_button, {
99
+ return vue.withDirectives((vue.openBlock(), vue.createBlock(_component_el_button, {
99
100
  key: action.id,
100
101
  type: getButtonType(action.btnStyle),
101
102
  onClick: ($event) => handleActionClick(action)
@@ -104,7 +105,9 @@ const _sfc_main = {
104
105
  vue.createTextVNode(vue.toDisplayString(action.label), 1)
105
106
  ]),
106
107
  _: 2
107
- }, 1032, ["type", "onClick"]);
108
+ }, 1032, ["type", "onClick"])), [
109
+ [_directive_fec_auth, action.permission]
110
+ ]);
108
111
  }), 128))
109
112
  ];
110
113
  }),
@@ -114,5 +117,5 @@ const _sfc_main = {
114
117
  };
115
118
  }
116
119
  };
117
- const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-29cfb366"]]);
120
+ const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a55fc4ab"]]);
118
121
  exports.default = component;
@@ -111,6 +111,7 @@ const _sfc_main = {
111
111
  return (_ctx, _cache) => {
112
112
  const _component_el_icon = index.ElIcon;
113
113
  const _component_el_button = index$3.ElButton;
114
+ const _directive_fec_auth = vue.resolveDirective("fec-auth");
114
115
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
115
116
  __props.localConfig.showReturn ? (vue.openBlock(), vue.createElementBlock("div", {
116
117
  key: 0,
@@ -132,7 +133,7 @@ const _sfc_main = {
132
133
  }, {
133
134
  buttons: vue.withCtx(() => [
134
135
  leftButtons.value.length ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(leftButtons.value, (btn) => {
135
- return vue.openBlock(), vue.createBlock(_component_el_button, {
136
+ return vue.withDirectives((vue.openBlock(), vue.createBlock(_component_el_button, {
136
137
  key: btn.id,
137
138
  type: getBtnType(btn),
138
139
  icon: getBtnIcon(btn.btnType),
@@ -142,12 +143,14 @@ const _sfc_main = {
142
143
  vue.createTextVNode(vue.toDisplayString(btn.label), 1)
143
144
  ]),
144
145
  _: 2
145
- }, 1032, ["type", "icon", "onClick"]);
146
+ }, 1032, ["type", "icon", "onClick"])), [
147
+ [_directive_fec_auth, btn.permission]
148
+ ]);
146
149
  }), 128)) : vue.createCommentVNode("", true)
147
150
  ]),
148
151
  tools: vue.withCtx(() => [
149
152
  rightButtons.value.length ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(rightButtons.value, (btn) => {
150
- return vue.openBlock(), vue.createBlock(_component_el_button, {
153
+ return vue.withDirectives((vue.openBlock(), vue.createBlock(_component_el_button, {
151
154
  key: btn.id,
152
155
  type: getBtnType(btn),
153
156
  icon: getBtnIcon(btn.btnType),
@@ -157,7 +160,9 @@ const _sfc_main = {
157
160
  vue.createTextVNode(vue.toDisplayString(btn.label), 1)
158
161
  ]),
159
162
  _: 2
160
- }, 1032, ["type", "icon", "onClick"]);
163
+ }, 1032, ["type", "icon", "onClick"])), [
164
+ [_directive_fec_auth, btn.permission]
165
+ ]);
161
166
  }), 128)) : vue.createCommentVNode("", true)
162
167
  ]),
163
168
  _: 1
@@ -166,5 +171,5 @@ const _sfc_main = {
166
171
  };
167
172
  }
168
173
  };
169
- const CustomButtons = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-e370363e"]]);
174
+ const CustomButtons = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-7610c2d4"]]);
170
175
  exports.default = CustomButtons;