@rxap/schematic-angular 18.1.0-dev.4 → 18.1.0-dev.6
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 +15 -0
- package/collection.json +5 -0
- package/package.json +13 -47
- package/src/lib/accordion/header/base-accordion-header.js +1 -1
- package/src/lib/accordion/header/base-accordion-header.js.map +1 -1
- package/src/lib/accordion/item/base-accordion-item.d.ts +5 -0
- package/src/lib/accordion/item/base-accordion-item.js +7 -1
- package/src/lib/accordion/item/base-accordion-item.js.map +1 -1
- package/src/lib/accordion/item/nested-accordion-item.js +10 -1
- package/src/lib/accordion/item/nested-accordion-item.js.map +1 -1
- package/src/lib/accordion/item/switch-accordion-item.js +7 -5
- package/src/lib/accordion/item/switch-accordion-item.js.map +1 -1
- package/src/lib/angular-options.d.ts +1 -1
- package/src/lib/angular-options.js +1 -1
- package/src/lib/angular-options.js.map +1 -1
- package/src/lib/backend/backend-options.d.ts +1 -1
- package/src/lib/backend/backend-options.js +1 -1
- package/src/lib/backend/backend-options.js.map +1 -1
- package/src/lib/backend/backend-types.js.map +1 -0
- package/src/lib/backend/base-backend-options.d.ts +1 -1
- package/src/lib/backend/nest-js-backend-options.d.ts +1 -1
- package/src/lib/backend/nest-js-backend-options.js +1 -1
- package/src/lib/backend/nest-js-backend-options.js.map +1 -1
- package/src/lib/coerce-accordion-component.js +2 -12
- package/src/lib/coerce-accordion-component.js.map +1 -1
- package/src/lib/coerce-minimum-table-component.js +1 -1
- package/src/lib/coerce-minimum-table-component.js.map +1 -1
- package/src/lib/data-source/base-data-source-options.d.ts +7 -0
- package/src/lib/data-source/base-data-source-options.js +12 -0
- package/src/lib/data-source/base-data-source-options.js.map +1 -0
- package/src/lib/data-source/data-source-kinds.d.ts +4 -0
- package/src/lib/data-source/data-source-kinds.js +9 -0
- package/src/lib/data-source/data-source-kinds.js.map +1 -0
- package/src/lib/data-source/data-source-options.d.ts +7 -0
- package/src/lib/data-source/data-source-options.js +29 -0
- package/src/lib/data-source/data-source-options.js.map +1 -0
- package/src/lib/data-source/import-data-source-options.d.ts +13 -0
- package/src/lib/data-source/import-data-source-options.js +14 -0
- package/src/lib/data-source/import-data-source-options.js.map +1 -0
- package/src/lib/form/control/autocomplete-form-control.d.ts +1 -1
- package/src/lib/form/control/autocomplete-form-control.js +1 -1
- package/src/lib/form/control/autocomplete-form-control.js.map +1 -1
- package/src/lib/form/control/autocomplete-table-select-form-control.js +3 -2
- package/src/lib/form/control/autocomplete-table-select-form-control.js.map +1 -1
- package/src/lib/form/control/select-form-control.d.ts +4 -1
- package/src/lib/form/control/select-form-control.js +3 -2
- package/src/lib/form/control/select-form-control.js.map +1 -1
- package/src/lib/form/control/table-select-form-control.d.ts +15 -1
- package/src/lib/form/control/table-select-form-control.js +24 -3
- package/src/lib/form/control/table-select-form-control.js.map +1 -1
- package/src/lib/method/base-method-options.d.ts +7 -0
- package/src/lib/method/base-method-options.js +12 -0
- package/src/lib/method/base-method-options.js.map +1 -0
- package/src/lib/method/import-method-options.d.ts +13 -0
- package/src/lib/method/import-method-options.js +14 -0
- package/src/lib/method/import-method-options.js.map +1 -0
- package/src/lib/method/method-kinds.d.ts +5 -0
- package/src/lib/method/method-kinds.js +10 -0
- package/src/lib/method/method-kinds.js.map +1 -0
- package/src/lib/method/method-options.d.ts +11 -0
- package/src/lib/method/method-options.js +42 -0
- package/src/lib/method/method-options.js.map +1 -0
- package/src/lib/method/open-api-method-options.d.ts +12 -0
- package/src/lib/method/open-api-method-options.js +13 -0
- package/src/lib/method/open-api-method-options.js.map +1 -0
- package/src/lib/minimum-table-component-options.js +41 -32
- package/src/lib/minimum-table-component-options.js.map +1 -1
- package/src/lib/minimum-table-options.d.ts +2 -2
- package/src/lib/minimum-table-options.js +2 -2
- package/src/lib/minimum-table-options.js.map +1 -1
- package/src/lib/table/header-button/base-header-button.d.ts +16 -0
- package/src/lib/table/header-button/base-header-button.js +23 -0
- package/src/lib/table/header-button/base-header-button.js.map +1 -0
- package/src/lib/table/header-button/form-header-button.d.ts +14 -0
- package/src/lib/table/header-button/form-header-button.js +22 -0
- package/src/lib/table/header-button/form-header-button.js.map +1 -0
- package/src/lib/table/header-button/method-header-button.d.ts +14 -0
- package/src/lib/table/header-button/method-header-button.js +22 -0
- package/src/lib/table/header-button/method-header-button.js.map +1 -0
- package/src/lib/table/header-button/navigation-header-button.d.ts +17 -0
- package/src/lib/table/header-button/navigation-header-button.js +22 -0
- package/src/lib/table/header-button/navigation-header-button.js.map +1 -0
- package/src/lib/table/header-button-kind.d.ts +6 -0
- package/src/lib/table/header-button-kind.js +11 -0
- package/src/lib/table/header-button-kind.js.map +1 -0
- package/src/lib/table/table-header-button.d.ts +7 -0
- package/src/lib/table/table-header-button.js +25 -0
- package/src/lib/table/table-header-button.js.map +1 -0
- package/src/schema.json +329 -62
- package/src/schematic-input.schema.json +19 -0
- package/src/schematics/accordion/accordion-component/index.d.ts +1 -0
- package/src/schematics/accordion/accordion-component/index.js +48 -2
- package/src/schematics/accordion/accordion-component/index.js.map +1 -1
- package/src/schematics/accordion/accordion-component/schema.json +301 -36
- package/src/schematics/accordion/accordion-item-component/index.js +1 -1
- package/src/schematics/accordion/accordion-item-component/index.js.map +1 -1
- package/src/schematics/accordion/accordion-item-component/schema.json +301 -36
- package/src/schematics/accordion/item/accordion-item-data-grid-component/index.js +1 -1
- package/src/schematics/accordion/item/accordion-item-data-grid-component/index.js.map +1 -1
- package/src/schematics/accordion/item/accordion-item-data-grid-component/schema.json +164 -0
- package/src/schematics/accordion/item/accordion-item-nested-component/schema.json +301 -36
- package/src/schematics/accordion/item/accordion-item-switch-component/schema.json +301 -36
- package/src/schematics/accordion/item/accordion-item-table-component/schema.json +299 -34
- package/src/schematics/accordion/item/accordion-item-tree-table-component/index.js +1 -1
- package/src/schematics/accordion/item/accordion-item-tree-table-component/index.js.map +1 -1
- package/src/schematics/accordion/item/accordion-item-tree-table-component/schema.json +299 -34
- package/src/schematics/autocomplete-table-select-form-control.schema.json +20 -0
- package/src/schematics/base-data-source.schema.json +10 -0
- package/src/schematics/base-header-button.schema.json +41 -0
- package/src/schematics/base-method.schema.json +10 -0
- package/src/schematics/data-grid-component/index.js +1 -1
- package/src/schematics/data-grid-component/index.js.map +1 -1
- package/src/schematics/data-grid-component/schema.json +164 -0
- package/src/schematics/data-source.schema.json +34 -0
- package/src/schematics/form/control/autocomplete-form-control/index.js +3 -3
- package/src/schematics/form/control/autocomplete-form-control/index.js.map +1 -1
- package/src/schematics/form/control/autocomplete-table-select-form-control/index.d.ts +2 -1
- package/src/schematics/form/control/autocomplete-table-select-form-control/index.js +343 -215
- package/src/schematics/form/control/autocomplete-table-select-form-control/index.js.map +1 -1
- package/src/schematics/form/control/autocomplete-table-select-form-control/schema.json +150 -0
- package/src/schematics/form/control/select-form-control/index.js +72 -6
- package/src/schematics/form/control/select-form-control/index.js.map +1 -1
- package/src/schematics/form/control/table-select-form-control/schema.json +150 -0
- package/src/schematics/form/form-array/schema.json +164 -0
- package/src/schematics/form/form-component/index.js +1 -1
- package/src/schematics/form/form-component/index.js.map +1 -1
- package/src/schematics/form/form-component/schema.json +164 -0
- package/src/schematics/form/form-control/schema.json +164 -0
- package/src/schematics/form/form-definition/schema.json +164 -0
- package/src/schematics/form/form-group/schema.json +164 -0
- package/src/schematics/form-header-button.schema.json +31 -0
- package/src/schematics/header-button.schema.json +37 -33
- package/src/schematics/import-data-source.schema.json +31 -0
- package/src/schematics/import-method.schema.json +31 -0
- package/src/schematics/method-header-button.schema.json +31 -0
- package/src/schematics/method.schema.json +40 -0
- package/src/schematics/navigation-header-button.schema.json +31 -0
- package/src/schematics/open-api-method.schema.json +28 -0
- package/src/schematics/property-accordion-header.schema.json +2 -2
- package/src/schematics/table/action/dialog-table-action/schema.json +164 -0
- package/src/schematics/table/action/form-table-action/index.js +8 -2
- package/src/schematics/table/action/form-table-action/index.js.map +1 -1
- package/src/schematics/table/action/form-table-action/schema.json +164 -0
- package/src/schematics/table/action/navigation-table-action/schema.json +164 -0
- package/src/schematics/table/action/open-api-table-action/schema.json +164 -0
- package/src/schematics/table/action/operation-table-action/index.js +1 -1
- package/src/schematics/table/action/operation-table-action/index.js.map +1 -1
- package/src/schematics/table/action/operation-table-action/schema.json +164 -0
- package/src/schematics/table/header-button/form-table-header-button/index.d.ts +3 -11
- package/src/schematics/table/header-button/form-table-header-button/index.js +21 -24
- package/src/schematics/table/header-button/form-table-header-button/index.js.map +1 -1
- package/src/schematics/table/header-button/form-table-header-button/schema.d.ts +4 -13
- package/src/schematics/table/header-button/form-table-header-button/schema.json +297 -45
- package/src/schematics/table/header-button/form-table-header-button/template.schema.json +3 -16
- package/src/schematics/table/header-button/method-table-header-button/index.d.ts +8 -0
- package/src/schematics/table/header-button/method-table-header-button/index.js +91 -0
- package/src/schematics/table/header-button/method-table-header-button/index.js.map +1 -0
- package/src/schematics/table/header-button/method-table-header-button/schema.d.ts +6 -0
- package/src/schematics/table/header-button/method-table-header-button/schema.json +1502 -0
- package/src/schematics/table/header-button/method-table-header-button/template.schema.json +20 -0
- package/src/schematics/table/header-button/navigation-table-header-button/index.d.ts +3 -3
- package/src/schematics/table/header-button/navigation-table-header-button/index.js +9 -4
- package/src/schematics/table/header-button/navigation-table-header-button/index.js.map +1 -1
- package/src/schematics/table/header-button/navigation-table-header-button/schema.d.ts +4 -4
- package/src/schematics/table/header-button/navigation-table-header-button/schema.json +1342 -49
- package/src/schematics/table/header-button/navigation-table-header-button/template.schema.json +4 -12
- package/src/schematics/table/table-action/schema.json +164 -0
- package/src/schematics/table/table-component/index.js +1 -1
- package/src/schematics/table/table-component/index.js.map +1 -1
- package/src/schematics/table/table-component/schema.json +299 -34
- package/src/schematics/table/table-header-button/index.d.ts +4 -4
- package/src/schematics/table/table-header-button/index.js +2 -2
- package/src/schematics/table/table-header-button/index.js.map +1 -1
- package/src/schematics/table/table-header-button/schema.d.ts +2 -3
- package/src/schematics/table/table-header-button/schema.json +1333 -29
- package/src/schematics/table/tree-table-component/index.js +1 -1
- package/src/schematics/table/tree-table-component/index.js.map +1 -1
- package/src/schematics/table/tree-table-component/schema.json +299 -34
- package/src/schematics/table-select-form-control.schema.json +20 -0
- package/src/template.schema.json +36 -0
- package/src/lib/backend-types.js.map +0 -1
- package/src/lib/table-header-button.d.ts +0 -16
- package/src/lib/table-header-button.js +0 -78
- package/src/lib/table-header-button.js.map +0 -1
- package/src/schematics/accordion/accordion-component/files/component/__componentName__.component.stories.ts.hbs +0 -34
- /package/src/lib/{backend-types.d.ts → backend/backend-types.d.ts} +0 -0
- /package/src/lib/{backend-types.js → backend/backend-types.js} +0 -0
|
@@ -353,6 +353,17 @@
|
|
|
353
353
|
"type": "string",
|
|
354
354
|
"const": "autocomplete-table-select"
|
|
355
355
|
},
|
|
356
|
+
"dataSource": {
|
|
357
|
+
"$ref": "#/definitions/dataSource"
|
|
358
|
+
},
|
|
359
|
+
"options": {
|
|
360
|
+
"type": "object",
|
|
361
|
+
"properties": {
|
|
362
|
+
"method": {
|
|
363
|
+
"$ref": "#/definitions/method"
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
},
|
|
356
367
|
"placeholder": {
|
|
357
368
|
"type": "string"
|
|
358
369
|
},
|
|
@@ -411,6 +422,9 @@
|
|
|
411
422
|
"properties": {
|
|
412
423
|
"upstream": {
|
|
413
424
|
"$ref": "#/definitions/upstream"
|
|
425
|
+
},
|
|
426
|
+
"method": {
|
|
427
|
+
"$ref": "#/definitions/method"
|
|
414
428
|
}
|
|
415
429
|
}
|
|
416
430
|
}
|
|
@@ -524,6 +538,14 @@
|
|
|
524
538
|
"name"
|
|
525
539
|
]
|
|
526
540
|
},
|
|
541
|
+
"baseDataSource": {
|
|
542
|
+
"type": "object",
|
|
543
|
+
"properties": {
|
|
544
|
+
"kind": {
|
|
545
|
+
"type": "string"
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
},
|
|
527
549
|
"baseFormArray": {
|
|
528
550
|
"allOf": [
|
|
529
551
|
{
|
|
@@ -611,6 +633,53 @@
|
|
|
611
633
|
}
|
|
612
634
|
]
|
|
613
635
|
},
|
|
636
|
+
"baseHeaderButton": {
|
|
637
|
+
"type": "object",
|
|
638
|
+
"properties": {
|
|
639
|
+
"kind": {
|
|
640
|
+
"type": "string"
|
|
641
|
+
},
|
|
642
|
+
"permission": {
|
|
643
|
+
"type": "string"
|
|
644
|
+
},
|
|
645
|
+
"icon": {
|
|
646
|
+
"type": "string"
|
|
647
|
+
},
|
|
648
|
+
"svgIcon": {
|
|
649
|
+
"type": "string"
|
|
650
|
+
},
|
|
651
|
+
"refresh": {
|
|
652
|
+
"type": "boolean",
|
|
653
|
+
"description": "Whether the table action should refresh the table after execution",
|
|
654
|
+
"default": false
|
|
655
|
+
},
|
|
656
|
+
"confirm": {
|
|
657
|
+
"type": "boolean",
|
|
658
|
+
"description": "Whether the table action should confirm before execution",
|
|
659
|
+
"default": false
|
|
660
|
+
},
|
|
661
|
+
"tooltip": {
|
|
662
|
+
"type": "string",
|
|
663
|
+
"description": "The tooltip for the table action"
|
|
664
|
+
},
|
|
665
|
+
"errorMessage": {
|
|
666
|
+
"type": "string",
|
|
667
|
+
"description": "The error message for the table action"
|
|
668
|
+
},
|
|
669
|
+
"successMessage": {
|
|
670
|
+
"type": "string",
|
|
671
|
+
"description": "The success message for the table action"
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"baseMethod": {
|
|
676
|
+
"type": "object",
|
|
677
|
+
"properties": {
|
|
678
|
+
"kind": {
|
|
679
|
+
"type": "string"
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
},
|
|
614
683
|
"baseTableAction": {
|
|
615
684
|
"type": "object",
|
|
616
685
|
"properties": {
|
|
@@ -1024,6 +1093,30 @@
|
|
|
1024
1093
|
"name"
|
|
1025
1094
|
]
|
|
1026
1095
|
},
|
|
1096
|
+
"dataSource": {
|
|
1097
|
+
"oneOf": [
|
|
1098
|
+
{
|
|
1099
|
+
"allOf": [
|
|
1100
|
+
{
|
|
1101
|
+
"$ref": "#/definitions/baseDataSource"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"type": "object",
|
|
1105
|
+
"properties": {
|
|
1106
|
+
"kind": {
|
|
1107
|
+
"type": "string",
|
|
1108
|
+
"const": "default",
|
|
1109
|
+
"default": "default"
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"$ref": "#/definitions/importDataSource"
|
|
1117
|
+
}
|
|
1118
|
+
]
|
|
1119
|
+
},
|
|
1027
1120
|
"dateTableColumn": {
|
|
1028
1121
|
"allOf": [
|
|
1029
1122
|
{
|
|
@@ -1309,6 +1402,29 @@
|
|
|
1309
1402
|
}
|
|
1310
1403
|
]
|
|
1311
1404
|
},
|
|
1405
|
+
"formHeaderButton": {
|
|
1406
|
+
"allOf": [
|
|
1407
|
+
{
|
|
1408
|
+
"$ref": "#/definitions/baseHeaderButton"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"type": "object",
|
|
1412
|
+
"properties": {
|
|
1413
|
+
"kind": {
|
|
1414
|
+
"type": "string",
|
|
1415
|
+
"const": "form",
|
|
1416
|
+
"default": "form"
|
|
1417
|
+
},
|
|
1418
|
+
"form": {
|
|
1419
|
+
"$ref": "#/definitions/formComponent"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
"required": [
|
|
1423
|
+
"form"
|
|
1424
|
+
]
|
|
1425
|
+
}
|
|
1426
|
+
]
|
|
1427
|
+
},
|
|
1312
1428
|
"formTableAction": {
|
|
1313
1429
|
"allOf": [
|
|
1314
1430
|
{
|
|
@@ -1429,44 +1545,34 @@
|
|
|
1429
1545
|
}
|
|
1430
1546
|
},
|
|
1431
1547
|
"headerButton": {
|
|
1432
|
-
"
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
"type": "boolean",
|
|
1450
|
-
"description": "Whether the table action should confirm before execution",
|
|
1451
|
-
"default": false
|
|
1452
|
-
},
|
|
1453
|
-
"tooltip": {
|
|
1454
|
-
"type": "string",
|
|
1455
|
-
"description": "The tooltip for the table action"
|
|
1548
|
+
"oneOf": [
|
|
1549
|
+
{
|
|
1550
|
+
"allOf": [
|
|
1551
|
+
{
|
|
1552
|
+
"$ref": "#/definitions/baseHeaderButton"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"type": "object",
|
|
1556
|
+
"properties": {
|
|
1557
|
+
"kind": {
|
|
1558
|
+
"type": "string",
|
|
1559
|
+
"const": "default",
|
|
1560
|
+
"default": "default"
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
]
|
|
1456
1565
|
},
|
|
1457
|
-
|
|
1458
|
-
"
|
|
1459
|
-
"description": "The error message for the table action"
|
|
1566
|
+
{
|
|
1567
|
+
"$ref": "#/definitions/formHeaderButton"
|
|
1460
1568
|
},
|
|
1461
|
-
|
|
1462
|
-
"
|
|
1463
|
-
"description": "The success message for the table action"
|
|
1569
|
+
{
|
|
1570
|
+
"$ref": "#/definitions/navigationHeaderButton"
|
|
1464
1571
|
},
|
|
1465
|
-
|
|
1466
|
-
"
|
|
1467
|
-
"additionalProperties": true
|
|
1572
|
+
{
|
|
1573
|
+
"$ref": "#/definitions/methodHeaderButton"
|
|
1468
1574
|
}
|
|
1469
|
-
|
|
1575
|
+
]
|
|
1470
1576
|
},
|
|
1471
1577
|
"iconTableColumn": {
|
|
1472
1578
|
"allOf": [
|
|
@@ -1487,6 +1593,52 @@
|
|
|
1487
1593
|
}
|
|
1488
1594
|
]
|
|
1489
1595
|
},
|
|
1596
|
+
"importDataSource": {
|
|
1597
|
+
"allOf": [
|
|
1598
|
+
{
|
|
1599
|
+
"$ref": "#/definitions/baseDataSource"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"type": "object",
|
|
1603
|
+
"properties": {
|
|
1604
|
+
"kind": {
|
|
1605
|
+
"type": "string",
|
|
1606
|
+
"const": "import",
|
|
1607
|
+
"default": "import"
|
|
1608
|
+
},
|
|
1609
|
+
"import": {
|
|
1610
|
+
"$ref": "#/definitions/type"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
"required": [
|
|
1614
|
+
"import"
|
|
1615
|
+
]
|
|
1616
|
+
}
|
|
1617
|
+
]
|
|
1618
|
+
},
|
|
1619
|
+
"importMethod": {
|
|
1620
|
+
"allOf": [
|
|
1621
|
+
{
|
|
1622
|
+
"$ref": "#/definitions/baseMethod"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"type": "object",
|
|
1626
|
+
"properties": {
|
|
1627
|
+
"kind": {
|
|
1628
|
+
"type": "string",
|
|
1629
|
+
"const": "import",
|
|
1630
|
+
"default": "import"
|
|
1631
|
+
},
|
|
1632
|
+
"import": {
|
|
1633
|
+
"$ref": "#/definitions/type"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
"required": [
|
|
1637
|
+
"import"
|
|
1638
|
+
]
|
|
1639
|
+
}
|
|
1640
|
+
]
|
|
1641
|
+
},
|
|
1490
1642
|
"inputFormControl": {
|
|
1491
1643
|
"allOf": [
|
|
1492
1644
|
{
|
|
@@ -1558,6 +1710,56 @@
|
|
|
1558
1710
|
}
|
|
1559
1711
|
]
|
|
1560
1712
|
},
|
|
1713
|
+
"method": {
|
|
1714
|
+
"oneOf": [
|
|
1715
|
+
{
|
|
1716
|
+
"allOf": [
|
|
1717
|
+
{
|
|
1718
|
+
"$ref": "#/definitions/baseMethod"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"type": "object",
|
|
1722
|
+
"properties": {
|
|
1723
|
+
"kind": {
|
|
1724
|
+
"type": "string",
|
|
1725
|
+
"const": "default",
|
|
1726
|
+
"default": "default"
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"$ref": "#/definitions/importMethod"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"$ref": "#/definitions/openApiMethod"
|
|
1737
|
+
}
|
|
1738
|
+
]
|
|
1739
|
+
},
|
|
1740
|
+
"methodHeaderButton": {
|
|
1741
|
+
"allOf": [
|
|
1742
|
+
{
|
|
1743
|
+
"$ref": "#/definitions/baseHeaderButton"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"type": "object",
|
|
1747
|
+
"properties": {
|
|
1748
|
+
"kind": {
|
|
1749
|
+
"type": "string",
|
|
1750
|
+
"const": "method",
|
|
1751
|
+
"default": "method"
|
|
1752
|
+
},
|
|
1753
|
+
"method": {
|
|
1754
|
+
"$ref": "#/definitions/method"
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
"required": [
|
|
1758
|
+
"method"
|
|
1759
|
+
]
|
|
1760
|
+
}
|
|
1761
|
+
]
|
|
1762
|
+
},
|
|
1561
1763
|
"minimumTable": {
|
|
1562
1764
|
"type": "object",
|
|
1563
1765
|
"properties": {
|
|
@@ -1654,6 +1856,32 @@
|
|
|
1654
1856
|
}
|
|
1655
1857
|
}
|
|
1656
1858
|
},
|
|
1859
|
+
"navigationHeaderButton": {
|
|
1860
|
+
"allOf": [
|
|
1861
|
+
{
|
|
1862
|
+
"$ref": "#/definitions/baseHeaderButton"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"type": "object",
|
|
1866
|
+
"properties": {
|
|
1867
|
+
"kind": {
|
|
1868
|
+
"type": "string",
|
|
1869
|
+
"const": "navigation",
|
|
1870
|
+
"default": "navigation"
|
|
1871
|
+
},
|
|
1872
|
+
"route": {
|
|
1873
|
+
"type": "string"
|
|
1874
|
+
},
|
|
1875
|
+
"relativeTo": {
|
|
1876
|
+
"type": "boolean"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
"required": [
|
|
1880
|
+
"route"
|
|
1881
|
+
]
|
|
1882
|
+
}
|
|
1883
|
+
]
|
|
1884
|
+
},
|
|
1657
1885
|
"navigationTableAction": {
|
|
1658
1886
|
"allOf": [
|
|
1659
1887
|
{
|
|
@@ -1707,6 +1935,29 @@
|
|
|
1707
1935
|
}
|
|
1708
1936
|
]
|
|
1709
1937
|
},
|
|
1938
|
+
"openApiMethod": {
|
|
1939
|
+
"allOf": [
|
|
1940
|
+
{
|
|
1941
|
+
"$ref": "#/definitions/baseMethod"
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"type": "object",
|
|
1945
|
+
"properties": {
|
|
1946
|
+
"kind": {
|
|
1947
|
+
"type": "string",
|
|
1948
|
+
"const": "open-api",
|
|
1949
|
+
"default": "open-api"
|
|
1950
|
+
},
|
|
1951
|
+
"operationId": {
|
|
1952
|
+
"type": "string"
|
|
1953
|
+
}
|
|
1954
|
+
},
|
|
1955
|
+
"required": [
|
|
1956
|
+
"operationId"
|
|
1957
|
+
]
|
|
1958
|
+
}
|
|
1959
|
+
]
|
|
1960
|
+
},
|
|
1710
1961
|
"openApiTableAction": {
|
|
1711
1962
|
"allOf": [
|
|
1712
1963
|
{
|
|
@@ -1904,8 +2155,8 @@
|
|
|
1904
2155
|
"properties": {
|
|
1905
2156
|
"kind": {
|
|
1906
2157
|
"type": "string",
|
|
1907
|
-
"const": "
|
|
1908
|
-
"default": "
|
|
2158
|
+
"const": "property",
|
|
2159
|
+
"default": "property"
|
|
1909
2160
|
},
|
|
1910
2161
|
"property": {
|
|
1911
2162
|
"$ref": "#/definitions/property"
|
|
@@ -2290,6 +2541,17 @@
|
|
|
2290
2541
|
"type": "string",
|
|
2291
2542
|
"const": "table-select"
|
|
2292
2543
|
},
|
|
2544
|
+
"dataSource": {
|
|
2545
|
+
"$ref": "#/definitions/dataSource"
|
|
2546
|
+
},
|
|
2547
|
+
"options": {
|
|
2548
|
+
"type": "object",
|
|
2549
|
+
"properties": {
|
|
2550
|
+
"method": {
|
|
2551
|
+
"$ref": "#/definitions/method"
|
|
2552
|
+
}
|
|
2553
|
+
}
|
|
2554
|
+
},
|
|
2293
2555
|
"placeholder": {
|
|
2294
2556
|
"type": "string"
|
|
2295
2557
|
},
|
|
@@ -2348,6 +2610,9 @@
|
|
|
2348
2610
|
"properties": {
|
|
2349
2611
|
"upstream": {
|
|
2350
2612
|
"$ref": "#/definitions/upstream"
|
|
2613
|
+
},
|
|
2614
|
+
"method": {
|
|
2615
|
+
"$ref": "#/definitions/method"
|
|
2351
2616
|
}
|
|
2352
2617
|
}
|
|
2353
2618
|
},
|