@umbraco-cms/backoffice 1.0.0-next.99fe12c7 → 1.0.0-next.bc7aa666

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.
@@ -51,18 +51,33 @@
51
51
  "attributes": []
52
52
  },
53
53
  {
54
- "name": "umb-document-type-workspace-edit",
55
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_icon` {`{ color: string; name: string; }`} - \n\n * `_documentType` - \n\n * `_modalContext` - ",
54
+ "name": "umb-document-type-workspace-editor",
55
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_icon` {`{ color: string; name: string; }`} - \n\n * `_name` {`string | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_modalContext` - ",
56
56
  "attributes": []
57
57
  },
58
58
  {
59
59
  "name": "umb-document-type-workspace",
60
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => UmbDocumentTypeWorkspaceEditElement; setup: (component: HTMLElement, info: any) => void; }[]`} - ",
60
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => UmbDocumentTypeWorkspaceEditorElement; setup: (component: HTMLElement, info: any) => void; }[]`} - ",
61
61
  "attributes": []
62
62
  },
63
63
  {
64
- "name": "umb-workspace-view-document-type-design",
65
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
64
+ "name": "umb-document-type-workspace-view-design",
65
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - ",
66
+ "attributes": []
67
+ },
68
+ {
69
+ "name": "umb-document-type-workspace-view-details",
70
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
71
+ "attributes": []
72
+ },
73
+ {
74
+ "name": "umb-document-type-workspace-view-structure",
75
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
76
+ "attributes": []
77
+ },
78
+ {
79
+ "name": "umb-document-type-workspace-view-templates",
80
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
66
81
  "attributes": []
67
82
  },
68
83
  {
@@ -80,17 +95,27 @@
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-sidebar-menu-item",
108
+ "name": "umb-document-type-picker-modal",
109
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
90
110
  "attributes": []
91
111
  },
92
112
  {
93
- "name": "umb-document-workspace-edit",
113
+ "name": "umb-document-tree-item",
114
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
115
+ "attributes": []
116
+ },
117
+ {
118
+ "name": "umb-document-workspace-editor",
94
119
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `splitViewElement` - \n\n * `_unique` {`string | undefined`} - \n\n * `_routes` {`IRoute<any>[] | undefined`} - \n\n * `_availableVariants` {`any[]`} - \n\n * `_workspaceSplitViews` {`ActiveVariant[]`} - \n\n * `_gotWorkspaceRoute` - ",
95
120
  "attributes": []
96
121
  },
@@ -150,7 +175,7 @@
150
175
  },
151
176
  {
152
177
  "name": "umb-document-info-workspace-view",
153
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_historyList` {`HistoryNode[]`} - \n\n * `_total` {`number | undefined`} - \n\n * `_currentPage` {`number`} - \n\n * `_nodeName` {`string`} - \n\n * `_workspaceContext` {`UmbEntityWorkspaceContextInterface<any> | undefined`} - \n\n * `itemsPerPage` {`number`} - ",
178
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_historyList` {`HistoryNode[]`} - \n\n * `_total` {`number | undefined`} - \n\n * `_currentPage` {`number`} - \n\n * `_nodeName` {`string`} - \n\n * `_workspaceContext` - \n\n * `itemsPerPage` {`number`} - ",
154
179
  "attributes": []
155
180
  },
156
181
  {
@@ -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` {`UmbExamineFieldsSettingsModalData | undefined`} - ",
370
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields` - ",
346
371
  "attributes": []
347
372
  },
348
373
  {
@@ -429,6 +454,11 @@
429
454
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_telemetryFormData` - \n\n * `_telemetryLevels` {`any[]`} - \n\n * `_errorMessage` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_handleSubmit` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `_selectedTelemetryDescription` {`\"We will only send an anonymized site ID to let us know that the site exists.\" | \"We will send an anonymized site ID, Umbraco version, and packages installed.\" | \"We will send:<ul>\\n\\t\\t\\t\\t<li>Anonymized site ID, Umbraco version, and packages installed.</li>\\n\\t\\t\\t\\t<li>Number of: Root nodes, Content nodes, Macros...`} - ",
430
455
  "attributes": []
431
456
  },
457
+ {
458
+ "name": "umb-create-data-type-modal",
459
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
460
+ "attributes": []
461
+ },
432
462
  {
433
463
  "name": "umb-data-type-workspace-edit-element",
434
464
  "description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `location` - \n\n * `_dataTypeName` {`string`} - ",
@@ -620,11 +650,6 @@
620
650
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_canShowLogs` {`boolean`} - ",
621
651
  "attributes": []
622
652
  },
623
- {
624
- "name": "umb-relation-types-menu-item",
625
- "description": "Properties:\n\n * `_renderTree` {`boolean`} - ",
626
- "attributes": []
627
- },
628
653
  {
629
654
  "name": "umb-relation-type-workspace-edit-element",
630
655
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_relationType` - ",
@@ -914,21 +939,17 @@
914
939
  },
915
940
  {
916
941
  "name": "umb-debug",
917
- "description": "Attributes:\n\n * `enabled` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contexts` {`Map<any, any>`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `enabled` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contexts` {`Map<any, any>`} - \n\n * `_debugPaneOpen` {`boolean`} - \n\n * `_modalContext` - ",
942
+ "description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contextData` {`any[]`} - \n\n * `_debugPaneOpen` {`boolean`} - \n\n * `_modalContext` - ",
918
943
  "attributes": [
919
944
  {
920
- "name": "enabled",
921
- "description": "`enabled` {`boolean`} - \n\nProperty: enabled\n\nDefault: false",
945
+ "name": "visible",
946
+ "description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
922
947
  "valueSet": "v"
923
948
  },
924
949
  {
925
950
  "name": "dialog",
926
951
  "description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
927
952
  "valueSet": "v"
928
- },
929
- {
930
- "name": "contexts",
931
- "description": "`contexts` {`Map<any, any>`} - \n\nProperty: contexts\n\nDefault: new Map()"
932
953
  }
933
954
  ]
934
955
  },
@@ -1061,7 +1082,7 @@
1061
1082
  },
1062
1083
  {
1063
1084
  "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` - ",
1085
+ "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
1086
  "attributes": [
1066
1087
  {
1067
1088
  "name": "type",
@@ -1199,6 +1220,20 @@
1199
1220
  }
1200
1221
  ]
1201
1222
  },
1223
+ {
1224
+ "name": "umb-input-document-type-picker",
1225
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKeys` {`string[]`} - \n\n * `selectedKeys` {`string[]`} - \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`} - ",
1226
+ "attributes": [
1227
+ {
1228
+ "name": "value",
1229
+ "description": "`value` {`string`} - \n\nProperty: value"
1230
+ },
1231
+ {
1232
+ "name": "onchange",
1233
+ "description": "`change` {`CustomEvent<unknown>`} - "
1234
+ }
1235
+ ]
1236
+ },
1202
1237
  {
1203
1238
  "name": "umb-input-eye-dropper",
1204
1239
  "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 +1315,18 @@
1280
1315
  },
1281
1316
  {
1282
1317
  "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` {`UmbLinkPickerLink[]`} - \n\n * `_modalContext` - \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`} - ",
1318
+ "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
1319
  "attributes": [
1320
+ {
1321
+ "name": "alias",
1322
+ "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
1323
+ "values": []
1324
+ },
1325
+ {
1326
+ "name": "variantId",
1327
+ "description": "`variantId` - \n\nProperty: variantId",
1328
+ "values": []
1329
+ },
1285
1330
  {
1286
1331
  "name": "min",
1287
1332
  "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
@@ -1468,6 +1513,46 @@
1468
1513
  }
1469
1514
  ]
1470
1515
  },
1516
+ {
1517
+ "name": "umb-input-template-picker",
1518
+ "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`} - ",
1519
+ "attributes": [
1520
+ {
1521
+ "name": "min",
1522
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
1523
+ "values": []
1524
+ },
1525
+ {
1526
+ "name": "max",
1527
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
1528
+ "values": []
1529
+ },
1530
+ {
1531
+ "name": "min-message",
1532
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
1533
+ },
1534
+ {
1535
+ "name": "maxMessage",
1536
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
1537
+ },
1538
+ {
1539
+ "name": "allowedKeys",
1540
+ "description": "`allowedKeys` {`string[]`} - \n\nProperty: allowedKeys"
1541
+ },
1542
+ {
1543
+ "name": "defaultKey",
1544
+ "description": "`defaultKey` {`string`} - \n\nProperty: defaultKey"
1545
+ },
1546
+ {
1547
+ "name": "onchange-default",
1548
+ "description": "`change-default` {`CustomEvent<unknown>`} - "
1549
+ },
1550
+ {
1551
+ "name": "onchange-allowed",
1552
+ "description": "`change-allowed` {`CustomEvent<unknown>`} - "
1553
+ }
1554
+ ]
1555
+ },
1471
1556
  {
1472
1557
  "name": "umb-input-toggle",
1473
1558
  "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`} - ",
@@ -1580,9 +1665,33 @@
1580
1665
  }
1581
1666
  ]
1582
1667
  },
1668
+ {
1669
+ "name": "umb-menu-item-base",
1670
+ "description": "Attributes:\n\n * `entity-type` {`string | undefined`} - \n\n * `icon-name` {`string`} - \n\n * `label` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `entityType` {`string | undefined`} - \n\n * `iconName` {`string`} - \n\n * `label` {`string`} - \n\n * `hasChildren` {`boolean`} - \n\n * `_href` {`string | undefined`} - \n\n * `_hasActions` {`boolean`} - ",
1671
+ "attributes": [
1672
+ {
1673
+ "name": "entity-type",
1674
+ "description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
1675
+ "values": []
1676
+ },
1677
+ {
1678
+ "name": "icon-name",
1679
+ "description": "`icon-name` {`string`} - \n\nProperty: iconName\n\nDefault: "
1680
+ },
1681
+ {
1682
+ "name": "label",
1683
+ "description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
1684
+ },
1685
+ {
1686
+ "name": "has-children",
1687
+ "description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
1688
+ "valueSet": "v"
1689
+ }
1690
+ ]
1691
+ },
1583
1692
  {
1584
1693
  "name": "umb-menu-item",
1585
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_href` {`string | undefined`} - ",
1694
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
1586
1695
  "attributes": []
1587
1696
  },
1588
1697
  {
@@ -1715,52 +1824,66 @@
1715
1824
  ]
1716
1825
  },
1717
1826
  {
1718
- "name": "umb-tooltip-menu",
1719
- "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[]`} - ",
1827
+ "name": "umb-template-card",
1828
+ "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
1829
  "attributes": [
1721
1830
  {
1722
- "name": "icon-only",
1723
- "description": "`icon-only` {`boolean`} - \n\nProperty: iconOnly\n\nDefault: false",
1831
+ "name": "default",
1832
+ "description": "`default` {`boolean`} - \n\nProperty: default\n\nDefault: false",
1724
1833
  "valueSet": "v"
1725
1834
  },
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
1835
  {
1737
1836
  "name": "key",
1738
- "description": "`key` {`string`} - \n\nProperty: key\n\nDefault: "
1837
+ "description": "`key` {`string`} - \n\nProperty: key"
1739
1838
  },
1740
1839
  {
1741
- "name": "parentKey",
1742
- "description": "`parentKey` {`string | null`} - \n\nProperty: parentKey\n\nDefault: null",
1743
- "values": []
1840
+ "name": "name",
1841
+ "description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
1744
1842
  },
1745
1843
  {
1746
- "name": "label",
1747
- "description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
1844
+ "name": "onopen",
1845
+ "description": "`open` {`CustomEvent<unknown>`} - "
1748
1846
  },
1749
1847
  {
1750
- "name": "icon",
1751
- "description": "`icon` {`string`} - \n\nProperty: icon\n\nDefault: "
1848
+ "name": "onselected",
1849
+ "description": "`selected` {} - "
1752
1850
  },
1753
1851
  {
1754
- "name": "entityType",
1755
- "description": "`entityType` {`string`} - \n\nProperty: entityType"
1756
- },
1852
+ "name": "onchange-default",
1853
+ "description": "`change-default` {`CustomEvent<unknown>`} - "
1854
+ }
1855
+ ]
1856
+ },
1857
+ {
1858
+ "name": "umb-tooltip-menu",
1859
+ "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[]`} - ",
1860
+ "attributes": [
1757
1861
  {
1758
- "name": "has-children",
1759
- "description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
1862
+ "name": "icon-only",
1863
+ "description": "`icon-only` {`boolean`} - \n\nProperty: iconOnly\n\nDefault: false",
1760
1864
  "valueSet": "v"
1865
+ },
1866
+ {
1867
+ "name": "items",
1868
+ "description": "`items` {`TooltipMenuItem[]`} - \n\nProperty: items\n\nDefault: "
1761
1869
  }
1762
1870
  ]
1763
1871
  },
1872
+ {
1873
+ "name": "umb-entity-tree-item",
1874
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
1875
+ "attributes": []
1876
+ },
1877
+ {
1878
+ "name": "umb-tree-item-base",
1879
+ "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`} - ",
1880
+ "attributes": []
1881
+ },
1882
+ {
1883
+ "name": "umb-tree-item",
1884
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `item` - ",
1885
+ "attributes": []
1886
+ },
1764
1887
  {
1765
1888
  "name": "umb-menu-item-tree",
1766
1889
  "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `_renderTree` {`boolean`} - \n\n * `manifest` - ",
@@ -1773,7 +1896,7 @@
1773
1896
  },
1774
1897
  {
1775
1898
  "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 * `_loading` {`boolean`} - \n\n * `_treeContext` - ",
1899
+ "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
1900
  "attributes": [
1778
1901
  {
1779
1902
  "name": "alias",
@@ -1854,7 +1977,7 @@
1854
1977
  },
1855
1978
  {
1856
1979
  "name": "umb-workspace-action-menu",
1857
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` {`UmbEntityWorkspaceContextInterface<unknown> | undefined`} - \n\n * `_entityKey` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - ",
1980
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityKey` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - ",
1858
1981
  "attributes": []
1859
1982
  },
1860
1983
  {
@@ -1864,7 +1987,7 @@
1864
1987
  },
1865
1988
  {
1866
1989
  "name": "umb-workspace-view-collection",
1867
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext` {`UmbEntityWorkspaceContextInterface<unknown> | undefined`} - \n\n * `_collectionContext` - ",
1990
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - ",
1868
1991
  "attributes": []
1869
1992
  },
1870
1993
  {
@@ -1962,26 +2085,29 @@
1962
2085
  },
1963
2086
  {
1964
2087
  "name": "umb-confirm-modal",
1965
- "description": "Attributes:\n\n * `data` {`UmbConfirmModalData | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` {`UmbConfirmModalData | undefined`} - ",
2088
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - ",
1966
2089
  "attributes": [
1967
2090
  {
1968
2091
  "name": "data",
1969
- "description": "`data` {`UmbConfirmModalData | undefined`} - \n\nProperty: data",
1970
- "values": []
2092
+ "description": "`data` - \n\nProperty: data"
1971
2093
  }
1972
2094
  ]
1973
2095
  },
1974
2096
  {
1975
2097
  "name": "umb-embedded-media-modal",
1976
- "description": "Attributes:\n\n * `data` {`UmbEmbeddedMediaModalData | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` {`UmbEmbeddedMediaModalData | undefined`} - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - ",
2098
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - ",
1977
2099
  "attributes": [
1978
2100
  {
1979
2101
  "name": "data",
1980
- "description": "`data` {`UmbEmbeddedMediaModalData | undefined`} - \n\nProperty: data",
1981
- "values": []
2102
+ "description": "`data` - \n\nProperty: data"
1982
2103
  }
1983
2104
  ]
1984
2105
  },
2106
+ {
2107
+ "name": "umb-folder-modal",
2108
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `_data` - \n\n * `data` - \n\n * `_folder` - \n\n * `_headline` {`string | undefined`} - \n\n * `_isNew` {`boolean`} - \n\n * `_formElement` {`HTMLFormElement | undefined`} - ",
2109
+ "attributes": []
2110
+ },
1985
2111
  {
1986
2112
  "name": "umb-icon-picker-modal",
1987
2113
  "description": "Attributes:\n\n * `iconlist` - \n\n * `iconlistFiltered` {`string[]`} - \n\n * `colorlist` {`string[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `iconlist` - \n\n * `iconlistFiltered` {`string[]`} - \n\n * `colorlist` {`string[]`} - \n\n * `_currentColor` {`string | undefined`} - \n\n * `_currentIcon` {`string | undefined`} - ",
@@ -2002,7 +2128,7 @@
2002
2128
  },
2003
2129
  {
2004
2130
  "name": "umb-link-picker-modal",
2005
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKey` {`string | undefined`} - \n\n * `_link` {`UmbLinkPickerLink`} - \n\n * `_layout` {`UmbLinkPickerConfig`} - \n\n * `_linkInput` - \n\n * `_linkQueryInput` - \n\n * `_linkTitleInput` - ",
2131
+ "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
2132
  "attributes": []
2007
2133
  },
2008
2134
  {
@@ -2015,6 +2141,16 @@
2015
2141
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_sections` {`any[]`} - ",
2016
2142
  "attributes": []
2017
2143
  },
2144
+ {
2145
+ "name": "umb-template-picker-modal",
2146
+ "description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2147
+ "attributes": []
2148
+ },
2149
+ {
2150
+ "name": "umb-template-modal",
2151
+ "description": "Properties:\n\n * `_key` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
2152
+ "attributes": []
2153
+ },
2018
2154
  {
2019
2155
  "name": "umb-property-action-clear",
2020
2156
  "description": "Events:\n\n * `close` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_propertyContext` - \n\n * `value` {`string`} - ",
@@ -2080,12 +2216,11 @@
2080
2216
  },
2081
2217
  {
2082
2218
  "name": "umb-property-editor-ui-picker-modal",
2083
- "description": "Attributes:\n\n * `data` {`UmbPropertyEditorUIPickerModalData | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `data` {`UmbPropertyEditorUIPickerModalData | undefined`} - \n\n * `_groupedPropertyEditorUIs` {`GroupedPropertyEditorUIs`} - \n\n * `_propertyEditorUIs` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_submitLabel` {`string`} - \n\n * `modalHandler` - ",
2219
+ "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
2220
  "attributes": [
2085
2221
  {
2086
2222
  "name": "data",
2087
- "description": "`data` {`UmbPropertyEditorUIPickerModalData | undefined`} - \n\nProperty: data",
2088
- "values": []
2223
+ "description": "`data` - \n\nProperty: data"
2089
2224
  }
2090
2225
  ]
2091
2226
  },
@@ -2390,11 +2525,11 @@
2390
2525
  },
2391
2526
  {
2392
2527
  "name": "umb-property-editor-ui-multi-url-picker",
2393
- "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`UmbLinkPickerLink[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`UmbLinkPickerLink[]`} - \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`} - ",
2528
+ "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
2529
  "attributes": [
2395
2530
  {
2396
2531
  "name": "value",
2397
- "description": "`value` {`UmbLinkPickerLink[]`} - \n\nProperty: value\n\nDefault: "
2532
+ "description": "`value` {`any[]`} - \n\nProperty: value\n\nDefault: "
2398
2533
  },
2399
2534
  {
2400
2535
  "name": "onproperty-value-change",
@@ -2690,6 +2825,21 @@
2690
2825
  }
2691
2826
  ]
2692
2827
  },
2828
+ {
2829
+ "name": "umb-file-system-tree-item",
2830
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
2831
+ "attributes": []
2832
+ },
2833
+ {
2834
+ "name": "umb-stylesheet-workspace-edit",
2835
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
2836
+ "attributes": []
2837
+ },
2838
+ {
2839
+ "name": "umb-stylesheet-workspace",
2840
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
2841
+ "attributes": []
2842
+ },
2693
2843
  {
2694
2844
  "name": "umb-template-workspace",
2695
2845
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - ",
@@ -2706,12 +2856,12 @@
2706
2856
  "attributes": []
2707
2857
  },
2708
2858
  {
2709
- "name": "umb-export-dictionary-modal-layout",
2859
+ "name": "umb-export-dictionary-modal",
2710
2860
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - ",
2711
2861
  "attributes": []
2712
2862
  },
2713
2863
  {
2714
- "name": "umb-import-dictionary-modal-layout",
2864
+ "name": "umb-import-dictionary-modal",
2715
2865
  "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
2866
  "attributes": []
2717
2867
  },
@@ -2741,23 +2891,42 @@
2741
2891
  },
2742
2892
  {
2743
2893
  "name": "umb-change-password-modal",
2744
- "description": "Attributes:\n\n * `data` {`UmbChangePasswordModalData | undefined`} - \n\nProperties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `data` {`UmbChangePasswordModalData | undefined`} - ",
2894
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `data` - ",
2745
2895
  "attributes": [
2746
2896
  {
2747
2897
  "name": "data",
2748
- "description": "`data` {`UmbChangePasswordModalData | undefined`} - \n\nProperty: data",
2749
- "values": []
2898
+ "description": "`data` - \n\nProperty: data"
2750
2899
  }
2751
2900
  ]
2752
2901
  },
2753
2902
  {
2754
2903
  "name": "umb-current-user-modal",
2755
- "description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `_currentUserHistoryStore` - ",
2904
+ "description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - ",
2905
+ "attributes": []
2906
+ },
2907
+ {
2908
+ "name": "umb-user-profile-app-external-login-providers",
2909
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
2910
+ "attributes": []
2911
+ },
2912
+ {
2913
+ "name": "umb-user-profile-app-history",
2914
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
2756
2915
  "attributes": []
2757
2916
  },
2758
2917
  {
2759
2918
  "name": "umb-user-dashboard-test",
2760
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `options` {`{ name: any; value: any; selected: boolean; }[]`} - ",
2919
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
2920
+ "attributes": []
2921
+ },
2922
+ {
2923
+ "name": "umb-user-profile-app-profile",
2924
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - ",
2925
+ "attributes": []
2926
+ },
2927
+ {
2928
+ "name": "umb-user-profile-app-themes",
2929
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - ",
2761
2930
  "attributes": []
2762
2931
  },
2763
2932
  {
@@ -2920,11 +3089,34 @@
2920
3089
  },
2921
3090
  {
2922
3091
  "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` {`IRoute<any>[] | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `routes` {`IRoute<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 * `_onChangeState` - \n\n * `_onNavigationChanged` - ",
3092
+ "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` - ",
3093
+ "attributes": [
3094
+ {
3095
+ "name": "routes",
3096
+ "description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
3097
+ "values": []
3098
+ },
3099
+ {
3100
+ "name": "oninit",
3101
+ "description": "`init` - fires when the router is connected"
3102
+ },
3103
+ {
3104
+ "name": "onchange",
3105
+ "description": "`change` - fires when a path of this router is changed"
3106
+ }
3107
+ ]
3108
+ },
3109
+ {
3110
+ "name": "umb-variant-router-slot",
3111
+ "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` - ",
2924
3112
  "attributes": [
3113
+ {
3114
+ "name": "variantId",
3115
+ "description": "`variantId` {`UmbVariantId[]`} - \n\nProperty: variantId"
3116
+ },
2925
3117
  {
2926
3118
  "name": "routes",
2927
- "description": "`routes` {`IRoute<any>[] | undefined`} - \n\nProperty: routes",
3119
+ "description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
2928
3120
  "values": []
2929
3121
  },
2930
3122
  {