@web-utils/component 3.7.0 → 3.7.2

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.
@@ -1 +1 @@
1
- .vue-cron .language{z-index:1;position:absolute;right:25px}.vue-cron .el-tabs{box-shadow:none}.vue-cron .tabBody .el-row{margin:10px 0}.vue-cron .tabBody .el-row .long .el-select{width:350px}.vue-cron .tabBody .el-row .el-input-number{width:110px}.vue-cron .bottom{text-align:center;width:100%;margin-top:5px;position:relative}.vue-cron .bottom .value{vertical-align:middle;font-size:18px}
1
+ .vue-cron{min-width:600px}.vue-cron .language{z-index:1;position:absolute;right:25px}.vue-cron .el-tabs{box-shadow:none}.vue-cron .el-tabs .el-tabs__content{padding:0 14px}.vue-cron .tabBody .el-row{margin:10px 0}.vue-cron .tabBody .el-row .long .el-select{width:350px}.vue-cron .tabBody .el-row .el-input-number{width:110px}.vue-cron .bottom{text-align:center;width:100%;margin-top:5px;position:relative}.vue-cron .cron-expression{border:1px solid #ccc;border-radius:4px;margin-top:20px;padding:14px;position:relative}.vue-cron .cron-expression .title{background:#fff;padding:10px 40px;position:absolute;top:-50%;left:50%;transform:translate(-50%,60%)}.vue-cron .cron-expression .field-name{text-align:center;margin-bottom:6px}.vue-cron .cron-expression .field-value{text-align:center;border:1px solid #ccc;border-radius:4px;min-width:20px;padding:6px}.vue-cron .cron-expression .field-value.highlight{color:#ff8100;border-color:#ff8100}.vue-cron .cron-expression .field{justify-content:center;align-items:center;padding-left:10px;padding-right:10px}
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "3.7.0",
5
+ "version": "3.7.2",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",
@@ -489,6 +489,46 @@
489
489
  "type": "string"
490
490
  },
491
491
  "default": "''"
492
+ },
493
+ {
494
+ "name": "mode",
495
+ "value": {
496
+ "kind": "expression",
497
+ "type": "string"
498
+ },
499
+ "default": "'javascript'"
500
+ },
501
+ {
502
+ "name": "theme",
503
+ "value": {
504
+ "kind": "expression",
505
+ "type": "string"
506
+ },
507
+ "default": "'idea'"
508
+ },
509
+ {
510
+ "name": "disabled",
511
+ "value": {
512
+ "kind": "expression",
513
+ "type": "boolean"
514
+ },
515
+ "default": "false"
516
+ },
517
+ {
518
+ "name": "formator",
519
+ "value": {
520
+ "kind": "expression",
521
+ "type": "func"
522
+ },
523
+ "default": ""
524
+ },
525
+ {
526
+ "name": "outputTranformer",
527
+ "value": {
528
+ "kind": "expression",
529
+ "type": "func"
530
+ },
531
+ "default": ""
492
532
  }
493
533
  ],
494
534
  "events": [
@@ -20026,6 +20066,14 @@
20026
20066
  "type": "string"
20027
20067
  },
20028
20068
  "default": ""
20069
+ },
20070
+ {
20071
+ "name": "runsParser",
20072
+ "value": {
20073
+ "kind": "expression",
20074
+ "type": "func"
20075
+ },
20076
+ "default": ""
20029
20077
  }
20030
20078
  ],
20031
20079
  "events": [