@umbraco-cms/backoffice 1.0.0-next.0107ef9c → 1.0.0-next.04da68ae
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/README.md +2 -3
- package/collection.d.ts +1 -1
- package/content-type.d.ts +1 -1
- package/context-api.d.ts +42 -2
- package/{controller.d.ts → controller-api.d.ts} +2 -3
- package/custom-elements.json +679 -151
- package/{element.d.ts → element-api.d.ts} +2 -2
- package/entity-action.d.ts +1 -1
- package/extension-api.d.ts +200 -0
- package/{extensions-registry.d.ts → extension-registry.d.ts} +9 -136
- package/modal.d.ts +52 -50
- package/models.d.ts +7 -3
- package/observable-api.d.ts +1 -1
- package/package.json +2 -2
- package/picker-input.d.ts +1 -1
- package/resources.d.ts +2 -15
- package/router.d.ts +1 -1
- package/section.d.ts +2 -2
- package/sorter.d.ts +1 -1
- package/store.d.ts +1 -1
- package/tree.d.ts +1 -1
- package/umbraco-package-schema.json +21 -21
- package/vscode-html-custom-data.json +280 -62
- package/workspace.d.ts +1 -1
- package/extensions-api.d.ts +0 -67
package/custom-elements.json
CHANGED
|
@@ -45,6 +45,155 @@
|
|
|
45
45
|
}
|
|
46
46
|
]
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
"name": "umb-context-provider",
|
|
50
|
+
"path": "./../../libs/context-api/provide/context-provider.element.ts",
|
|
51
|
+
"description": "Provides a value to the context down the DOM tree.",
|
|
52
|
+
"attributes": [
|
|
53
|
+
{
|
|
54
|
+
"name": "value",
|
|
55
|
+
"description": "The value to provide to the context.",
|
|
56
|
+
"type": "unknown"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "key",
|
|
60
|
+
"description": "The key to provide to the context."
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"properties": [
|
|
64
|
+
{
|
|
65
|
+
"name": "create",
|
|
66
|
+
"description": "The value to provide to the context.",
|
|
67
|
+
"type": "((host: any) => unknown) | undefined"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "value",
|
|
71
|
+
"attribute": "value",
|
|
72
|
+
"description": "The value to provide to the context.",
|
|
73
|
+
"type": "unknown"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "key",
|
|
77
|
+
"attribute": "key",
|
|
78
|
+
"description": "The key to provide to the context."
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"slots": [
|
|
82
|
+
{
|
|
83
|
+
"name": "",
|
|
84
|
+
"description": "The context will be available to all descendants given in the default slot."
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "umb-controller-host-initializer",
|
|
90
|
+
"path": "./../../libs/controller-api/controller-host-initializer.element.ts",
|
|
91
|
+
"properties": [
|
|
92
|
+
{
|
|
93
|
+
"name": "create",
|
|
94
|
+
"description": "A way to initialize controllers.",
|
|
95
|
+
"type": "((host: UmbControllerHostElement) => void) | undefined"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "umb-app-error",
|
|
101
|
+
"path": "./../../src/app/app-error.element.ts",
|
|
102
|
+
"description": "A full page error element that can be used either solo or for instance as the error 500 page and BootFailed",
|
|
103
|
+
"attributes": [
|
|
104
|
+
{
|
|
105
|
+
"name": "errorMessage",
|
|
106
|
+
"description": "The error message to display",
|
|
107
|
+
"type": "string | undefined"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "error",
|
|
111
|
+
"description": "The error to display",
|
|
112
|
+
"type": "unknown"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"properties": [
|
|
116
|
+
{
|
|
117
|
+
"name": "errorMessage",
|
|
118
|
+
"attribute": "errorMessage",
|
|
119
|
+
"description": "The error message to display",
|
|
120
|
+
"type": "string | undefined"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "error",
|
|
124
|
+
"attribute": "error",
|
|
125
|
+
"description": "The error to display",
|
|
126
|
+
"type": "unknown"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "render",
|
|
130
|
+
"type": "() => TemplateResult<1>",
|
|
131
|
+
"default": "\"() => html`\\n\\t\\t<div id=\\\"background\\\"></div>\\n\\n\\t\\t<div id=\\\"logo\\\">\\n\\t\\t\\t<img src=\\\"${logoImg}\\\" alt=\\\"Umbraco\\\" />\\n\\t\\t</div>\\n\\n\\t\\t<div id=\\\"container\\\">\\n\\t\\t\\t<uui-box id=\\\"box\\\">\\n\\t\\t\\t\\t<h1>Something went wrong</h1>\\n\\t\\t\\t\\t<p>${this.errorMessage}</p>\\n\\t\\t\\t\\t${this.error\\n\\t\\t\\t\\t\\t? html`\\n\\t\\t\\t\\t\\t\\t\\t<details>\\n\\t\\t\\t\\t\\t\\t\\t\\t<summary>Details</summary>\\n\\t\\t\\t\\t\\t\\t\\t\\t${this.renderError(this.error)}\\n\\t\\t\\t\\t\\t\\t\\t</details>\\n\\t\\t\\t\\t\\t `\\n\\t\\t\\t\\t\\t: nothing}\\n\\t\\t\\t</uui-box>\\n\\t\\t</div>\\n\\t`\""
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "styles",
|
|
135
|
+
"type": "CSSResult",
|
|
136
|
+
"default": "\"css`\\n\\t\\t#background {\\n\\t\\t\\tposition: fixed;\\n\\t\\t\\toverflow: hidden;\\n\\t\\t\\tbackground-position: 50%;\\n\\t\\t\\tbackground-repeat: no-repeat;\\n\\t\\t\\tbackground-size: cover;\\n\\t\\t\\tbackground-image: url('${unsafeCSS(backgroundImg)}');\\n\\t\\t\\twidth: 100vw;\\n\\t\\t\\theight: 100vh;\\n\\t\\t}\\n\\n\\t\\t#logo {\\n\\t\\t\\tposition: fixed;\\n\\t\\t\\ttop: var(--uui-size-space-5);\\n\\t\\t\\tleft: var(--uui-size-space-5);\\n\\t\\t\\theight: 30px;\\n\\t\\t}\\n\\n\\t\\t#logo img {\\n\\t\\t\\theight: 100%;\\n\\t\\t}\\n\\n\\t\\t#container {\\n\\t\\t\\tposition: relative;\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\talign-items: center;\\n\\t\\t\\tjustify-content: center;\\n\\t\\t\\twidth: 100vw;\\n\\t\\t\\theight: 100vh;\\n\\t\\t}\\n\\n\\t\\t#box {\\n\\t\\t\\twidth: 50vw;\\n\\t\\t\\tpadding: var(--uui-size-space-6) var(--uui-size-space-5) var(--uui-size-space-5) var(--uui-size-space-5);\\n\\t\\t}\\n\\n\\t\\tdetails {\\n\\t\\t\\tpadding: var(--uui-size-space-2) var(--uui-size-space-3);\\n\\t\\t\\tbackground: var(--uui-color-surface-alt);\\n\\t\\t}\\n\\n\\t\\tpre {\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\toverflow: auto;\\n\\t\\t}\\n\\t`\""
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "umb-app",
|
|
142
|
+
"path": "./../../src/app/app.element.ts",
|
|
143
|
+
"attributes": [
|
|
144
|
+
{
|
|
145
|
+
"name": "serverUrl",
|
|
146
|
+
"description": "The base URL of the configured Umbraco server.",
|
|
147
|
+
"type": "string",
|
|
148
|
+
"default": "\"\""
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "backofficePath",
|
|
152
|
+
"description": "The base path of the backoffice.",
|
|
153
|
+
"type": "string",
|
|
154
|
+
"default": "\"/umbraco\""
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "bypassAuth",
|
|
158
|
+
"description": "Bypass authentication.",
|
|
159
|
+
"type": "boolean",
|
|
160
|
+
"default": "false"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"properties": [
|
|
164
|
+
{
|
|
165
|
+
"name": "serverUrl",
|
|
166
|
+
"attribute": "serverUrl",
|
|
167
|
+
"description": "The base URL of the configured Umbraco server.",
|
|
168
|
+
"type": "string",
|
|
169
|
+
"default": "\"\""
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "backofficePath",
|
|
173
|
+
"attribute": "backofficePath",
|
|
174
|
+
"description": "The base path of the backoffice.",
|
|
175
|
+
"type": "string",
|
|
176
|
+
"default": "\"/umbraco\""
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "bypassAuth",
|
|
180
|
+
"attribute": "bypassAuth",
|
|
181
|
+
"description": "Bypass authentication.",
|
|
182
|
+
"type": "boolean",
|
|
183
|
+
"default": "false"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "styles",
|
|
187
|
+
"type": "CSSResult",
|
|
188
|
+
"default": "\"css`\\n\\t\\t:host {\\n\\t\\t\\toverflow: hidden;\\n\\t\\t}\\n\\n\\t\\t:host,\\n\\t\\t#router-slot {\\n\\t\\t\\tdisplay: block;\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\theight: 100vh;\\n\\t\\t}\\n\\t`\""
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"events": [
|
|
192
|
+
{
|
|
193
|
+
"name": "umb:debug-contexts:data"
|
|
194
|
+
}
|
|
195
|
+
]
|
|
196
|
+
},
|
|
48
197
|
{
|
|
49
198
|
"name": "umb-backoffice",
|
|
50
199
|
"path": "./../../src/backoffice/backoffice.element.ts",
|
|
@@ -198,6 +347,11 @@
|
|
|
198
347
|
"name": "placement",
|
|
199
348
|
"type": "PopoverPlacement",
|
|
200
349
|
"default": "\"bottom-start\""
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"name": "compact",
|
|
353
|
+
"type": "boolean",
|
|
354
|
+
"default": "false"
|
|
201
355
|
}
|
|
202
356
|
],
|
|
203
357
|
"properties": [
|
|
@@ -231,6 +385,12 @@
|
|
|
231
385
|
"type": "PopoverPlacement",
|
|
232
386
|
"default": "\"bottom-start\""
|
|
233
387
|
},
|
|
388
|
+
{
|
|
389
|
+
"name": "compact",
|
|
390
|
+
"attribute": "compact",
|
|
391
|
+
"type": "boolean",
|
|
392
|
+
"default": "false"
|
|
393
|
+
},
|
|
234
394
|
{
|
|
235
395
|
"name": "symbolExpand",
|
|
236
396
|
"type": "UUISymbolExpandElement"
|
|
@@ -446,6 +606,124 @@
|
|
|
446
606
|
}
|
|
447
607
|
]
|
|
448
608
|
},
|
|
609
|
+
{
|
|
610
|
+
"name": "umb-date-input",
|
|
611
|
+
"path": "./../../src/backoffice/core/components/date-input/date-input.element.ts",
|
|
612
|
+
"attributes": [
|
|
613
|
+
{
|
|
614
|
+
"name": "type",
|
|
615
|
+
"description": "Specifies the type of input that will be rendered.",
|
|
616
|
+
"type": "'date'| 'time'| 'datetime-local'",
|
|
617
|
+
"default": "\"date\""
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "displayValue",
|
|
621
|
+
"type": "string | undefined"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "offsetTime",
|
|
625
|
+
"type": "boolean",
|
|
626
|
+
"default": "false"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "min",
|
|
630
|
+
"type": "string | undefined"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "max",
|
|
634
|
+
"type": "string | undefined"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "step",
|
|
638
|
+
"type": "number | undefined"
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"properties": [
|
|
642
|
+
{
|
|
643
|
+
"name": "type",
|
|
644
|
+
"attribute": "type",
|
|
645
|
+
"description": "Specifies the type of input that will be rendered.",
|
|
646
|
+
"type": "'date'| 'time'| 'datetime-local'",
|
|
647
|
+
"default": "\"date\""
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "displayValue",
|
|
651
|
+
"attribute": "displayValue",
|
|
652
|
+
"type": "string | undefined"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "offsetTime",
|
|
656
|
+
"attribute": "offsetTime",
|
|
657
|
+
"type": "boolean",
|
|
658
|
+
"default": "false"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "min",
|
|
662
|
+
"attribute": "min",
|
|
663
|
+
"type": "string | undefined"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "max",
|
|
667
|
+
"attribute": "max",
|
|
668
|
+
"type": "string | undefined"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "step",
|
|
672
|
+
"attribute": "step",
|
|
673
|
+
"type": "number | undefined"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"name": "styles",
|
|
677
|
+
"type": "CSSResult[]",
|
|
678
|
+
"default": "[\"UUITextStyles\",null]"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "formAssociated",
|
|
682
|
+
"type": "boolean"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "value",
|
|
686
|
+
"type": "FormDataEntryValue | FormData"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "name",
|
|
690
|
+
"type": "string"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "validationMessage",
|
|
694
|
+
"type": "string"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "validity",
|
|
698
|
+
"type": "ValidityState"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "pristine",
|
|
702
|
+
"type": "boolean"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "required",
|
|
706
|
+
"type": "boolean"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "requiredMessage",
|
|
710
|
+
"type": "string"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "error",
|
|
714
|
+
"type": "boolean"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "errorMessage",
|
|
718
|
+
"type": "string"
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"events": [
|
|
722
|
+
{
|
|
723
|
+
"name": "change"
|
|
724
|
+
}
|
|
725
|
+
]
|
|
726
|
+
},
|
|
449
727
|
{
|
|
450
728
|
"name": "umb-debug",
|
|
451
729
|
"path": "./../../src/backoffice/core/components/debug/debug.element.ts",
|
|
@@ -1635,6 +1913,21 @@
|
|
|
1635
1913
|
}
|
|
1636
1914
|
]
|
|
1637
1915
|
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "umb-input-upload-field-file",
|
|
1918
|
+
"path": "./../../src/backoffice/core/components/input-upload-field/input-upload-field-file.element.ts",
|
|
1919
|
+
"properties": [
|
|
1920
|
+
{
|
|
1921
|
+
"name": "file",
|
|
1922
|
+
"type": "File"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"name": "render",
|
|
1926
|
+
"type": "() => DirectiveResult<typeof UntilDirective>",
|
|
1927
|
+
"default": "\"() => until(this.#renderFileItem(), html`<uui-loader></uui-loader>`)\""
|
|
1928
|
+
}
|
|
1929
|
+
]
|
|
1930
|
+
},
|
|
1638
1931
|
{
|
|
1639
1932
|
"name": "umb-input-upload-field",
|
|
1640
1933
|
"path": "./../../src/backoffice/core/components/input-upload-field/input-upload-field.element.ts",
|
|
@@ -2877,8 +3170,8 @@
|
|
|
2877
3170
|
]
|
|
2878
3171
|
},
|
|
2879
3172
|
{
|
|
2880
|
-
"name": "umb-template-
|
|
2881
|
-
"path": "./../../src/backoffice/core/modals/template
|
|
3173
|
+
"name": "umb-template-modal",
|
|
3174
|
+
"path": "./../../src/backoffice/core/modals/template/template-modal.element.ts",
|
|
2882
3175
|
"properties": [
|
|
2883
3176
|
{
|
|
2884
3177
|
"name": "styles",
|
|
@@ -2888,8 +3181,8 @@
|
|
|
2888
3181
|
]
|
|
2889
3182
|
},
|
|
2890
3183
|
{
|
|
2891
|
-
"name": "umb-
|
|
2892
|
-
"path": "./../../src/backoffice/core/modals/
|
|
3184
|
+
"name": "umb-tree-picker-modal",
|
|
3185
|
+
"path": "./../../src/backoffice/core/modals/tree-picker/tree-picker-modal.element.ts",
|
|
2893
3186
|
"properties": [
|
|
2894
3187
|
{
|
|
2895
3188
|
"name": "styles",
|
|
@@ -5078,34 +5371,12 @@
|
|
|
5078
5371
|
"path": "./../../src/backoffice/documents/documents/menu-item/document-menu-item.element.ts"
|
|
5079
5372
|
},
|
|
5080
5373
|
{
|
|
5081
|
-
"name": "umb-document-picker
|
|
5082
|
-
"path": "./../../src/backoffice/documents/documents/
|
|
5083
|
-
"
|
|
5374
|
+
"name": "umb-property-editor-ui-document-picker",
|
|
5375
|
+
"path": "./../../src/backoffice/documents/documents/property-editors/document-picker/property-editor-ui-document-picker.element.ts",
|
|
5376
|
+
"attributes": [
|
|
5084
5377
|
{
|
|
5085
|
-
"name": "
|
|
5086
|
-
"type": "
|
|
5087
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5088
|
-
}
|
|
5089
|
-
]
|
|
5090
|
-
},
|
|
5091
|
-
{
|
|
5092
|
-
"name": "umb-document-type-picker-modal",
|
|
5093
|
-
"path": "./../../src/backoffice/documents/documents/modals/document-type-picker/document-type-picker-modal.element.ts",
|
|
5094
|
-
"properties": [
|
|
5095
|
-
{
|
|
5096
|
-
"name": "styles",
|
|
5097
|
-
"type": "CSSResult[]",
|
|
5098
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5099
|
-
}
|
|
5100
|
-
]
|
|
5101
|
-
},
|
|
5102
|
-
{
|
|
5103
|
-
"name": "umb-property-editor-ui-document-picker",
|
|
5104
|
-
"path": "./../../src/backoffice/documents/documents/property-editors/document-picker/property-editor-ui-document-picker.element.ts",
|
|
5105
|
-
"attributes": [
|
|
5106
|
-
{
|
|
5107
|
-
"name": "value",
|
|
5108
|
-
"type": "string[]"
|
|
5378
|
+
"name": "value",
|
|
5379
|
+
"type": "string[]"
|
|
5109
5380
|
}
|
|
5110
5381
|
],
|
|
5111
5382
|
"properties": [
|
|
@@ -5443,17 +5714,6 @@
|
|
|
5443
5714
|
"name": "umb-media-menu-item",
|
|
5444
5715
|
"path": "./../../src/backoffice/media/media/menu-item/media-menu-item.element.ts"
|
|
5445
5716
|
},
|
|
5446
|
-
{
|
|
5447
|
-
"name": "umb-media-picker-modal",
|
|
5448
|
-
"path": "./../../src/backoffice/media/media/modals/media-picker/media-picker-modal.element.ts",
|
|
5449
|
-
"properties": [
|
|
5450
|
-
{
|
|
5451
|
-
"name": "styles",
|
|
5452
|
-
"type": "CSSResult[]",
|
|
5453
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5454
|
-
}
|
|
5455
|
-
]
|
|
5456
|
-
},
|
|
5457
5717
|
{
|
|
5458
5718
|
"name": "umb-media-workspace-edit",
|
|
5459
5719
|
"path": "./../../src/backoffice/media/media/workspace/media-workspace-edit.element.ts",
|
|
@@ -6172,23 +6432,6 @@
|
|
|
6172
6432
|
}
|
|
6173
6433
|
]
|
|
6174
6434
|
},
|
|
6175
|
-
{
|
|
6176
|
-
"name": "umb-data-type-picker-modal",
|
|
6177
|
-
"path": "./../../src/backoffice/settings/data-types/modal/data-type-picker/data-type-picker-modal.element.ts",
|
|
6178
|
-
"properties": [
|
|
6179
|
-
{
|
|
6180
|
-
"name": "modalHandler"
|
|
6181
|
-
},
|
|
6182
|
-
{
|
|
6183
|
-
"name": "data"
|
|
6184
|
-
},
|
|
6185
|
-
{
|
|
6186
|
-
"name": "styles",
|
|
6187
|
-
"type": "CSSResult[]",
|
|
6188
|
-
"default": "[\"UUITextStyles\",null]"
|
|
6189
|
-
}
|
|
6190
|
-
]
|
|
6191
|
-
},
|
|
6192
6435
|
{
|
|
6193
6436
|
"name": "umb-data-type-workspace-edit-element",
|
|
6194
6437
|
"path": "./../../src/backoffice/settings/data-types/workspace/data-type-workspace-edit.element.ts",
|
|
@@ -7115,6 +7358,361 @@
|
|
|
7115
7358
|
}
|
|
7116
7359
|
]
|
|
7117
7360
|
},
|
|
7361
|
+
{
|
|
7362
|
+
"name": "umb-templating-insert-menu",
|
|
7363
|
+
"path": "./../../src/backoffice/templating/components/insert-menu/templating-insert-menu.element.ts",
|
|
7364
|
+
"attributes": [
|
|
7365
|
+
{
|
|
7366
|
+
"name": "value",
|
|
7367
|
+
"type": "string",
|
|
7368
|
+
"default": "\"\""
|
|
7369
|
+
},
|
|
7370
|
+
{
|
|
7371
|
+
"name": "hidePartialView",
|
|
7372
|
+
"type": "boolean",
|
|
7373
|
+
"default": "false"
|
|
7374
|
+
}
|
|
7375
|
+
],
|
|
7376
|
+
"properties": [
|
|
7377
|
+
{
|
|
7378
|
+
"name": "value",
|
|
7379
|
+
"attribute": "value",
|
|
7380
|
+
"type": "string",
|
|
7381
|
+
"default": "\"\""
|
|
7382
|
+
},
|
|
7383
|
+
{
|
|
7384
|
+
"name": "hidePartialView",
|
|
7385
|
+
"attribute": "hidePartialView",
|
|
7386
|
+
"type": "boolean",
|
|
7387
|
+
"default": "false"
|
|
7388
|
+
},
|
|
7389
|
+
{
|
|
7390
|
+
"name": "styles",
|
|
7391
|
+
"type": "CSSResult[]",
|
|
7392
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7393
|
+
}
|
|
7394
|
+
],
|
|
7395
|
+
"events": [
|
|
7396
|
+
{
|
|
7397
|
+
"name": "insert"
|
|
7398
|
+
}
|
|
7399
|
+
]
|
|
7400
|
+
},
|
|
7401
|
+
{
|
|
7402
|
+
"name": "umb-templating-choose-insert-type-modal",
|
|
7403
|
+
"path": "./../../src/backoffice/templating/modals/insert-choose-type-sidebar.element.ts",
|
|
7404
|
+
"properties": [
|
|
7405
|
+
{
|
|
7406
|
+
"name": "styles",
|
|
7407
|
+
"type": "CSSResult[]",
|
|
7408
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7409
|
+
}
|
|
7410
|
+
]
|
|
7411
|
+
},
|
|
7412
|
+
{
|
|
7413
|
+
"name": "umb-insert-section-checkbox",
|
|
7414
|
+
"path": "./../../src/backoffice/templating/modals/insert-section-modal/insert-section-input.element.ts",
|
|
7415
|
+
"attributes": [
|
|
7416
|
+
{
|
|
7417
|
+
"name": "show-mandatory",
|
|
7418
|
+
"type": "boolean",
|
|
7419
|
+
"default": "false"
|
|
7420
|
+
},
|
|
7421
|
+
{
|
|
7422
|
+
"name": "show-input",
|
|
7423
|
+
"type": "boolean",
|
|
7424
|
+
"default": "false"
|
|
7425
|
+
},
|
|
7426
|
+
{
|
|
7427
|
+
"name": "label-position",
|
|
7428
|
+
"description": "Specifies the label position of the checkbox or the toggle",
|
|
7429
|
+
"type": "'left' | 'right' | 'top' | 'bottom'",
|
|
7430
|
+
"default": "\"right\""
|
|
7431
|
+
},
|
|
7432
|
+
{
|
|
7433
|
+
"name": "checked",
|
|
7434
|
+
"description": "Reflects the state of the element.\nTrue if checkbox or toggle is checked. Change this to switch the state programmatically.",
|
|
7435
|
+
"type": "boolean",
|
|
7436
|
+
"default": "\"false\""
|
|
7437
|
+
},
|
|
7438
|
+
{
|
|
7439
|
+
"name": "disabled",
|
|
7440
|
+
"description": "Disables the input.",
|
|
7441
|
+
"type": "boolean",
|
|
7442
|
+
"default": "\"false\""
|
|
7443
|
+
}
|
|
7444
|
+
],
|
|
7445
|
+
"properties": [
|
|
7446
|
+
{
|
|
7447
|
+
"name": "showMandatory",
|
|
7448
|
+
"attribute": "show-mandatory",
|
|
7449
|
+
"type": "boolean",
|
|
7450
|
+
"default": "false"
|
|
7451
|
+
},
|
|
7452
|
+
{
|
|
7453
|
+
"name": "showInput",
|
|
7454
|
+
"attribute": "show-input",
|
|
7455
|
+
"type": "boolean",
|
|
7456
|
+
"default": "false"
|
|
7457
|
+
},
|
|
7458
|
+
{
|
|
7459
|
+
"name": "input",
|
|
7460
|
+
"type": "UUIInputElement | undefined"
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
"name": "form",
|
|
7464
|
+
"type": "HTMLFormElement | undefined"
|
|
7465
|
+
},
|
|
7466
|
+
{
|
|
7467
|
+
"name": "checkbox",
|
|
7468
|
+
"type": "HTMLFormElement | undefined"
|
|
7469
|
+
},
|
|
7470
|
+
{
|
|
7471
|
+
"name": "inputValue",
|
|
7472
|
+
"type": "FormDataEntryValue | FormData | undefined"
|
|
7473
|
+
},
|
|
7474
|
+
{
|
|
7475
|
+
"name": "isMandatory"
|
|
7476
|
+
},
|
|
7477
|
+
{
|
|
7478
|
+
"name": "styles",
|
|
7479
|
+
"type": "CSSResult[]",
|
|
7480
|
+
"default": "[null,\"UUITextStyles\",null]"
|
|
7481
|
+
},
|
|
7482
|
+
{
|
|
7483
|
+
"name": "value",
|
|
7484
|
+
"description": "intentional overwrite of FormControlMixins value getter and setter method.",
|
|
7485
|
+
"type": "string"
|
|
7486
|
+
},
|
|
7487
|
+
{
|
|
7488
|
+
"name": "labelPosition",
|
|
7489
|
+
"attribute": "label-position",
|
|
7490
|
+
"description": "Specifies the label position of the checkbox or the toggle",
|
|
7491
|
+
"type": "'left' | 'right' | 'top' | 'bottom'",
|
|
7492
|
+
"default": "\"right\""
|
|
7493
|
+
},
|
|
7494
|
+
{
|
|
7495
|
+
"name": "checked",
|
|
7496
|
+
"attribute": "checked",
|
|
7497
|
+
"description": "Reflects the state of the element.\nTrue if checkbox or toggle is checked. Change this to switch the state programmatically.",
|
|
7498
|
+
"type": "boolean",
|
|
7499
|
+
"default": "\"false\""
|
|
7500
|
+
},
|
|
7501
|
+
{
|
|
7502
|
+
"name": "disabled",
|
|
7503
|
+
"attribute": "disabled",
|
|
7504
|
+
"description": "Disables the input.",
|
|
7505
|
+
"type": "boolean",
|
|
7506
|
+
"default": "\"false\""
|
|
7507
|
+
}
|
|
7508
|
+
],
|
|
7509
|
+
"events": [
|
|
7510
|
+
{
|
|
7511
|
+
"name": "change",
|
|
7512
|
+
"description": "on change"
|
|
7513
|
+
}
|
|
7514
|
+
]
|
|
7515
|
+
},
|
|
7516
|
+
{
|
|
7517
|
+
"name": "umb-insert-section-input",
|
|
7518
|
+
"path": "./../../src/backoffice/templating/modals/insert-section-modal/insert-section-input.element.ts",
|
|
7519
|
+
"attributes": [
|
|
7520
|
+
{
|
|
7521
|
+
"name": "show-mandatory",
|
|
7522
|
+
"type": "boolean",
|
|
7523
|
+
"default": "false"
|
|
7524
|
+
},
|
|
7525
|
+
{
|
|
7526
|
+
"name": "show-input",
|
|
7527
|
+
"type": "boolean",
|
|
7528
|
+
"default": "false"
|
|
7529
|
+
},
|
|
7530
|
+
{
|
|
7531
|
+
"name": "label-position",
|
|
7532
|
+
"description": "Specifies the label position of the checkbox or the toggle",
|
|
7533
|
+
"type": "'left' | 'right' | 'top' | 'bottom'",
|
|
7534
|
+
"default": "\"right\""
|
|
7535
|
+
},
|
|
7536
|
+
{
|
|
7537
|
+
"name": "checked",
|
|
7538
|
+
"description": "Reflects the state of the element.\nTrue if checkbox or toggle is checked. Change this to switch the state programmatically.",
|
|
7539
|
+
"type": "boolean",
|
|
7540
|
+
"default": "\"false\""
|
|
7541
|
+
},
|
|
7542
|
+
{
|
|
7543
|
+
"name": "disabled",
|
|
7544
|
+
"description": "Disables the input.",
|
|
7545
|
+
"type": "boolean",
|
|
7546
|
+
"default": "\"false\""
|
|
7547
|
+
}
|
|
7548
|
+
],
|
|
7549
|
+
"properties": [
|
|
7550
|
+
{
|
|
7551
|
+
"name": "showMandatory",
|
|
7552
|
+
"attribute": "show-mandatory",
|
|
7553
|
+
"type": "boolean",
|
|
7554
|
+
"default": "false"
|
|
7555
|
+
},
|
|
7556
|
+
{
|
|
7557
|
+
"name": "showInput",
|
|
7558
|
+
"attribute": "show-input",
|
|
7559
|
+
"type": "boolean",
|
|
7560
|
+
"default": "false"
|
|
7561
|
+
},
|
|
7562
|
+
{
|
|
7563
|
+
"name": "input",
|
|
7564
|
+
"type": "UUIInputElement | undefined"
|
|
7565
|
+
},
|
|
7566
|
+
{
|
|
7567
|
+
"name": "form",
|
|
7568
|
+
"type": "HTMLFormElement | undefined"
|
|
7569
|
+
},
|
|
7570
|
+
{
|
|
7571
|
+
"name": "checkbox",
|
|
7572
|
+
"type": "HTMLFormElement | undefined"
|
|
7573
|
+
},
|
|
7574
|
+
{
|
|
7575
|
+
"name": "inputValue",
|
|
7576
|
+
"type": "FormDataEntryValue | FormData | undefined"
|
|
7577
|
+
},
|
|
7578
|
+
{
|
|
7579
|
+
"name": "isMandatory"
|
|
7580
|
+
},
|
|
7581
|
+
{
|
|
7582
|
+
"name": "styles",
|
|
7583
|
+
"type": "CSSResult[]",
|
|
7584
|
+
"default": "[null,\"UUITextStyles\",null]"
|
|
7585
|
+
},
|
|
7586
|
+
{
|
|
7587
|
+
"name": "value",
|
|
7588
|
+
"description": "intentional overwrite of FormControlMixins value getter and setter method.",
|
|
7589
|
+
"type": "string"
|
|
7590
|
+
},
|
|
7591
|
+
{
|
|
7592
|
+
"name": "labelPosition",
|
|
7593
|
+
"attribute": "label-position",
|
|
7594
|
+
"description": "Specifies the label position of the checkbox or the toggle",
|
|
7595
|
+
"type": "'left' | 'right' | 'top' | 'bottom'",
|
|
7596
|
+
"default": "\"right\""
|
|
7597
|
+
},
|
|
7598
|
+
{
|
|
7599
|
+
"name": "checked",
|
|
7600
|
+
"attribute": "checked",
|
|
7601
|
+
"description": "Reflects the state of the element.\nTrue if checkbox or toggle is checked. Change this to switch the state programmatically.",
|
|
7602
|
+
"type": "boolean",
|
|
7603
|
+
"default": "\"false\""
|
|
7604
|
+
},
|
|
7605
|
+
{
|
|
7606
|
+
"name": "disabled",
|
|
7607
|
+
"attribute": "disabled",
|
|
7608
|
+
"description": "Disables the input.",
|
|
7609
|
+
"type": "boolean",
|
|
7610
|
+
"default": "\"false\""
|
|
7611
|
+
}
|
|
7612
|
+
],
|
|
7613
|
+
"events": [
|
|
7614
|
+
{
|
|
7615
|
+
"name": "change",
|
|
7616
|
+
"description": "on change"
|
|
7617
|
+
}
|
|
7618
|
+
]
|
|
7619
|
+
},
|
|
7620
|
+
{
|
|
7621
|
+
"name": "umb-templating-insert-section-modal",
|
|
7622
|
+
"path": "./../../src/backoffice/templating/modals/insert-section-modal/insert-section-modal.element.ts",
|
|
7623
|
+
"properties": [
|
|
7624
|
+
{
|
|
7625
|
+
"name": "checkboxes",
|
|
7626
|
+
"type": "NodeListOf<UmbInsertSectionCheckboxElement>"
|
|
7627
|
+
},
|
|
7628
|
+
{
|
|
7629
|
+
"name": "selectedCheckbox",
|
|
7630
|
+
"type": "UmbInsertSectionCheckboxElement | null | undefined"
|
|
7631
|
+
},
|
|
7632
|
+
{
|
|
7633
|
+
"name": "snippet",
|
|
7634
|
+
"type": "string",
|
|
7635
|
+
"default": "\"\""
|
|
7636
|
+
},
|
|
7637
|
+
{
|
|
7638
|
+
"name": "snippetMethods",
|
|
7639
|
+
"type": "((sectionName: string, isMandatory: boolean) => string)[]",
|
|
7640
|
+
"default": "[\"getRenderBodySnippet\",\"getRenderSectionSnippet\",\"getAddSectionSnippet\"]"
|
|
7641
|
+
},
|
|
7642
|
+
{
|
|
7643
|
+
"name": "styles",
|
|
7644
|
+
"type": "CSSResult[]",
|
|
7645
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7646
|
+
}
|
|
7647
|
+
]
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"name": "umb-insert-value-sidebar",
|
|
7651
|
+
"path": "./../../src/backoffice/templating/modals/insert-value-sidebar.element.ts",
|
|
7652
|
+
"properties": [
|
|
7653
|
+
{
|
|
7654
|
+
"name": "showDefaultValueInput",
|
|
7655
|
+
"type": "boolean",
|
|
7656
|
+
"default": "false"
|
|
7657
|
+
},
|
|
7658
|
+
{
|
|
7659
|
+
"name": "recursive",
|
|
7660
|
+
"type": "boolean",
|
|
7661
|
+
"default": "false"
|
|
7662
|
+
},
|
|
7663
|
+
{
|
|
7664
|
+
"name": "defaultValue",
|
|
7665
|
+
"type": "string | null"
|
|
7666
|
+
},
|
|
7667
|
+
{
|
|
7668
|
+
"name": "field",
|
|
7669
|
+
"type": "string | null"
|
|
7670
|
+
},
|
|
7671
|
+
{
|
|
7672
|
+
"name": "output",
|
|
7673
|
+
"type": "string",
|
|
7674
|
+
"default": "\"\""
|
|
7675
|
+
},
|
|
7676
|
+
{
|
|
7677
|
+
"name": "styles",
|
|
7678
|
+
"type": "CSSResult[]",
|
|
7679
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7680
|
+
}
|
|
7681
|
+
]
|
|
7682
|
+
},
|
|
7683
|
+
{
|
|
7684
|
+
"name": "umb-partial-view-picker-modal",
|
|
7685
|
+
"path": "./../../src/backoffice/templating/modals/partial-view-picker-modal.element.ts",
|
|
7686
|
+
"properties": [
|
|
7687
|
+
{
|
|
7688
|
+
"name": "styles",
|
|
7689
|
+
"type": "CSSResult[]",
|
|
7690
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7691
|
+
}
|
|
7692
|
+
]
|
|
7693
|
+
},
|
|
7694
|
+
{
|
|
7695
|
+
"name": "umb-partial-views-workspace-edit",
|
|
7696
|
+
"path": "./../../src/backoffice/templating/partial-views/workspace/partial-views-workspace-edit.element.ts",
|
|
7697
|
+
"properties": [
|
|
7698
|
+
{
|
|
7699
|
+
"name": "styles",
|
|
7700
|
+
"type": "CSSResult[]",
|
|
7701
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7702
|
+
}
|
|
7703
|
+
]
|
|
7704
|
+
},
|
|
7705
|
+
{
|
|
7706
|
+
"name": "umb-partial-views-workspace",
|
|
7707
|
+
"path": "./../../src/backoffice/templating/partial-views/workspace/partial-views-workspace.element.ts",
|
|
7708
|
+
"properties": [
|
|
7709
|
+
{
|
|
7710
|
+
"name": "styles",
|
|
7711
|
+
"type": "CSSResult[]",
|
|
7712
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7713
|
+
}
|
|
7714
|
+
]
|
|
7715
|
+
},
|
|
7118
7716
|
{
|
|
7119
7717
|
"name": "umb-stylesheet-workspace-edit",
|
|
7120
7718
|
"path": "./../../src/backoffice/templating/stylesheets/workspace/stylesheet-workspace-edit.element.ts",
|
|
@@ -7361,6 +7959,17 @@
|
|
|
7361
7959
|
}
|
|
7362
7960
|
]
|
|
7363
7961
|
},
|
|
7962
|
+
{
|
|
7963
|
+
"name": "umb-template-workspace-edit",
|
|
7964
|
+
"path": "./../../src/backoffice/templating/templates/workspace/template-workspace-edit.element.ts",
|
|
7965
|
+
"properties": [
|
|
7966
|
+
{
|
|
7967
|
+
"name": "styles",
|
|
7968
|
+
"type": "CSSResult[]",
|
|
7969
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7970
|
+
}
|
|
7971
|
+
]
|
|
7972
|
+
},
|
|
7364
7973
|
{
|
|
7365
7974
|
"name": "umb-template-workspace",
|
|
7366
7975
|
"path": "./../../src/backoffice/templating/templates/workspace/template-workspace.element.ts",
|
|
@@ -7453,6 +8062,17 @@
|
|
|
7453
8062
|
}
|
|
7454
8063
|
]
|
|
7455
8064
|
},
|
|
8065
|
+
{
|
|
8066
|
+
"name": "umb-dictionary-item-picker-modal",
|
|
8067
|
+
"path": "./../../src/backoffice/translation/modals/dictionary-item-picker/dictionary-item-picker-modal.element.ts",
|
|
8068
|
+
"properties": [
|
|
8069
|
+
{
|
|
8070
|
+
"name": "styles",
|
|
8071
|
+
"type": "CSSResult[]",
|
|
8072
|
+
"default": "[\"UUITextStyles\",null]"
|
|
8073
|
+
}
|
|
8074
|
+
]
|
|
8075
|
+
},
|
|
7456
8076
|
{
|
|
7457
8077
|
"name": "umb-umbraco-news-dashboard",
|
|
7458
8078
|
"path": "./../../src/backoffice/umbraco-news/umbraco-news-dashboard.element.ts",
|
|
@@ -7992,57 +8612,6 @@
|
|
|
7992
8612
|
}
|
|
7993
8613
|
]
|
|
7994
8614
|
},
|
|
7995
|
-
{
|
|
7996
|
-
"name": "umb-context-provider",
|
|
7997
|
-
"path": "./../../src/core/context-provider/context-provider.element.ts",
|
|
7998
|
-
"description": "Provides a value to the context down the DOM tree.",
|
|
7999
|
-
"attributes": [
|
|
8000
|
-
{
|
|
8001
|
-
"name": "value",
|
|
8002
|
-
"description": "The value to provide to the context.",
|
|
8003
|
-
"type": "unknown"
|
|
8004
|
-
},
|
|
8005
|
-
{
|
|
8006
|
-
"name": "key",
|
|
8007
|
-
"description": "The key to provide to the context."
|
|
8008
|
-
}
|
|
8009
|
-
],
|
|
8010
|
-
"properties": [
|
|
8011
|
-
{
|
|
8012
|
-
"name": "create",
|
|
8013
|
-
"description": "The value to provide to the context.",
|
|
8014
|
-
"type": "((host: any) => unknown) | undefined"
|
|
8015
|
-
},
|
|
8016
|
-
{
|
|
8017
|
-
"name": "value",
|
|
8018
|
-
"attribute": "value",
|
|
8019
|
-
"description": "The value to provide to the context.",
|
|
8020
|
-
"type": "unknown"
|
|
8021
|
-
},
|
|
8022
|
-
{
|
|
8023
|
-
"name": "key",
|
|
8024
|
-
"attribute": "key",
|
|
8025
|
-
"description": "The key to provide to the context."
|
|
8026
|
-
}
|
|
8027
|
-
],
|
|
8028
|
-
"slots": [
|
|
8029
|
-
{
|
|
8030
|
-
"name": "",
|
|
8031
|
-
"description": "The context will be available to all descendants given in the default slot."
|
|
8032
|
-
}
|
|
8033
|
-
]
|
|
8034
|
-
},
|
|
8035
|
-
{
|
|
8036
|
-
"name": "umb-controller-host-test",
|
|
8037
|
-
"path": "./../../src/core/controller-host/controller-host-test.element.ts",
|
|
8038
|
-
"properties": [
|
|
8039
|
-
{
|
|
8040
|
-
"name": "create",
|
|
8041
|
-
"description": "A way to initialize controllers.",
|
|
8042
|
-
"type": "((host: any) => void) | undefined"
|
|
8043
|
-
}
|
|
8044
|
-
]
|
|
8045
|
-
},
|
|
8046
8615
|
{
|
|
8047
8616
|
"name": "umb-story-modal-context-example",
|
|
8048
8617
|
"path": "./../../src/core/modal/stories/story-modal-service-example.element.ts",
|
|
@@ -8164,47 +8733,6 @@
|
|
|
8164
8733
|
}
|
|
8165
8734
|
]
|
|
8166
8735
|
},
|
|
8167
|
-
{
|
|
8168
|
-
"name": "umb-error",
|
|
8169
|
-
"path": "./../../src/error/error.element.ts",
|
|
8170
|
-
"description": "A full page error element that can be used either solo or for instance as the error 500 page and BootFailed",
|
|
8171
|
-
"attributes": [
|
|
8172
|
-
{
|
|
8173
|
-
"name": "errorMessage",
|
|
8174
|
-
"description": "The error message to display",
|
|
8175
|
-
"type": "string | undefined"
|
|
8176
|
-
},
|
|
8177
|
-
{
|
|
8178
|
-
"name": "error",
|
|
8179
|
-
"description": "The error to display",
|
|
8180
|
-
"type": "unknown"
|
|
8181
|
-
}
|
|
8182
|
-
],
|
|
8183
|
-
"properties": [
|
|
8184
|
-
{
|
|
8185
|
-
"name": "errorMessage",
|
|
8186
|
-
"attribute": "errorMessage",
|
|
8187
|
-
"description": "The error message to display",
|
|
8188
|
-
"type": "string | undefined"
|
|
8189
|
-
},
|
|
8190
|
-
{
|
|
8191
|
-
"name": "error",
|
|
8192
|
-
"attribute": "error",
|
|
8193
|
-
"description": "The error to display",
|
|
8194
|
-
"type": "unknown"
|
|
8195
|
-
},
|
|
8196
|
-
{
|
|
8197
|
-
"name": "render",
|
|
8198
|
-
"type": "() => TemplateResult<1>",
|
|
8199
|
-
"default": "\"() => html`\\n\\t\\t<div id=\\\"background\\\"></div>\\n\\n\\t\\t<div id=\\\"logo\\\">\\n\\t\\t\\t<img src=\\\"${logoImg}\\\" alt=\\\"Umbraco\\\" />\\n\\t\\t</div>\\n\\n\\t\\t<div id=\\\"container\\\">\\n\\t\\t\\t<uui-box id=\\\"box\\\">\\n\\t\\t\\t\\t<h1>Something went wrong</h1>\\n\\t\\t\\t\\t<p>${this.errorMessage}</p>\\n\\t\\t\\t\\t${this.error\\n\\t\\t\\t\\t\\t? html`\\n\\t\\t\\t\\t\\t\\t\\t<details>\\n\\t\\t\\t\\t\\t\\t\\t\\t<summary>Details</summary>\\n\\t\\t\\t\\t\\t\\t\\t\\t${this.renderError(this.error)}\\n\\t\\t\\t\\t\\t\\t\\t</details>\\n\\t\\t\\t\\t\\t `\\n\\t\\t\\t\\t\\t: nothing}\\n\\t\\t\\t</uui-box>\\n\\t\\t</div>\\n\\t`\""
|
|
8200
|
-
},
|
|
8201
|
-
{
|
|
8202
|
-
"name": "styles",
|
|
8203
|
-
"type": "CSSResult",
|
|
8204
|
-
"default": "\"css`\\n\\t\\t#background {\\n\\t\\t\\tposition: fixed;\\n\\t\\t\\toverflow: hidden;\\n\\t\\t\\tbackground-position: 50%;\\n\\t\\t\\tbackground-repeat: no-repeat;\\n\\t\\t\\tbackground-size: cover;\\n\\t\\t\\tbackground-image: url('${unsafeCSS(backgroundImg)}');\\n\\t\\t\\twidth: 100vw;\\n\\t\\t\\theight: 100vh;\\n\\t\\t}\\n\\n\\t\\t#logo {\\n\\t\\t\\tposition: fixed;\\n\\t\\t\\ttop: var(--uui-size-space-5);\\n\\t\\t\\tleft: var(--uui-size-space-5);\\n\\t\\t\\theight: 30px;\\n\\t\\t}\\n\\n\\t\\t#logo img {\\n\\t\\t\\theight: 100%;\\n\\t\\t}\\n\\n\\t\\t#container {\\n\\t\\t\\tposition: relative;\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\talign-items: center;\\n\\t\\t\\tjustify-content: center;\\n\\t\\t\\twidth: 100vw;\\n\\t\\t\\theight: 100vh;\\n\\t\\t}\\n\\n\\t\\t#box {\\n\\t\\t\\twidth: 50vw;\\n\\t\\t\\tpadding: var(--uui-size-space-6) var(--uui-size-space-5) var(--uui-size-space-5) var(--uui-size-space-5);\\n\\t\\t}\\n\\n\\t\\tdetails {\\n\\t\\t\\tpadding: var(--uui-size-space-2) var(--uui-size-space-3);\\n\\t\\t\\tbackground: var(--uui-color-surface-alt);\\n\\t\\t}\\n\\n\\t\\tpre {\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\toverflow: auto;\\n\\t\\t}\\n\\t`\""
|
|
8205
|
-
}
|
|
8206
|
-
]
|
|
8207
|
-
},
|
|
8208
8736
|
{
|
|
8209
8737
|
"name": "umb-installer-consent",
|
|
8210
8738
|
"path": "./../../src/installer/consent/installer-consent.element.ts",
|