@umbraco-ui/uui 1.2.0-rc.0 → 1.2.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +209 -0
- package/dist/uui.min.js +42 -38
- package/dist/uui.min.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/package.json +84 -82
- package/vscode-html-custom-data.json +3181 -0
package/custom-elements.json
CHANGED
|
@@ -2158,6 +2158,12 @@
|
|
|
2158
2158
|
"type": " string ",
|
|
2159
2159
|
"default": "\"\\\"Close\\\"\""
|
|
2160
2160
|
},
|
|
2161
|
+
{
|
|
2162
|
+
"name": "disabled",
|
|
2163
|
+
"description": "Disables the uui-combobox.",
|
|
2164
|
+
"type": "boolean",
|
|
2165
|
+
"default": "\"false\""
|
|
2166
|
+
},
|
|
2161
2167
|
{
|
|
2162
2168
|
"name": "name",
|
|
2163
2169
|
"description": "This is a name property of the component.",
|
|
@@ -2228,6 +2234,13 @@
|
|
|
2228
2234
|
"type": " string ",
|
|
2229
2235
|
"default": "\"\\\"Close\\\"\""
|
|
2230
2236
|
},
|
|
2237
|
+
{
|
|
2238
|
+
"name": "disabled",
|
|
2239
|
+
"attribute": "disabled",
|
|
2240
|
+
"description": "Disables the uui-combobox.",
|
|
2241
|
+
"type": "boolean",
|
|
2242
|
+
"default": "\"false\""
|
|
2243
|
+
},
|
|
2231
2244
|
{
|
|
2232
2245
|
"name": "formAssociated",
|
|
2233
2246
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -3972,6 +3985,196 @@
|
|
|
3972
3985
|
}
|
|
3973
3986
|
]
|
|
3974
3987
|
},
|
|
3988
|
+
{
|
|
3989
|
+
"name": "modal-example",
|
|
3990
|
+
"path": "./../uui-modal/lib/modal-example.element.ts",
|
|
3991
|
+
"properties": [
|
|
3992
|
+
{
|
|
3993
|
+
"name": "styles",
|
|
3994
|
+
"type": "CSSResult",
|
|
3995
|
+
"default": "\"css`\\n .sidebar-buttons {\\n margin-top: auto;\\n display: flex;\\n align-items: center;\\n justify-content: end;\\n padding: 16px;\\n background: var(--uui-color-surface);\\n box-shadow: var(--uui-shadow-depth-4);\\n }\\n `\""
|
|
3996
|
+
}
|
|
3997
|
+
]
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"name": "uui-modal-dialog",
|
|
4001
|
+
"path": "./../uui-modal/lib/uui-modal-dialog.element.ts",
|
|
4002
|
+
"attributes": [
|
|
4003
|
+
{
|
|
4004
|
+
"name": "is-open",
|
|
4005
|
+
"type": "boolean",
|
|
4006
|
+
"default": "false"
|
|
4007
|
+
},
|
|
4008
|
+
{
|
|
4009
|
+
"name": "is-closing",
|
|
4010
|
+
"type": "boolean",
|
|
4011
|
+
"default": "false"
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"name": "index",
|
|
4015
|
+
"type": "number",
|
|
4016
|
+
"default": "0"
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
"name": "unique-index",
|
|
4020
|
+
"type": "number",
|
|
4021
|
+
"default": "0"
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"name": "transitionDuration",
|
|
4025
|
+
"type": "number"
|
|
4026
|
+
}
|
|
4027
|
+
],
|
|
4028
|
+
"properties": [
|
|
4029
|
+
{
|
|
4030
|
+
"name": "isOpen",
|
|
4031
|
+
"attribute": "is-open",
|
|
4032
|
+
"type": "boolean",
|
|
4033
|
+
"default": "false"
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"name": "isClosing",
|
|
4037
|
+
"attribute": "is-closing",
|
|
4038
|
+
"type": "boolean",
|
|
4039
|
+
"default": "false"
|
|
4040
|
+
},
|
|
4041
|
+
{
|
|
4042
|
+
"name": "index",
|
|
4043
|
+
"attribute": "index",
|
|
4044
|
+
"type": "number",
|
|
4045
|
+
"default": "0"
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "uniqueIndex",
|
|
4049
|
+
"attribute": "unique-index",
|
|
4050
|
+
"type": "number",
|
|
4051
|
+
"default": "0"
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"name": "transitionDuration",
|
|
4055
|
+
"attribute": "transitionDuration",
|
|
4056
|
+
"type": "number"
|
|
4057
|
+
},
|
|
4058
|
+
{
|
|
4059
|
+
"name": "open",
|
|
4060
|
+
"type": "(event?: Event | undefined) => void",
|
|
4061
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent('open', {\\n bubbles: true,\\n cancelable: true,\\n });\\n\\n this.dispatchEvent(openEvent);\\n if (openEvent.defaultPrevented) return;\\n\\n this._openModal();\\n }\""
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
"name": "close",
|
|
4065
|
+
"type": "(event?: Event | undefined) => void",
|
|
4066
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent('close', {\\n bubbles: true,\\n cancelable: true,\\n });\\n this.dispatchEvent(closeEvent);\\n\\n if (closeEvent.defaultPrevented) return;\\n\\n this._closeModal();\\n }\""
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"name": "styles",
|
|
4070
|
+
"type": "CSSResult[]",
|
|
4071
|
+
"default": "[null,null]"
|
|
4072
|
+
}
|
|
4073
|
+
],
|
|
4074
|
+
"events": [
|
|
4075
|
+
{
|
|
4076
|
+
"name": "open"
|
|
4077
|
+
},
|
|
4078
|
+
{
|
|
4079
|
+
"name": "close"
|
|
4080
|
+
}
|
|
4081
|
+
]
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"name": "uui-modal-sidebar",
|
|
4085
|
+
"path": "./../uui-modal/lib/uui-modal-sidebar.element.ts",
|
|
4086
|
+
"attributes": [
|
|
4087
|
+
{
|
|
4088
|
+
"name": "size",
|
|
4089
|
+
"type": "UUIModalSidebarSize",
|
|
4090
|
+
"default": "\"full\""
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"name": "is-open",
|
|
4094
|
+
"type": "boolean",
|
|
4095
|
+
"default": "false"
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
"name": "is-closing",
|
|
4099
|
+
"type": "boolean",
|
|
4100
|
+
"default": "false"
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"name": "index",
|
|
4104
|
+
"type": "number",
|
|
4105
|
+
"default": "0"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"name": "unique-index",
|
|
4109
|
+
"type": "number",
|
|
4110
|
+
"default": "0"
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"name": "transitionDuration",
|
|
4114
|
+
"type": "number"
|
|
4115
|
+
}
|
|
4116
|
+
],
|
|
4117
|
+
"properties": [
|
|
4118
|
+
{
|
|
4119
|
+
"name": "size",
|
|
4120
|
+
"attribute": "size",
|
|
4121
|
+
"type": "UUIModalSidebarSize",
|
|
4122
|
+
"default": "\"full\""
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"name": "isOpen",
|
|
4126
|
+
"attribute": "is-open",
|
|
4127
|
+
"type": "boolean",
|
|
4128
|
+
"default": "false"
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"name": "isClosing",
|
|
4132
|
+
"attribute": "is-closing",
|
|
4133
|
+
"type": "boolean",
|
|
4134
|
+
"default": "false"
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"name": "index",
|
|
4138
|
+
"attribute": "index",
|
|
4139
|
+
"type": "number",
|
|
4140
|
+
"default": "0"
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"name": "uniqueIndex",
|
|
4144
|
+
"attribute": "unique-index",
|
|
4145
|
+
"type": "number",
|
|
4146
|
+
"default": "0"
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"name": "transitionDuration",
|
|
4150
|
+
"attribute": "transitionDuration",
|
|
4151
|
+
"type": "number"
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"name": "open",
|
|
4155
|
+
"type": "(event?: Event | undefined) => void",
|
|
4156
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent('open', {\\n bubbles: true,\\n cancelable: true,\\n });\\n\\n this.dispatchEvent(openEvent);\\n if (openEvent.defaultPrevented) return;\\n\\n this._openModal();\\n }\""
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"name": "close",
|
|
4160
|
+
"type": "(event?: Event | undefined) => void",
|
|
4161
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent('close', {\\n bubbles: true,\\n cancelable: true,\\n });\\n this.dispatchEvent(closeEvent);\\n\\n if (closeEvent.defaultPrevented) return;\\n\\n this._closeModal();\\n }\""
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"name": "styles",
|
|
4165
|
+
"type": "CSSResult[]",
|
|
4166
|
+
"default": "[null,null]"
|
|
4167
|
+
}
|
|
4168
|
+
],
|
|
4169
|
+
"events": [
|
|
4170
|
+
{
|
|
4171
|
+
"name": "open"
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
"name": "close"
|
|
4175
|
+
}
|
|
4176
|
+
]
|
|
4177
|
+
},
|
|
3975
4178
|
{
|
|
3976
4179
|
"name": "uui-pagination",
|
|
3977
4180
|
"path": "./../uui-pagination/lib/uui-pagination.element.ts",
|
|
@@ -4107,6 +4310,12 @@
|
|
|
4107
4310
|
"name": "popover",
|
|
4108
4311
|
"description": "The content of the popover."
|
|
4109
4312
|
}
|
|
4313
|
+
],
|
|
4314
|
+
"cssProperties": [
|
|
4315
|
+
{
|
|
4316
|
+
"name": "--uui-popover-z-index",
|
|
4317
|
+
"description": "overwrite the z-index of the popover container."
|
|
4318
|
+
}
|
|
4110
4319
|
]
|
|
4111
4320
|
},
|
|
4112
4321
|
{
|