@umbraco-cms/backoffice 1.0.0-next.99fe12c7 → 1.0.0-next.bf0e5e95
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/context-api.d.ts +5 -5
- package/controller.d.ts +5 -5
- package/custom-elements.json +572 -88
- package/element.d.ts +2 -2
- package/entity-action.d.ts +11 -11
- package/extensions-api.d.ts +2 -2
- package/extensions-registry.d.ts +20 -13
- package/modal.d.ts +558 -12
- package/observable-api.d.ts +3 -3
- package/package.json +1 -1
- package/repository.d.ts +33 -29
- package/resources.d.ts +3 -3
- package/router.d.ts +130 -0
- package/store.d.ts +80 -34
- package/vscode-html-custom-data.json +224 -58
- package/workspace.d.ts +7 -7
|
@@ -62,6 +62,21 @@
|
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"name": "umb-workspace-view-document-type-design",
|
|
65
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - ",
|
|
66
|
+
"attributes": []
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "umb-workspace-view-document-type-listview",
|
|
70
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
|
|
71
|
+
"attributes": []
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "umb-workspace-view-document-type-permissions",
|
|
75
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
|
|
76
|
+
"attributes": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "umb-workspace-view-document-type-templates",
|
|
65
80
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
|
|
66
81
|
"attributes": []
|
|
67
82
|
},
|
|
@@ -80,13 +95,23 @@
|
|
|
80
95
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - ",
|
|
81
96
|
"attributes": []
|
|
82
97
|
},
|
|
98
|
+
{
|
|
99
|
+
"name": "umb-document-menu-item",
|
|
100
|
+
"attributes": []
|
|
101
|
+
},
|
|
83
102
|
{
|
|
84
103
|
"name": "umb-document-picker-modal",
|
|
85
104
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
|
|
86
105
|
"attributes": []
|
|
87
106
|
},
|
|
88
107
|
{
|
|
89
|
-
"name": "umb-document-
|
|
108
|
+
"name": "umb-document-type-picker-modal",
|
|
109
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
|
|
110
|
+
"attributes": []
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "umb-document-tree-item",
|
|
114
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
|
|
90
115
|
"attributes": []
|
|
91
116
|
},
|
|
92
117
|
{
|
|
@@ -342,7 +367,7 @@
|
|
|
342
367
|
},
|
|
343
368
|
{
|
|
344
369
|
"name": "umb-examine-fields-settings-modal",
|
|
345
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields`
|
|
370
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields` - ",
|
|
346
371
|
"attributes": []
|
|
347
372
|
},
|
|
348
373
|
{
|
|
@@ -620,11 +645,6 @@
|
|
|
620
645
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_canShowLogs` {`boolean`} - ",
|
|
621
646
|
"attributes": []
|
|
622
647
|
},
|
|
623
|
-
{
|
|
624
|
-
"name": "umb-relation-types-menu-item",
|
|
625
|
-
"description": "Properties:\n\n * `_renderTree` {`boolean`} - ",
|
|
626
|
-
"attributes": []
|
|
627
|
-
},
|
|
628
648
|
{
|
|
629
649
|
"name": "umb-relation-type-workspace-edit-element",
|
|
630
650
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_relationType` - ",
|
|
@@ -1061,7 +1081,7 @@
|
|
|
1061
1081
|
},
|
|
1062
1082
|
{
|
|
1063
1083
|
"name": "umb-extension-slot",
|
|
1064
|
-
"description": "Slots:\n\n * `default` {} - slot for inserting additional things into this slot.\n\nAttributes:\n\n * `type` {`string`} - \n\n * `default-element` {`string`} - \n\n * `renderMethod` - \n\nProperties:\n\n * `styles` - \n\n * `_extensions` {`InitializedExtension[]`} - \n\n * `type` {`string`} - \n\n * `filter` - \n\n * `defaultElement` {`string`} - \n\n * `renderMethod` - ",
|
|
1084
|
+
"description": "Slots:\n\n * `default` {} - slot for inserting additional things into this slot.\n\nAttributes:\n\n * `type` {`string`} - \n\n * `default-element` {`string`} - \n\n * `renderMethod` - \n\nProperties:\n\n * `styles` - \n\n * `_extensions` {`InitializedExtension[]`} - \n\n * `type` {`string`} - \n\n * `filter` - \n\n * `_props` - \n\n * `props` - \n\n * `defaultElement` {`string`} - \n\n * `renderMethod` - ",
|
|
1065
1085
|
"attributes": [
|
|
1066
1086
|
{
|
|
1067
1087
|
"name": "type",
|
|
@@ -1199,6 +1219,24 @@
|
|
|
1199
1219
|
}
|
|
1200
1220
|
]
|
|
1201
1221
|
},
|
|
1222
|
+
{
|
|
1223
|
+
"name": "umb-input-document-type-picker",
|
|
1224
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `currentDocumentType` - \n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKeys` {`string[]`} - \n\n * `selectedKeys` {`string[]`} - \n\n * `currentDocumentType` - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentTypeStore` - \n\n * `_pickedItemsObserver` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1225
|
+
"attributes": [
|
|
1226
|
+
{
|
|
1227
|
+
"name": "currentDocumentType",
|
|
1228
|
+
"description": "`currentDocumentType` - \n\nProperty: currentDocumentType"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "value",
|
|
1232
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "onchange",
|
|
1236
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1237
|
+
}
|
|
1238
|
+
]
|
|
1239
|
+
},
|
|
1202
1240
|
{
|
|
1203
1241
|
"name": "umb-input-eye-dropper",
|
|
1204
1242
|
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
@@ -1280,8 +1318,18 @@
|
|
|
1280
1318
|
},
|
|
1281
1319
|
{
|
|
1282
1320
|
"name": "umb-input-multi-url-picker",
|
|
1283
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - when the value of the input changes\n\n * `blur` {} - when the input loses focus\n\n * `focus` {} - when the input gains focus\n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hide-anchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hideAnchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\n * `urls` {Array<UmbLinkPickerLink>} - \n\n * `_urls` {`
|
|
1321
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - when the value of the input changes\n\n * `blur` {} - when the input loses focus\n\n * `focus` {} - when the input gains focus\n\nAttributes:\n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hide-anchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hideAnchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\n * `urls` {Array<UmbLinkPickerLink>} - \n\n * `_urls` {`any[]`} - \n\n * `_modalRoute` - \n\n * `myModalRegistration` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1284
1322
|
"attributes": [
|
|
1323
|
+
{
|
|
1324
|
+
"name": "alias",
|
|
1325
|
+
"description": "`alias` {`string | undefined`} - \n\nProperty: alias",
|
|
1326
|
+
"values": []
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"name": "variantId",
|
|
1330
|
+
"description": "`variantId` - \n\nProperty: variantId",
|
|
1331
|
+
"values": []
|
|
1332
|
+
},
|
|
1285
1333
|
{
|
|
1286
1334
|
"name": "min",
|
|
1287
1335
|
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
|
|
@@ -1468,6 +1516,46 @@
|
|
|
1468
1516
|
}
|
|
1469
1517
|
]
|
|
1470
1518
|
},
|
|
1519
|
+
{
|
|
1520
|
+
"name": "umb-input-template-picker",
|
|
1521
|
+
"description": "Events:\n\n * `change-default` {`CustomEvent<unknown>`} - \n\n * `change-allowed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `allowedKeys` {`string[]`} - \n\n * `defaultKey` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_allowedKeys` {`string[]`} - \n\n * `allowedKeys` {`string[]`} - \n\n * `_defaultKey` {`string`} - \n\n * `defaultKey` {`string`} - \n\n * `_modalContext` - \n\n * `_templateRepository` - \n\n * `_pickedTemplates` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1522
|
+
"attributes": [
|
|
1523
|
+
{
|
|
1524
|
+
"name": "min",
|
|
1525
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
|
|
1526
|
+
"values": []
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"name": "max",
|
|
1530
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
|
|
1531
|
+
"values": []
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"name": "min-message",
|
|
1535
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"name": "maxMessage",
|
|
1539
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"name": "allowedKeys",
|
|
1543
|
+
"description": "`allowedKeys` {`string[]`} - \n\nProperty: allowedKeys"
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "defaultKey",
|
|
1547
|
+
"description": "`defaultKey` {`string`} - \n\nProperty: defaultKey"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"name": "onchange-default",
|
|
1551
|
+
"description": "`change-default` {`CustomEvent<unknown>`} - "
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"name": "onchange-allowed",
|
|
1555
|
+
"description": "`change-allowed` {`CustomEvent<unknown>`} - "
|
|
1556
|
+
}
|
|
1557
|
+
]
|
|
1558
|
+
},
|
|
1471
1559
|
{
|
|
1472
1560
|
"name": "umb-input-toggle",
|
|
1473
1561
|
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_checked` {`boolean`} - \n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\n * `_currentLabel` {`string | undefined`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
@@ -1715,52 +1803,66 @@
|
|
|
1715
1803
|
]
|
|
1716
1804
|
},
|
|
1717
1805
|
{
|
|
1718
|
-
"name": "umb-
|
|
1719
|
-
"description": "
|
|
1806
|
+
"name": "umb-template-card",
|
|
1807
|
+
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change-default` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `actions` {} - \n\nAttributes:\n\n * `default` {`boolean`} - \n\n * `key` {`string`} - \n\n * `name` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `default` {`boolean`} - \n\n * `_key` {`string`} - \n\n * `key` {`string`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1720
1808
|
"attributes": [
|
|
1721
1809
|
{
|
|
1722
|
-
"name": "
|
|
1723
|
-
"description": "`
|
|
1810
|
+
"name": "default",
|
|
1811
|
+
"description": "`default` {`boolean`} - \n\nProperty: default\n\nDefault: false",
|
|
1724
1812
|
"valueSet": "v"
|
|
1725
1813
|
},
|
|
1726
|
-
{
|
|
1727
|
-
"name": "items",
|
|
1728
|
-
"description": "`items` {`TooltipMenuItem[]`} - \n\nProperty: items\n\nDefault: "
|
|
1729
|
-
}
|
|
1730
|
-
]
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"name": "umb-tree-item",
|
|
1734
|
-
"description": "Attributes:\n\n * `key` {`string`} - \n\n * `parentKey` {`string | null`} - \n\n * `label` {`string`} - \n\n * `icon` {`string`} - \n\n * `entityType` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `key` {`string`} - \n\n * `parentKey` {`string | null`} - \n\n * `label` {`string`} - \n\n * `icon` {`string`} - \n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `hasChildren` {`boolean`} - \n\n * `_childItems` {`any[] | undefined`} - \n\n * `_href` {`string | undefined`} - \n\n * `_loading` {`boolean`} - \n\n * `_selectable` {`boolean`} - \n\n * `_selected` {`boolean`} - \n\n * `_isActive` {`boolean`} - \n\n * `_hasActions` {`boolean`} - \n\n * `_treeContext` - \n\n * `_store` - \n\n * `_sectionContext` - \n\n * `_sectionSidebarContext` - ",
|
|
1735
|
-
"attributes": [
|
|
1736
1814
|
{
|
|
1737
1815
|
"name": "key",
|
|
1738
|
-
"description": "`key` {`string`} - \n\nProperty: key
|
|
1816
|
+
"description": "`key` {`string`} - \n\nProperty: key"
|
|
1739
1817
|
},
|
|
1740
1818
|
{
|
|
1741
|
-
"name": "
|
|
1742
|
-
"description": "`
|
|
1743
|
-
"values": []
|
|
1819
|
+
"name": "name",
|
|
1820
|
+
"description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
|
|
1744
1821
|
},
|
|
1745
1822
|
{
|
|
1746
|
-
"name": "
|
|
1747
|
-
"description": "`
|
|
1823
|
+
"name": "onopen",
|
|
1824
|
+
"description": "`open` {`CustomEvent<unknown>`} - "
|
|
1748
1825
|
},
|
|
1749
1826
|
{
|
|
1750
|
-
"name": "
|
|
1751
|
-
"description": "`
|
|
1827
|
+
"name": "onselected",
|
|
1828
|
+
"description": "`selected` {} - "
|
|
1752
1829
|
},
|
|
1753
1830
|
{
|
|
1754
|
-
"name": "
|
|
1755
|
-
"description": "`
|
|
1756
|
-
}
|
|
1831
|
+
"name": "onchange-default",
|
|
1832
|
+
"description": "`change-default` {`CustomEvent<unknown>`} - "
|
|
1833
|
+
}
|
|
1834
|
+
]
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"name": "umb-tooltip-menu",
|
|
1838
|
+
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `iconOnly` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - ",
|
|
1839
|
+
"attributes": [
|
|
1757
1840
|
{
|
|
1758
|
-
"name": "
|
|
1759
|
-
"description": "`
|
|
1841
|
+
"name": "icon-only",
|
|
1842
|
+
"description": "`icon-only` {`boolean`} - \n\nProperty: iconOnly\n\nDefault: false",
|
|
1760
1843
|
"valueSet": "v"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"name": "items",
|
|
1847
|
+
"description": "`items` {`TooltipMenuItem[]`} - \n\nProperty: items\n\nDefault: "
|
|
1761
1848
|
}
|
|
1762
1849
|
]
|
|
1763
1850
|
},
|
|
1851
|
+
{
|
|
1852
|
+
"name": "umb-entity-tree-item",
|
|
1853
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
|
|
1854
|
+
"attributes": []
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "umb-tree-item-base",
|
|
1858
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `_childItems` {`any[] | undefined`} - \n\n * `_href` {`string | undefined`} - \n\n * `_isLoading` {`boolean`} - \n\n * `_isSelectable` {`boolean`} - \n\n * `_isSelected` {`boolean`} - \n\n * `_hasActions` {`boolean`} - \n\n * `_hasChildren` {`boolean`} - \n\n * `_iconSlotHasChildren` {`boolean`} - ",
|
|
1859
|
+
"attributes": []
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "umb-tree-item",
|
|
1863
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `item` - ",
|
|
1864
|
+
"attributes": []
|
|
1865
|
+
},
|
|
1764
1866
|
{
|
|
1765
1867
|
"name": "umb-menu-item-tree",
|
|
1766
1868
|
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `_renderTree` {`boolean`} - \n\n * `manifest` - ",
|
|
@@ -1773,7 +1875,7 @@
|
|
|
1773
1875
|
},
|
|
1774
1876
|
{
|
|
1775
1877
|
"name": "umb-tree",
|
|
1776
|
-
"description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {`string`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - \n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `
|
|
1878
|
+
"description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {`string`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - \n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `_treeContext` - ",
|
|
1777
1879
|
"attributes": [
|
|
1778
1880
|
{
|
|
1779
1881
|
"name": "alias",
|
|
@@ -1962,23 +2064,21 @@
|
|
|
1962
2064
|
},
|
|
1963
2065
|
{
|
|
1964
2066
|
"name": "umb-confirm-modal",
|
|
1965
|
-
"description": "Attributes:\n\n * `data`
|
|
2067
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - ",
|
|
1966
2068
|
"attributes": [
|
|
1967
2069
|
{
|
|
1968
2070
|
"name": "data",
|
|
1969
|
-
"description": "`data`
|
|
1970
|
-
"values": []
|
|
2071
|
+
"description": "`data` - \n\nProperty: data"
|
|
1971
2072
|
}
|
|
1972
2073
|
]
|
|
1973
2074
|
},
|
|
1974
2075
|
{
|
|
1975
2076
|
"name": "umb-embedded-media-modal",
|
|
1976
|
-
"description": "Attributes:\n\n * `data`
|
|
2077
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - ",
|
|
1977
2078
|
"attributes": [
|
|
1978
2079
|
{
|
|
1979
2080
|
"name": "data",
|
|
1980
|
-
"description": "`data`
|
|
1981
|
-
"values": []
|
|
2081
|
+
"description": "`data` - \n\nProperty: data"
|
|
1982
2082
|
}
|
|
1983
2083
|
]
|
|
1984
2084
|
},
|
|
@@ -2002,7 +2102,7 @@
|
|
|
2002
2102
|
},
|
|
2003
2103
|
{
|
|
2004
2104
|
"name": "umb-link-picker-modal",
|
|
2005
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKey` {`string | undefined`} - \n\n * `
|
|
2105
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKey` {`string | undefined`} - \n\n * `_index` {`number | null`} - \n\n * `_link` - \n\n * `_layout` - \n\n * `_linkInput` - \n\n * `_linkQueryInput` - \n\n * `_linkTitleInput` - ",
|
|
2006
2106
|
"attributes": []
|
|
2007
2107
|
},
|
|
2008
2108
|
{
|
|
@@ -2015,6 +2115,16 @@
|
|
|
2015
2115
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_sections` {`any[]`} - ",
|
|
2016
2116
|
"attributes": []
|
|
2017
2117
|
},
|
|
2118
|
+
{
|
|
2119
|
+
"name": "umb-template-picker-modal",
|
|
2120
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2121
|
+
"attributes": []
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "umb-template-modal",
|
|
2125
|
+
"description": "Properties:\n\n * `_key` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2126
|
+
"attributes": []
|
|
2127
|
+
},
|
|
2018
2128
|
{
|
|
2019
2129
|
"name": "umb-property-action-clear",
|
|
2020
2130
|
"description": "Events:\n\n * `close` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_propertyContext` - \n\n * `value` {`string`} - ",
|
|
@@ -2080,12 +2190,11 @@
|
|
|
2080
2190
|
},
|
|
2081
2191
|
{
|
|
2082
2192
|
"name": "umb-property-editor-ui-picker-modal",
|
|
2083
|
-
"description": "Attributes:\n\n * `data`
|
|
2193
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `data` - \n\n * `_groupedPropertyEditorUIs` {`GroupedPropertyEditorUIs`} - \n\n * `_propertyEditorUIs` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_submitLabel` {`string`} - \n\n * `modalHandler` - ",
|
|
2084
2194
|
"attributes": [
|
|
2085
2195
|
{
|
|
2086
2196
|
"name": "data",
|
|
2087
|
-
"description": "`data`
|
|
2088
|
-
"values": []
|
|
2197
|
+
"description": "`data` - \n\nProperty: data"
|
|
2089
2198
|
}
|
|
2090
2199
|
]
|
|
2091
2200
|
},
|
|
@@ -2390,11 +2499,11 @@
|
|
|
2390
2499
|
},
|
|
2391
2500
|
{
|
|
2392
2501
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
2393
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`
|
|
2502
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`any[]`} - \n\n * `config` {`any[]`} - \n\n * `_overlaySize` {`UUIModalSidebarSize | undefined`} - \n\n * `_hideAnchor` {`boolean | undefined`} - \n\n * `_ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `_maxNumber` {`number | undefined`} - \n\n * `_minNumber` {`number | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_propertyVariantId` {`string | undefined`} - ",
|
|
2394
2503
|
"attributes": [
|
|
2395
2504
|
{
|
|
2396
2505
|
"name": "value",
|
|
2397
|
-
"description": "`value` {`
|
|
2506
|
+
"description": "`value` {`any[]`} - \n\nProperty: value\n\nDefault: "
|
|
2398
2507
|
},
|
|
2399
2508
|
{
|
|
2400
2509
|
"name": "onproperty-value-change",
|
|
@@ -2690,6 +2799,21 @@
|
|
|
2690
2799
|
}
|
|
2691
2800
|
]
|
|
2692
2801
|
},
|
|
2802
|
+
{
|
|
2803
|
+
"name": "umb-file-system-tree-item",
|
|
2804
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
|
|
2805
|
+
"attributes": []
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"name": "umb-stylesheet-workspace-edit",
|
|
2809
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
2810
|
+
"attributes": []
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "umb-stylesheet-workspace",
|
|
2814
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
|
|
2815
|
+
"attributes": []
|
|
2816
|
+
},
|
|
2693
2817
|
{
|
|
2694
2818
|
"name": "umb-template-workspace",
|
|
2695
2819
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - ",
|
|
@@ -2706,12 +2830,12 @@
|
|
|
2706
2830
|
"attributes": []
|
|
2707
2831
|
},
|
|
2708
2832
|
{
|
|
2709
|
-
"name": "umb-export-dictionary-modal
|
|
2833
|
+
"name": "umb-export-dictionary-modal",
|
|
2710
2834
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - ",
|
|
2711
2835
|
"attributes": []
|
|
2712
2836
|
},
|
|
2713
2837
|
{
|
|
2714
|
-
"name": "umb-import-dictionary-modal
|
|
2838
|
+
"name": "umb-import-dictionary-modal",
|
|
2715
2839
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `_uploadedDictionary` - \n\n * `_showUploadView` {`boolean`} - \n\n * `_showImportView` {`boolean`} - \n\n * `_showErrorView` {`boolean`} - \n\n * `_selection` {`string[]`} - ",
|
|
2716
2840
|
"attributes": []
|
|
2717
2841
|
},
|
|
@@ -2741,23 +2865,42 @@
|
|
|
2741
2865
|
},
|
|
2742
2866
|
{
|
|
2743
2867
|
"name": "umb-change-password-modal",
|
|
2744
|
-
"description": "Attributes:\n\n * `data`
|
|
2868
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `data` - ",
|
|
2745
2869
|
"attributes": [
|
|
2746
2870
|
{
|
|
2747
2871
|
"name": "data",
|
|
2748
|
-
"description": "`data`
|
|
2749
|
-
"values": []
|
|
2872
|
+
"description": "`data` - \n\nProperty: data"
|
|
2750
2873
|
}
|
|
2751
2874
|
]
|
|
2752
2875
|
},
|
|
2753
2876
|
{
|
|
2754
2877
|
"name": "umb-current-user-modal",
|
|
2755
|
-
"description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `
|
|
2878
|
+
"description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - ",
|
|
2879
|
+
"attributes": []
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"name": "umb-user-profile-app-external-login-providers",
|
|
2883
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
2884
|
+
"attributes": []
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"name": "umb-user-profile-app-history",
|
|
2888
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
|
|
2756
2889
|
"attributes": []
|
|
2757
2890
|
},
|
|
2758
2891
|
{
|
|
2759
2892
|
"name": "umb-user-dashboard-test",
|
|
2760
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
2893
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
|
|
2894
|
+
"attributes": []
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"name": "umb-user-profile-app-profile",
|
|
2898
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - ",
|
|
2899
|
+
"attributes": []
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "umb-user-profile-app-themes",
|
|
2903
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - ",
|
|
2761
2904
|
"attributes": []
|
|
2762
2905
|
},
|
|
2763
2906
|
{
|
|
@@ -2920,11 +3063,34 @@
|
|
|
2920
3063
|
},
|
|
2921
3064
|
{
|
|
2922
3065
|
"name": "umb-router-slot",
|
|
2923
|
-
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `routes` {`
|
|
3066
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - ",
|
|
2924
3067
|
"attributes": [
|
|
2925
3068
|
{
|
|
2926
3069
|
"name": "routes",
|
|
2927
|
-
"description": "`routes` {`
|
|
3070
|
+
"description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
|
|
3071
|
+
"values": []
|
|
3072
|
+
},
|
|
3073
|
+
{
|
|
3074
|
+
"name": "oninit",
|
|
3075
|
+
"description": "`init` - fires when the router is connected"
|
|
3076
|
+
},
|
|
3077
|
+
{
|
|
3078
|
+
"name": "onchange",
|
|
3079
|
+
"description": "`change` - fires when a path of this router is changed"
|
|
3080
|
+
}
|
|
3081
|
+
]
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"name": "umb-variant-router-slot",
|
|
3085
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `_routes` {`any[] | undefined`} - \n\n * `variantId` {`UmbVariantId[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - ",
|
|
3086
|
+
"attributes": [
|
|
3087
|
+
{
|
|
3088
|
+
"name": "variantId",
|
|
3089
|
+
"description": "`variantId` {`UmbVariantId[]`} - \n\nProperty: variantId"
|
|
3090
|
+
},
|
|
3091
|
+
{
|
|
3092
|
+
"name": "routes",
|
|
3093
|
+
"description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
|
|
2928
3094
|
"values": []
|
|
2929
3095
|
},
|
|
2930
3096
|
{
|
package/workspace.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { UmbControllerHostElement } from './controller';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
|
|
4
4
|
interface UmbWorkspaceAction<T = unknown> {
|
|
5
|
-
host:
|
|
5
|
+
host: UmbControllerHostElement;
|
|
6
6
|
workspaceContext?: T;
|
|
7
7
|
execute(): Promise<void>;
|
|
8
8
|
}
|
|
9
9
|
declare class UmbWorkspaceActionBase<WorkspaceType> {
|
|
10
|
-
host:
|
|
10
|
+
host: UmbControllerHostElement;
|
|
11
11
|
workspaceContext?: WorkspaceType;
|
|
12
|
-
constructor(host:
|
|
12
|
+
constructor(host: UmbControllerHostElement);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
interface UmbWorkspaceContextInterface<T = unknown> {
|
|
16
|
-
host:
|
|
16
|
+
host: UmbControllerHostElement;
|
|
17
17
|
repository: any;
|
|
18
18
|
isNew: Observable<boolean>;
|
|
19
19
|
getIsNew(): boolean;
|
|
@@ -26,8 +26,8 @@ interface UmbWorkspaceContextInterface<T = unknown> {
|
|
|
26
26
|
|
|
27
27
|
declare class UmbSaveWorkspaceAction extends UmbWorkspaceActionBase<UmbWorkspaceContextInterface> {
|
|
28
28
|
#private;
|
|
29
|
-
constructor(host:
|
|
29
|
+
constructor(host: UmbControllerHostElement);
|
|
30
30
|
execute(): Promise<void>;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
export { UmbSaveWorkspaceAction, UmbWorkspaceAction, UmbWorkspaceActionBase };
|
|
33
|
+
export { UmbSaveWorkspaceAction, UmbWorkspaceAction, UmbWorkspaceActionBase, UmbWorkspaceContextInterface };
|