@universal-material/web 3.0.67 → 3.0.69
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 +1930 -1659
- package/menu/menu-item.d.ts.map +1 -1
- package/menu/menu-item.js +3 -1
- package/menu/menu-item.js.map +1 -1
- package/menu/menu.d.ts +1 -1
- package/menu/menu.d.ts.map +1 -1
- package/menu/menu.js +15 -18
- package/menu/menu.js.map +1 -1
- package/menu/menu.styles.d.ts.map +1 -1
- package/menu/menu.styles.js +1 -0
- package/menu/menu.styles.js.map +1 -1
- package/package.json +1 -1
- package/progress/circular-progress.d.ts.map +1 -1
- package/progress/circular-progress.js +0 -3
- package/progress/circular-progress.js.map +1 -1
- package/select/option.d.ts +0 -1
- package/select/option.d.ts.map +1 -1
- package/select/option.js +22 -14
- package/select/option.js.map +1 -1
- package/select/select-navigation-controller.d.ts +6 -0
- package/select/select-navigation-controller.d.ts.map +1 -0
- package/select/select-navigation-controller.js +17 -0
- package/select/select-navigation-controller.js.map +1 -0
- package/select/select.d.ts +3 -1
- package/select/select.d.ts.map +1 -1
- package/select/select.js +19 -8
- package/select/select.js.map +1 -1
- package/select/select.styles.d.ts.map +1 -1
- package/select/select.styles.js +10 -0
- package/select/select.styles.js.map +1 -1
- package/shared/menu-field/menu-field-navigation-controller.d.ts +13 -0
- package/shared/menu-field/menu-field-navigation-controller.d.ts.map +1 -0
- package/shared/menu-field/menu-field-navigation-controller.js +78 -0
- package/shared/menu-field/menu-field-navigation-controller.js.map +1 -0
- package/shared/menu-field/menu-field.d.ts +7 -0
- package/shared/menu-field/menu-field.d.ts.map +1 -0
- package/shared/menu-field/menu-field.js +2 -0
- package/shared/menu-field/menu-field.js.map +1 -0
- package/typeahead/typeahead.d.ts +0 -3
- package/typeahead/typeahead.d.ts.map +1 -1
- package/typeahead/typeahead.js +11 -41
- package/typeahead/typeahead.js.map +1 -1
package/custom-elements.json
CHANGED
|
@@ -7041,12 +7041,12 @@
|
|
|
7041
7041
|
},
|
|
7042
7042
|
{
|
|
7043
7043
|
"kind": "javascript-module",
|
|
7044
|
-
"path": "src/
|
|
7044
|
+
"path": "src/menu/menu-item.styles.ts",
|
|
7045
7045
|
"declarations": [
|
|
7046
7046
|
{
|
|
7047
7047
|
"kind": "variable",
|
|
7048
7048
|
"name": "styles",
|
|
7049
|
-
"default": "css `\n :host,\n * {\n --_focus-ring-outline-offset: var(--u-focus-ring-outline-offset, 2px);\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n box-sizing: border-box;\n outline: 0;\n }\n\n :host(.force-focus-ring) .focus-ring,\n .focus-ring:focus-visible {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: var(--_focus-ring-outline-offset);\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--_color-primary);\n }\n 50% {\n outline: 6px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n --u-elevation-level: 0;\n position: relative;\n display: inline-block;\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n appearance: none !important;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-background-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-background-opacity, 0.12))) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-color, 0.38))) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100%;\n height: 100%;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .content {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n white-space: nowrap;\n border-radius: inherit;\n width: 100%;\n height: 100%;\n }\n\n :host {\n display: block;\n --
|
|
7049
|
+
"default": "css `\n :host,\n * {\n --_focus-ring-outline-offset: var(--u-focus-ring-outline-offset, 2px);\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n box-sizing: border-box;\n outline: 0;\n }\n\n :host(.force-focus-ring) .focus-ring,\n .focus-ring:focus-visible {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: var(--_focus-ring-outline-offset);\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--_color-primary);\n }\n 50% {\n outline: 6px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n --u-elevation-level: 0;\n position: relative;\n display: inline-block;\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n appearance: none !important;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-background-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-background-opacity, 0.12))) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-color, 0.38))) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100%;\n height: 100%;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .content {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n white-space: nowrap;\n border-radius: inherit;\n width: 100%;\n height: 100%;\n }\n\n :host {\n display: block;\n --_menu-item-icon-size: var(--u-menu-item-icon-size, 1.125rem);\n --_menu-item-padding: var(--u-menu-item-padding, 12px);\n --u-focus-ring-outline-offset: -4px;\n height: var(--u-menu-item-height, 56px);\n padding-inline: var(--_menu-item-padding);\n color: var(--u-menu-item-label-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-menu-item-label-line-height, var(--u-label-l-line-height, 1.25rem));\n font-size: var(--u-menu-item-label-font-size, var(--u-label-l-font-size, 0.875rem));\n letter-spacing: var(--u-menu-item-label-letter-spacing, var(--u-label-l-letter-spacing, 0.0071428571rem));\n font-weight: var(--u-menu-item-label-font-weight, var(--u-label-l-font-weight, var(--u-font-weight-medium, 500)));\n }\n\n :host(:not([has-icon])) .icon {\n display: none;\n }\n\n .icon {\n font-size: var(--_menu-item-icon-size);\n line-height: var(--_menu-item-icon-size);\n margin-inline-end: var(--u-menu-item-icon-margin, 12px);\n color: var(--u-menu-item-label-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n .content {\n justify-content: flex-start;\n }\n\n :host(.force-focus-ring) .button,\n .button:focus-visible {\n border-radius: var(--u-spacing-small, 8px);\n }\n`"
|
|
7050
7050
|
}
|
|
7051
7051
|
],
|
|
7052
7052
|
"exports": [
|
|
@@ -7055,62 +7055,59 @@
|
|
|
7055
7055
|
"name": "styles",
|
|
7056
7056
|
"declaration": {
|
|
7057
7057
|
"name": "styles",
|
|
7058
|
-
"module": "src/
|
|
7058
|
+
"module": "src/menu/menu-item.styles.ts"
|
|
7059
7059
|
}
|
|
7060
7060
|
}
|
|
7061
7061
|
]
|
|
7062
7062
|
},
|
|
7063
7063
|
{
|
|
7064
7064
|
"kind": "javascript-module",
|
|
7065
|
-
"path": "src/
|
|
7065
|
+
"path": "src/menu/menu-item.ts",
|
|
7066
7066
|
"declarations": [
|
|
7067
7067
|
{
|
|
7068
7068
|
"kind": "class",
|
|
7069
7069
|
"description": "",
|
|
7070
|
-
"name": "
|
|
7070
|
+
"name": "UmMenuItem",
|
|
7071
7071
|
"members": [
|
|
7072
7072
|
{
|
|
7073
7073
|
"kind": "field",
|
|
7074
|
-
"name": "
|
|
7074
|
+
"name": "#active",
|
|
7075
|
+
"privacy": "private",
|
|
7075
7076
|
"type": {
|
|
7076
7077
|
"text": "boolean"
|
|
7077
7078
|
},
|
|
7078
|
-
"default": "false"
|
|
7079
|
-
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
7080
|
-
"attribute": "has-icon",
|
|
7081
|
-
"reflects": true
|
|
7079
|
+
"default": "false"
|
|
7082
7080
|
},
|
|
7083
7081
|
{
|
|
7084
7082
|
"kind": "field",
|
|
7085
|
-
"name": "
|
|
7083
|
+
"name": "active",
|
|
7086
7084
|
"type": {
|
|
7087
7085
|
"text": "boolean"
|
|
7088
7086
|
},
|
|
7089
|
-
"
|
|
7090
|
-
"
|
|
7091
|
-
"attribute": "has-badge",
|
|
7087
|
+
"description": "Force show focus ring",
|
|
7088
|
+
"attribute": "active",
|
|
7092
7089
|
"reflects": true
|
|
7093
7090
|
},
|
|
7094
7091
|
{
|
|
7095
7092
|
"kind": "field",
|
|
7096
|
-
"name": "
|
|
7093
|
+
"name": "hasIcon",
|
|
7097
7094
|
"type": {
|
|
7098
7095
|
"text": "boolean"
|
|
7099
7096
|
},
|
|
7100
7097
|
"default": "false",
|
|
7101
|
-
"description": "Whether the drawer item
|
|
7102
|
-
"attribute": "
|
|
7098
|
+
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
7099
|
+
"attribute": "has-icon",
|
|
7103
7100
|
"reflects": true
|
|
7104
7101
|
},
|
|
7105
7102
|
{
|
|
7106
7103
|
"kind": "field",
|
|
7107
|
-
"name": "
|
|
7104
|
+
"name": "hasBadge",
|
|
7108
7105
|
"type": {
|
|
7109
7106
|
"text": "boolean"
|
|
7110
7107
|
},
|
|
7111
7108
|
"default": "false",
|
|
7112
|
-
"description": "
|
|
7113
|
-
"attribute": "
|
|
7109
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
7110
|
+
"attribute": "has-badge",
|
|
7114
7111
|
"reflects": true
|
|
7115
7112
|
},
|
|
7116
7113
|
{
|
|
@@ -7123,11 +7120,16 @@
|
|
|
7123
7120
|
},
|
|
7124
7121
|
{
|
|
7125
7122
|
"kind": "field",
|
|
7126
|
-
"name": "
|
|
7123
|
+
"name": "innerRole",
|
|
7127
7124
|
"type": {
|
|
7128
|
-
"text": "
|
|
7125
|
+
"text": "string | null"
|
|
7129
7126
|
},
|
|
7130
|
-
"privacy": "
|
|
7127
|
+
"privacy": "protected",
|
|
7128
|
+
"default": "'menuitem'",
|
|
7129
|
+
"inheritedFrom": {
|
|
7130
|
+
"name": "UmButtonWrapper",
|
|
7131
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7132
|
+
}
|
|
7131
7133
|
},
|
|
7132
7134
|
{
|
|
7133
7135
|
"kind": "method",
|
|
@@ -7148,33 +7150,6 @@
|
|
|
7148
7150
|
"name": "handleIconSlotChange",
|
|
7149
7151
|
"privacy": "private"
|
|
7150
7152
|
},
|
|
7151
|
-
{
|
|
7152
|
-
"kind": "method",
|
|
7153
|
-
"name": "handleBadgeSlotChange",
|
|
7154
|
-
"privacy": "private"
|
|
7155
|
-
},
|
|
7156
|
-
{
|
|
7157
|
-
"kind": "method",
|
|
7158
|
-
"name": "handleClick",
|
|
7159
|
-
"privacy": "protected",
|
|
7160
|
-
"return": {
|
|
7161
|
-
"type": {
|
|
7162
|
-
"text": "void"
|
|
7163
|
-
}
|
|
7164
|
-
},
|
|
7165
|
-
"parameters": [
|
|
7166
|
-
{
|
|
7167
|
-
"name": "_",
|
|
7168
|
-
"type": {
|
|
7169
|
-
"text": "UIEvent"
|
|
7170
|
-
}
|
|
7171
|
-
}
|
|
7172
|
-
],
|
|
7173
|
-
"inheritedFrom": {
|
|
7174
|
-
"name": "UmButtonWrapper",
|
|
7175
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7176
|
-
}
|
|
7177
|
-
},
|
|
7178
7153
|
{
|
|
7179
7154
|
"kind": "field",
|
|
7180
7155
|
"name": "disabled",
|
|
@@ -7263,19 +7238,6 @@
|
|
|
7263
7238
|
"module": "src/shared/button-wrapper.ts"
|
|
7264
7239
|
}
|
|
7265
7240
|
},
|
|
7266
|
-
{
|
|
7267
|
-
"kind": "field",
|
|
7268
|
-
"name": "innerRole",
|
|
7269
|
-
"type": {
|
|
7270
|
-
"text": "string | null"
|
|
7271
|
-
},
|
|
7272
|
-
"privacy": "protected",
|
|
7273
|
-
"default": "null",
|
|
7274
|
-
"inheritedFrom": {
|
|
7275
|
-
"name": "UmButtonWrapper",
|
|
7276
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7277
|
-
}
|
|
7278
|
-
},
|
|
7279
7241
|
{
|
|
7280
7242
|
"kind": "field",
|
|
7281
7243
|
"name": "pathname",
|
|
@@ -7369,9 +7331,39 @@
|
|
|
7369
7331
|
"name": "UmButtonWrapper",
|
|
7370
7332
|
"module": "src/shared/button-wrapper.ts"
|
|
7371
7333
|
}
|
|
7334
|
+
},
|
|
7335
|
+
{
|
|
7336
|
+
"kind": "method",
|
|
7337
|
+
"name": "handleClick",
|
|
7338
|
+
"privacy": "protected",
|
|
7339
|
+
"return": {
|
|
7340
|
+
"type": {
|
|
7341
|
+
"text": "void"
|
|
7342
|
+
}
|
|
7343
|
+
},
|
|
7344
|
+
"parameters": [
|
|
7345
|
+
{
|
|
7346
|
+
"name": "_",
|
|
7347
|
+
"type": {
|
|
7348
|
+
"text": "UIEvent"
|
|
7349
|
+
}
|
|
7350
|
+
}
|
|
7351
|
+
],
|
|
7352
|
+
"inheritedFrom": {
|
|
7353
|
+
"name": "UmButtonWrapper",
|
|
7354
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7355
|
+
}
|
|
7372
7356
|
}
|
|
7373
7357
|
],
|
|
7374
7358
|
"attributes": [
|
|
7359
|
+
{
|
|
7360
|
+
"name": "active",
|
|
7361
|
+
"type": {
|
|
7362
|
+
"text": "boolean"
|
|
7363
|
+
},
|
|
7364
|
+
"description": "Force show focus ring",
|
|
7365
|
+
"fieldName": "active"
|
|
7366
|
+
},
|
|
7375
7367
|
{
|
|
7376
7368
|
"name": "has-icon",
|
|
7377
7369
|
"type": {
|
|
@@ -7390,24 +7382,6 @@
|
|
|
7390
7382
|
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
7391
7383
|
"fieldName": "hasBadge"
|
|
7392
7384
|
},
|
|
7393
|
-
{
|
|
7394
|
-
"name": "active",
|
|
7395
|
-
"type": {
|
|
7396
|
-
"text": "boolean"
|
|
7397
|
-
},
|
|
7398
|
-
"default": "false",
|
|
7399
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
7400
|
-
"fieldName": "active"
|
|
7401
|
-
},
|
|
7402
|
-
{
|
|
7403
|
-
"name": "keep-drawer-open",
|
|
7404
|
-
"type": {
|
|
7405
|
-
"text": "boolean"
|
|
7406
|
-
},
|
|
7407
|
-
"default": "false",
|
|
7408
|
-
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
7409
|
-
"fieldName": "keepDrawerOpen"
|
|
7410
|
-
},
|
|
7411
7385
|
{
|
|
7412
7386
|
"name": "disabled",
|
|
7413
7387
|
"type": {
|
|
@@ -7461,115 +7435,37 @@
|
|
|
7461
7435
|
"name": "UmButtonWrapper",
|
|
7462
7436
|
"module": "/src/shared/button-wrapper.js"
|
|
7463
7437
|
},
|
|
7464
|
-
"tagName": "u-
|
|
7465
|
-
"customElement": true
|
|
7466
|
-
}
|
|
7467
|
-
],
|
|
7468
|
-
"exports": [
|
|
7469
|
-
{
|
|
7470
|
-
"kind": "js",
|
|
7471
|
-
"name": "UmDrawerItem",
|
|
7472
|
-
"declaration": {
|
|
7473
|
-
"name": "UmDrawerItem",
|
|
7474
|
-
"module": "src/navigation/drawer-item.ts"
|
|
7475
|
-
}
|
|
7476
|
-
},
|
|
7477
|
-
{
|
|
7478
|
-
"kind": "custom-element-definition",
|
|
7479
|
-
"name": "u-drawer-item",
|
|
7480
|
-
"declaration": {
|
|
7481
|
-
"name": "UmDrawerItem",
|
|
7482
|
-
"module": "src/navigation/drawer-item.ts"
|
|
7483
|
-
}
|
|
7484
|
-
}
|
|
7485
|
-
]
|
|
7486
|
-
},
|
|
7487
|
-
{
|
|
7488
|
-
"kind": "javascript-module",
|
|
7489
|
-
"path": "src/navigation/drawer.styles.ts",
|
|
7490
|
-
"declarations": [
|
|
7491
|
-
{
|
|
7492
|
-
"kind": "variable",
|
|
7493
|
-
"name": "styles",
|
|
7494
|
-
"default": "css `\n :host {\n display: block;\n background-color: var(--u-modal-drawer-background-color, var(--u-color-surface-container-low, rgb(247, 242, 250)));\n color: var(--u-drawer-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n height: 100%;\n padding-inline: var(--u-drawer-padding, 28px);\n }\n\n @media (min-width: 1200px) {\n :host {\n background-color: var(--u-standard-drawer-background-color, var(--u-color-body, var(--u-color-surface, rgb(254, 247, 255))));\n }\n }\n`"
|
|
7495
|
-
}
|
|
7496
|
-
],
|
|
7497
|
-
"exports": [
|
|
7498
|
-
{
|
|
7499
|
-
"kind": "js",
|
|
7500
|
-
"name": "styles",
|
|
7501
|
-
"declaration": {
|
|
7502
|
-
"name": "styles",
|
|
7503
|
-
"module": "src/navigation/drawer.styles.ts"
|
|
7504
|
-
}
|
|
7505
|
-
}
|
|
7506
|
-
]
|
|
7507
|
-
},
|
|
7508
|
-
{
|
|
7509
|
-
"kind": "javascript-module",
|
|
7510
|
-
"path": "src/navigation/drawer.ts",
|
|
7511
|
-
"declarations": [
|
|
7512
|
-
{
|
|
7513
|
-
"kind": "class",
|
|
7514
|
-
"description": "",
|
|
7515
|
-
"name": "UmDrawer",
|
|
7516
|
-
"members": [],
|
|
7517
|
-
"superclass": {
|
|
7518
|
-
"name": "LitElement",
|
|
7519
|
-
"package": "lit"
|
|
7520
|
-
},
|
|
7521
|
-
"tagName": "u-drawer",
|
|
7438
|
+
"tagName": "u-menu-item",
|
|
7522
7439
|
"customElement": true
|
|
7523
7440
|
}
|
|
7524
7441
|
],
|
|
7525
7442
|
"exports": [
|
|
7526
7443
|
{
|
|
7527
7444
|
"kind": "js",
|
|
7528
|
-
"name": "
|
|
7445
|
+
"name": "UmMenuItem",
|
|
7529
7446
|
"declaration": {
|
|
7530
|
-
"name": "
|
|
7531
|
-
"module": "src/
|
|
7447
|
+
"name": "UmMenuItem",
|
|
7448
|
+
"module": "src/menu/menu-item.ts"
|
|
7532
7449
|
}
|
|
7533
7450
|
},
|
|
7534
7451
|
{
|
|
7535
7452
|
"kind": "custom-element-definition",
|
|
7536
|
-
"name": "u-
|
|
7537
|
-
"declaration": {
|
|
7538
|
-
"name": "UmDrawer",
|
|
7539
|
-
"module": "src/navigation/drawer.ts"
|
|
7540
|
-
}
|
|
7541
|
-
}
|
|
7542
|
-
]
|
|
7543
|
-
},
|
|
7544
|
-
{
|
|
7545
|
-
"kind": "javascript-module",
|
|
7546
|
-
"path": "src/navigation/side-navigation-swiper.styles.ts",
|
|
7547
|
-
"declarations": [
|
|
7548
|
-
{
|
|
7549
|
-
"kind": "variable",
|
|
7550
|
-
"name": "styles",
|
|
7551
|
-
"default": "css `\n :host {\n --_navigation-width: 0;\n --_navigation-drawer-width: min(var(--u-navigation-drawer-width, 360px), 85vw);\n --_navigation-drawer-width-negative: calc(var(--_navigation-drawer-width) * -1);\n --_navigation-drawer-corner-shape: var(--u-navigation-drawer-corner-shape, var(--u-shape-corner-large, 16px));\n --_scrim-opacity: var(--u-drawer-scrim-opacity, .4);\n display: block;\n width: 100%;\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n :host(.disable-transition) * {\n transition: none !important;\n }\n :host(.disable-transition) * ::slotted(u-top-app-bar) {\n transition: none !important;\n }\n\n .drawer {\n transition: inset 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .drawer,\n .drawer u-elevation,\n .drawer .drawer-container {\n border-start-end-radius: var(--_navigation-drawer-corner-shape);\n border-end-end-radius: var(--_navigation-drawer-corner-shape);\n }\n .drawer.toggle u-elevation {\n --u-elevation-level: 1;\n }\n\n .drawer-container {\n height: 100%;\n overflow: hidden;\n }\n\n .scrim {\n --_modal-drawer-open-progress: 0;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100vw;\n height: 100vh;\n background: var(--u-drawer-scrim-color, var(--u-color-scrim, rgb(0, 0, 0)));\n pointer-events: none;\n opacity: calc(var(--_scrim-opacity) * var(--_modal-drawer-open-progress));\n transition: opacity 375ms linear;\n }\n .scrim.moving {\n transition: none;\n }\n .scrim.toggle {\n --_modal-drawer-open-progress: 1;\n pointer-events: auto;\n }\n\n @media (min-width: 840px) {\n .content slot {\n display: flex;\n flex-direction: column;\n height: 100vh;\n }\n }\n @media (min-width: 1200px) {\n .container {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .container:has(.drawer.toggle) {\n --_navigation-width: 0;\n }\n .drawer {\n border-radius: 0;\n inset-inline-start: 0;\n }\n .drawer.toggle {\n inset-inline-start: var(--_navigation-drawer-width-negative);\n }\n u-elevation,\n .scrim {\n display: none;\n }\n }\n .content {\n position: fixed;\n inset: 0;\n z-index: 1;\n overflow: auto;\n }\n\n .drawer {\n position: relative;\n width: var(--_navigation-drawer-width);\n z-index: var(--u-side-navigation-z-index, 1030);\n pointer-events: auto;\n }\n\n .scrim {\n z-index: 1;\n }\n\n swiper-container {\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n swiper-container::part(wrapper) {\n pointer-events: none;\n z-index: 2;\n }\n\n @media (min-width: 1200px) {\n :host {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .content {\n position: static;\n }\n swiper-container::part(container) {\n display: grid;\n grid-template-columns: var(--_navigation-width) minmax(0, 1fr);\n transition: 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .dummy-slide {\n display: none;\n }\n }\n`"
|
|
7552
|
-
}
|
|
7553
|
-
],
|
|
7554
|
-
"exports": [
|
|
7555
|
-
{
|
|
7556
|
-
"kind": "js",
|
|
7557
|
-
"name": "styles",
|
|
7453
|
+
"name": "u-menu-item",
|
|
7558
7454
|
"declaration": {
|
|
7559
|
-
"name": "
|
|
7560
|
-
"module": "src/
|
|
7455
|
+
"name": "UmMenuItem",
|
|
7456
|
+
"module": "src/menu/menu-item.ts"
|
|
7561
7457
|
}
|
|
7562
7458
|
}
|
|
7563
7459
|
]
|
|
7564
7460
|
},
|
|
7565
7461
|
{
|
|
7566
7462
|
"kind": "javascript-module",
|
|
7567
|
-
"path": "src/
|
|
7463
|
+
"path": "src/menu/menu.styles.ts",
|
|
7568
7464
|
"declarations": [
|
|
7569
7465
|
{
|
|
7570
7466
|
"kind": "variable",
|
|
7571
7467
|
"name": "styles",
|
|
7572
|
-
"default": "css `\n :host {\n --
|
|
7468
|
+
"default": "css `\n :host {\n --u-elevation-level: var(--u-menu-elevation-level, 2);\n display: block;\n width: 0;\n }\n\n :host([positioning=relative]) {\n position: relative;\n }\n\n :host([positioning=fixed]) {\n position: fixed;\n }\n\n .ref {\n position: absolute;\n inset-inline-start: 0;\n pointer-events: none;\n }\n\n .menu {\n position: absolute;\n display: flex;\n min-width: var(--u-menu-min-width, 112px);\n max-width: var(--u-menu-max-width, 280px);\n background: var(--u-menu-background-color, var(--u-color-surface-container, rgb(243, 237, 247)));\n border-radius: var(--u-menu-shape-corner, var(--u-shape-corner-extra-small, 4px));\n opacity: 0;\n transition: transform 350ms cubic-bezier(0.19, 1, 0.22, 1) 350ms, opacity 350ms;\n transform: scale3d(0, 0, 1);\n transform-origin: top;\n z-index: var(--u-menu-z-index, 1020);\n }\n .menu.up {\n transform: scale3d(1, 0, 0);\n transform-origin: bottom;\n }\n\n .content {\n width: 100%;\n padding-block: var(--u-menu-padding, 8px);\n opacity: 0;\n transition: opacity 1ms 400ms;\n scroll-padding-block: 32px;\n overflow: auto;\n }\n\n :host([open]) .menu {\n opacity: 1;\n transition: transform 350ms cubic-bezier(0.19, 1, 0.22, 1), opacity 250ms;\n transform: scale3d(1, 1, 1);\n }\n :host([open]) .content {\n opacity: 1;\n transition: opacity 300ms 150ms;\n }\n`"
|
|
7573
7469
|
}
|
|
7574
7470
|
],
|
|
7575
7471
|
"exports": [
|
|
@@ -7578,23 +7474,23 @@
|
|
|
7578
7474
|
"name": "styles",
|
|
7579
7475
|
"declaration": {
|
|
7580
7476
|
"name": "styles",
|
|
7581
|
-
"module": "src/
|
|
7477
|
+
"module": "src/menu/menu.styles.ts"
|
|
7582
7478
|
}
|
|
7583
7479
|
}
|
|
7584
7480
|
]
|
|
7585
7481
|
},
|
|
7586
7482
|
{
|
|
7587
7483
|
"kind": "javascript-module",
|
|
7588
|
-
"path": "src/
|
|
7484
|
+
"path": "src/menu/menu.ts",
|
|
7589
7485
|
"declarations": [
|
|
7590
7486
|
{
|
|
7591
7487
|
"kind": "class",
|
|
7592
7488
|
"description": "",
|
|
7593
|
-
"name": "
|
|
7489
|
+
"name": "UmMenu",
|
|
7594
7490
|
"members": [
|
|
7595
7491
|
{
|
|
7596
7492
|
"kind": "field",
|
|
7597
|
-
"name": "#
|
|
7493
|
+
"name": "#open",
|
|
7598
7494
|
"privacy": "private",
|
|
7599
7495
|
"type": {
|
|
7600
7496
|
"text": "boolean"
|
|
@@ -7603,398 +7499,235 @@
|
|
|
7603
7499
|
},
|
|
7604
7500
|
{
|
|
7605
7501
|
"kind": "field",
|
|
7606
|
-
"name": "
|
|
7502
|
+
"name": "open",
|
|
7607
7503
|
"type": {
|
|
7608
7504
|
"text": "boolean"
|
|
7609
7505
|
},
|
|
7610
|
-
"
|
|
7611
|
-
"
|
|
7506
|
+
"description": "Opens the menu and makes it visible. Alternative to the `.show()`, `.close()` and `.toggle()` methods",
|
|
7507
|
+
"attribute": "open",
|
|
7508
|
+
"reflects": true
|
|
7612
7509
|
},
|
|
7613
7510
|
{
|
|
7614
7511
|
"kind": "field",
|
|
7615
|
-
"name": "
|
|
7616
|
-
"
|
|
7617
|
-
|
|
7512
|
+
"name": "positioning",
|
|
7513
|
+
"type": {
|
|
7514
|
+
"text": "'relative' | 'fixed'"
|
|
7515
|
+
},
|
|
7516
|
+
"default": "'relative'",
|
|
7517
|
+
"attribute": "positioning",
|
|
7518
|
+
"reflects": true
|
|
7618
7519
|
},
|
|
7619
7520
|
{
|
|
7620
7521
|
"kind": "field",
|
|
7621
|
-
"name": "
|
|
7622
|
-
"type": {
|
|
7623
|
-
"text": "any"
|
|
7624
|
-
}
|
|
7625
|
-
},
|
|
7626
|
-
{
|
|
7627
|
-
"kind": "field",
|
|
7628
|
-
"name": "scrim",
|
|
7629
|
-
"type": {
|
|
7630
|
-
"text": "HTMLElement"
|
|
7631
|
-
}
|
|
7632
|
-
},
|
|
7633
|
-
{
|
|
7634
|
-
"kind": "field",
|
|
7635
|
-
"name": "scrollContainer",
|
|
7636
|
-
"type": {
|
|
7637
|
-
"text": "HTMLElement | undefined"
|
|
7638
|
-
}
|
|
7639
|
-
},
|
|
7640
|
-
{
|
|
7641
|
-
"kind": "method",
|
|
7642
|
-
"name": "renderDefault",
|
|
7643
|
-
"privacy": "private"
|
|
7644
|
-
},
|
|
7645
|
-
{
|
|
7646
|
-
"kind": "method",
|
|
7647
|
-
"name": "renderWithSwipe",
|
|
7648
|
-
"privacy": "private"
|
|
7649
|
-
},
|
|
7650
|
-
{
|
|
7651
|
-
"kind": "method",
|
|
7652
|
-
"name": "swiperActiveIndexChange",
|
|
7653
|
-
"privacy": "private"
|
|
7654
|
-
},
|
|
7655
|
-
{
|
|
7656
|
-
"kind": "method",
|
|
7657
|
-
"name": "swiperTransitionStart",
|
|
7658
|
-
"privacy": "private"
|
|
7659
|
-
},
|
|
7660
|
-
{
|
|
7661
|
-
"kind": "method",
|
|
7662
|
-
"name": "slidesGridLengthChange",
|
|
7663
|
-
"privacy": "private"
|
|
7664
|
-
},
|
|
7665
|
-
{
|
|
7666
|
-
"kind": "method",
|
|
7667
|
-
"name": "swiperTransitionEnd",
|
|
7668
|
-
"privacy": "private"
|
|
7669
|
-
},
|
|
7670
|
-
{
|
|
7671
|
-
"kind": "method",
|
|
7672
|
-
"name": "swiperSliderMove",
|
|
7673
|
-
"privacy": "private",
|
|
7674
|
-
"parameters": [
|
|
7675
|
-
{
|
|
7676
|
-
"name": "e",
|
|
7677
|
-
"type": {
|
|
7678
|
-
"text": "Event"
|
|
7679
|
-
}
|
|
7680
|
-
}
|
|
7681
|
-
]
|
|
7682
|
-
},
|
|
7683
|
-
{
|
|
7684
|
-
"kind": "method",
|
|
7685
|
-
"name": "scrimClick",
|
|
7686
|
-
"privacy": "private"
|
|
7687
|
-
}
|
|
7688
|
-
],
|
|
7689
|
-
"attributes": [
|
|
7690
|
-
{
|
|
7691
|
-
"name": "toggle-drawer",
|
|
7692
|
-
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
7693
|
-
"fieldName": "toggleDrawer"
|
|
7694
|
-
}
|
|
7695
|
-
],
|
|
7696
|
-
"superclass": {
|
|
7697
|
-
"name": "LitElement",
|
|
7698
|
-
"package": "lit"
|
|
7699
|
-
},
|
|
7700
|
-
"tagName": "u-side-navigation",
|
|
7701
|
-
"customElement": true
|
|
7702
|
-
}
|
|
7703
|
-
],
|
|
7704
|
-
"exports": [
|
|
7705
|
-
{
|
|
7706
|
-
"kind": "js",
|
|
7707
|
-
"name": "UmSideNavigation",
|
|
7708
|
-
"declaration": {
|
|
7709
|
-
"name": "UmSideNavigation",
|
|
7710
|
-
"module": "src/navigation/side-navigation.ts"
|
|
7711
|
-
}
|
|
7712
|
-
},
|
|
7713
|
-
{
|
|
7714
|
-
"kind": "custom-element-definition",
|
|
7715
|
-
"name": "u-side-navigation",
|
|
7716
|
-
"declaration": {
|
|
7717
|
-
"name": "UmSideNavigation",
|
|
7718
|
-
"module": "src/navigation/side-navigation.ts"
|
|
7719
|
-
}
|
|
7720
|
-
}
|
|
7721
|
-
]
|
|
7722
|
-
},
|
|
7723
|
-
{
|
|
7724
|
-
"kind": "javascript-module",
|
|
7725
|
-
"path": "src/menu/menu-item.styles.ts",
|
|
7726
|
-
"declarations": [
|
|
7727
|
-
{
|
|
7728
|
-
"kind": "variable",
|
|
7729
|
-
"name": "styles",
|
|
7730
|
-
"default": "css `\n :host,\n * {\n --_focus-ring-outline-offset: var(--u-focus-ring-outline-offset, 2px);\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n box-sizing: border-box;\n outline: 0;\n }\n\n :host(.force-focus-ring) .focus-ring,\n .focus-ring:focus-visible {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: var(--_focus-ring-outline-offset);\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--_color-primary);\n }\n 50% {\n outline: 6px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n --u-elevation-level: 0;\n position: relative;\n display: inline-block;\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n appearance: none !important;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-background-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-background-opacity, 0.12))) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-color, 0.38))) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100%;\n height: 100%;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .content {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n white-space: nowrap;\n border-radius: inherit;\n width: 100%;\n height: 100%;\n }\n\n :host {\n display: block;\n --_menu-item-icon-size: var(--u-menu-item-icon-size, 1.125rem);\n --_menu-item-padding: var(--u-menu-item-padding, 12px);\n --u-focus-ring-outline-offset: -4px;\n height: var(--u-menu-item-height, 56px);\n padding-inline: var(--_menu-item-padding);\n color: var(--u-menu-item-label-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-menu-item-label-line-height, var(--u-label-l-line-height, 1.25rem));\n font-size: var(--u-menu-item-label-font-size, var(--u-label-l-font-size, 0.875rem));\n letter-spacing: var(--u-menu-item-label-letter-spacing, var(--u-label-l-letter-spacing, 0.0071428571rem));\n font-weight: var(--u-menu-item-label-font-weight, var(--u-label-l-font-weight, var(--u-font-weight-medium, 500)));\n }\n\n :host(:not([has-icon])) .icon {\n display: none;\n }\n\n .icon {\n font-size: var(--_menu-item-icon-size);\n line-height: var(--_menu-item-icon-size);\n margin-inline-end: var(--u-menu-item-icon-margin, 12px);\n color: var(--u-menu-item-label-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n .content {\n justify-content: flex-start;\n }\n\n :host(.force-focus-ring) .button,\n .button:focus-visible {\n border-radius: var(--u-spacing-small, 8px);\n }\n`"
|
|
7731
|
-
}
|
|
7732
|
-
],
|
|
7733
|
-
"exports": [
|
|
7734
|
-
{
|
|
7735
|
-
"kind": "js",
|
|
7736
|
-
"name": "styles",
|
|
7737
|
-
"declaration": {
|
|
7738
|
-
"name": "styles",
|
|
7739
|
-
"module": "src/menu/menu-item.styles.ts"
|
|
7740
|
-
}
|
|
7741
|
-
}
|
|
7742
|
-
]
|
|
7743
|
-
},
|
|
7744
|
-
{
|
|
7745
|
-
"kind": "javascript-module",
|
|
7746
|
-
"path": "src/menu/menu-item.ts",
|
|
7747
|
-
"declarations": [
|
|
7748
|
-
{
|
|
7749
|
-
"kind": "class",
|
|
7750
|
-
"description": "",
|
|
7751
|
-
"name": "UmMenuItem",
|
|
7752
|
-
"members": [
|
|
7753
|
-
{
|
|
7754
|
-
"kind": "field",
|
|
7755
|
-
"name": "#active",
|
|
7756
|
-
"privacy": "private",
|
|
7522
|
+
"name": "manualFocus",
|
|
7757
7523
|
"type": {
|
|
7758
7524
|
"text": "boolean"
|
|
7759
7525
|
},
|
|
7760
|
-
"default": "false"
|
|
7526
|
+
"default": "false",
|
|
7527
|
+
"attribute": "manualFocus"
|
|
7761
7528
|
},
|
|
7762
7529
|
{
|
|
7763
7530
|
"kind": "field",
|
|
7764
|
-
"name": "
|
|
7531
|
+
"name": "anchorCorner",
|
|
7765
7532
|
"type": {
|
|
7766
|
-
"text": "
|
|
7533
|
+
"text": "'auto-start' | 'auto-end' | 'start-start' | 'start-end' | 'end-start' | 'end-end'"
|
|
7767
7534
|
},
|
|
7768
|
-
"
|
|
7769
|
-
"
|
|
7535
|
+
"default": "'end-start'",
|
|
7536
|
+
"description": "The corner of the anchor which to align the menu in the standard logical\nproperty style of <block>-<inline> e.g. `'end-start'`.",
|
|
7537
|
+
"attribute": "anchor-corner",
|
|
7770
7538
|
"reflects": true
|
|
7771
7539
|
},
|
|
7772
7540
|
{
|
|
7773
7541
|
"kind": "field",
|
|
7774
|
-
"name": "
|
|
7542
|
+
"name": "direction",
|
|
7775
7543
|
"type": {
|
|
7776
|
-
"text": "
|
|
7544
|
+
"text": "'up-start' | 'up-end' | 'down-start' | 'down-end'"
|
|
7777
7545
|
},
|
|
7778
|
-
"default": "
|
|
7779
|
-
"description": "
|
|
7780
|
-
"attribute": "
|
|
7546
|
+
"default": "'down-end'",
|
|
7547
|
+
"description": "The direction of the menu. e.g. `'down-end'`.\n\nNOTE: This value may not be respected by the menu positioning algorithm\nif the menu would render outside the viewport.",
|
|
7548
|
+
"attribute": "direction",
|
|
7781
7549
|
"reflects": true
|
|
7782
7550
|
},
|
|
7783
7551
|
{
|
|
7784
7552
|
"kind": "field",
|
|
7785
|
-
"name": "
|
|
7553
|
+
"name": "allowOverflow",
|
|
7786
7554
|
"type": {
|
|
7787
7555
|
"text": "boolean"
|
|
7788
7556
|
},
|
|
7789
7557
|
"default": "false",
|
|
7790
|
-
"description": "
|
|
7791
|
-
"attribute": "
|
|
7558
|
+
"description": "Don't limit the height of the menu",
|
|
7559
|
+
"attribute": "allow-overflow",
|
|
7792
7560
|
"reflects": true
|
|
7793
7561
|
},
|
|
7794
7562
|
{
|
|
7795
7563
|
"kind": "field",
|
|
7796
|
-
"name": "
|
|
7564
|
+
"name": "menu",
|
|
7797
7565
|
"type": {
|
|
7798
|
-
"text": "HTMLElement
|
|
7799
|
-
}
|
|
7800
|
-
"privacy": "private"
|
|
7566
|
+
"text": "HTMLElement"
|
|
7567
|
+
}
|
|
7801
7568
|
},
|
|
7802
7569
|
{
|
|
7803
7570
|
"kind": "field",
|
|
7804
|
-
"name": "
|
|
7571
|
+
"name": "ref",
|
|
7805
7572
|
"type": {
|
|
7806
|
-
"text": "
|
|
7807
|
-
},
|
|
7808
|
-
"privacy": "protected",
|
|
7809
|
-
"default": "'menuitem'",
|
|
7810
|
-
"inheritedFrom": {
|
|
7811
|
-
"name": "UmButtonWrapper",
|
|
7812
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7813
|
-
}
|
|
7814
|
-
},
|
|
7815
|
-
{
|
|
7816
|
-
"kind": "method",
|
|
7817
|
-
"name": "renderContent",
|
|
7818
|
-
"privacy": "protected",
|
|
7819
|
-
"return": {
|
|
7820
|
-
"type": {
|
|
7821
|
-
"text": "HTMLTemplateResult"
|
|
7822
|
-
}
|
|
7823
|
-
},
|
|
7824
|
-
"inheritedFrom": {
|
|
7825
|
-
"name": "UmButtonWrapper",
|
|
7826
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7573
|
+
"text": "HTMLElement"
|
|
7827
7574
|
}
|
|
7828
7575
|
},
|
|
7829
|
-
{
|
|
7830
|
-
"kind": "method",
|
|
7831
|
-
"name": "handleIconSlotChange",
|
|
7832
|
-
"privacy": "private"
|
|
7833
|
-
},
|
|
7834
7576
|
{
|
|
7835
7577
|
"kind": "field",
|
|
7836
|
-
"name": "
|
|
7578
|
+
"name": "scrollContainer",
|
|
7837
7579
|
"type": {
|
|
7838
|
-
"text": "
|
|
7839
|
-
},
|
|
7840
|
-
"default": "false",
|
|
7841
|
-
"description": "Whether the button is disabled or not.",
|
|
7842
|
-
"attribute": "disabled",
|
|
7843
|
-
"reflects": true,
|
|
7844
|
-
"inheritedFrom": {
|
|
7845
|
-
"name": "UmButtonWrapper",
|
|
7846
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7580
|
+
"text": "HTMLElement"
|
|
7847
7581
|
}
|
|
7848
7582
|
},
|
|
7849
7583
|
{
|
|
7850
7584
|
"kind": "field",
|
|
7851
|
-
"name": "
|
|
7585
|
+
"name": "#anchorElement",
|
|
7586
|
+
"privacy": "private",
|
|
7852
7587
|
"type": {
|
|
7853
|
-
"text": "
|
|
7854
|
-
},
|
|
7855
|
-
"default": "true",
|
|
7856
|
-
"inheritedFrom": {
|
|
7857
|
-
"name": "UmButtonWrapper",
|
|
7858
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7588
|
+
"text": "HTMLElement | null | undefined"
|
|
7859
7589
|
}
|
|
7860
7590
|
},
|
|
7861
7591
|
{
|
|
7862
7592
|
"kind": "field",
|
|
7863
|
-
"name": "
|
|
7593
|
+
"name": "anchorElement",
|
|
7864
7594
|
"type": {
|
|
7865
|
-
"text": "
|
|
7866
|
-
},
|
|
7867
|
-
"description": "The URL that the link button points to.",
|
|
7868
|
-
"attribute": "href",
|
|
7869
|
-
"inheritedFrom": {
|
|
7870
|
-
"name": "UmButtonWrapper",
|
|
7871
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7595
|
+
"text": "HTMLElement | null | undefined"
|
|
7872
7596
|
}
|
|
7873
7597
|
},
|
|
7874
7598
|
{
|
|
7875
7599
|
"kind": "field",
|
|
7876
|
-
"name": "
|
|
7877
|
-
|
|
7878
|
-
|
|
7879
|
-
|
|
7880
|
-
"
|
|
7881
|
-
"
|
|
7882
|
-
|
|
7883
|
-
|
|
7884
|
-
|
|
7600
|
+
"name": "toggle"
|
|
7601
|
+
},
|
|
7602
|
+
{
|
|
7603
|
+
"kind": "method",
|
|
7604
|
+
"name": "show",
|
|
7605
|
+
"return": {
|
|
7606
|
+
"type": {
|
|
7607
|
+
"text": "void"
|
|
7608
|
+
}
|
|
7885
7609
|
}
|
|
7886
7610
|
},
|
|
7887
7611
|
{
|
|
7888
7612
|
"kind": "field",
|
|
7889
|
-
"name": "
|
|
7890
|
-
"type": {
|
|
7891
|
-
"text": "string | undefined"
|
|
7892
|
-
},
|
|
7893
|
-
"attribute": "name",
|
|
7894
|
-
"inheritedFrom": {
|
|
7895
|
-
"name": "UmButtonWrapper",
|
|
7896
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7897
|
-
}
|
|
7898
|
-
},
|
|
7899
|
-
{
|
|
7900
|
-
"kind": "field",
|
|
7901
|
-
"name": "buttonElement",
|
|
7902
|
-
"type": {
|
|
7903
|
-
"text": "HTMLElement"
|
|
7904
|
-
},
|
|
7905
|
-
"inheritedFrom": {
|
|
7906
|
-
"name": "UmButtonWrapper",
|
|
7907
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7908
|
-
}
|
|
7909
|
-
},
|
|
7910
|
-
{
|
|
7911
|
-
"kind": "field",
|
|
7912
|
-
"name": "ripple",
|
|
7913
|
-
"type": {
|
|
7914
|
-
"text": "UmRipple"
|
|
7915
|
-
},
|
|
7916
|
-
"privacy": "private",
|
|
7917
|
-
"inheritedFrom": {
|
|
7918
|
-
"name": "UmButtonWrapper",
|
|
7919
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7920
|
-
}
|
|
7921
|
-
},
|
|
7922
|
-
{
|
|
7923
|
-
"kind": "field",
|
|
7924
|
-
"name": "pathname",
|
|
7925
|
-
"type": {
|
|
7926
|
-
"text": "string"
|
|
7927
|
-
},
|
|
7928
|
-
"inheritedFrom": {
|
|
7929
|
-
"name": "UmButtonWrapper",
|
|
7930
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7931
|
-
}
|
|
7613
|
+
"name": "close"
|
|
7932
7614
|
},
|
|
7933
7615
|
{
|
|
7934
7616
|
"kind": "method",
|
|
7935
|
-
"name": "
|
|
7936
|
-
"privacy": "private"
|
|
7937
|
-
"inheritedFrom": {
|
|
7938
|
-
"name": "UmButtonWrapper",
|
|
7939
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7940
|
-
}
|
|
7617
|
+
"name": "calcDropdownPositioning",
|
|
7618
|
+
"privacy": "private"
|
|
7941
7619
|
},
|
|
7942
7620
|
{
|
|
7943
7621
|
"kind": "method",
|
|
7944
|
-
"name": "
|
|
7945
|
-
"privacy": "private",
|
|
7946
|
-
"inheritedFrom": {
|
|
7947
|
-
"name": "UmButtonWrapper",
|
|
7948
|
-
"module": "src/shared/button-wrapper.ts"
|
|
7949
|
-
}
|
|
7622
|
+
"name": "#resetMenu"
|
|
7950
7623
|
},
|
|
7951
7624
|
{
|
|
7952
7625
|
"kind": "method",
|
|
7953
|
-
"name": "
|
|
7954
|
-
"
|
|
7955
|
-
"
|
|
7956
|
-
|
|
7957
|
-
|
|
7626
|
+
"name": "#setToOpenUpOrDown",
|
|
7627
|
+
"return": {
|
|
7628
|
+
"type": {
|
|
7629
|
+
"text": "void"
|
|
7630
|
+
}
|
|
7631
|
+
},
|
|
7632
|
+
"parameters": [
|
|
7633
|
+
{
|
|
7634
|
+
"name": "menuPosition",
|
|
7635
|
+
"type": {
|
|
7636
|
+
"text": "MenuPosition"
|
|
7637
|
+
}
|
|
7638
|
+
},
|
|
7639
|
+
{
|
|
7640
|
+
"name": "menuSize",
|
|
7641
|
+
"type": {
|
|
7642
|
+
"text": "MenuSize"
|
|
7643
|
+
}
|
|
7644
|
+
}
|
|
7645
|
+
]
|
|
7958
7646
|
},
|
|
7959
7647
|
{
|
|
7960
7648
|
"kind": "method",
|
|
7961
|
-
"name": "
|
|
7962
|
-
"
|
|
7963
|
-
"
|
|
7964
|
-
|
|
7965
|
-
|
|
7649
|
+
"name": "#openBlockAuto",
|
|
7650
|
+
"return": {
|
|
7651
|
+
"type": {
|
|
7652
|
+
"text": "void"
|
|
7653
|
+
}
|
|
7654
|
+
},
|
|
7655
|
+
"parameters": [
|
|
7656
|
+
{
|
|
7657
|
+
"name": "menuPosition",
|
|
7658
|
+
"type": {
|
|
7659
|
+
"text": "MenuPosition"
|
|
7660
|
+
}
|
|
7661
|
+
},
|
|
7662
|
+
{
|
|
7663
|
+
"name": "menuSize",
|
|
7664
|
+
"type": {
|
|
7665
|
+
"text": "MenuSize"
|
|
7666
|
+
}
|
|
7667
|
+
}
|
|
7668
|
+
]
|
|
7966
7669
|
},
|
|
7967
7670
|
{
|
|
7968
7671
|
"kind": "method",
|
|
7969
|
-
"name": "
|
|
7970
|
-
"privacy": "protected",
|
|
7672
|
+
"name": "#tryOpenUp",
|
|
7971
7673
|
"return": {
|
|
7972
7674
|
"type": {
|
|
7973
|
-
"text": "
|
|
7675
|
+
"text": "void"
|
|
7974
7676
|
}
|
|
7975
7677
|
},
|
|
7976
|
-
"
|
|
7977
|
-
|
|
7978
|
-
|
|
7979
|
-
|
|
7678
|
+
"parameters": [
|
|
7679
|
+
{
|
|
7680
|
+
"name": "side",
|
|
7681
|
+
"type": {
|
|
7682
|
+
"text": "AnchorCornerBlockSide"
|
|
7683
|
+
}
|
|
7684
|
+
},
|
|
7685
|
+
{
|
|
7686
|
+
"name": "menuSize",
|
|
7687
|
+
"type": {
|
|
7688
|
+
"text": "MenuSize"
|
|
7689
|
+
}
|
|
7690
|
+
}
|
|
7691
|
+
]
|
|
7980
7692
|
},
|
|
7981
7693
|
{
|
|
7982
7694
|
"kind": "method",
|
|
7983
|
-
"name": "
|
|
7984
|
-
"privacy": "private",
|
|
7695
|
+
"name": "#tryOpenDown",
|
|
7985
7696
|
"return": {
|
|
7986
7697
|
"type": {
|
|
7987
7698
|
"text": "void"
|
|
7988
7699
|
}
|
|
7989
7700
|
},
|
|
7990
|
-
"
|
|
7991
|
-
|
|
7992
|
-
|
|
7993
|
-
|
|
7701
|
+
"parameters": [
|
|
7702
|
+
{
|
|
7703
|
+
"name": "side",
|
|
7704
|
+
"type": {
|
|
7705
|
+
"text": "AnchorCornerBlockSide"
|
|
7706
|
+
}
|
|
7707
|
+
},
|
|
7708
|
+
{
|
|
7709
|
+
"name": "menuSize",
|
|
7710
|
+
"type": {
|
|
7711
|
+
"text": "MenuSize"
|
|
7712
|
+
}
|
|
7713
|
+
}
|
|
7714
|
+
]
|
|
7994
7715
|
},
|
|
7995
7716
|
{
|
|
7996
7717
|
"kind": "method",
|
|
7997
|
-
"name": "#
|
|
7718
|
+
"name": "#openToLargestBlockSide",
|
|
7719
|
+
"parameters": [
|
|
7720
|
+
{
|
|
7721
|
+
"name": "side",
|
|
7722
|
+
"type": {
|
|
7723
|
+
"text": "AnchorCornerBlockSide"
|
|
7724
|
+
}
|
|
7725
|
+
}
|
|
7726
|
+
]
|
|
7727
|
+
},
|
|
7728
|
+
{
|
|
7729
|
+
"kind": "method",
|
|
7730
|
+
"name": "#setToOpenToStartOrEnd",
|
|
7998
7731
|
"return": {
|
|
7999
7732
|
"type": {
|
|
8000
7733
|
"text": "void"
|
|
@@ -8002,21 +7735,22 @@
|
|
|
8002
7735
|
},
|
|
8003
7736
|
"parameters": [
|
|
8004
7737
|
{
|
|
8005
|
-
"name": "
|
|
7738
|
+
"name": "menuPosition",
|
|
8006
7739
|
"type": {
|
|
8007
|
-
"text": "
|
|
7740
|
+
"text": "MenuPosition"
|
|
7741
|
+
}
|
|
7742
|
+
},
|
|
7743
|
+
{
|
|
7744
|
+
"name": "menuSize",
|
|
7745
|
+
"type": {
|
|
7746
|
+
"text": "MenuSize"
|
|
8008
7747
|
}
|
|
8009
7748
|
}
|
|
8010
|
-
]
|
|
8011
|
-
"inheritedFrom": {
|
|
8012
|
-
"name": "UmButtonWrapper",
|
|
8013
|
-
"module": "src/shared/button-wrapper.ts"
|
|
8014
|
-
}
|
|
7749
|
+
]
|
|
8015
7750
|
},
|
|
8016
7751
|
{
|
|
8017
7752
|
"kind": "method",
|
|
8018
|
-
"name": "
|
|
8019
|
-
"privacy": "protected",
|
|
7753
|
+
"name": "#tryOpenLeft",
|
|
8020
7754
|
"return": {
|
|
8021
7755
|
"type": {
|
|
8022
7756
|
"text": "void"
|
|
@@ -8024,129 +7758,187 @@
|
|
|
8024
7758
|
},
|
|
8025
7759
|
"parameters": [
|
|
8026
7760
|
{
|
|
8027
|
-
"name": "
|
|
7761
|
+
"name": "side",
|
|
8028
7762
|
"type": {
|
|
8029
|
-
"text": "
|
|
7763
|
+
"text": "AnchorCornerInlineSide"
|
|
7764
|
+
}
|
|
7765
|
+
},
|
|
7766
|
+
{
|
|
7767
|
+
"name": "menuSize",
|
|
7768
|
+
"type": {
|
|
7769
|
+
"text": "MenuSize"
|
|
8030
7770
|
}
|
|
8031
7771
|
}
|
|
8032
|
-
]
|
|
8033
|
-
"inheritedFrom": {
|
|
8034
|
-
"name": "UmButtonWrapper",
|
|
8035
|
-
"module": "src/shared/button-wrapper.ts"
|
|
8036
|
-
}
|
|
8037
|
-
}
|
|
8038
|
-
],
|
|
8039
|
-
"attributes": [
|
|
8040
|
-
{
|
|
8041
|
-
"name": "active",
|
|
8042
|
-
"type": {
|
|
8043
|
-
"text": "boolean"
|
|
8044
|
-
},
|
|
8045
|
-
"description": "Force show focus ring",
|
|
8046
|
-
"fieldName": "active"
|
|
7772
|
+
]
|
|
8047
7773
|
},
|
|
8048
7774
|
{
|
|
8049
|
-
"
|
|
8050
|
-
"
|
|
8051
|
-
|
|
7775
|
+
"kind": "method",
|
|
7776
|
+
"name": "#tryOpenRight",
|
|
7777
|
+
"return": {
|
|
7778
|
+
"type": {
|
|
7779
|
+
"text": "void"
|
|
7780
|
+
}
|
|
8052
7781
|
},
|
|
8053
|
-
"
|
|
8054
|
-
|
|
8055
|
-
|
|
7782
|
+
"parameters": [
|
|
7783
|
+
{
|
|
7784
|
+
"name": "side",
|
|
7785
|
+
"type": {
|
|
7786
|
+
"text": "AnchorCornerInlineSide"
|
|
7787
|
+
}
|
|
7788
|
+
},
|
|
7789
|
+
{
|
|
7790
|
+
"name": "menuSize",
|
|
7791
|
+
"type": {
|
|
7792
|
+
"text": "MenuSize"
|
|
7793
|
+
}
|
|
7794
|
+
}
|
|
7795
|
+
]
|
|
8056
7796
|
},
|
|
8057
7797
|
{
|
|
8058
|
-
"
|
|
8059
|
-
"
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
8063
|
-
|
|
8064
|
-
|
|
7798
|
+
"kind": "method",
|
|
7799
|
+
"name": "#openToLargestInlineSide",
|
|
7800
|
+
"parameters": [
|
|
7801
|
+
{
|
|
7802
|
+
"name": "side",
|
|
7803
|
+
"type": {
|
|
7804
|
+
"text": "AnchorCornerInlineSide"
|
|
7805
|
+
}
|
|
7806
|
+
}
|
|
7807
|
+
]
|
|
8065
7808
|
},
|
|
8066
7809
|
{
|
|
8067
|
-
"
|
|
8068
|
-
"
|
|
8069
|
-
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
|
|
8073
|
-
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
|
|
7810
|
+
"kind": "method",
|
|
7811
|
+
"name": "#openUp",
|
|
7812
|
+
"parameters": [
|
|
7813
|
+
{
|
|
7814
|
+
"name": "side",
|
|
7815
|
+
"type": {
|
|
7816
|
+
"text": "AnchorCornerBlockSide"
|
|
7817
|
+
}
|
|
7818
|
+
}
|
|
7819
|
+
]
|
|
7820
|
+
},
|
|
7821
|
+
{
|
|
7822
|
+
"kind": "method",
|
|
7823
|
+
"name": "#openDown",
|
|
7824
|
+
"parameters": [
|
|
7825
|
+
{
|
|
7826
|
+
"name": "side",
|
|
7827
|
+
"type": {
|
|
7828
|
+
"text": "AnchorCornerBlockSide"
|
|
7829
|
+
}
|
|
7830
|
+
}
|
|
7831
|
+
]
|
|
7832
|
+
},
|
|
7833
|
+
{
|
|
7834
|
+
"kind": "method",
|
|
7835
|
+
"name": "getMenuPosition",
|
|
7836
|
+
"privacy": "private",
|
|
7837
|
+
"return": {
|
|
7838
|
+
"type": {
|
|
7839
|
+
"text": "MenuPosition"
|
|
7840
|
+
}
|
|
8077
7841
|
}
|
|
8078
7842
|
},
|
|
8079
7843
|
{
|
|
8080
|
-
"
|
|
7844
|
+
"kind": "method",
|
|
7845
|
+
"name": "getMenuSize",
|
|
7846
|
+
"privacy": "private",
|
|
7847
|
+
"return": {
|
|
7848
|
+
"type": {
|
|
7849
|
+
"text": "MenuSize"
|
|
7850
|
+
}
|
|
7851
|
+
}
|
|
7852
|
+
}
|
|
7853
|
+
],
|
|
7854
|
+
"attributes": [
|
|
7855
|
+
{
|
|
7856
|
+
"name": "open",
|
|
8081
7857
|
"type": {
|
|
8082
|
-
"text": "
|
|
7858
|
+
"text": "boolean"
|
|
8083
7859
|
},
|
|
8084
|
-
"description": "
|
|
8085
|
-
"fieldName": "
|
|
8086
|
-
"inheritedFrom": {
|
|
8087
|
-
"name": "UmButtonWrapper",
|
|
8088
|
-
"module": "src/shared/button-wrapper.ts"
|
|
8089
|
-
}
|
|
7860
|
+
"description": "Opens the menu and makes it visible. Alternative to the `.show()`, `.close()` and `.toggle()` methods",
|
|
7861
|
+
"fieldName": "open"
|
|
8090
7862
|
},
|
|
8091
7863
|
{
|
|
8092
|
-
"name": "
|
|
7864
|
+
"name": "positioning",
|
|
8093
7865
|
"type": {
|
|
8094
|
-
"text": "
|
|
7866
|
+
"text": "'relative' | 'fixed'"
|
|
8095
7867
|
},
|
|
8096
|
-
"
|
|
8097
|
-
"fieldName": "
|
|
8098
|
-
"inheritedFrom": {
|
|
8099
|
-
"name": "UmButtonWrapper",
|
|
8100
|
-
"module": "src/shared/button-wrapper.ts"
|
|
8101
|
-
}
|
|
7868
|
+
"default": "'relative'",
|
|
7869
|
+
"fieldName": "positioning"
|
|
8102
7870
|
},
|
|
8103
7871
|
{
|
|
8104
|
-
"name": "
|
|
7872
|
+
"name": "manualFocus",
|
|
8105
7873
|
"type": {
|
|
8106
|
-
"text": "
|
|
7874
|
+
"text": "boolean"
|
|
8107
7875
|
},
|
|
8108
|
-
"
|
|
8109
|
-
"
|
|
8110
|
-
|
|
8111
|
-
|
|
8112
|
-
|
|
7876
|
+
"default": "false",
|
|
7877
|
+
"fieldName": "manualFocus"
|
|
7878
|
+
},
|
|
7879
|
+
{
|
|
7880
|
+
"name": "anchor-corner",
|
|
7881
|
+
"type": {
|
|
7882
|
+
"text": "'auto-start' | 'auto-end' | 'start-start' | 'start-end' | 'end-start' | 'end-end'"
|
|
7883
|
+
},
|
|
7884
|
+
"default": "'end-start'",
|
|
7885
|
+
"description": "The corner of the anchor which to align the menu in the standard logical\nproperty style of <block>-<inline> e.g. `'end-start'`.",
|
|
7886
|
+
"fieldName": "anchorCorner"
|
|
7887
|
+
},
|
|
7888
|
+
{
|
|
7889
|
+
"name": "direction",
|
|
7890
|
+
"type": {
|
|
7891
|
+
"text": "'up-start' | 'up-end' | 'down-start' | 'down-end'"
|
|
7892
|
+
},
|
|
7893
|
+
"default": "'down-end'",
|
|
7894
|
+
"description": "The direction of the menu. e.g. `'down-end'`.\n\nNOTE: This value may not be respected by the menu positioning algorithm\nif the menu would render outside the viewport.",
|
|
7895
|
+
"fieldName": "direction"
|
|
7896
|
+
},
|
|
7897
|
+
{
|
|
7898
|
+
"name": "allow-overflow",
|
|
7899
|
+
"type": {
|
|
7900
|
+
"text": "boolean"
|
|
7901
|
+
},
|
|
7902
|
+
"default": "false",
|
|
7903
|
+
"description": "Don't limit the height of the menu",
|
|
7904
|
+
"fieldName": "allowOverflow"
|
|
8113
7905
|
}
|
|
8114
7906
|
],
|
|
8115
7907
|
"superclass": {
|
|
8116
|
-
"name": "
|
|
8117
|
-
"
|
|
7908
|
+
"name": "LitElement",
|
|
7909
|
+
"package": "lit"
|
|
8118
7910
|
},
|
|
8119
|
-
"tagName": "u-menu
|
|
7911
|
+
"tagName": "u-menu",
|
|
8120
7912
|
"customElement": true
|
|
8121
7913
|
}
|
|
8122
7914
|
],
|
|
8123
7915
|
"exports": [
|
|
8124
7916
|
{
|
|
8125
7917
|
"kind": "js",
|
|
8126
|
-
"name": "
|
|
7918
|
+
"name": "UmMenu",
|
|
8127
7919
|
"declaration": {
|
|
8128
|
-
"name": "
|
|
8129
|
-
"module": "src/menu/menu
|
|
7920
|
+
"name": "UmMenu",
|
|
7921
|
+
"module": "src/menu/menu.ts"
|
|
8130
7922
|
}
|
|
8131
7923
|
},
|
|
8132
7924
|
{
|
|
8133
7925
|
"kind": "custom-element-definition",
|
|
8134
|
-
"name": "u-menu
|
|
7926
|
+
"name": "u-menu",
|
|
8135
7927
|
"declaration": {
|
|
8136
|
-
"name": "
|
|
8137
|
-
"module": "src/menu/menu
|
|
7928
|
+
"name": "UmMenu",
|
|
7929
|
+
"module": "src/menu/menu.ts"
|
|
8138
7930
|
}
|
|
8139
7931
|
}
|
|
8140
7932
|
]
|
|
8141
7933
|
},
|
|
8142
7934
|
{
|
|
8143
7935
|
"kind": "javascript-module",
|
|
8144
|
-
"path": "src/
|
|
7936
|
+
"path": "src/navigation/drawer-item.styles.ts",
|
|
8145
7937
|
"declarations": [
|
|
8146
7938
|
{
|
|
8147
7939
|
"kind": "variable",
|
|
8148
7940
|
"name": "styles",
|
|
8149
|
-
"default": "css `\n :host {\n --u-
|
|
7941
|
+
"default": "css `\n :host,\n * {\n --_focus-ring-outline-offset: var(--u-focus-ring-outline-offset, 2px);\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n box-sizing: border-box;\n outline: 0;\n }\n\n :host(.force-focus-ring) .focus-ring,\n .focus-ring:focus-visible {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: var(--_focus-ring-outline-offset);\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--_color-primary);\n }\n 50% {\n outline: 6px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n --u-elevation-level: 0;\n position: relative;\n display: inline-block;\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n appearance: none !important;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-background-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-background-opacity, 0.12))) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-color, 0.38))) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100%;\n height: 100%;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .content {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n white-space: nowrap;\n border-radius: inherit;\n width: 100%;\n height: 100%;\n }\n\n :host {\n display: block;\n --_drawer-item-icon-size: var(--u-drawer-item-icon-size, 1.125rem);\n --_drawer-item-padding: var(--u-drawer-item-padding, 16px);\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-drawer-item-line-height, var(--u-label-l-line-height, 1.25rem));\n font-size: var(--u-drawer-item-font-size, var(--u-label-l-font-size, 0.875rem));\n letter-spacing: var(--u-drawer-item-letter-spacing, var(--u-label-l-letter-spacing, 0.0071428571rem));\n font-weight: var(--u-drawer-item-font-weight, var(--u-label-l-font-weight, var(--u-font-weight-medium, 500)));\n height: var(--u-drawer-item-height, 56px);\n padding-inline: var(--_drawer-item-padding);\n margin-inline: calc(var(--_drawer-item-padding) * -1);\n border-radius: var(--u-drawer-item-shape-corner, var(--u-shape-corner-full, 9999px));\n color: var(--u-drawer-item-label-inactive-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n :host([active]) {\n color: var(--u-drawer-item-label-active-color, var(--_color-primary));\n }\n\n :host(:not([has-icon])) .icon,\n :host(:not([has-badge])) .badge {\n display: none;\n }\n\n .icon {\n font-size: var(--_drawer-item-icon-size);\n line-height: var(--_drawer-item-icon-size);\n margin-inline-end: var(--u-drawer-item-icon-margin, 16px);\n }\n\n .badge {\n display: flex;\n justify-content: center;\n align-items: center;\n margin-inline-start: auto;\n padding-inline: var(--u-drawer-item-badge-padding, 12px 8px);\n }\n\n .content {\n justify-content: flex-start;\n }\n`"
|
|
8150
7942
|
}
|
|
8151
7943
|
],
|
|
8152
7944
|
"exports": [
|
|
@@ -8155,158 +7947,108 @@
|
|
|
8155
7947
|
"name": "styles",
|
|
8156
7948
|
"declaration": {
|
|
8157
7949
|
"name": "styles",
|
|
8158
|
-
"module": "src/
|
|
7950
|
+
"module": "src/navigation/drawer-item.styles.ts"
|
|
8159
7951
|
}
|
|
8160
7952
|
}
|
|
8161
7953
|
]
|
|
8162
7954
|
},
|
|
8163
7955
|
{
|
|
8164
7956
|
"kind": "javascript-module",
|
|
8165
|
-
"path": "src/
|
|
7957
|
+
"path": "src/navigation/drawer-item.ts",
|
|
8166
7958
|
"declarations": [
|
|
8167
7959
|
{
|
|
8168
7960
|
"kind": "class",
|
|
8169
7961
|
"description": "",
|
|
8170
|
-
"name": "
|
|
7962
|
+
"name": "UmDrawerItem",
|
|
8171
7963
|
"members": [
|
|
8172
7964
|
{
|
|
8173
7965
|
"kind": "field",
|
|
8174
|
-
"name": "
|
|
8175
|
-
"privacy": "private",
|
|
8176
|
-
"type": {
|
|
8177
|
-
"text": "boolean"
|
|
8178
|
-
},
|
|
8179
|
-
"default": "false"
|
|
8180
|
-
},
|
|
8181
|
-
{
|
|
8182
|
-
"kind": "field",
|
|
8183
|
-
"name": "#justShow",
|
|
8184
|
-
"privacy": "private",
|
|
8185
|
-
"type": {
|
|
8186
|
-
"text": "boolean"
|
|
8187
|
-
},
|
|
8188
|
-
"default": "false"
|
|
8189
|
-
},
|
|
8190
|
-
{
|
|
8191
|
-
"kind": "field",
|
|
8192
|
-
"name": "open",
|
|
7966
|
+
"name": "hasIcon",
|
|
8193
7967
|
"type": {
|
|
8194
7968
|
"text": "boolean"
|
|
8195
7969
|
},
|
|
8196
|
-
"
|
|
8197
|
-
"
|
|
8198
|
-
"
|
|
8199
|
-
},
|
|
8200
|
-
{
|
|
8201
|
-
"kind": "field",
|
|
8202
|
-
"name": "positioning",
|
|
8203
|
-
"type": {
|
|
8204
|
-
"text": "'relative' | 'fixed'"
|
|
8205
|
-
},
|
|
8206
|
-
"default": "'relative'",
|
|
8207
|
-
"attribute": "positioning",
|
|
7970
|
+
"default": "false",
|
|
7971
|
+
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
7972
|
+
"attribute": "has-icon",
|
|
8208
7973
|
"reflects": true
|
|
8209
7974
|
},
|
|
8210
7975
|
{
|
|
8211
7976
|
"kind": "field",
|
|
8212
|
-
"name": "
|
|
7977
|
+
"name": "hasBadge",
|
|
8213
7978
|
"type": {
|
|
8214
7979
|
"text": "boolean"
|
|
8215
7980
|
},
|
|
8216
7981
|
"default": "false",
|
|
8217
|
-
"
|
|
8218
|
-
|
|
8219
|
-
{
|
|
8220
|
-
"kind": "field",
|
|
8221
|
-
"name": "anchorCorner",
|
|
8222
|
-
"type": {
|
|
8223
|
-
"text": "'auto-start' | 'auto-end' | 'start-start' | 'start-end' | 'end-start' | 'end-end'"
|
|
8224
|
-
},
|
|
8225
|
-
"default": "'end-start'",
|
|
8226
|
-
"description": "The corner of the anchor which to align the menu in the standard logical\nproperty style of <block>-<inline> e.g. `'end-start'`.",
|
|
8227
|
-
"attribute": "anchor-corner",
|
|
7982
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
7983
|
+
"attribute": "has-badge",
|
|
8228
7984
|
"reflects": true
|
|
8229
7985
|
},
|
|
8230
7986
|
{
|
|
8231
7987
|
"kind": "field",
|
|
8232
|
-
"name": "
|
|
7988
|
+
"name": "active",
|
|
8233
7989
|
"type": {
|
|
8234
|
-
"text": "
|
|
7990
|
+
"text": "boolean"
|
|
8235
7991
|
},
|
|
8236
|
-
"default": "
|
|
8237
|
-
"description": "
|
|
8238
|
-
"attribute": "
|
|
7992
|
+
"default": "false",
|
|
7993
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
7994
|
+
"attribute": "active",
|
|
8239
7995
|
"reflects": true
|
|
8240
7996
|
},
|
|
8241
7997
|
{
|
|
8242
7998
|
"kind": "field",
|
|
8243
|
-
"name": "
|
|
7999
|
+
"name": "keepDrawerOpen",
|
|
8244
8000
|
"type": {
|
|
8245
8001
|
"text": "boolean"
|
|
8246
8002
|
},
|
|
8247
8003
|
"default": "false",
|
|
8248
|
-
"description": "
|
|
8249
|
-
"attribute": "
|
|
8004
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
8005
|
+
"attribute": "keep-drawer-open",
|
|
8250
8006
|
"reflects": true
|
|
8251
8007
|
},
|
|
8252
8008
|
{
|
|
8253
8009
|
"kind": "field",
|
|
8254
|
-
"name": "
|
|
8255
|
-
"type": {
|
|
8256
|
-
"text": "HTMLElement"
|
|
8257
|
-
}
|
|
8258
|
-
},
|
|
8259
|
-
{
|
|
8260
|
-
"kind": "field",
|
|
8261
|
-
"name": "ref",
|
|
8262
|
-
"type": {
|
|
8263
|
-
"text": "HTMLElement"
|
|
8264
|
-
}
|
|
8265
|
-
},
|
|
8266
|
-
{
|
|
8267
|
-
"kind": "field",
|
|
8268
|
-
"name": "#anchorElement",
|
|
8269
|
-
"privacy": "private",
|
|
8010
|
+
"name": "assignedIcons",
|
|
8270
8011
|
"type": {
|
|
8271
|
-
"text": "HTMLElement
|
|
8272
|
-
}
|
|
8012
|
+
"text": "HTMLElement[]"
|
|
8013
|
+
},
|
|
8014
|
+
"privacy": "private"
|
|
8273
8015
|
},
|
|
8274
8016
|
{
|
|
8275
8017
|
"kind": "field",
|
|
8276
|
-
"name": "
|
|
8018
|
+
"name": "assignedBadges",
|
|
8277
8019
|
"type": {
|
|
8278
|
-
"text": "HTMLElement
|
|
8279
|
-
}
|
|
8280
|
-
|
|
8281
|
-
{
|
|
8282
|
-
"kind": "field",
|
|
8283
|
-
"name": "toggle"
|
|
8020
|
+
"text": "HTMLElement[]"
|
|
8021
|
+
},
|
|
8022
|
+
"privacy": "private"
|
|
8284
8023
|
},
|
|
8285
8024
|
{
|
|
8286
8025
|
"kind": "method",
|
|
8287
|
-
"name": "
|
|
8026
|
+
"name": "renderContent",
|
|
8027
|
+
"privacy": "protected",
|
|
8288
8028
|
"return": {
|
|
8289
8029
|
"type": {
|
|
8290
|
-
"text": "
|
|
8030
|
+
"text": "HTMLTemplateResult"
|
|
8291
8031
|
}
|
|
8032
|
+
},
|
|
8033
|
+
"inheritedFrom": {
|
|
8034
|
+
"name": "UmButtonWrapper",
|
|
8035
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8292
8036
|
}
|
|
8293
8037
|
},
|
|
8294
|
-
{
|
|
8295
|
-
"kind": "field",
|
|
8296
|
-
"name": "close"
|
|
8297
|
-
},
|
|
8298
8038
|
{
|
|
8299
8039
|
"kind": "method",
|
|
8300
|
-
"name": "
|
|
8040
|
+
"name": "handleIconSlotChange",
|
|
8301
8041
|
"privacy": "private"
|
|
8302
8042
|
},
|
|
8303
8043
|
{
|
|
8304
8044
|
"kind": "method",
|
|
8305
|
-
"name": "
|
|
8045
|
+
"name": "handleBadgeSlotChange",
|
|
8046
|
+
"privacy": "private"
|
|
8306
8047
|
},
|
|
8307
8048
|
{
|
|
8308
8049
|
"kind": "method",
|
|
8309
|
-
"name": "
|
|
8050
|
+
"name": "handleClick",
|
|
8051
|
+
"privacy": "protected",
|
|
8310
8052
|
"return": {
|
|
8311
8053
|
"type": {
|
|
8312
8054
|
"text": "void"
|
|
@@ -8314,22 +8056,194 @@
|
|
|
8314
8056
|
},
|
|
8315
8057
|
"parameters": [
|
|
8316
8058
|
{
|
|
8317
|
-
"name": "
|
|
8318
|
-
"type": {
|
|
8319
|
-
"text": "MenuPosition"
|
|
8320
|
-
}
|
|
8321
|
-
},
|
|
8322
|
-
{
|
|
8323
|
-
"name": "menuSize",
|
|
8059
|
+
"name": "_",
|
|
8324
8060
|
"type": {
|
|
8325
|
-
"text": "
|
|
8061
|
+
"text": "UIEvent"
|
|
8326
8062
|
}
|
|
8327
8063
|
}
|
|
8328
|
-
]
|
|
8064
|
+
],
|
|
8065
|
+
"inheritedFrom": {
|
|
8066
|
+
"name": "UmButtonWrapper",
|
|
8067
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8068
|
+
}
|
|
8069
|
+
},
|
|
8070
|
+
{
|
|
8071
|
+
"kind": "field",
|
|
8072
|
+
"name": "disabled",
|
|
8073
|
+
"type": {
|
|
8074
|
+
"text": "boolean"
|
|
8075
|
+
},
|
|
8076
|
+
"default": "false",
|
|
8077
|
+
"description": "Whether the button is disabled or not.",
|
|
8078
|
+
"attribute": "disabled",
|
|
8079
|
+
"reflects": true,
|
|
8080
|
+
"inheritedFrom": {
|
|
8081
|
+
"name": "UmButtonWrapper",
|
|
8082
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8083
|
+
}
|
|
8084
|
+
},
|
|
8085
|
+
{
|
|
8086
|
+
"kind": "field",
|
|
8087
|
+
"name": "renderRipple",
|
|
8088
|
+
"type": {
|
|
8089
|
+
"text": "boolean"
|
|
8090
|
+
},
|
|
8091
|
+
"default": "true",
|
|
8092
|
+
"inheritedFrom": {
|
|
8093
|
+
"name": "UmButtonWrapper",
|
|
8094
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8095
|
+
}
|
|
8096
|
+
},
|
|
8097
|
+
{
|
|
8098
|
+
"kind": "field",
|
|
8099
|
+
"name": "href",
|
|
8100
|
+
"type": {
|
|
8101
|
+
"text": "string | undefined"
|
|
8102
|
+
},
|
|
8103
|
+
"description": "The URL that the link button points to.",
|
|
8104
|
+
"attribute": "href",
|
|
8105
|
+
"inheritedFrom": {
|
|
8106
|
+
"name": "UmButtonWrapper",
|
|
8107
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8108
|
+
}
|
|
8109
|
+
},
|
|
8110
|
+
{
|
|
8111
|
+
"kind": "field",
|
|
8112
|
+
"name": "target",
|
|
8113
|
+
"type": {
|
|
8114
|
+
"text": "string | undefined"
|
|
8115
|
+
},
|
|
8116
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
8117
|
+
"attribute": "target",
|
|
8118
|
+
"inheritedFrom": {
|
|
8119
|
+
"name": "UmButtonWrapper",
|
|
8120
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8121
|
+
}
|
|
8122
|
+
},
|
|
8123
|
+
{
|
|
8124
|
+
"kind": "field",
|
|
8125
|
+
"name": "name",
|
|
8126
|
+
"type": {
|
|
8127
|
+
"text": "string | undefined"
|
|
8128
|
+
},
|
|
8129
|
+
"attribute": "name",
|
|
8130
|
+
"inheritedFrom": {
|
|
8131
|
+
"name": "UmButtonWrapper",
|
|
8132
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8133
|
+
}
|
|
8134
|
+
},
|
|
8135
|
+
{
|
|
8136
|
+
"kind": "field",
|
|
8137
|
+
"name": "buttonElement",
|
|
8138
|
+
"type": {
|
|
8139
|
+
"text": "HTMLElement"
|
|
8140
|
+
},
|
|
8141
|
+
"inheritedFrom": {
|
|
8142
|
+
"name": "UmButtonWrapper",
|
|
8143
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8144
|
+
}
|
|
8145
|
+
},
|
|
8146
|
+
{
|
|
8147
|
+
"kind": "field",
|
|
8148
|
+
"name": "ripple",
|
|
8149
|
+
"type": {
|
|
8150
|
+
"text": "UmRipple"
|
|
8151
|
+
},
|
|
8152
|
+
"privacy": "private",
|
|
8153
|
+
"inheritedFrom": {
|
|
8154
|
+
"name": "UmButtonWrapper",
|
|
8155
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8156
|
+
}
|
|
8157
|
+
},
|
|
8158
|
+
{
|
|
8159
|
+
"kind": "field",
|
|
8160
|
+
"name": "innerRole",
|
|
8161
|
+
"type": {
|
|
8162
|
+
"text": "string | null"
|
|
8163
|
+
},
|
|
8164
|
+
"privacy": "protected",
|
|
8165
|
+
"default": "null",
|
|
8166
|
+
"inheritedFrom": {
|
|
8167
|
+
"name": "UmButtonWrapper",
|
|
8168
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8169
|
+
}
|
|
8170
|
+
},
|
|
8171
|
+
{
|
|
8172
|
+
"kind": "field",
|
|
8173
|
+
"name": "pathname",
|
|
8174
|
+
"type": {
|
|
8175
|
+
"text": "string"
|
|
8176
|
+
},
|
|
8177
|
+
"inheritedFrom": {
|
|
8178
|
+
"name": "UmButtonWrapper",
|
|
8179
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8180
|
+
}
|
|
8329
8181
|
},
|
|
8330
8182
|
{
|
|
8331
8183
|
"kind": "method",
|
|
8332
|
-
"name": "
|
|
8184
|
+
"name": "renderButton",
|
|
8185
|
+
"privacy": "private",
|
|
8186
|
+
"inheritedFrom": {
|
|
8187
|
+
"name": "UmButtonWrapper",
|
|
8188
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8189
|
+
}
|
|
8190
|
+
},
|
|
8191
|
+
{
|
|
8192
|
+
"kind": "method",
|
|
8193
|
+
"name": "renderLink",
|
|
8194
|
+
"privacy": "private",
|
|
8195
|
+
"inheritedFrom": {
|
|
8196
|
+
"name": "UmButtonWrapper",
|
|
8197
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8198
|
+
}
|
|
8199
|
+
},
|
|
8200
|
+
{
|
|
8201
|
+
"kind": "method",
|
|
8202
|
+
"name": "focus",
|
|
8203
|
+
"inheritedFrom": {
|
|
8204
|
+
"name": "UmButtonWrapper",
|
|
8205
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8206
|
+
}
|
|
8207
|
+
},
|
|
8208
|
+
{
|
|
8209
|
+
"kind": "method",
|
|
8210
|
+
"name": "blur",
|
|
8211
|
+
"inheritedFrom": {
|
|
8212
|
+
"name": "UmButtonWrapper",
|
|
8213
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8214
|
+
}
|
|
8215
|
+
},
|
|
8216
|
+
{
|
|
8217
|
+
"kind": "method",
|
|
8218
|
+
"name": "getAriaLabel",
|
|
8219
|
+
"privacy": "protected",
|
|
8220
|
+
"return": {
|
|
8221
|
+
"type": {
|
|
8222
|
+
"text": "string | null"
|
|
8223
|
+
}
|
|
8224
|
+
},
|
|
8225
|
+
"inheritedFrom": {
|
|
8226
|
+
"name": "UmButtonWrapper",
|
|
8227
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8228
|
+
}
|
|
8229
|
+
},
|
|
8230
|
+
{
|
|
8231
|
+
"kind": "method",
|
|
8232
|
+
"name": "innerFocusHandler",
|
|
8233
|
+
"privacy": "private",
|
|
8234
|
+
"return": {
|
|
8235
|
+
"type": {
|
|
8236
|
+
"text": "void"
|
|
8237
|
+
}
|
|
8238
|
+
},
|
|
8239
|
+
"inheritedFrom": {
|
|
8240
|
+
"name": "UmButtonWrapper",
|
|
8241
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8242
|
+
}
|
|
8243
|
+
},
|
|
8244
|
+
{
|
|
8245
|
+
"kind": "method",
|
|
8246
|
+
"name": "#innerClickHandler",
|
|
8333
8247
|
"return": {
|
|
8334
8248
|
"type": {
|
|
8335
8249
|
"text": "void"
|
|
@@ -8337,279 +8251,363 @@
|
|
|
8337
8251
|
},
|
|
8338
8252
|
"parameters": [
|
|
8339
8253
|
{
|
|
8340
|
-
"name": "
|
|
8341
|
-
"type": {
|
|
8342
|
-
"text": "MenuPosition"
|
|
8343
|
-
}
|
|
8344
|
-
},
|
|
8345
|
-
{
|
|
8346
|
-
"name": "menuSize",
|
|
8254
|
+
"name": "event",
|
|
8347
8255
|
"type": {
|
|
8348
|
-
"text": "
|
|
8256
|
+
"text": "MouseEvent"
|
|
8349
8257
|
}
|
|
8350
8258
|
}
|
|
8351
|
-
]
|
|
8259
|
+
],
|
|
8260
|
+
"inheritedFrom": {
|
|
8261
|
+
"name": "UmButtonWrapper",
|
|
8262
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8263
|
+
}
|
|
8264
|
+
}
|
|
8265
|
+
],
|
|
8266
|
+
"attributes": [
|
|
8267
|
+
{
|
|
8268
|
+
"name": "has-icon",
|
|
8269
|
+
"type": {
|
|
8270
|
+
"text": "boolean"
|
|
8271
|
+
},
|
|
8272
|
+
"default": "false",
|
|
8273
|
+
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
8274
|
+
"fieldName": "hasIcon"
|
|
8275
|
+
},
|
|
8276
|
+
{
|
|
8277
|
+
"name": "has-badge",
|
|
8278
|
+
"type": {
|
|
8279
|
+
"text": "boolean"
|
|
8280
|
+
},
|
|
8281
|
+
"default": "false",
|
|
8282
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
8283
|
+
"fieldName": "hasBadge"
|
|
8284
|
+
},
|
|
8285
|
+
{
|
|
8286
|
+
"name": "active",
|
|
8287
|
+
"type": {
|
|
8288
|
+
"text": "boolean"
|
|
8289
|
+
},
|
|
8290
|
+
"default": "false",
|
|
8291
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
8292
|
+
"fieldName": "active"
|
|
8293
|
+
},
|
|
8294
|
+
{
|
|
8295
|
+
"name": "keep-drawer-open",
|
|
8296
|
+
"type": {
|
|
8297
|
+
"text": "boolean"
|
|
8298
|
+
},
|
|
8299
|
+
"default": "false",
|
|
8300
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
8301
|
+
"fieldName": "keepDrawerOpen"
|
|
8302
|
+
},
|
|
8303
|
+
{
|
|
8304
|
+
"name": "disabled",
|
|
8305
|
+
"type": {
|
|
8306
|
+
"text": "boolean"
|
|
8307
|
+
},
|
|
8308
|
+
"default": "false",
|
|
8309
|
+
"description": "Whether the button is disabled or not.",
|
|
8310
|
+
"fieldName": "disabled",
|
|
8311
|
+
"inheritedFrom": {
|
|
8312
|
+
"name": "UmButtonWrapper",
|
|
8313
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8314
|
+
}
|
|
8315
|
+
},
|
|
8316
|
+
{
|
|
8317
|
+
"name": "href",
|
|
8318
|
+
"type": {
|
|
8319
|
+
"text": "string | undefined"
|
|
8320
|
+
},
|
|
8321
|
+
"description": "The URL that the link button points to.",
|
|
8322
|
+
"fieldName": "href",
|
|
8323
|
+
"inheritedFrom": {
|
|
8324
|
+
"name": "UmButtonWrapper",
|
|
8325
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8326
|
+
}
|
|
8327
|
+
},
|
|
8328
|
+
{
|
|
8329
|
+
"name": "target",
|
|
8330
|
+
"type": {
|
|
8331
|
+
"text": "string | undefined"
|
|
8332
|
+
},
|
|
8333
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
8334
|
+
"fieldName": "target",
|
|
8335
|
+
"inheritedFrom": {
|
|
8336
|
+
"name": "UmButtonWrapper",
|
|
8337
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8338
|
+
}
|
|
8339
|
+
},
|
|
8340
|
+
{
|
|
8341
|
+
"name": "name",
|
|
8342
|
+
"type": {
|
|
8343
|
+
"text": "string | undefined"
|
|
8344
|
+
},
|
|
8345
|
+
"fieldName": "name",
|
|
8346
|
+
"inheritedFrom": {
|
|
8347
|
+
"name": "UmButtonWrapper",
|
|
8348
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8349
|
+
}
|
|
8350
|
+
}
|
|
8351
|
+
],
|
|
8352
|
+
"superclass": {
|
|
8353
|
+
"name": "UmButtonWrapper",
|
|
8354
|
+
"module": "/src/shared/button-wrapper.js"
|
|
8355
|
+
},
|
|
8356
|
+
"tagName": "u-drawer-item",
|
|
8357
|
+
"customElement": true
|
|
8358
|
+
}
|
|
8359
|
+
],
|
|
8360
|
+
"exports": [
|
|
8361
|
+
{
|
|
8362
|
+
"kind": "js",
|
|
8363
|
+
"name": "UmDrawerItem",
|
|
8364
|
+
"declaration": {
|
|
8365
|
+
"name": "UmDrawerItem",
|
|
8366
|
+
"module": "src/navigation/drawer-item.ts"
|
|
8367
|
+
}
|
|
8368
|
+
},
|
|
8369
|
+
{
|
|
8370
|
+
"kind": "custom-element-definition",
|
|
8371
|
+
"name": "u-drawer-item",
|
|
8372
|
+
"declaration": {
|
|
8373
|
+
"name": "UmDrawerItem",
|
|
8374
|
+
"module": "src/navigation/drawer-item.ts"
|
|
8375
|
+
}
|
|
8376
|
+
}
|
|
8377
|
+
]
|
|
8378
|
+
},
|
|
8379
|
+
{
|
|
8380
|
+
"kind": "javascript-module",
|
|
8381
|
+
"path": "src/navigation/drawer.styles.ts",
|
|
8382
|
+
"declarations": [
|
|
8383
|
+
{
|
|
8384
|
+
"kind": "variable",
|
|
8385
|
+
"name": "styles",
|
|
8386
|
+
"default": "css `\n :host {\n display: block;\n background-color: var(--u-modal-drawer-background-color, var(--u-color-surface-container-low, rgb(247, 242, 250)));\n color: var(--u-drawer-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n height: 100%;\n padding-inline: var(--u-drawer-padding, 28px);\n }\n\n @media (min-width: 1200px) {\n :host {\n background-color: var(--u-standard-drawer-background-color, var(--u-color-body, var(--u-color-surface, rgb(254, 247, 255))));\n }\n }\n`"
|
|
8387
|
+
}
|
|
8388
|
+
],
|
|
8389
|
+
"exports": [
|
|
8390
|
+
{
|
|
8391
|
+
"kind": "js",
|
|
8392
|
+
"name": "styles",
|
|
8393
|
+
"declaration": {
|
|
8394
|
+
"name": "styles",
|
|
8395
|
+
"module": "src/navigation/drawer.styles.ts"
|
|
8396
|
+
}
|
|
8397
|
+
}
|
|
8398
|
+
]
|
|
8399
|
+
},
|
|
8400
|
+
{
|
|
8401
|
+
"kind": "javascript-module",
|
|
8402
|
+
"path": "src/navigation/drawer.ts",
|
|
8403
|
+
"declarations": [
|
|
8404
|
+
{
|
|
8405
|
+
"kind": "class",
|
|
8406
|
+
"description": "",
|
|
8407
|
+
"name": "UmDrawer",
|
|
8408
|
+
"members": [],
|
|
8409
|
+
"superclass": {
|
|
8410
|
+
"name": "LitElement",
|
|
8411
|
+
"package": "lit"
|
|
8412
|
+
},
|
|
8413
|
+
"tagName": "u-drawer",
|
|
8414
|
+
"customElement": true
|
|
8415
|
+
}
|
|
8416
|
+
],
|
|
8417
|
+
"exports": [
|
|
8418
|
+
{
|
|
8419
|
+
"kind": "js",
|
|
8420
|
+
"name": "UmDrawer",
|
|
8421
|
+
"declaration": {
|
|
8422
|
+
"name": "UmDrawer",
|
|
8423
|
+
"module": "src/navigation/drawer.ts"
|
|
8424
|
+
}
|
|
8425
|
+
},
|
|
8426
|
+
{
|
|
8427
|
+
"kind": "custom-element-definition",
|
|
8428
|
+
"name": "u-drawer",
|
|
8429
|
+
"declaration": {
|
|
8430
|
+
"name": "UmDrawer",
|
|
8431
|
+
"module": "src/navigation/drawer.ts"
|
|
8432
|
+
}
|
|
8433
|
+
}
|
|
8434
|
+
]
|
|
8435
|
+
},
|
|
8436
|
+
{
|
|
8437
|
+
"kind": "javascript-module",
|
|
8438
|
+
"path": "src/navigation/side-navigation-swiper.styles.ts",
|
|
8439
|
+
"declarations": [
|
|
8440
|
+
{
|
|
8441
|
+
"kind": "variable",
|
|
8442
|
+
"name": "styles",
|
|
8443
|
+
"default": "css `\n :host {\n --_navigation-width: 0;\n --_navigation-drawer-width: min(var(--u-navigation-drawer-width, 360px), 85vw);\n --_navigation-drawer-width-negative: calc(var(--_navigation-drawer-width) * -1);\n --_navigation-drawer-corner-shape: var(--u-navigation-drawer-corner-shape, var(--u-shape-corner-large, 16px));\n --_scrim-opacity: var(--u-drawer-scrim-opacity, .4);\n display: block;\n width: 100%;\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n :host(.disable-transition) * {\n transition: none !important;\n }\n :host(.disable-transition) * ::slotted(u-top-app-bar) {\n transition: none !important;\n }\n\n .drawer {\n transition: inset 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .drawer,\n .drawer u-elevation,\n .drawer .drawer-container {\n border-start-end-radius: var(--_navigation-drawer-corner-shape);\n border-end-end-radius: var(--_navigation-drawer-corner-shape);\n }\n .drawer.toggle u-elevation {\n --u-elevation-level: 1;\n }\n\n .drawer-container {\n height: 100%;\n overflow: hidden;\n }\n\n .scrim {\n --_modal-drawer-open-progress: 0;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100vw;\n height: 100vh;\n background: var(--u-drawer-scrim-color, var(--u-color-scrim, rgb(0, 0, 0)));\n pointer-events: none;\n opacity: calc(var(--_scrim-opacity) * var(--_modal-drawer-open-progress));\n transition: opacity 375ms linear;\n }\n .scrim.moving {\n transition: none;\n }\n .scrim.toggle {\n --_modal-drawer-open-progress: 1;\n pointer-events: auto;\n }\n\n @media (min-width: 840px) {\n .content slot {\n display: flex;\n flex-direction: column;\n height: 100vh;\n }\n }\n @media (min-width: 1200px) {\n .container {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .container:has(.drawer.toggle) {\n --_navigation-width: 0;\n }\n .drawer {\n border-radius: 0;\n inset-inline-start: 0;\n }\n .drawer.toggle {\n inset-inline-start: var(--_navigation-drawer-width-negative);\n }\n u-elevation,\n .scrim {\n display: none;\n }\n }\n .content {\n position: fixed;\n inset: 0;\n z-index: 1;\n overflow: auto;\n }\n\n .drawer {\n position: relative;\n width: var(--_navigation-drawer-width);\n z-index: var(--u-side-navigation-z-index, 1030);\n pointer-events: auto;\n }\n\n .scrim {\n z-index: 1;\n }\n\n swiper-container {\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n swiper-container::part(wrapper) {\n pointer-events: none;\n z-index: 2;\n }\n\n @media (min-width: 1200px) {\n :host {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .content {\n position: static;\n }\n swiper-container::part(container) {\n display: grid;\n grid-template-columns: var(--_navigation-width) minmax(0, 1fr);\n transition: 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .dummy-slide {\n display: none;\n }\n }\n`"
|
|
8444
|
+
}
|
|
8445
|
+
],
|
|
8446
|
+
"exports": [
|
|
8447
|
+
{
|
|
8448
|
+
"kind": "js",
|
|
8449
|
+
"name": "styles",
|
|
8450
|
+
"declaration": {
|
|
8451
|
+
"name": "styles",
|
|
8452
|
+
"module": "src/navigation/side-navigation-swiper.styles.ts"
|
|
8453
|
+
}
|
|
8454
|
+
}
|
|
8455
|
+
]
|
|
8456
|
+
},
|
|
8457
|
+
{
|
|
8458
|
+
"kind": "javascript-module",
|
|
8459
|
+
"path": "src/navigation/side-navigation.styles.ts",
|
|
8460
|
+
"declarations": [
|
|
8461
|
+
{
|
|
8462
|
+
"kind": "variable",
|
|
8463
|
+
"name": "styles",
|
|
8464
|
+
"default": "css `\n :host {\n --_navigation-width: 0;\n --_navigation-drawer-width: min(var(--u-navigation-drawer-width, 360px), 85vw);\n --_navigation-drawer-width-negative: calc(var(--_navigation-drawer-width) * -1);\n --_navigation-drawer-corner-shape: var(--u-navigation-drawer-corner-shape, var(--u-shape-corner-large, 16px));\n --_scrim-opacity: var(--u-drawer-scrim-opacity, .4);\n display: block;\n width: 100%;\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n :host(.disable-transition) * {\n transition: none !important;\n }\n :host(.disable-transition) * ::slotted(u-top-app-bar) {\n transition: none !important;\n }\n\n .drawer {\n transition: inset 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .drawer,\n .drawer u-elevation,\n .drawer .drawer-container {\n border-start-end-radius: var(--_navigation-drawer-corner-shape);\n border-end-end-radius: var(--_navigation-drawer-corner-shape);\n }\n .drawer.toggle u-elevation {\n --u-elevation-level: 1;\n }\n\n .drawer-container {\n height: 100%;\n overflow: hidden;\n }\n\n .scrim {\n --_modal-drawer-open-progress: 0;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100vw;\n height: 100vh;\n background: var(--u-drawer-scrim-color, var(--u-color-scrim, rgb(0, 0, 0)));\n pointer-events: none;\n opacity: calc(var(--_scrim-opacity) * var(--_modal-drawer-open-progress));\n transition: opacity 375ms linear;\n }\n .scrim.moving {\n transition: none;\n }\n .scrim.toggle {\n --_modal-drawer-open-progress: 1;\n pointer-events: auto;\n }\n\n @media (min-width: 840px) {\n .content slot {\n display: flex;\n flex-direction: column;\n height: 100vh;\n }\n }\n @media (min-width: 1200px) {\n .container {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .container:has(.drawer.toggle) {\n --_navigation-width: 0;\n }\n .drawer {\n border-radius: 0;\n inset-inline-start: 0;\n }\n .drawer.toggle {\n inset-inline-start: var(--_navigation-drawer-width-negative);\n }\n u-elevation,\n .scrim {\n display: none;\n }\n }\n .navigation {\n position: fixed;\n inset-inline-start: 0;\n inset-block-start: 0;\n height: 100%;\n z-index: var(--u-side-navigation-z-index, 1030);\n }\n\n .drawer {\n position: absolute;\n inset-inline-start: var(--_navigation-drawer-width-negative);\n inset-block-start: 0;\n width: var(--_navigation-drawer-width);\n height: 100%;\n border-start-end-radius: var(--_navigation-drawer-corner-shape);\n border-end-end-radius: var(--_navigation-drawer-corner-shape);\n overflow: hidden;\n }\n .drawer.toggle {\n inset-inline-start: 0;\n }\n\n .grid {\n display: grid;\n grid-template-columns: var(--_navigation-width) minmax(0, 1fr);\n transition: 375ms cubic-bezier(0.19, 1, 0.22, 1);\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n @media (min-width: 1200px) {\n .drawer {\n inset-inline-start: 0;\n }\n .drawer.toggle {\n inset-inline-start: var(--_navigation-drawer-width-negative);\n }\n }\n`"
|
|
8465
|
+
}
|
|
8466
|
+
],
|
|
8467
|
+
"exports": [
|
|
8468
|
+
{
|
|
8469
|
+
"kind": "js",
|
|
8470
|
+
"name": "styles",
|
|
8471
|
+
"declaration": {
|
|
8472
|
+
"name": "styles",
|
|
8473
|
+
"module": "src/navigation/side-navigation.styles.ts"
|
|
8474
|
+
}
|
|
8475
|
+
}
|
|
8476
|
+
]
|
|
8477
|
+
},
|
|
8478
|
+
{
|
|
8479
|
+
"kind": "javascript-module",
|
|
8480
|
+
"path": "src/navigation/side-navigation.ts",
|
|
8481
|
+
"declarations": [
|
|
8482
|
+
{
|
|
8483
|
+
"kind": "class",
|
|
8484
|
+
"description": "",
|
|
8485
|
+
"name": "UmSideNavigation",
|
|
8486
|
+
"members": [
|
|
8487
|
+
{
|
|
8488
|
+
"kind": "field",
|
|
8489
|
+
"name": "#toggleDrawer",
|
|
8490
|
+
"privacy": "private",
|
|
8491
|
+
"type": {
|
|
8492
|
+
"text": "boolean"
|
|
8493
|
+
},
|
|
8494
|
+
"default": "false"
|
|
8495
|
+
},
|
|
8496
|
+
{
|
|
8497
|
+
"kind": "field",
|
|
8498
|
+
"name": "disableSlideAnimation",
|
|
8499
|
+
"type": {
|
|
8500
|
+
"text": "boolean"
|
|
8501
|
+
},
|
|
8502
|
+
"privacy": "private",
|
|
8503
|
+
"default": "false"
|
|
8504
|
+
},
|
|
8505
|
+
{
|
|
8506
|
+
"kind": "field",
|
|
8507
|
+
"name": "toggleDrawer",
|
|
8508
|
+
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
8509
|
+
"attribute": "toggle-drawer"
|
|
8510
|
+
},
|
|
8511
|
+
{
|
|
8512
|
+
"kind": "field",
|
|
8513
|
+
"name": "swiperContainer",
|
|
8514
|
+
"type": {
|
|
8515
|
+
"text": "any"
|
|
8516
|
+
}
|
|
8352
8517
|
},
|
|
8353
8518
|
{
|
|
8354
|
-
"kind": "
|
|
8355
|
-
"name": "
|
|
8356
|
-
"
|
|
8357
|
-
"
|
|
8358
|
-
|
|
8359
|
-
}
|
|
8360
|
-
},
|
|
8361
|
-
"parameters": [
|
|
8362
|
-
{
|
|
8363
|
-
"name": "side",
|
|
8364
|
-
"type": {
|
|
8365
|
-
"text": "AnchorCornerBlockSide"
|
|
8366
|
-
}
|
|
8367
|
-
},
|
|
8368
|
-
{
|
|
8369
|
-
"name": "menuSize",
|
|
8370
|
-
"type": {
|
|
8371
|
-
"text": "MenuSize"
|
|
8372
|
-
}
|
|
8373
|
-
}
|
|
8374
|
-
]
|
|
8519
|
+
"kind": "field",
|
|
8520
|
+
"name": "scrim",
|
|
8521
|
+
"type": {
|
|
8522
|
+
"text": "HTMLElement"
|
|
8523
|
+
}
|
|
8375
8524
|
},
|
|
8376
8525
|
{
|
|
8377
|
-
"kind": "
|
|
8378
|
-
"name": "
|
|
8379
|
-
"
|
|
8380
|
-
"
|
|
8381
|
-
|
|
8382
|
-
}
|
|
8383
|
-
},
|
|
8384
|
-
"parameters": [
|
|
8385
|
-
{
|
|
8386
|
-
"name": "side",
|
|
8387
|
-
"type": {
|
|
8388
|
-
"text": "AnchorCornerBlockSide"
|
|
8389
|
-
}
|
|
8390
|
-
},
|
|
8391
|
-
{
|
|
8392
|
-
"name": "menuSize",
|
|
8393
|
-
"type": {
|
|
8394
|
-
"text": "MenuSize"
|
|
8395
|
-
}
|
|
8396
|
-
}
|
|
8397
|
-
]
|
|
8526
|
+
"kind": "field",
|
|
8527
|
+
"name": "scrollContainer",
|
|
8528
|
+
"type": {
|
|
8529
|
+
"text": "HTMLElement | undefined"
|
|
8530
|
+
}
|
|
8398
8531
|
},
|
|
8399
8532
|
{
|
|
8400
8533
|
"kind": "method",
|
|
8401
|
-
"name": "
|
|
8402
|
-
"
|
|
8403
|
-
{
|
|
8404
|
-
"name": "side",
|
|
8405
|
-
"type": {
|
|
8406
|
-
"text": "AnchorCornerBlockSide"
|
|
8407
|
-
}
|
|
8408
|
-
}
|
|
8409
|
-
]
|
|
8534
|
+
"name": "renderDefault",
|
|
8535
|
+
"privacy": "private"
|
|
8410
8536
|
},
|
|
8411
8537
|
{
|
|
8412
8538
|
"kind": "method",
|
|
8413
|
-
"name": "
|
|
8414
|
-
"
|
|
8415
|
-
"type": {
|
|
8416
|
-
"text": "void"
|
|
8417
|
-
}
|
|
8418
|
-
},
|
|
8419
|
-
"parameters": [
|
|
8420
|
-
{
|
|
8421
|
-
"name": "menuPosition",
|
|
8422
|
-
"type": {
|
|
8423
|
-
"text": "MenuPosition"
|
|
8424
|
-
}
|
|
8425
|
-
},
|
|
8426
|
-
{
|
|
8427
|
-
"name": "menuSize",
|
|
8428
|
-
"type": {
|
|
8429
|
-
"text": "MenuSize"
|
|
8430
|
-
}
|
|
8431
|
-
}
|
|
8432
|
-
]
|
|
8539
|
+
"name": "renderWithSwipe",
|
|
8540
|
+
"privacy": "private"
|
|
8433
8541
|
},
|
|
8434
8542
|
{
|
|
8435
8543
|
"kind": "method",
|
|
8436
|
-
"name": "
|
|
8437
|
-
"
|
|
8438
|
-
"type": {
|
|
8439
|
-
"text": "void"
|
|
8440
|
-
}
|
|
8441
|
-
},
|
|
8442
|
-
"parameters": [
|
|
8443
|
-
{
|
|
8444
|
-
"name": "side",
|
|
8445
|
-
"type": {
|
|
8446
|
-
"text": "AnchorCornerInlineSide"
|
|
8447
|
-
}
|
|
8448
|
-
},
|
|
8449
|
-
{
|
|
8450
|
-
"name": "menuSize",
|
|
8451
|
-
"type": {
|
|
8452
|
-
"text": "MenuSize"
|
|
8453
|
-
}
|
|
8454
|
-
}
|
|
8455
|
-
]
|
|
8544
|
+
"name": "swiperActiveIndexChange",
|
|
8545
|
+
"privacy": "private"
|
|
8456
8546
|
},
|
|
8457
8547
|
{
|
|
8458
8548
|
"kind": "method",
|
|
8459
|
-
"name": "
|
|
8460
|
-
"
|
|
8461
|
-
"type": {
|
|
8462
|
-
"text": "void"
|
|
8463
|
-
}
|
|
8464
|
-
},
|
|
8465
|
-
"parameters": [
|
|
8466
|
-
{
|
|
8467
|
-
"name": "side",
|
|
8468
|
-
"type": {
|
|
8469
|
-
"text": "AnchorCornerInlineSide"
|
|
8470
|
-
}
|
|
8471
|
-
},
|
|
8472
|
-
{
|
|
8473
|
-
"name": "menuSize",
|
|
8474
|
-
"type": {
|
|
8475
|
-
"text": "MenuSize"
|
|
8476
|
-
}
|
|
8477
|
-
}
|
|
8478
|
-
]
|
|
8549
|
+
"name": "swiperTransitionStart",
|
|
8550
|
+
"privacy": "private"
|
|
8479
8551
|
},
|
|
8480
8552
|
{
|
|
8481
8553
|
"kind": "method",
|
|
8482
|
-
"name": "
|
|
8483
|
-
"
|
|
8484
|
-
{
|
|
8485
|
-
"name": "side",
|
|
8486
|
-
"type": {
|
|
8487
|
-
"text": "AnchorCornerInlineSide"
|
|
8488
|
-
}
|
|
8489
|
-
}
|
|
8490
|
-
]
|
|
8554
|
+
"name": "slidesGridLengthChange",
|
|
8555
|
+
"privacy": "private"
|
|
8491
8556
|
},
|
|
8492
8557
|
{
|
|
8493
8558
|
"kind": "method",
|
|
8494
|
-
"name": "
|
|
8495
|
-
"
|
|
8496
|
-
{
|
|
8497
|
-
"name": "side",
|
|
8498
|
-
"type": {
|
|
8499
|
-
"text": "AnchorCornerBlockSide"
|
|
8500
|
-
}
|
|
8501
|
-
}
|
|
8502
|
-
]
|
|
8559
|
+
"name": "swiperTransitionEnd",
|
|
8560
|
+
"privacy": "private"
|
|
8503
8561
|
},
|
|
8504
8562
|
{
|
|
8505
8563
|
"kind": "method",
|
|
8506
|
-
"name": "
|
|
8564
|
+
"name": "swiperSliderMove",
|
|
8565
|
+
"privacy": "private",
|
|
8507
8566
|
"parameters": [
|
|
8508
8567
|
{
|
|
8509
|
-
"name": "
|
|
8568
|
+
"name": "e",
|
|
8510
8569
|
"type": {
|
|
8511
|
-
"text": "
|
|
8570
|
+
"text": "Event"
|
|
8512
8571
|
}
|
|
8513
8572
|
}
|
|
8514
8573
|
]
|
|
8515
8574
|
},
|
|
8516
8575
|
{
|
|
8517
8576
|
"kind": "method",
|
|
8518
|
-
"name": "
|
|
8519
|
-
"privacy": "private"
|
|
8520
|
-
"return": {
|
|
8521
|
-
"type": {
|
|
8522
|
-
"text": "MenuPosition"
|
|
8523
|
-
}
|
|
8524
|
-
}
|
|
8525
|
-
},
|
|
8526
|
-
{
|
|
8527
|
-
"kind": "method",
|
|
8528
|
-
"name": "getMenuSize",
|
|
8529
|
-
"privacy": "private",
|
|
8530
|
-
"return": {
|
|
8531
|
-
"type": {
|
|
8532
|
-
"text": "MenuSize"
|
|
8533
|
-
}
|
|
8534
|
-
}
|
|
8577
|
+
"name": "scrimClick",
|
|
8578
|
+
"privacy": "private"
|
|
8535
8579
|
}
|
|
8536
8580
|
],
|
|
8537
8581
|
"attributes": [
|
|
8538
8582
|
{
|
|
8539
|
-
"name": "
|
|
8540
|
-
"
|
|
8541
|
-
|
|
8542
|
-
},
|
|
8543
|
-
"description": "Opens the menu and makes it visible. Alternative to the `.show()`, `.close()` and `.toggle()` methods",
|
|
8544
|
-
"fieldName": "open"
|
|
8545
|
-
},
|
|
8546
|
-
{
|
|
8547
|
-
"name": "positioning",
|
|
8548
|
-
"type": {
|
|
8549
|
-
"text": "'relative' | 'fixed'"
|
|
8550
|
-
},
|
|
8551
|
-
"default": "'relative'",
|
|
8552
|
-
"fieldName": "positioning"
|
|
8553
|
-
},
|
|
8554
|
-
{
|
|
8555
|
-
"name": "manualFocus",
|
|
8556
|
-
"type": {
|
|
8557
|
-
"text": "boolean"
|
|
8558
|
-
},
|
|
8559
|
-
"default": "false",
|
|
8560
|
-
"fieldName": "manualFocus"
|
|
8561
|
-
},
|
|
8562
|
-
{
|
|
8563
|
-
"name": "anchor-corner",
|
|
8564
|
-
"type": {
|
|
8565
|
-
"text": "'auto-start' | 'auto-end' | 'start-start' | 'start-end' | 'end-start' | 'end-end'"
|
|
8566
|
-
},
|
|
8567
|
-
"default": "'end-start'",
|
|
8568
|
-
"description": "The corner of the anchor which to align the menu in the standard logical\nproperty style of <block>-<inline> e.g. `'end-start'`.",
|
|
8569
|
-
"fieldName": "anchorCorner"
|
|
8570
|
-
},
|
|
8571
|
-
{
|
|
8572
|
-
"name": "direction",
|
|
8573
|
-
"type": {
|
|
8574
|
-
"text": "'up-start' | 'up-end' | 'down-start' | 'down-end'"
|
|
8575
|
-
},
|
|
8576
|
-
"default": "'down-end'",
|
|
8577
|
-
"description": "The direction of the menu. e.g. `'down-end'`.\n\nNOTE: This value may not be respected by the menu positioning algorithm\nif the menu would render outside the viewport.",
|
|
8578
|
-
"fieldName": "direction"
|
|
8579
|
-
},
|
|
8580
|
-
{
|
|
8581
|
-
"name": "allow-overflow",
|
|
8582
|
-
"type": {
|
|
8583
|
-
"text": "boolean"
|
|
8584
|
-
},
|
|
8585
|
-
"default": "false",
|
|
8586
|
-
"description": "Don't limit the height of the menu",
|
|
8587
|
-
"fieldName": "allowOverflow"
|
|
8583
|
+
"name": "toggle-drawer",
|
|
8584
|
+
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
8585
|
+
"fieldName": "toggleDrawer"
|
|
8588
8586
|
}
|
|
8589
8587
|
],
|
|
8590
8588
|
"superclass": {
|
|
8591
8589
|
"name": "LitElement",
|
|
8592
8590
|
"package": "lit"
|
|
8593
8591
|
},
|
|
8594
|
-
"tagName": "u-
|
|
8592
|
+
"tagName": "u-side-navigation",
|
|
8595
8593
|
"customElement": true
|
|
8596
8594
|
}
|
|
8597
8595
|
],
|
|
8598
8596
|
"exports": [
|
|
8599
8597
|
{
|
|
8600
8598
|
"kind": "js",
|
|
8601
|
-
"name": "
|
|
8599
|
+
"name": "UmSideNavigation",
|
|
8602
8600
|
"declaration": {
|
|
8603
|
-
"name": "
|
|
8604
|
-
"module": "src/
|
|
8601
|
+
"name": "UmSideNavigation",
|
|
8602
|
+
"module": "src/navigation/side-navigation.ts"
|
|
8605
8603
|
}
|
|
8606
8604
|
},
|
|
8607
8605
|
{
|
|
8608
8606
|
"kind": "custom-element-definition",
|
|
8609
|
-
"name": "u-
|
|
8607
|
+
"name": "u-side-navigation",
|
|
8610
8608
|
"declaration": {
|
|
8611
|
-
"name": "
|
|
8612
|
-
"module": "src/
|
|
8609
|
+
"name": "UmSideNavigation",
|
|
8610
|
+
"module": "src/navigation/side-navigation.ts"
|
|
8613
8611
|
}
|
|
8614
8612
|
}
|
|
8615
8613
|
]
|
|
@@ -9845,6 +9843,15 @@
|
|
|
9845
9843
|
"text": "HTMLOptionElement"
|
|
9846
9844
|
}
|
|
9847
9845
|
},
|
|
9846
|
+
{
|
|
9847
|
+
"kind": "field",
|
|
9848
|
+
"name": "#mutationObserver",
|
|
9849
|
+
"privacy": "private",
|
|
9850
|
+
"type": {
|
|
9851
|
+
"text": "MutationObserver | null"
|
|
9852
|
+
},
|
|
9853
|
+
"default": "null"
|
|
9854
|
+
},
|
|
9848
9855
|
{
|
|
9849
9856
|
"kind": "field",
|
|
9850
9857
|
"name": "value",
|
|
@@ -9901,8 +9908,16 @@
|
|
|
9901
9908
|
},
|
|
9902
9909
|
{
|
|
9903
9910
|
"kind": "method",
|
|
9904
|
-
"name": "
|
|
9905
|
-
|
|
9911
|
+
"name": "#updateContent"
|
|
9912
|
+
},
|
|
9913
|
+
{
|
|
9914
|
+
"kind": "method",
|
|
9915
|
+
"name": "#setNativeOption",
|
|
9916
|
+
"return": {
|
|
9917
|
+
"type": {
|
|
9918
|
+
"text": "Promise<void>"
|
|
9919
|
+
}
|
|
9920
|
+
}
|
|
9906
9921
|
},
|
|
9907
9922
|
{
|
|
9908
9923
|
"kind": "field",
|
|
@@ -10343,6 +10358,152 @@
|
|
|
10343
10358
|
}
|
|
10344
10359
|
]
|
|
10345
10360
|
},
|
|
10361
|
+
{
|
|
10362
|
+
"kind": "javascript-module",
|
|
10363
|
+
"path": "src/select/select-navigation-controller.ts",
|
|
10364
|
+
"declarations": [
|
|
10365
|
+
{
|
|
10366
|
+
"kind": "class",
|
|
10367
|
+
"description": "",
|
|
10368
|
+
"name": "SelectNavigationController",
|
|
10369
|
+
"members": [
|
|
10370
|
+
{
|
|
10371
|
+
"kind": "method",
|
|
10372
|
+
"name": "handleKeyDown",
|
|
10373
|
+
"privacy": "protected",
|
|
10374
|
+
"parameters": [
|
|
10375
|
+
{
|
|
10376
|
+
"name": "event",
|
|
10377
|
+
"type": {
|
|
10378
|
+
"text": "KeyboardEvent"
|
|
10379
|
+
}
|
|
10380
|
+
}
|
|
10381
|
+
],
|
|
10382
|
+
"inheritedFrom": {
|
|
10383
|
+
"name": "MenuFieldNavigationController",
|
|
10384
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10385
|
+
}
|
|
10386
|
+
},
|
|
10387
|
+
{
|
|
10388
|
+
"kind": "field",
|
|
10389
|
+
"name": "#element",
|
|
10390
|
+
"privacy": "private",
|
|
10391
|
+
"type": {
|
|
10392
|
+
"text": "HTMLElement | null"
|
|
10393
|
+
},
|
|
10394
|
+
"default": "null",
|
|
10395
|
+
"inheritedFrom": {
|
|
10396
|
+
"name": "MenuFieldNavigationController",
|
|
10397
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10398
|
+
}
|
|
10399
|
+
},
|
|
10400
|
+
{
|
|
10401
|
+
"kind": "field",
|
|
10402
|
+
"name": "host",
|
|
10403
|
+
"type": {
|
|
10404
|
+
"text": "T"
|
|
10405
|
+
},
|
|
10406
|
+
"privacy": "protected",
|
|
10407
|
+
"default": "host",
|
|
10408
|
+
"inheritedFrom": {
|
|
10409
|
+
"name": "MenuFieldNavigationController",
|
|
10410
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10411
|
+
}
|
|
10412
|
+
},
|
|
10413
|
+
{
|
|
10414
|
+
"kind": "field",
|
|
10415
|
+
"name": "bindHandleKeyDown",
|
|
10416
|
+
"type": {
|
|
10417
|
+
"text": "(event: KeyboardEvent) => void"
|
|
10418
|
+
},
|
|
10419
|
+
"privacy": "private",
|
|
10420
|
+
"inheritedFrom": {
|
|
10421
|
+
"name": "MenuFieldNavigationController",
|
|
10422
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10423
|
+
}
|
|
10424
|
+
},
|
|
10425
|
+
{
|
|
10426
|
+
"kind": "method",
|
|
10427
|
+
"name": "attach",
|
|
10428
|
+
"parameters": [
|
|
10429
|
+
{
|
|
10430
|
+
"name": "element",
|
|
10431
|
+
"type": {
|
|
10432
|
+
"text": "HTMLElement"
|
|
10433
|
+
}
|
|
10434
|
+
}
|
|
10435
|
+
],
|
|
10436
|
+
"inheritedFrom": {
|
|
10437
|
+
"name": "MenuFieldNavigationController",
|
|
10438
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10439
|
+
}
|
|
10440
|
+
},
|
|
10441
|
+
{
|
|
10442
|
+
"kind": "method",
|
|
10443
|
+
"name": "detach",
|
|
10444
|
+
"inheritedFrom": {
|
|
10445
|
+
"name": "MenuFieldNavigationController",
|
|
10446
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10447
|
+
}
|
|
10448
|
+
},
|
|
10449
|
+
{
|
|
10450
|
+
"kind": "method",
|
|
10451
|
+
"name": "navigate",
|
|
10452
|
+
"privacy": "private",
|
|
10453
|
+
"parameters": [
|
|
10454
|
+
{
|
|
10455
|
+
"name": "event",
|
|
10456
|
+
"type": {
|
|
10457
|
+
"text": "KeyboardEvent"
|
|
10458
|
+
}
|
|
10459
|
+
},
|
|
10460
|
+
{
|
|
10461
|
+
"name": "forwards",
|
|
10462
|
+
"type": {
|
|
10463
|
+
"text": "boolean"
|
|
10464
|
+
}
|
|
10465
|
+
}
|
|
10466
|
+
],
|
|
10467
|
+
"inheritedFrom": {
|
|
10468
|
+
"name": "MenuFieldNavigationController",
|
|
10469
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10470
|
+
}
|
|
10471
|
+
},
|
|
10472
|
+
{
|
|
10473
|
+
"kind": "method",
|
|
10474
|
+
"name": "selectActiveItem",
|
|
10475
|
+
"privacy": "private",
|
|
10476
|
+
"parameters": [
|
|
10477
|
+
{
|
|
10478
|
+
"name": "event",
|
|
10479
|
+
"type": {
|
|
10480
|
+
"text": "KeyboardEvent"
|
|
10481
|
+
}
|
|
10482
|
+
}
|
|
10483
|
+
],
|
|
10484
|
+
"inheritedFrom": {
|
|
10485
|
+
"name": "MenuFieldNavigationController",
|
|
10486
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10487
|
+
}
|
|
10488
|
+
}
|
|
10489
|
+
],
|
|
10490
|
+
"superclass": {
|
|
10491
|
+
"name": "MenuFieldNavigationController",
|
|
10492
|
+
"module": "/src/shared/menu-field/menu-field-navigation-controller.js"
|
|
10493
|
+
}
|
|
10494
|
+
}
|
|
10495
|
+
],
|
|
10496
|
+
"exports": [
|
|
10497
|
+
{
|
|
10498
|
+
"kind": "js",
|
|
10499
|
+
"name": "SelectNavigationController",
|
|
10500
|
+
"declaration": {
|
|
10501
|
+
"name": "SelectNavigationController",
|
|
10502
|
+
"module": "src/select/select-navigation-controller.ts"
|
|
10503
|
+
}
|
|
10504
|
+
}
|
|
10505
|
+
]
|
|
10506
|
+
},
|
|
10346
10507
|
{
|
|
10347
10508
|
"kind": "javascript-module",
|
|
10348
10509
|
"path": "src/select/select.styles.ts",
|
|
@@ -10350,7 +10511,7 @@
|
|
|
10350
10511
|
{
|
|
10351
10512
|
"kind": "variable",
|
|
10352
10513
|
"name": "styles",
|
|
10353
|
-
"default": "css `\n .container {\n cursor: pointer;\n }\n\n u-menu {\n display: block;\n width: 100%;\n }\n u-menu::part(menu) {\n width: 100%;\n max-width: 100%;\n }\n\n select {\n pointer-events: none;\n }\n`"
|
|
10514
|
+
"default": "css `\n .container {\n cursor: pointer;\n }\n\n u-menu {\n display: block;\n width: 100%;\n }\n u-menu::part(menu) {\n width: 100%;\n max-width: 100%;\n }\n\n .button {\n position: absolute;\n inset: 0;\n margin: 0;\n padding: 0;\n background: transparent;\n border: none;\n appearance: none;\n }\n\n select {\n pointer-events: none;\n }\n`"
|
|
10354
10515
|
}
|
|
10355
10516
|
],
|
|
10356
10517
|
"exports": [
|
|
@@ -10380,6 +10541,12 @@
|
|
|
10380
10541
|
"text": "HTMLSelectElement"
|
|
10381
10542
|
}
|
|
10382
10543
|
},
|
|
10544
|
+
{
|
|
10545
|
+
"kind": "field",
|
|
10546
|
+
"name": "#navigationController",
|
|
10547
|
+
"privacy": "private",
|
|
10548
|
+
"default": "new SelectNavigationController(this)"
|
|
10549
|
+
},
|
|
10383
10550
|
{
|
|
10384
10551
|
"kind": "field",
|
|
10385
10552
|
"name": "#connected",
|
|
@@ -10510,6 +10677,13 @@
|
|
|
10510
10677
|
"module": "src/field/field-base.ts"
|
|
10511
10678
|
}
|
|
10512
10679
|
},
|
|
10680
|
+
{
|
|
10681
|
+
"kind": "field",
|
|
10682
|
+
"name": "menuItems",
|
|
10683
|
+
"type": {
|
|
10684
|
+
"text": "UmOption[]"
|
|
10685
|
+
}
|
|
10686
|
+
},
|
|
10513
10687
|
{
|
|
10514
10688
|
"kind": "field",
|
|
10515
10689
|
"name": "formAssociated",
|
|
@@ -12877,135 +13051,12 @@
|
|
|
12877
13051
|
},
|
|
12878
13052
|
{
|
|
12879
13053
|
"kind": "javascript-module",
|
|
12880
|
-
"path": "src/
|
|
12881
|
-
"declarations": [
|
|
12882
|
-
{
|
|
12883
|
-
"kind": "variable",
|
|
12884
|
-
"name": "styles",
|
|
12885
|
-
"default": "css `\n :host {\n display: inline-block;\n }\n`"
|
|
12886
|
-
}
|
|
12887
|
-
],
|
|
12888
|
-
"exports": [
|
|
12889
|
-
{
|
|
12890
|
-
"kind": "js",
|
|
12891
|
-
"name": "styles",
|
|
12892
|
-
"declaration": {
|
|
12893
|
-
"name": "styles",
|
|
12894
|
-
"module": "src/typeahead/highlight.styles.ts"
|
|
12895
|
-
}
|
|
12896
|
-
}
|
|
12897
|
-
]
|
|
12898
|
-
},
|
|
12899
|
-
{
|
|
12900
|
-
"kind": "javascript-module",
|
|
12901
|
-
"path": "src/typeahead/highlight.ts",
|
|
12902
|
-
"declarations": [
|
|
12903
|
-
{
|
|
12904
|
-
"kind": "class",
|
|
12905
|
-
"description": "",
|
|
12906
|
-
"name": "UmHighlight",
|
|
12907
|
-
"members": [
|
|
12908
|
-
{
|
|
12909
|
-
"kind": "field",
|
|
12910
|
-
"name": "#result",
|
|
12911
|
-
"privacy": "private",
|
|
12912
|
-
"type": {
|
|
12913
|
-
"text": "string | undefined"
|
|
12914
|
-
}
|
|
12915
|
-
},
|
|
12916
|
-
{
|
|
12917
|
-
"kind": "field",
|
|
12918
|
-
"name": "#term",
|
|
12919
|
-
"privacy": "private",
|
|
12920
|
-
"type": {
|
|
12921
|
-
"text": "string | undefined"
|
|
12922
|
-
}
|
|
12923
|
-
},
|
|
12924
|
-
{
|
|
12925
|
-
"kind": "field",
|
|
12926
|
-
"name": "parts",
|
|
12927
|
-
"type": {
|
|
12928
|
-
"text": "string[] | undefined"
|
|
12929
|
-
},
|
|
12930
|
-
"privacy": "private"
|
|
12931
|
-
},
|
|
12932
|
-
{
|
|
12933
|
-
"kind": "field",
|
|
12934
|
-
"name": "result",
|
|
12935
|
-
"type": {
|
|
12936
|
-
"text": "string | undefined"
|
|
12937
|
-
},
|
|
12938
|
-
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
12939
|
-
"attribute": "result"
|
|
12940
|
-
},
|
|
12941
|
-
{
|
|
12942
|
-
"kind": "field",
|
|
12943
|
-
"name": "term",
|
|
12944
|
-
"type": {
|
|
12945
|
-
"text": "string | undefined"
|
|
12946
|
-
},
|
|
12947
|
-
"description": "The searched term",
|
|
12948
|
-
"attribute": "term"
|
|
12949
|
-
},
|
|
12950
|
-
{
|
|
12951
|
-
"kind": "method",
|
|
12952
|
-
"name": "setParts",
|
|
12953
|
-
"privacy": "private"
|
|
12954
|
-
}
|
|
12955
|
-
],
|
|
12956
|
-
"attributes": [
|
|
12957
|
-
{
|
|
12958
|
-
"name": "result",
|
|
12959
|
-
"type": {
|
|
12960
|
-
"text": "string | undefined"
|
|
12961
|
-
},
|
|
12962
|
-
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
12963
|
-
"fieldName": "result"
|
|
12964
|
-
},
|
|
12965
|
-
{
|
|
12966
|
-
"name": "term",
|
|
12967
|
-
"type": {
|
|
12968
|
-
"text": "string | undefined"
|
|
12969
|
-
},
|
|
12970
|
-
"description": "The searched term",
|
|
12971
|
-
"fieldName": "term"
|
|
12972
|
-
}
|
|
12973
|
-
],
|
|
12974
|
-
"superclass": {
|
|
12975
|
-
"name": "LitElement",
|
|
12976
|
-
"package": "lit"
|
|
12977
|
-
},
|
|
12978
|
-
"tagName": "u-highlight",
|
|
12979
|
-
"customElement": true
|
|
12980
|
-
}
|
|
12981
|
-
],
|
|
12982
|
-
"exports": [
|
|
12983
|
-
{
|
|
12984
|
-
"kind": "js",
|
|
12985
|
-
"name": "UmHighlight",
|
|
12986
|
-
"declaration": {
|
|
12987
|
-
"name": "UmHighlight",
|
|
12988
|
-
"module": "src/typeahead/highlight.ts"
|
|
12989
|
-
}
|
|
12990
|
-
},
|
|
12991
|
-
{
|
|
12992
|
-
"kind": "custom-element-definition",
|
|
12993
|
-
"name": "u-highlight",
|
|
12994
|
-
"declaration": {
|
|
12995
|
-
"name": "UmHighlight",
|
|
12996
|
-
"module": "src/typeahead/highlight.ts"
|
|
12997
|
-
}
|
|
12998
|
-
}
|
|
12999
|
-
]
|
|
13000
|
-
},
|
|
13001
|
-
{
|
|
13002
|
-
"kind": "javascript-module",
|
|
13003
|
-
"path": "src/typeahead/typeahead.styles.ts",
|
|
13054
|
+
"path": "src/text-field/text-field.styles.ts",
|
|
13004
13055
|
"declarations": [
|
|
13005
13056
|
{
|
|
13006
13057
|
"kind": "variable",
|
|
13007
13058
|
"name": "styles",
|
|
13008
|
-
"default": "css `\n :
|
|
13059
|
+
"default": "css `\n .prefix span:empty,\n .suffix span:empty {\n display: none;\n }\n\n .prefix::slotted(*),\n .prefix span {\n color: var(--u-field-prefix-color, var(--u-field-affix-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))));\n margin-inline-end: var(--u-prefix-margin, var(--u-affix-margin, 2px));\n }\n\n .suffix::slotted(*),\n .suffix span {\n color: var(--u-field-suffix-color, var(--u-field-affix-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))));\n margin-inline-start: var(--u-suffix-margin, var(--u-affix-margin, 2px));\n }\n\n :host([disabled]) .prefix span, :host([disabled]) .prefix::slotted(*) {\n color: var(--u-text-field-prefix-color, var(--u-text-field-affix-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-field-disabled-opacity, 0.38))));\n }\n :host([disabled]) .suffix span, :host([disabled]) .suffix::slotted(*) {\n color: var(--u-text-field-suffix-color, var(--u-text-field-affix-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-field-disabled-opacity, 0.38))));\n }\n`"
|
|
13009
13060
|
}
|
|
13010
13061
|
],
|
|
13011
13062
|
"exports": [
|
|
@@ -13014,20 +13065,79 @@
|
|
|
13014
13065
|
"name": "styles",
|
|
13015
13066
|
"declaration": {
|
|
13016
13067
|
"name": "styles",
|
|
13017
|
-
"module": "src/
|
|
13068
|
+
"module": "src/text-field/text-field.styles.ts"
|
|
13018
13069
|
}
|
|
13019
13070
|
}
|
|
13020
13071
|
]
|
|
13021
13072
|
},
|
|
13022
13073
|
{
|
|
13023
13074
|
"kind": "javascript-module",
|
|
13024
|
-
"path": "src/
|
|
13075
|
+
"path": "src/text-field/text-field.ts",
|
|
13025
13076
|
"declarations": [
|
|
13026
13077
|
{
|
|
13027
13078
|
"kind": "class",
|
|
13028
13079
|
"description": "",
|
|
13029
|
-
"name": "
|
|
13080
|
+
"name": "UmTextField",
|
|
13030
13081
|
"members": [
|
|
13082
|
+
{
|
|
13083
|
+
"kind": "field",
|
|
13084
|
+
"name": "#value",
|
|
13085
|
+
"privacy": "private",
|
|
13086
|
+
"type": {
|
|
13087
|
+
"text": "string"
|
|
13088
|
+
},
|
|
13089
|
+
"default": "''"
|
|
13090
|
+
},
|
|
13091
|
+
{
|
|
13092
|
+
"kind": "field",
|
|
13093
|
+
"name": "value",
|
|
13094
|
+
"attribute": "value"
|
|
13095
|
+
},
|
|
13096
|
+
{
|
|
13097
|
+
"kind": "field",
|
|
13098
|
+
"name": "prefixText",
|
|
13099
|
+
"type": {
|
|
13100
|
+
"text": "string | undefined"
|
|
13101
|
+
},
|
|
13102
|
+
"attribute": "prefix-text"
|
|
13103
|
+
},
|
|
13104
|
+
{
|
|
13105
|
+
"kind": "field",
|
|
13106
|
+
"name": "suffixText",
|
|
13107
|
+
"type": {
|
|
13108
|
+
"text": "string | undefined"
|
|
13109
|
+
},
|
|
13110
|
+
"attribute": "suffix-text"
|
|
13111
|
+
},
|
|
13112
|
+
{
|
|
13113
|
+
"kind": "field",
|
|
13114
|
+
"name": "input",
|
|
13115
|
+
"type": {
|
|
13116
|
+
"text": "HTMLInputElement"
|
|
13117
|
+
}
|
|
13118
|
+
},
|
|
13119
|
+
{
|
|
13120
|
+
"kind": "method",
|
|
13121
|
+
"name": "focus"
|
|
13122
|
+
},
|
|
13123
|
+
{
|
|
13124
|
+
"kind": "method",
|
|
13125
|
+
"name": "renderControl",
|
|
13126
|
+
"privacy": "protected",
|
|
13127
|
+
"return": {
|
|
13128
|
+
"type": {
|
|
13129
|
+
"text": "HTMLTemplateResult"
|
|
13130
|
+
}
|
|
13131
|
+
},
|
|
13132
|
+
"inheritedFrom": {
|
|
13133
|
+
"name": "UmFieldBase",
|
|
13134
|
+
"module": "src/field/field-base.ts"
|
|
13135
|
+
}
|
|
13136
|
+
},
|
|
13137
|
+
{
|
|
13138
|
+
"kind": "method",
|
|
13139
|
+
"name": "#handleInput"
|
|
13140
|
+
},
|
|
13031
13141
|
{
|
|
13032
13142
|
"kind": "field",
|
|
13033
13143
|
"name": "formAssociated",
|
|
@@ -13035,456 +13145,707 @@
|
|
|
13035
13145
|
"text": "boolean"
|
|
13036
13146
|
},
|
|
13037
13147
|
"static": true,
|
|
13038
|
-
"default": "true"
|
|
13148
|
+
"default": "true",
|
|
13149
|
+
"inheritedFrom": {
|
|
13150
|
+
"name": "UmTextFieldBase",
|
|
13151
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13152
|
+
}
|
|
13039
13153
|
},
|
|
13040
13154
|
{
|
|
13041
13155
|
"kind": "field",
|
|
13042
|
-
"name": "
|
|
13043
|
-
"privacy": "private",
|
|
13156
|
+
"name": "shadowRootOptions",
|
|
13044
13157
|
"type": {
|
|
13045
|
-
"text": "
|
|
13158
|
+
"text": "ShadowRootInit"
|
|
13159
|
+
},
|
|
13160
|
+
"static": true,
|
|
13161
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
13162
|
+
"inheritedFrom": {
|
|
13163
|
+
"name": "UmTextFieldBase",
|
|
13164
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13046
13165
|
}
|
|
13047
13166
|
},
|
|
13048
13167
|
{
|
|
13049
13168
|
"kind": "field",
|
|
13050
|
-
"name": "
|
|
13051
|
-
"privacy": "private",
|
|
13169
|
+
"name": "empty",
|
|
13052
13170
|
"type": {
|
|
13053
13171
|
"text": "boolean"
|
|
13054
13172
|
},
|
|
13055
|
-
"default": "
|
|
13173
|
+
"default": "true",
|
|
13174
|
+
"attribute": "empty",
|
|
13175
|
+
"reflects": true,
|
|
13176
|
+
"inheritedFrom": {
|
|
13177
|
+
"name": "UmFieldBase",
|
|
13178
|
+
"module": "src/field/field-base.ts"
|
|
13179
|
+
}
|
|
13056
13180
|
},
|
|
13057
13181
|
{
|
|
13058
13182
|
"kind": "field",
|
|
13059
|
-
"name": "
|
|
13183
|
+
"name": "placeholder",
|
|
13060
13184
|
"type": {
|
|
13061
|
-
"text": "
|
|
13185
|
+
"text": "string | undefined"
|
|
13062
13186
|
},
|
|
13063
|
-
"
|
|
13064
|
-
"
|
|
13187
|
+
"attribute": "placeholder",
|
|
13188
|
+
"reflects": true,
|
|
13189
|
+
"inheritedFrom": {
|
|
13190
|
+
"name": "UmTextFieldBase",
|
|
13191
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13192
|
+
}
|
|
13065
13193
|
},
|
|
13066
13194
|
{
|
|
13067
13195
|
"kind": "field",
|
|
13068
|
-
"name": "
|
|
13069
|
-
"privacy": "private",
|
|
13196
|
+
"name": "form",
|
|
13070
13197
|
"type": {
|
|
13071
|
-
"text": "
|
|
13198
|
+
"text": "HTMLFormElement | null"
|
|
13072
13199
|
},
|
|
13073
|
-
"
|
|
13200
|
+
"inheritedFrom": {
|
|
13201
|
+
"name": "UmTextFieldBase",
|
|
13202
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13203
|
+
}
|
|
13074
13204
|
},
|
|
13075
13205
|
{
|
|
13076
13206
|
"kind": "field",
|
|
13077
|
-
"name": "
|
|
13078
|
-
"privacy": "private",
|
|
13207
|
+
"name": "elementInternals",
|
|
13079
13208
|
"type": {
|
|
13080
|
-
"text": "
|
|
13209
|
+
"text": "ElementInternals"
|
|
13081
13210
|
},
|
|
13082
|
-
"
|
|
13211
|
+
"privacy": "protected",
|
|
13212
|
+
"inheritedFrom": {
|
|
13213
|
+
"name": "UmTextFieldBase",
|
|
13214
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13215
|
+
}
|
|
13083
13216
|
},
|
|
13084
13217
|
{
|
|
13085
13218
|
"kind": "field",
|
|
13086
|
-
"name": "
|
|
13087
|
-
"privacy": "private",
|
|
13219
|
+
"name": "config",
|
|
13088
13220
|
"type": {
|
|
13089
|
-
"text": "
|
|
13221
|
+
"text": "UmFieldDefaults | undefined"
|
|
13090
13222
|
},
|
|
13091
|
-
"
|
|
13223
|
+
"privacy": "private",
|
|
13224
|
+
"inheritedFrom": {
|
|
13225
|
+
"name": "UmFieldBase",
|
|
13226
|
+
"module": "src/field/field-base.ts"
|
|
13227
|
+
}
|
|
13092
13228
|
},
|
|
13093
13229
|
{
|
|
13094
13230
|
"kind": "field",
|
|
13095
|
-
"name": "
|
|
13096
|
-
"privacy": "private",
|
|
13231
|
+
"name": "variant",
|
|
13097
13232
|
"type": {
|
|
13098
|
-
"text": "
|
|
13233
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
13234
|
+
},
|
|
13235
|
+
"default": "undefined",
|
|
13236
|
+
"attribute": "variant",
|
|
13237
|
+
"inheritedFrom": {
|
|
13238
|
+
"name": "UmFieldBase",
|
|
13239
|
+
"module": "src/field/field-base.ts"
|
|
13099
13240
|
}
|
|
13100
13241
|
},
|
|
13101
13242
|
{
|
|
13102
13243
|
"kind": "field",
|
|
13103
|
-
"name": "
|
|
13104
|
-
"privacy": "private",
|
|
13244
|
+
"name": "label",
|
|
13105
13245
|
"type": {
|
|
13106
|
-
"text": "
|
|
13246
|
+
"text": "string | undefined"
|
|
13247
|
+
},
|
|
13248
|
+
"attribute": "label",
|
|
13249
|
+
"inheritedFrom": {
|
|
13250
|
+
"name": "UmFieldBase",
|
|
13251
|
+
"module": "src/field/field-base.ts"
|
|
13107
13252
|
}
|
|
13108
13253
|
},
|
|
13109
13254
|
{
|
|
13110
13255
|
"kind": "field",
|
|
13111
|
-
"name": "
|
|
13256
|
+
"name": "counter",
|
|
13112
13257
|
"type": {
|
|
13113
|
-
"text": "
|
|
13258
|
+
"text": "string | undefined"
|
|
13259
|
+
},
|
|
13260
|
+
"attribute": "counter",
|
|
13261
|
+
"inheritedFrom": {
|
|
13262
|
+
"name": "UmFieldBase",
|
|
13263
|
+
"module": "src/field/field-base.ts"
|
|
13114
13264
|
}
|
|
13115
13265
|
},
|
|
13116
13266
|
{
|
|
13117
13267
|
"kind": "field",
|
|
13118
|
-
"name": "
|
|
13268
|
+
"name": "supportingText",
|
|
13119
13269
|
"type": {
|
|
13120
|
-
"text": "
|
|
13270
|
+
"text": "string | undefined"
|
|
13121
13271
|
},
|
|
13122
|
-
"attribute": "
|
|
13272
|
+
"attribute": "supporting-text",
|
|
13273
|
+
"inheritedFrom": {
|
|
13274
|
+
"name": "UmFieldBase",
|
|
13275
|
+
"module": "src/field/field-base.ts"
|
|
13276
|
+
}
|
|
13123
13277
|
},
|
|
13124
13278
|
{
|
|
13125
13279
|
"kind": "field",
|
|
13126
|
-
"name": "
|
|
13280
|
+
"name": "errorText",
|
|
13127
13281
|
"type": {
|
|
13128
|
-
"text": "
|
|
13282
|
+
"text": "string | undefined"
|
|
13283
|
+
},
|
|
13284
|
+
"attribute": "error-text",
|
|
13285
|
+
"inheritedFrom": {
|
|
13286
|
+
"name": "UmFieldBase",
|
|
13287
|
+
"module": "src/field/field-base.ts"
|
|
13129
13288
|
}
|
|
13130
13289
|
},
|
|
13131
13290
|
{
|
|
13132
13291
|
"kind": "field",
|
|
13133
|
-
"name": "
|
|
13292
|
+
"name": "disabled",
|
|
13134
13293
|
"type": {
|
|
13135
|
-
"text": "
|
|
13294
|
+
"text": "boolean"
|
|
13295
|
+
},
|
|
13296
|
+
"default": "false",
|
|
13297
|
+
"attribute": "disabled",
|
|
13298
|
+
"reflects": true,
|
|
13299
|
+
"inheritedFrom": {
|
|
13300
|
+
"name": "UmFieldBase",
|
|
13301
|
+
"module": "src/field/field-base.ts"
|
|
13136
13302
|
}
|
|
13137
13303
|
},
|
|
13138
13304
|
{
|
|
13139
13305
|
"kind": "field",
|
|
13140
|
-
"name": "
|
|
13306
|
+
"name": "invalid",
|
|
13141
13307
|
"type": {
|
|
13142
|
-
"text": "
|
|
13308
|
+
"text": "boolean"
|
|
13143
13309
|
},
|
|
13144
|
-
"default": "
|
|
13145
|
-
"attribute": "
|
|
13146
|
-
"reflects": true
|
|
13310
|
+
"default": "false",
|
|
13311
|
+
"attribute": "invalid",
|
|
13312
|
+
"reflects": true,
|
|
13313
|
+
"inheritedFrom": {
|
|
13314
|
+
"name": "UmFieldBase",
|
|
13315
|
+
"module": "src/field/field-base.ts"
|
|
13316
|
+
}
|
|
13317
|
+
},
|
|
13318
|
+
{
|
|
13319
|
+
"kind": "method",
|
|
13320
|
+
"name": "setDefaults",
|
|
13321
|
+
"static": true,
|
|
13322
|
+
"return": {
|
|
13323
|
+
"type": {
|
|
13324
|
+
"text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
|
|
13325
|
+
}
|
|
13326
|
+
},
|
|
13327
|
+
"parameters": [
|
|
13328
|
+
{
|
|
13329
|
+
"name": "contextRoot",
|
|
13330
|
+
"type": {
|
|
13331
|
+
"text": "HTMLElement"
|
|
13332
|
+
}
|
|
13333
|
+
},
|
|
13334
|
+
{
|
|
13335
|
+
"name": "config",
|
|
13336
|
+
"type": {
|
|
13337
|
+
"text": "UmFieldDefaults"
|
|
13338
|
+
}
|
|
13339
|
+
}
|
|
13340
|
+
],
|
|
13341
|
+
"inheritedFrom": {
|
|
13342
|
+
"name": "UmFieldBase",
|
|
13343
|
+
"module": "src/field/field-base.ts"
|
|
13344
|
+
}
|
|
13147
13345
|
},
|
|
13148
13346
|
{
|
|
13149
13347
|
"kind": "field",
|
|
13150
|
-
"name": "
|
|
13348
|
+
"name": "hasLeadingIcon",
|
|
13151
13349
|
"type": {
|
|
13152
|
-
"text": "
|
|
13350
|
+
"text": "boolean"
|
|
13153
13351
|
},
|
|
13154
|
-
"default": "
|
|
13155
|
-
"
|
|
13156
|
-
"
|
|
13352
|
+
"default": "false",
|
|
13353
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
13354
|
+
"attribute": "has-leading-icon",
|
|
13355
|
+
"reflects": true,
|
|
13356
|
+
"inheritedFrom": {
|
|
13357
|
+
"name": "UmFieldBase",
|
|
13358
|
+
"module": "src/field/field-base.ts"
|
|
13359
|
+
}
|
|
13157
13360
|
},
|
|
13158
13361
|
{
|
|
13159
13362
|
"kind": "field",
|
|
13160
|
-
"name": "
|
|
13363
|
+
"name": "hasTrailingIcon",
|
|
13161
13364
|
"type": {
|
|
13162
|
-
"text": "
|
|
13365
|
+
"text": "boolean"
|
|
13163
13366
|
},
|
|
13164
|
-
"default": "
|
|
13165
|
-
"
|
|
13166
|
-
"
|
|
13367
|
+
"default": "false",
|
|
13368
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
13369
|
+
"attribute": "has-trailing-icon",
|
|
13370
|
+
"reflects": true,
|
|
13371
|
+
"inheritedFrom": {
|
|
13372
|
+
"name": "UmFieldBase",
|
|
13373
|
+
"module": "src/field/field-base.ts"
|
|
13374
|
+
}
|
|
13167
13375
|
},
|
|
13168
13376
|
{
|
|
13169
13377
|
"kind": "field",
|
|
13170
|
-
"name": "
|
|
13378
|
+
"name": "hasErrorText",
|
|
13171
13379
|
"type": {
|
|
13172
13380
|
"text": "boolean"
|
|
13173
13381
|
},
|
|
13174
13382
|
"default": "false",
|
|
13175
|
-
"
|
|
13176
|
-
"
|
|
13383
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
13384
|
+
"attribute": "has-error-text",
|
|
13385
|
+
"reflects": true,
|
|
13386
|
+
"inheritedFrom": {
|
|
13387
|
+
"name": "UmFieldBase",
|
|
13388
|
+
"module": "src/field/field-base.ts"
|
|
13389
|
+
}
|
|
13177
13390
|
},
|
|
13178
13391
|
{
|
|
13179
13392
|
"kind": "field",
|
|
13180
|
-
"name": "
|
|
13393
|
+
"name": "assignedLeadingIcons",
|
|
13181
13394
|
"type": {
|
|
13182
|
-
"text": "
|
|
13395
|
+
"text": "HTMLElement[]"
|
|
13183
13396
|
},
|
|
13184
|
-
"
|
|
13185
|
-
"
|
|
13186
|
-
|
|
13397
|
+
"privacy": "private",
|
|
13398
|
+
"inheritedFrom": {
|
|
13399
|
+
"name": "UmFieldBase",
|
|
13400
|
+
"module": "src/field/field-base.ts"
|
|
13401
|
+
}
|
|
13187
13402
|
},
|
|
13188
13403
|
{
|
|
13189
13404
|
"kind": "field",
|
|
13190
|
-
"name": "
|
|
13405
|
+
"name": "assignedTrailingIcons",
|
|
13191
13406
|
"type": {
|
|
13192
|
-
"text": "
|
|
13407
|
+
"text": "HTMLElement[]"
|
|
13408
|
+
},
|
|
13409
|
+
"privacy": "private",
|
|
13410
|
+
"inheritedFrom": {
|
|
13411
|
+
"name": "UmFieldBase",
|
|
13412
|
+
"module": "src/field/field-base.ts"
|
|
13193
13413
|
}
|
|
13194
13414
|
},
|
|
13195
13415
|
{
|
|
13196
13416
|
"kind": "field",
|
|
13197
|
-
"name": "
|
|
13417
|
+
"name": "assignedErrorTexts",
|
|
13198
13418
|
"type": {
|
|
13199
|
-
"text": "
|
|
13419
|
+
"text": "HTMLElement[]"
|
|
13420
|
+
},
|
|
13421
|
+
"privacy": "private",
|
|
13422
|
+
"inheritedFrom": {
|
|
13423
|
+
"name": "UmFieldBase",
|
|
13424
|
+
"module": "src/field/field-base.ts"
|
|
13200
13425
|
}
|
|
13201
13426
|
},
|
|
13202
|
-
{
|
|
13203
|
-
"kind": "method",
|
|
13204
|
-
"name": "focus"
|
|
13205
|
-
},
|
|
13206
|
-
{
|
|
13207
|
-
"kind": "method",
|
|
13208
|
-
"name": "clear"
|
|
13209
|
-
},
|
|
13210
13427
|
{
|
|
13211
13428
|
"kind": "field",
|
|
13212
|
-
"name": "
|
|
13429
|
+
"name": "labelElement",
|
|
13213
13430
|
"type": {
|
|
13214
|
-
"text": "
|
|
13431
|
+
"text": "HTMLElement"
|
|
13215
13432
|
},
|
|
13216
|
-
"
|
|
13217
|
-
|
|
13433
|
+
"inheritedFrom": {
|
|
13434
|
+
"name": "UmFieldBase",
|
|
13435
|
+
"module": "src/field/field-base.ts"
|
|
13436
|
+
}
|
|
13218
13437
|
},
|
|
13219
13438
|
{
|
|
13220
13439
|
"kind": "field",
|
|
13221
|
-
"name": "
|
|
13440
|
+
"name": "container",
|
|
13222
13441
|
"type": {
|
|
13223
|
-
"text": "
|
|
13442
|
+
"text": "HTMLElement"
|
|
13443
|
+
},
|
|
13444
|
+
"inheritedFrom": {
|
|
13445
|
+
"name": "UmFieldBase",
|
|
13446
|
+
"module": "src/field/field-base.ts"
|
|
13224
13447
|
}
|
|
13225
13448
|
},
|
|
13226
13449
|
{
|
|
13227
13450
|
"kind": "field",
|
|
13228
|
-
"name": "
|
|
13451
|
+
"name": "labelSizeObserver",
|
|
13229
13452
|
"type": {
|
|
13230
|
-
"text": "
|
|
13453
|
+
"text": "ResizeObserver | null"
|
|
13454
|
+
},
|
|
13455
|
+
"privacy": "private",
|
|
13456
|
+
"default": "null",
|
|
13457
|
+
"inheritedFrom": {
|
|
13458
|
+
"name": "UmFieldBase",
|
|
13459
|
+
"module": "src/field/field-base.ts"
|
|
13231
13460
|
}
|
|
13232
13461
|
},
|
|
13233
13462
|
{
|
|
13234
13463
|
"kind": "method",
|
|
13235
|
-
"name": "
|
|
13464
|
+
"name": "renderAfterContent",
|
|
13465
|
+
"privacy": "protected",
|
|
13466
|
+
"return": {
|
|
13467
|
+
"type": {
|
|
13468
|
+
"text": "TemplateResult"
|
|
13469
|
+
}
|
|
13470
|
+
},
|
|
13471
|
+
"inheritedFrom": {
|
|
13472
|
+
"name": "UmFieldBase",
|
|
13473
|
+
"module": "src/field/field-base.ts"
|
|
13474
|
+
}
|
|
13236
13475
|
},
|
|
13237
13476
|
{
|
|
13238
13477
|
"kind": "method",
|
|
13239
|
-
"name": "#
|
|
13240
|
-
|
|
13241
|
-
|
|
13242
|
-
|
|
13243
|
-
|
|
13244
|
-
|
|
13478
|
+
"name": "#attach",
|
|
13479
|
+
"return": {
|
|
13480
|
+
"type": {
|
|
13481
|
+
"text": "Promise<void>"
|
|
13482
|
+
}
|
|
13483
|
+
},
|
|
13484
|
+
"inheritedFrom": {
|
|
13485
|
+
"name": "UmFieldBase",
|
|
13486
|
+
"module": "src/field/field-base.ts"
|
|
13487
|
+
}
|
|
13245
13488
|
},
|
|
13246
13489
|
{
|
|
13247
|
-
"kind": "
|
|
13248
|
-
"name": "
|
|
13249
|
-
"privacy": "private"
|
|
13490
|
+
"kind": "method",
|
|
13491
|
+
"name": "handleLeadingIconSlotChange",
|
|
13492
|
+
"privacy": "private",
|
|
13493
|
+
"inheritedFrom": {
|
|
13494
|
+
"name": "UmFieldBase",
|
|
13495
|
+
"module": "src/field/field-base.ts"
|
|
13496
|
+
}
|
|
13250
13497
|
},
|
|
13251
13498
|
{
|
|
13252
|
-
"kind": "
|
|
13253
|
-
"name": "
|
|
13254
|
-
"privacy": "private"
|
|
13499
|
+
"kind": "method",
|
|
13500
|
+
"name": "handleTrailingIconSlotChange",
|
|
13501
|
+
"privacy": "private",
|
|
13502
|
+
"inheritedFrom": {
|
|
13503
|
+
"name": "UmFieldBase",
|
|
13504
|
+
"module": "src/field/field-base.ts"
|
|
13505
|
+
}
|
|
13255
13506
|
},
|
|
13256
13507
|
{
|
|
13257
13508
|
"kind": "method",
|
|
13258
|
-
"name": "
|
|
13509
|
+
"name": "handleErrorTextSlotChange",
|
|
13259
13510
|
"privacy": "private",
|
|
13260
|
-
"
|
|
13261
|
-
|
|
13262
|
-
|
|
13263
|
-
|
|
13264
|
-
"text": "KeyboardEvent"
|
|
13265
|
-
}
|
|
13266
|
-
},
|
|
13267
|
-
{
|
|
13268
|
-
"name": "forwards",
|
|
13269
|
-
"type": {
|
|
13270
|
-
"text": "boolean"
|
|
13271
|
-
}
|
|
13272
|
-
}
|
|
13273
|
-
]
|
|
13511
|
+
"inheritedFrom": {
|
|
13512
|
+
"name": "UmFieldBase",
|
|
13513
|
+
"module": "src/field/field-base.ts"
|
|
13514
|
+
}
|
|
13274
13515
|
},
|
|
13275
13516
|
{
|
|
13276
13517
|
"kind": "method",
|
|
13277
|
-
"name": "
|
|
13518
|
+
"name": "setLabelWidthProperties",
|
|
13278
13519
|
"privacy": "private",
|
|
13279
|
-
"
|
|
13280
|
-
|
|
13281
|
-
|
|
13282
|
-
|
|
13283
|
-
|
|
13284
|
-
|
|
13285
|
-
|
|
13286
|
-
|
|
13520
|
+
"inheritedFrom": {
|
|
13521
|
+
"name": "UmFieldBase",
|
|
13522
|
+
"module": "src/field/field-base.ts"
|
|
13523
|
+
}
|
|
13524
|
+
}
|
|
13525
|
+
],
|
|
13526
|
+
"attributes": [
|
|
13527
|
+
{
|
|
13528
|
+
"name": "value",
|
|
13529
|
+
"fieldName": "value"
|
|
13287
13530
|
},
|
|
13288
13531
|
{
|
|
13289
|
-
"
|
|
13290
|
-
"
|
|
13291
|
-
|
|
13292
|
-
|
|
13293
|
-
|
|
13294
|
-
"type": {
|
|
13295
|
-
"text": "Data"
|
|
13296
|
-
}
|
|
13297
|
-
}
|
|
13298
|
-
]
|
|
13532
|
+
"name": "prefix-text",
|
|
13533
|
+
"type": {
|
|
13534
|
+
"text": "string | undefined"
|
|
13535
|
+
},
|
|
13536
|
+
"fieldName": "prefixText"
|
|
13299
13537
|
},
|
|
13300
13538
|
{
|
|
13301
|
-
"
|
|
13302
|
-
"
|
|
13303
|
-
|
|
13304
|
-
|
|
13305
|
-
|
|
13306
|
-
"type": {
|
|
13307
|
-
"text": "any"
|
|
13308
|
-
}
|
|
13309
|
-
},
|
|
13310
|
-
{
|
|
13311
|
-
"name": "direct",
|
|
13312
|
-
"default": "false"
|
|
13313
|
-
}
|
|
13314
|
-
]
|
|
13539
|
+
"name": "suffix-text",
|
|
13540
|
+
"type": {
|
|
13541
|
+
"text": "string | undefined"
|
|
13542
|
+
},
|
|
13543
|
+
"fieldName": "suffixText"
|
|
13315
13544
|
},
|
|
13316
13545
|
{
|
|
13317
|
-
"
|
|
13318
|
-
"
|
|
13319
|
-
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13323
|
-
|
|
13324
|
-
|
|
13546
|
+
"name": "placeholder",
|
|
13547
|
+
"type": {
|
|
13548
|
+
"text": "string | undefined"
|
|
13549
|
+
},
|
|
13550
|
+
"fieldName": "placeholder",
|
|
13551
|
+
"inheritedFrom": {
|
|
13552
|
+
"name": "UmTextFieldBase",
|
|
13553
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13554
|
+
}
|
|
13555
|
+
},
|
|
13556
|
+
{
|
|
13557
|
+
"name": "variant",
|
|
13558
|
+
"type": {
|
|
13559
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
13560
|
+
},
|
|
13561
|
+
"default": "undefined",
|
|
13562
|
+
"resolveInitializer": {
|
|
13563
|
+
"module": "src/field/field-base.ts"
|
|
13564
|
+
},
|
|
13565
|
+
"fieldName": "variant",
|
|
13566
|
+
"inheritedFrom": {
|
|
13567
|
+
"name": "UmFieldBase",
|
|
13568
|
+
"module": "src/field/field-base.ts"
|
|
13569
|
+
}
|
|
13570
|
+
},
|
|
13571
|
+
{
|
|
13572
|
+
"name": "label",
|
|
13573
|
+
"type": {
|
|
13574
|
+
"text": "string | undefined"
|
|
13575
|
+
},
|
|
13576
|
+
"fieldName": "label",
|
|
13577
|
+
"inheritedFrom": {
|
|
13578
|
+
"name": "UmFieldBase",
|
|
13579
|
+
"module": "src/field/field-base.ts"
|
|
13580
|
+
}
|
|
13325
13581
|
},
|
|
13326
13582
|
{
|
|
13327
|
-
"
|
|
13328
|
-
"
|
|
13329
|
-
|
|
13330
|
-
|
|
13331
|
-
|
|
13332
|
-
|
|
13583
|
+
"name": "counter",
|
|
13584
|
+
"type": {
|
|
13585
|
+
"text": "string | undefined"
|
|
13586
|
+
},
|
|
13587
|
+
"fieldName": "counter",
|
|
13588
|
+
"inheritedFrom": {
|
|
13589
|
+
"name": "UmFieldBase",
|
|
13590
|
+
"module": "src/field/field-base.ts"
|
|
13333
13591
|
}
|
|
13334
13592
|
},
|
|
13335
13593
|
{
|
|
13336
|
-
"
|
|
13337
|
-
"
|
|
13594
|
+
"name": "supporting-text",
|
|
13595
|
+
"type": {
|
|
13596
|
+
"text": "string | undefined"
|
|
13597
|
+
},
|
|
13598
|
+
"fieldName": "supportingText",
|
|
13599
|
+
"inheritedFrom": {
|
|
13600
|
+
"name": "UmFieldBase",
|
|
13601
|
+
"module": "src/field/field-base.ts"
|
|
13602
|
+
}
|
|
13338
13603
|
},
|
|
13339
13604
|
{
|
|
13340
|
-
"
|
|
13341
|
-
"
|
|
13342
|
-
|
|
13343
|
-
|
|
13344
|
-
|
|
13345
|
-
|
|
13346
|
-
|
|
13605
|
+
"name": "error-text",
|
|
13606
|
+
"type": {
|
|
13607
|
+
"text": "string | undefined"
|
|
13608
|
+
},
|
|
13609
|
+
"fieldName": "errorText",
|
|
13610
|
+
"inheritedFrom": {
|
|
13611
|
+
"name": "UmFieldBase",
|
|
13612
|
+
"module": "src/field/field-base.ts"
|
|
13347
13613
|
}
|
|
13348
13614
|
},
|
|
13349
13615
|
{
|
|
13350
|
-
"
|
|
13351
|
-
"
|
|
13352
|
-
|
|
13353
|
-
"return": {
|
|
13354
|
-
"type": {
|
|
13355
|
-
"text": "void"
|
|
13356
|
-
}
|
|
13616
|
+
"name": "empty",
|
|
13617
|
+
"type": {
|
|
13618
|
+
"text": "boolean"
|
|
13357
13619
|
},
|
|
13358
|
-
"
|
|
13359
|
-
|
|
13360
|
-
|
|
13361
|
-
|
|
13362
|
-
|
|
13363
|
-
|
|
13364
|
-
}
|
|
13365
|
-
]
|
|
13620
|
+
"default": "false",
|
|
13621
|
+
"fieldName": "empty",
|
|
13622
|
+
"inheritedFrom": {
|
|
13623
|
+
"name": "UmFieldBase",
|
|
13624
|
+
"module": "src/field/field-base.ts"
|
|
13625
|
+
}
|
|
13366
13626
|
},
|
|
13367
13627
|
{
|
|
13368
|
-
"
|
|
13369
|
-
"
|
|
13370
|
-
|
|
13628
|
+
"name": "disabled",
|
|
13629
|
+
"type": {
|
|
13630
|
+
"text": "boolean"
|
|
13631
|
+
},
|
|
13632
|
+
"default": "false",
|
|
13633
|
+
"fieldName": "disabled",
|
|
13634
|
+
"inheritedFrom": {
|
|
13635
|
+
"name": "UmFieldBase",
|
|
13636
|
+
"module": "src/field/field-base.ts"
|
|
13637
|
+
}
|
|
13371
13638
|
},
|
|
13372
13639
|
{
|
|
13373
|
-
"
|
|
13374
|
-
"
|
|
13375
|
-
|
|
13376
|
-
|
|
13377
|
-
|
|
13378
|
-
|
|
13379
|
-
|
|
13640
|
+
"name": "invalid",
|
|
13641
|
+
"type": {
|
|
13642
|
+
"text": "boolean"
|
|
13643
|
+
},
|
|
13644
|
+
"default": "false",
|
|
13645
|
+
"fieldName": "invalid",
|
|
13646
|
+
"inheritedFrom": {
|
|
13647
|
+
"name": "UmFieldBase",
|
|
13648
|
+
"module": "src/field/field-base.ts"
|
|
13380
13649
|
}
|
|
13381
|
-
}
|
|
13382
|
-
],
|
|
13383
|
-
"events": [
|
|
13650
|
+
},
|
|
13384
13651
|
{
|
|
13385
|
-
"name": "
|
|
13652
|
+
"name": "has-leading-icon",
|
|
13386
13653
|
"type": {
|
|
13387
|
-
"text": "
|
|
13654
|
+
"text": "boolean"
|
|
13655
|
+
},
|
|
13656
|
+
"default": "false",
|
|
13657
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
13658
|
+
"fieldName": "hasLeadingIcon",
|
|
13659
|
+
"inheritedFrom": {
|
|
13660
|
+
"name": "UmFieldBase",
|
|
13661
|
+
"module": "src/field/field-base.ts"
|
|
13388
13662
|
}
|
|
13389
13663
|
},
|
|
13390
13664
|
{
|
|
13391
|
-
"name": "
|
|
13665
|
+
"name": "has-trailing-icon",
|
|
13392
13666
|
"type": {
|
|
13393
|
-
"text": "
|
|
13667
|
+
"text": "boolean"
|
|
13668
|
+
},
|
|
13669
|
+
"default": "false",
|
|
13670
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
13671
|
+
"fieldName": "hasTrailingIcon",
|
|
13672
|
+
"inheritedFrom": {
|
|
13673
|
+
"name": "UmFieldBase",
|
|
13674
|
+
"module": "src/field/field-base.ts"
|
|
13675
|
+
}
|
|
13676
|
+
},
|
|
13677
|
+
{
|
|
13678
|
+
"name": "has-error-text",
|
|
13679
|
+
"type": {
|
|
13680
|
+
"text": "boolean"
|
|
13681
|
+
},
|
|
13682
|
+
"default": "false",
|
|
13683
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
13684
|
+
"fieldName": "hasErrorText",
|
|
13685
|
+
"inheritedFrom": {
|
|
13686
|
+
"name": "UmFieldBase",
|
|
13687
|
+
"module": "src/field/field-base.ts"
|
|
13394
13688
|
}
|
|
13395
13689
|
}
|
|
13396
13690
|
],
|
|
13397
|
-
"
|
|
13691
|
+
"superclass": {
|
|
13692
|
+
"name": "UmTextFieldBase",
|
|
13693
|
+
"module": "/src/shared/text-field-base/text-field-base.js"
|
|
13694
|
+
},
|
|
13695
|
+
"tagName": "u-text-field",
|
|
13696
|
+
"customElement": true
|
|
13697
|
+
}
|
|
13698
|
+
],
|
|
13699
|
+
"exports": [
|
|
13700
|
+
{
|
|
13701
|
+
"kind": "js",
|
|
13702
|
+
"name": "UmTextField",
|
|
13703
|
+
"declaration": {
|
|
13704
|
+
"name": "UmTextField",
|
|
13705
|
+
"module": "src/text-field/text-field.ts"
|
|
13706
|
+
}
|
|
13707
|
+
},
|
|
13708
|
+
{
|
|
13709
|
+
"kind": "custom-element-definition",
|
|
13710
|
+
"name": "u-text-field",
|
|
13711
|
+
"declaration": {
|
|
13712
|
+
"name": "UmTextField",
|
|
13713
|
+
"module": "src/text-field/text-field.ts"
|
|
13714
|
+
}
|
|
13715
|
+
}
|
|
13716
|
+
]
|
|
13717
|
+
},
|
|
13718
|
+
{
|
|
13719
|
+
"kind": "javascript-module",
|
|
13720
|
+
"path": "src/typeahead/highlight.styles.ts",
|
|
13721
|
+
"declarations": [
|
|
13722
|
+
{
|
|
13723
|
+
"kind": "variable",
|
|
13724
|
+
"name": "styles",
|
|
13725
|
+
"default": "css `\n :host {\n display: inline-block;\n }\n`"
|
|
13726
|
+
}
|
|
13727
|
+
],
|
|
13728
|
+
"exports": [
|
|
13729
|
+
{
|
|
13730
|
+
"kind": "js",
|
|
13731
|
+
"name": "styles",
|
|
13732
|
+
"declaration": {
|
|
13733
|
+
"name": "styles",
|
|
13734
|
+
"module": "src/typeahead/highlight.styles.ts"
|
|
13735
|
+
}
|
|
13736
|
+
}
|
|
13737
|
+
]
|
|
13738
|
+
},
|
|
13739
|
+
{
|
|
13740
|
+
"kind": "javascript-module",
|
|
13741
|
+
"path": "src/typeahead/highlight.ts",
|
|
13742
|
+
"declarations": [
|
|
13743
|
+
{
|
|
13744
|
+
"kind": "class",
|
|
13745
|
+
"description": "",
|
|
13746
|
+
"name": "UmHighlight",
|
|
13747
|
+
"members": [
|
|
13398
13748
|
{
|
|
13399
|
-
"
|
|
13749
|
+
"kind": "field",
|
|
13750
|
+
"name": "#result",
|
|
13751
|
+
"privacy": "private",
|
|
13400
13752
|
"type": {
|
|
13401
|
-
"text": "
|
|
13402
|
-
}
|
|
13403
|
-
"fieldName": "source"
|
|
13753
|
+
"text": "string | undefined"
|
|
13754
|
+
}
|
|
13404
13755
|
},
|
|
13405
13756
|
{
|
|
13406
|
-
"
|
|
13757
|
+
"kind": "field",
|
|
13758
|
+
"name": "#term",
|
|
13759
|
+
"privacy": "private",
|
|
13407
13760
|
"type": {
|
|
13408
|
-
"text": "
|
|
13409
|
-
}
|
|
13410
|
-
"default": "300",
|
|
13411
|
-
"fieldName": "debounce"
|
|
13761
|
+
"text": "string | undefined"
|
|
13762
|
+
}
|
|
13412
13763
|
},
|
|
13413
13764
|
{
|
|
13414
|
-
"
|
|
13765
|
+
"kind": "field",
|
|
13766
|
+
"name": "parts",
|
|
13415
13767
|
"type": {
|
|
13416
|
-
"text": "
|
|
13768
|
+
"text": "string[] | undefined"
|
|
13417
13769
|
},
|
|
13418
|
-
"
|
|
13419
|
-
"fieldName": "limit"
|
|
13770
|
+
"privacy": "private"
|
|
13420
13771
|
},
|
|
13421
13772
|
{
|
|
13422
|
-
"
|
|
13773
|
+
"kind": "field",
|
|
13774
|
+
"name": "result",
|
|
13423
13775
|
"type": {
|
|
13424
|
-
"text": "
|
|
13776
|
+
"text": "string | undefined"
|
|
13425
13777
|
},
|
|
13426
|
-
"
|
|
13427
|
-
"
|
|
13778
|
+
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
13779
|
+
"attribute": "result"
|
|
13428
13780
|
},
|
|
13429
13781
|
{
|
|
13430
|
-
"
|
|
13782
|
+
"kind": "field",
|
|
13783
|
+
"name": "term",
|
|
13431
13784
|
"type": {
|
|
13432
|
-
"text": "
|
|
13785
|
+
"text": "string | undefined"
|
|
13433
13786
|
},
|
|
13434
|
-
"
|
|
13435
|
-
"
|
|
13787
|
+
"description": "The searched term",
|
|
13788
|
+
"attribute": "term"
|
|
13436
13789
|
},
|
|
13437
13790
|
{
|
|
13438
|
-
"
|
|
13791
|
+
"kind": "method",
|
|
13792
|
+
"name": "setParts",
|
|
13793
|
+
"privacy": "private"
|
|
13794
|
+
}
|
|
13795
|
+
],
|
|
13796
|
+
"attributes": [
|
|
13797
|
+
{
|
|
13798
|
+
"name": "result",
|
|
13439
13799
|
"type": {
|
|
13440
|
-
"text": "
|
|
13800
|
+
"text": "string | undefined"
|
|
13441
13801
|
},
|
|
13442
|
-
"
|
|
13443
|
-
"fieldName": "
|
|
13802
|
+
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
13803
|
+
"fieldName": "result"
|
|
13444
13804
|
},
|
|
13445
13805
|
{
|
|
13446
|
-
"name": "
|
|
13806
|
+
"name": "term",
|
|
13447
13807
|
"type": {
|
|
13448
13808
|
"text": "string | undefined"
|
|
13449
13809
|
},
|
|
13450
|
-
"
|
|
13810
|
+
"description": "The searched term",
|
|
13811
|
+
"fieldName": "term"
|
|
13451
13812
|
}
|
|
13452
13813
|
],
|
|
13453
13814
|
"superclass": {
|
|
13454
13815
|
"name": "LitElement",
|
|
13455
13816
|
"package": "lit"
|
|
13456
13817
|
},
|
|
13457
|
-
"tagName": "u-
|
|
13818
|
+
"tagName": "u-highlight",
|
|
13458
13819
|
"customElement": true
|
|
13459
13820
|
}
|
|
13460
13821
|
],
|
|
13461
13822
|
"exports": [
|
|
13462
13823
|
{
|
|
13463
13824
|
"kind": "js",
|
|
13464
|
-
"name": "
|
|
13825
|
+
"name": "UmHighlight",
|
|
13465
13826
|
"declaration": {
|
|
13466
|
-
"name": "
|
|
13467
|
-
"module": "src/typeahead/
|
|
13827
|
+
"name": "UmHighlight",
|
|
13828
|
+
"module": "src/typeahead/highlight.ts"
|
|
13468
13829
|
}
|
|
13469
13830
|
},
|
|
13470
13831
|
{
|
|
13471
13832
|
"kind": "custom-element-definition",
|
|
13472
|
-
"name": "u-
|
|
13833
|
+
"name": "u-highlight",
|
|
13473
13834
|
"declaration": {
|
|
13474
|
-
"name": "
|
|
13475
|
-
"module": "src/typeahead/
|
|
13835
|
+
"name": "UmHighlight",
|
|
13836
|
+
"module": "src/typeahead/highlight.ts"
|
|
13476
13837
|
}
|
|
13477
13838
|
}
|
|
13478
13839
|
]
|
|
13479
13840
|
},
|
|
13480
13841
|
{
|
|
13481
13842
|
"kind": "javascript-module",
|
|
13482
|
-
"path": "src/
|
|
13843
|
+
"path": "src/typeahead/typeahead.styles.ts",
|
|
13483
13844
|
"declarations": [
|
|
13484
13845
|
{
|
|
13485
13846
|
"kind": "variable",
|
|
13486
13847
|
"name": "styles",
|
|
13487
|
-
"default": "css `\n
|
|
13848
|
+
"default": "css `\n :host {\n display: block;\n }\n\n u-menu-item {\n font-weight: var(--u-typeahead-item-font-weight, var(--u-font-weight-regular, 400));\n }\n`"
|
|
13488
13849
|
}
|
|
13489
13850
|
],
|
|
13490
13851
|
"exports": [
|
|
@@ -13493,652 +13854,446 @@
|
|
|
13493
13854
|
"name": "styles",
|
|
13494
13855
|
"declaration": {
|
|
13495
13856
|
"name": "styles",
|
|
13496
|
-
"module": "src/
|
|
13857
|
+
"module": "src/typeahead/typeahead.styles.ts"
|
|
13497
13858
|
}
|
|
13498
13859
|
}
|
|
13499
13860
|
]
|
|
13500
13861
|
},
|
|
13501
13862
|
{
|
|
13502
13863
|
"kind": "javascript-module",
|
|
13503
|
-
"path": "src/
|
|
13864
|
+
"path": "src/typeahead/typeahead.ts",
|
|
13504
13865
|
"declarations": [
|
|
13505
13866
|
{
|
|
13506
13867
|
"kind": "class",
|
|
13507
13868
|
"description": "",
|
|
13508
|
-
"name": "
|
|
13869
|
+
"name": "UmTypeahead",
|
|
13509
13870
|
"members": [
|
|
13510
13871
|
{
|
|
13511
13872
|
"kind": "field",
|
|
13512
|
-
"name": "
|
|
13513
|
-
"privacy": "private",
|
|
13514
|
-
"type": {
|
|
13515
|
-
"text": "string"
|
|
13516
|
-
},
|
|
13517
|
-
"default": "''"
|
|
13518
|
-
},
|
|
13519
|
-
{
|
|
13520
|
-
"kind": "field",
|
|
13521
|
-
"name": "value",
|
|
13522
|
-
"attribute": "value"
|
|
13523
|
-
},
|
|
13524
|
-
{
|
|
13525
|
-
"kind": "field",
|
|
13526
|
-
"name": "prefixText",
|
|
13873
|
+
"name": "formAssociated",
|
|
13527
13874
|
"type": {
|
|
13528
|
-
"text": "
|
|
13875
|
+
"text": "boolean"
|
|
13529
13876
|
},
|
|
13530
|
-
"
|
|
13877
|
+
"static": true,
|
|
13878
|
+
"default": "true"
|
|
13531
13879
|
},
|
|
13532
13880
|
{
|
|
13533
13881
|
"kind": "field",
|
|
13534
|
-
"name": "
|
|
13882
|
+
"name": "#targetId",
|
|
13883
|
+
"privacy": "private",
|
|
13535
13884
|
"type": {
|
|
13536
13885
|
"text": "string | undefined"
|
|
13537
|
-
},
|
|
13538
|
-
"attribute": "suffix-text"
|
|
13539
|
-
},
|
|
13540
|
-
{
|
|
13541
|
-
"kind": "field",
|
|
13542
|
-
"name": "input",
|
|
13543
|
-
"type": {
|
|
13544
|
-
"text": "HTMLInputElement"
|
|
13545
|
-
}
|
|
13546
|
-
},
|
|
13547
|
-
{
|
|
13548
|
-
"kind": "method",
|
|
13549
|
-
"name": "focus"
|
|
13550
|
-
},
|
|
13551
|
-
{
|
|
13552
|
-
"kind": "method",
|
|
13553
|
-
"name": "renderControl",
|
|
13554
|
-
"privacy": "protected",
|
|
13555
|
-
"return": {
|
|
13556
|
-
"type": {
|
|
13557
|
-
"text": "HTMLTemplateResult"
|
|
13558
|
-
}
|
|
13559
|
-
},
|
|
13560
|
-
"inheritedFrom": {
|
|
13561
|
-
"name": "UmFieldBase",
|
|
13562
|
-
"module": "src/field/field-base.ts"
|
|
13563
13886
|
}
|
|
13564
13887
|
},
|
|
13565
|
-
{
|
|
13566
|
-
"kind": "method",
|
|
13567
|
-
"name": "#handleInput"
|
|
13568
|
-
},
|
|
13569
13888
|
{
|
|
13570
13889
|
"kind": "field",
|
|
13571
|
-
"name": "
|
|
13890
|
+
"name": "#connected",
|
|
13891
|
+
"privacy": "private",
|
|
13572
13892
|
"type": {
|
|
13573
13893
|
"text": "boolean"
|
|
13574
13894
|
},
|
|
13575
|
-
"
|
|
13576
|
-
"default": "true",
|
|
13577
|
-
"inheritedFrom": {
|
|
13578
|
-
"name": "UmTextFieldBase",
|
|
13579
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13580
|
-
}
|
|
13895
|
+
"default": "false"
|
|
13581
13896
|
},
|
|
13582
13897
|
{
|
|
13583
13898
|
"kind": "field",
|
|
13584
|
-
"name": "
|
|
13899
|
+
"name": "target",
|
|
13585
13900
|
"type": {
|
|
13586
|
-
"text": "
|
|
13901
|
+
"text": "HTMLElement & {input?: HTMLInputElement; container?: HTMLElement; value: string} | null"
|
|
13587
13902
|
},
|
|
13588
|
-
"
|
|
13589
|
-
"default": "
|
|
13590
|
-
"inheritedFrom": {
|
|
13591
|
-
"name": "UmTextFieldBase",
|
|
13592
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13593
|
-
}
|
|
13903
|
+
"privacy": "private",
|
|
13904
|
+
"default": "null"
|
|
13594
13905
|
},
|
|
13595
13906
|
{
|
|
13596
13907
|
"kind": "field",
|
|
13597
|
-
"name": "
|
|
13908
|
+
"name": "#documentMutationObserver",
|
|
13909
|
+
"privacy": "private",
|
|
13598
13910
|
"type": {
|
|
13599
|
-
"text": "
|
|
13911
|
+
"text": "MutationObserver | null"
|
|
13600
13912
|
},
|
|
13601
|
-
"default": "
|
|
13602
|
-
"attribute": "empty",
|
|
13603
|
-
"reflects": true,
|
|
13604
|
-
"inheritedFrom": {
|
|
13605
|
-
"name": "UmFieldBase",
|
|
13606
|
-
"module": "src/field/field-base.ts"
|
|
13607
|
-
}
|
|
13913
|
+
"default": "null"
|
|
13608
13914
|
},
|
|
13609
13915
|
{
|
|
13610
13916
|
"kind": "field",
|
|
13611
|
-
"name": "
|
|
13612
|
-
"
|
|
13613
|
-
|
|
13614
|
-
},
|
|
13615
|
-
"attribute": "placeholder",
|
|
13616
|
-
"reflects": true,
|
|
13617
|
-
"inheritedFrom": {
|
|
13618
|
-
"name": "UmTextFieldBase",
|
|
13619
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13620
|
-
}
|
|
13917
|
+
"name": "#navigationController",
|
|
13918
|
+
"privacy": "private",
|
|
13919
|
+
"default": "new MenuFieldNavigationController(this)"
|
|
13621
13920
|
},
|
|
13622
13921
|
{
|
|
13623
13922
|
"kind": "field",
|
|
13624
|
-
"name": "
|
|
13923
|
+
"name": "#termNormalized",
|
|
13924
|
+
"privacy": "private",
|
|
13625
13925
|
"type": {
|
|
13626
|
-
"text": "
|
|
13926
|
+
"text": "string"
|
|
13627
13927
|
},
|
|
13628
|
-
"
|
|
13629
|
-
"name": "UmTextFieldBase",
|
|
13630
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13631
|
-
}
|
|
13928
|
+
"default": "''"
|
|
13632
13929
|
},
|
|
13633
13930
|
{
|
|
13634
13931
|
"kind": "field",
|
|
13635
|
-
"name": "
|
|
13932
|
+
"name": "#debounceTimeout",
|
|
13933
|
+
"privacy": "private",
|
|
13636
13934
|
"type": {
|
|
13637
|
-
"text": "
|
|
13935
|
+
"text": "number | null"
|
|
13638
13936
|
},
|
|
13639
|
-
"
|
|
13640
|
-
"inheritedFrom": {
|
|
13641
|
-
"name": "UmTextFieldBase",
|
|
13642
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
13643
|
-
}
|
|
13937
|
+
"default": "null"
|
|
13644
13938
|
},
|
|
13645
13939
|
{
|
|
13646
13940
|
"kind": "field",
|
|
13647
|
-
"name": "
|
|
13648
|
-
"type": {
|
|
13649
|
-
"text": "UmFieldDefaults | undefined"
|
|
13650
|
-
},
|
|
13941
|
+
"name": "#value",
|
|
13651
13942
|
"privacy": "private",
|
|
13652
|
-
"inheritedFrom": {
|
|
13653
|
-
"name": "UmFieldBase",
|
|
13654
|
-
"module": "src/field/field-base.ts"
|
|
13655
|
-
}
|
|
13656
|
-
},
|
|
13657
|
-
{
|
|
13658
|
-
"kind": "field",
|
|
13659
|
-
"name": "variant",
|
|
13660
13943
|
"type": {
|
|
13661
|
-
"text": "
|
|
13662
|
-
},
|
|
13663
|
-
"default": "undefined",
|
|
13664
|
-
"attribute": "variant",
|
|
13665
|
-
"inheritedFrom": {
|
|
13666
|
-
"name": "UmFieldBase",
|
|
13667
|
-
"module": "src/field/field-base.ts"
|
|
13944
|
+
"text": "any"
|
|
13668
13945
|
}
|
|
13669
13946
|
},
|
|
13670
13947
|
{
|
|
13671
13948
|
"kind": "field",
|
|
13672
|
-
"name": "
|
|
13949
|
+
"name": "#elementInternals",
|
|
13950
|
+
"privacy": "private",
|
|
13673
13951
|
"type": {
|
|
13674
|
-
"text": "
|
|
13675
|
-
},
|
|
13676
|
-
"attribute": "label",
|
|
13677
|
-
"inheritedFrom": {
|
|
13678
|
-
"name": "UmFieldBase",
|
|
13679
|
-
"module": "src/field/field-base.ts"
|
|
13952
|
+
"text": "ElementInternals"
|
|
13680
13953
|
}
|
|
13681
13954
|
},
|
|
13682
13955
|
{
|
|
13683
13956
|
"kind": "field",
|
|
13684
|
-
"name": "
|
|
13957
|
+
"name": "results",
|
|
13685
13958
|
"type": {
|
|
13686
|
-
"text": "
|
|
13687
|
-
},
|
|
13688
|
-
"attribute": "counter",
|
|
13689
|
-
"inheritedFrom": {
|
|
13690
|
-
"name": "UmFieldBase",
|
|
13691
|
-
"module": "src/field/field-base.ts"
|
|
13959
|
+
"text": "Data[]"
|
|
13692
13960
|
}
|
|
13693
13961
|
},
|
|
13694
13962
|
{
|
|
13695
13963
|
"kind": "field",
|
|
13696
|
-
"name": "
|
|
13964
|
+
"name": "source",
|
|
13697
13965
|
"type": {
|
|
13698
|
-
"text": "string | undefined"
|
|
13966
|
+
"text": "(any[] | ((term: string) => Promise<any[]>)) | undefined"
|
|
13699
13967
|
},
|
|
13700
|
-
"attribute": "
|
|
13701
|
-
"inheritedFrom": {
|
|
13702
|
-
"name": "UmFieldBase",
|
|
13703
|
-
"module": "src/field/field-base.ts"
|
|
13704
|
-
}
|
|
13968
|
+
"attribute": "source"
|
|
13705
13969
|
},
|
|
13706
13970
|
{
|
|
13707
13971
|
"kind": "field",
|
|
13708
|
-
"name": "
|
|
13972
|
+
"name": "formatter",
|
|
13709
13973
|
"type": {
|
|
13710
|
-
"text": "string | undefined"
|
|
13711
|
-
},
|
|
13712
|
-
"attribute": "error-text",
|
|
13713
|
-
"inheritedFrom": {
|
|
13714
|
-
"name": "UmFieldBase",
|
|
13715
|
-
"module": "src/field/field-base.ts"
|
|
13974
|
+
"text": "((value: any) => string) | undefined"
|
|
13716
13975
|
}
|
|
13717
13976
|
},
|
|
13718
13977
|
{
|
|
13719
13978
|
"kind": "field",
|
|
13720
|
-
"name": "
|
|
13979
|
+
"name": "template",
|
|
13721
13980
|
"type": {
|
|
13722
|
-
"text": "
|
|
13723
|
-
},
|
|
13724
|
-
"default": "false",
|
|
13725
|
-
"attribute": "disabled",
|
|
13726
|
-
"reflects": true,
|
|
13727
|
-
"inheritedFrom": {
|
|
13728
|
-
"name": "UmFieldBase",
|
|
13729
|
-
"module": "src/field/field-base.ts"
|
|
13981
|
+
"text": "((term: string, value: any) => string) | undefined"
|
|
13730
13982
|
}
|
|
13731
13983
|
},
|
|
13732
13984
|
{
|
|
13733
13985
|
"kind": "field",
|
|
13734
|
-
"name": "
|
|
13986
|
+
"name": "debounce",
|
|
13735
13987
|
"type": {
|
|
13736
|
-
"text": "
|
|
13737
|
-
},
|
|
13738
|
-
"default": "false",
|
|
13739
|
-
"attribute": "invalid",
|
|
13740
|
-
"reflects": true,
|
|
13741
|
-
"inheritedFrom": {
|
|
13742
|
-
"name": "UmFieldBase",
|
|
13743
|
-
"module": "src/field/field-base.ts"
|
|
13744
|
-
}
|
|
13745
|
-
},
|
|
13746
|
-
{
|
|
13747
|
-
"kind": "method",
|
|
13748
|
-
"name": "setDefaults",
|
|
13749
|
-
"static": true,
|
|
13750
|
-
"return": {
|
|
13751
|
-
"type": {
|
|
13752
|
-
"text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
|
|
13753
|
-
}
|
|
13988
|
+
"text": "number"
|
|
13754
13989
|
},
|
|
13755
|
-
"
|
|
13756
|
-
|
|
13757
|
-
|
|
13758
|
-
"type": {
|
|
13759
|
-
"text": "HTMLElement"
|
|
13760
|
-
}
|
|
13761
|
-
},
|
|
13762
|
-
{
|
|
13763
|
-
"name": "config",
|
|
13764
|
-
"type": {
|
|
13765
|
-
"text": "UmFieldDefaults"
|
|
13766
|
-
}
|
|
13767
|
-
}
|
|
13768
|
-
],
|
|
13769
|
-
"inheritedFrom": {
|
|
13770
|
-
"name": "UmFieldBase",
|
|
13771
|
-
"module": "src/field/field-base.ts"
|
|
13772
|
-
}
|
|
13990
|
+
"default": "300",
|
|
13991
|
+
"attribute": "debounce",
|
|
13992
|
+
"reflects": true
|
|
13773
13993
|
},
|
|
13774
13994
|
{
|
|
13775
13995
|
"kind": "field",
|
|
13776
|
-
"name": "
|
|
13996
|
+
"name": "limit",
|
|
13777
13997
|
"type": {
|
|
13778
|
-
"text": "
|
|
13998
|
+
"text": "number"
|
|
13779
13999
|
},
|
|
13780
|
-
"default": "
|
|
13781
|
-
"
|
|
13782
|
-
"
|
|
13783
|
-
"reflects": true,
|
|
13784
|
-
"inheritedFrom": {
|
|
13785
|
-
"name": "UmFieldBase",
|
|
13786
|
-
"module": "src/field/field-base.ts"
|
|
13787
|
-
}
|
|
14000
|
+
"default": "10",
|
|
14001
|
+
"attribute": "limit",
|
|
14002
|
+
"reflects": true
|
|
13788
14003
|
},
|
|
13789
14004
|
{
|
|
13790
14005
|
"kind": "field",
|
|
13791
|
-
"name": "
|
|
14006
|
+
"name": "minLength",
|
|
13792
14007
|
"type": {
|
|
13793
|
-
"text": "
|
|
14008
|
+
"text": "number"
|
|
13794
14009
|
},
|
|
13795
|
-
"default": "
|
|
13796
|
-
"
|
|
13797
|
-
"
|
|
13798
|
-
"reflects": true,
|
|
13799
|
-
"inheritedFrom": {
|
|
13800
|
-
"name": "UmFieldBase",
|
|
13801
|
-
"module": "src/field/field-base.ts"
|
|
13802
|
-
}
|
|
14010
|
+
"default": "2",
|
|
14011
|
+
"attribute": "minLength",
|
|
14012
|
+
"reflects": true
|
|
13803
14013
|
},
|
|
13804
14014
|
{
|
|
13805
14015
|
"kind": "field",
|
|
13806
|
-
"name": "
|
|
14016
|
+
"name": "openOnFocus",
|
|
13807
14017
|
"type": {
|
|
13808
14018
|
"text": "boolean"
|
|
13809
14019
|
},
|
|
13810
14020
|
"default": "false",
|
|
13811
|
-
"
|
|
13812
|
-
"
|
|
13813
|
-
"reflects": true,
|
|
13814
|
-
"inheritedFrom": {
|
|
13815
|
-
"name": "UmFieldBase",
|
|
13816
|
-
"module": "src/field/field-base.ts"
|
|
13817
|
-
}
|
|
14021
|
+
"attribute": "open-on-focus",
|
|
14022
|
+
"reflects": true
|
|
13818
14023
|
},
|
|
13819
14024
|
{
|
|
13820
14025
|
"kind": "field",
|
|
13821
|
-
"name": "
|
|
14026
|
+
"name": "editable",
|
|
13822
14027
|
"type": {
|
|
13823
|
-
"text": "
|
|
14028
|
+
"text": "boolean"
|
|
13824
14029
|
},
|
|
13825
|
-
"
|
|
13826
|
-
"
|
|
13827
|
-
|
|
13828
|
-
"module": "src/field/field-base.ts"
|
|
13829
|
-
}
|
|
14030
|
+
"default": "false",
|
|
14031
|
+
"attribute": "editable",
|
|
14032
|
+
"reflects": true
|
|
13830
14033
|
},
|
|
13831
14034
|
{
|
|
13832
14035
|
"kind": "field",
|
|
13833
|
-
"name": "
|
|
14036
|
+
"name": "form",
|
|
13834
14037
|
"type": {
|
|
13835
|
-
"text": "
|
|
13836
|
-
},
|
|
13837
|
-
"privacy": "private",
|
|
13838
|
-
"inheritedFrom": {
|
|
13839
|
-
"name": "UmFieldBase",
|
|
13840
|
-
"module": "src/field/field-base.ts"
|
|
14038
|
+
"text": "HTMLFormElement | null"
|
|
13841
14039
|
}
|
|
13842
14040
|
},
|
|
13843
14041
|
{
|
|
13844
14042
|
"kind": "field",
|
|
13845
|
-
"name": "
|
|
14043
|
+
"name": "value",
|
|
13846
14044
|
"type": {
|
|
13847
|
-
"text": "
|
|
13848
|
-
},
|
|
13849
|
-
"privacy": "private",
|
|
13850
|
-
"inheritedFrom": {
|
|
13851
|
-
"name": "UmFieldBase",
|
|
13852
|
-
"module": "src/field/field-base.ts"
|
|
14045
|
+
"text": "any"
|
|
13853
14046
|
}
|
|
13854
14047
|
},
|
|
14048
|
+
{
|
|
14049
|
+
"kind": "method",
|
|
14050
|
+
"name": "focus"
|
|
14051
|
+
},
|
|
14052
|
+
{
|
|
14053
|
+
"kind": "method",
|
|
14054
|
+
"name": "clear"
|
|
14055
|
+
},
|
|
13855
14056
|
{
|
|
13856
14057
|
"kind": "field",
|
|
13857
|
-
"name": "
|
|
14058
|
+
"name": "targetId",
|
|
13858
14059
|
"type": {
|
|
13859
|
-
"text": "
|
|
14060
|
+
"text": "string | undefined"
|
|
13860
14061
|
},
|
|
13861
|
-
"
|
|
13862
|
-
|
|
13863
|
-
"module": "src/field/field-base.ts"
|
|
13864
|
-
}
|
|
14062
|
+
"attribute": "target-id",
|
|
14063
|
+
"reflects": true
|
|
13865
14064
|
},
|
|
13866
14065
|
{
|
|
13867
14066
|
"kind": "field",
|
|
13868
|
-
"name": "
|
|
14067
|
+
"name": "menu",
|
|
13869
14068
|
"type": {
|
|
13870
|
-
"text": "
|
|
13871
|
-
},
|
|
13872
|
-
"inheritedFrom": {
|
|
13873
|
-
"name": "UmFieldBase",
|
|
13874
|
-
"module": "src/field/field-base.ts"
|
|
14069
|
+
"text": "UmMenu"
|
|
13875
14070
|
}
|
|
13876
14071
|
},
|
|
13877
14072
|
{
|
|
13878
14073
|
"kind": "field",
|
|
13879
|
-
"name": "
|
|
14074
|
+
"name": "menuItems",
|
|
13880
14075
|
"type": {
|
|
13881
|
-
"text": "
|
|
13882
|
-
},
|
|
13883
|
-
"privacy": "private",
|
|
13884
|
-
"default": "null",
|
|
13885
|
-
"inheritedFrom": {
|
|
13886
|
-
"name": "UmFieldBase",
|
|
13887
|
-
"module": "src/field/field-base.ts"
|
|
14076
|
+
"text": "UmMenuItem[]"
|
|
13888
14077
|
}
|
|
13889
14078
|
},
|
|
13890
14079
|
{
|
|
13891
14080
|
"kind": "method",
|
|
13892
|
-
"name": "
|
|
13893
|
-
"privacy": "protected",
|
|
13894
|
-
"return": {
|
|
13895
|
-
"type": {
|
|
13896
|
-
"text": "TemplateResult"
|
|
13897
|
-
}
|
|
13898
|
-
},
|
|
13899
|
-
"inheritedFrom": {
|
|
13900
|
-
"name": "UmFieldBase",
|
|
13901
|
-
"module": "src/field/field-base.ts"
|
|
13902
|
-
}
|
|
14081
|
+
"name": "#attach"
|
|
13903
14082
|
},
|
|
13904
14083
|
{
|
|
13905
14084
|
"kind": "method",
|
|
13906
|
-
"name": "#
|
|
13907
|
-
"return": {
|
|
13908
|
-
"type": {
|
|
13909
|
-
"text": "Promise<void>"
|
|
13910
|
-
}
|
|
13911
|
-
},
|
|
13912
|
-
"inheritedFrom": {
|
|
13913
|
-
"name": "UmFieldBase",
|
|
13914
|
-
"module": "src/field/field-base.ts"
|
|
13915
|
-
}
|
|
14085
|
+
"name": "#detach"
|
|
13916
14086
|
},
|
|
13917
14087
|
{
|
|
13918
|
-
"kind": "
|
|
13919
|
-
"name": "
|
|
13920
|
-
"privacy": "private"
|
|
13921
|
-
"inheritedFrom": {
|
|
13922
|
-
"name": "UmFieldBase",
|
|
13923
|
-
"module": "src/field/field-base.ts"
|
|
13924
|
-
}
|
|
14088
|
+
"kind": "field",
|
|
14089
|
+
"name": "#handleFocus",
|
|
14090
|
+
"privacy": "private"
|
|
13925
14091
|
},
|
|
13926
14092
|
{
|
|
13927
|
-
"kind": "
|
|
13928
|
-
"name": "
|
|
13929
|
-
"privacy": "private"
|
|
13930
|
-
"inheritedFrom": {
|
|
13931
|
-
"name": "UmFieldBase",
|
|
13932
|
-
"module": "src/field/field-base.ts"
|
|
13933
|
-
}
|
|
14093
|
+
"kind": "field",
|
|
14094
|
+
"name": "#handleInput",
|
|
14095
|
+
"privacy": "private"
|
|
13934
14096
|
},
|
|
13935
14097
|
{
|
|
13936
14098
|
"kind": "method",
|
|
13937
|
-
"name": "
|
|
13938
|
-
"
|
|
13939
|
-
|
|
13940
|
-
|
|
13941
|
-
|
|
13942
|
-
|
|
14099
|
+
"name": "#getItemClickHandler",
|
|
14100
|
+
"parameters": [
|
|
14101
|
+
{
|
|
14102
|
+
"name": "data",
|
|
14103
|
+
"type": {
|
|
14104
|
+
"text": "Data"
|
|
14105
|
+
}
|
|
14106
|
+
}
|
|
14107
|
+
]
|
|
13943
14108
|
},
|
|
13944
14109
|
{
|
|
13945
14110
|
"kind": "method",
|
|
13946
|
-
"name": "
|
|
13947
|
-
"
|
|
13948
|
-
|
|
13949
|
-
|
|
13950
|
-
|
|
13951
|
-
|
|
13952
|
-
|
|
13953
|
-
|
|
13954
|
-
|
|
14111
|
+
"name": "#setValueAndDispatchEvents",
|
|
14112
|
+
"parameters": [
|
|
14113
|
+
{
|
|
14114
|
+
"name": "value",
|
|
14115
|
+
"type": {
|
|
14116
|
+
"text": "any"
|
|
14117
|
+
}
|
|
14118
|
+
},
|
|
14119
|
+
{
|
|
14120
|
+
"name": "direct",
|
|
14121
|
+
"default": "false"
|
|
14122
|
+
}
|
|
14123
|
+
]
|
|
14124
|
+
},
|
|
13955
14125
|
{
|
|
13956
|
-
"
|
|
13957
|
-
"
|
|
14126
|
+
"kind": "method",
|
|
14127
|
+
"name": "#updateResults",
|
|
14128
|
+
"parameters": [
|
|
14129
|
+
{
|
|
14130
|
+
"name": "lazy",
|
|
14131
|
+
"default": "false"
|
|
14132
|
+
}
|
|
14133
|
+
]
|
|
13958
14134
|
},
|
|
13959
14135
|
{
|
|
13960
|
-
"
|
|
13961
|
-
"
|
|
13962
|
-
|
|
13963
|
-
|
|
13964
|
-
|
|
14136
|
+
"kind": "method",
|
|
14137
|
+
"name": "#getData",
|
|
14138
|
+
"return": {
|
|
14139
|
+
"type": {
|
|
14140
|
+
"text": "Promise<Data[]>"
|
|
14141
|
+
}
|
|
14142
|
+
}
|
|
13965
14143
|
},
|
|
13966
14144
|
{
|
|
13967
|
-
"
|
|
13968
|
-
"
|
|
13969
|
-
"text": "string | undefined"
|
|
13970
|
-
},
|
|
13971
|
-
"fieldName": "suffixText"
|
|
14145
|
+
"kind": "method",
|
|
14146
|
+
"name": "#setValueOnTarget"
|
|
13972
14147
|
},
|
|
13973
14148
|
{
|
|
13974
|
-
"
|
|
13975
|
-
"
|
|
13976
|
-
|
|
13977
|
-
|
|
13978
|
-
|
|
13979
|
-
|
|
13980
|
-
|
|
13981
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
14149
|
+
"kind": "method",
|
|
14150
|
+
"name": "getTargetValue",
|
|
14151
|
+
"privacy": "private",
|
|
14152
|
+
"return": {
|
|
14153
|
+
"type": {
|
|
14154
|
+
"text": "string"
|
|
14155
|
+
}
|
|
13982
14156
|
}
|
|
13983
14157
|
},
|
|
13984
14158
|
{
|
|
13985
|
-
"
|
|
13986
|
-
"
|
|
13987
|
-
|
|
13988
|
-
|
|
13989
|
-
|
|
13990
|
-
|
|
13991
|
-
|
|
14159
|
+
"kind": "method",
|
|
14160
|
+
"name": "setTargetValue",
|
|
14161
|
+
"privacy": "private",
|
|
14162
|
+
"return": {
|
|
14163
|
+
"type": {
|
|
14164
|
+
"text": "void"
|
|
14165
|
+
}
|
|
13992
14166
|
},
|
|
13993
|
-
"
|
|
13994
|
-
|
|
13995
|
-
|
|
13996
|
-
|
|
13997
|
-
|
|
14167
|
+
"parameters": [
|
|
14168
|
+
{
|
|
14169
|
+
"name": "value",
|
|
14170
|
+
"type": {
|
|
14171
|
+
"text": "string"
|
|
14172
|
+
}
|
|
14173
|
+
}
|
|
14174
|
+
]
|
|
13998
14175
|
},
|
|
13999
14176
|
{
|
|
14000
|
-
"
|
|
14001
|
-
"
|
|
14002
|
-
|
|
14003
|
-
|
|
14004
|
-
|
|
14005
|
-
"
|
|
14006
|
-
|
|
14007
|
-
|
|
14177
|
+
"kind": "method",
|
|
14178
|
+
"name": "getMenuAnchor",
|
|
14179
|
+
"privacy": "private"
|
|
14180
|
+
},
|
|
14181
|
+
{
|
|
14182
|
+
"kind": "method",
|
|
14183
|
+
"name": "getTextValue",
|
|
14184
|
+
"privacy": "private",
|
|
14185
|
+
"return": {
|
|
14186
|
+
"type": {
|
|
14187
|
+
"text": "string"
|
|
14188
|
+
}
|
|
14008
14189
|
}
|
|
14009
14190
|
},
|
|
14010
14191
|
{
|
|
14011
|
-
"
|
|
14192
|
+
"kind": "method",
|
|
14193
|
+
"name": "#handleClick",
|
|
14194
|
+
"parameters": [
|
|
14195
|
+
{
|
|
14196
|
+
"name": "e",
|
|
14197
|
+
"type": {
|
|
14198
|
+
"text": "Event"
|
|
14199
|
+
}
|
|
14200
|
+
}
|
|
14201
|
+
]
|
|
14202
|
+
}
|
|
14203
|
+
],
|
|
14204
|
+
"events": [
|
|
14205
|
+
{
|
|
14206
|
+
"name": "input",
|
|
14012
14207
|
"type": {
|
|
14013
|
-
"text": "
|
|
14014
|
-
},
|
|
14015
|
-
"fieldName": "counter",
|
|
14016
|
-
"inheritedFrom": {
|
|
14017
|
-
"name": "UmFieldBase",
|
|
14018
|
-
"module": "src/field/field-base.ts"
|
|
14208
|
+
"text": "InputEvent"
|
|
14019
14209
|
}
|
|
14020
14210
|
},
|
|
14021
14211
|
{
|
|
14022
|
-
"name": "
|
|
14212
|
+
"name": "change",
|
|
14023
14213
|
"type": {
|
|
14024
|
-
"text": "
|
|
14025
|
-
},
|
|
14026
|
-
"fieldName": "supportingText",
|
|
14027
|
-
"inheritedFrom": {
|
|
14028
|
-
"name": "UmFieldBase",
|
|
14029
|
-
"module": "src/field/field-base.ts"
|
|
14214
|
+
"text": "Event"
|
|
14030
14215
|
}
|
|
14031
|
-
}
|
|
14216
|
+
}
|
|
14217
|
+
],
|
|
14218
|
+
"attributes": [
|
|
14032
14219
|
{
|
|
14033
|
-
"name": "
|
|
14220
|
+
"name": "source",
|
|
14034
14221
|
"type": {
|
|
14035
|
-
"text": "string | undefined"
|
|
14222
|
+
"text": "(any[] | ((term: string) => Promise<any[]>)) | undefined"
|
|
14036
14223
|
},
|
|
14037
|
-
"fieldName": "
|
|
14038
|
-
"inheritedFrom": {
|
|
14039
|
-
"name": "UmFieldBase",
|
|
14040
|
-
"module": "src/field/field-base.ts"
|
|
14041
|
-
}
|
|
14224
|
+
"fieldName": "source"
|
|
14042
14225
|
},
|
|
14043
14226
|
{
|
|
14044
|
-
"name": "
|
|
14227
|
+
"name": "debounce",
|
|
14045
14228
|
"type": {
|
|
14046
|
-
"text": "
|
|
14229
|
+
"text": "number"
|
|
14047
14230
|
},
|
|
14048
|
-
"default": "
|
|
14049
|
-
"fieldName": "
|
|
14050
|
-
"inheritedFrom": {
|
|
14051
|
-
"name": "UmFieldBase",
|
|
14052
|
-
"module": "src/field/field-base.ts"
|
|
14053
|
-
}
|
|
14231
|
+
"default": "300",
|
|
14232
|
+
"fieldName": "debounce"
|
|
14054
14233
|
},
|
|
14055
14234
|
{
|
|
14056
|
-
"name": "
|
|
14235
|
+
"name": "limit",
|
|
14057
14236
|
"type": {
|
|
14058
|
-
"text": "
|
|
14237
|
+
"text": "number"
|
|
14059
14238
|
},
|
|
14060
|
-
"default": "
|
|
14061
|
-
"fieldName": "
|
|
14062
|
-
"inheritedFrom": {
|
|
14063
|
-
"name": "UmFieldBase",
|
|
14064
|
-
"module": "src/field/field-base.ts"
|
|
14065
|
-
}
|
|
14239
|
+
"default": "10",
|
|
14240
|
+
"fieldName": "limit"
|
|
14066
14241
|
},
|
|
14067
14242
|
{
|
|
14068
|
-
"name": "
|
|
14243
|
+
"name": "minLength",
|
|
14069
14244
|
"type": {
|
|
14070
|
-
"text": "
|
|
14245
|
+
"text": "number"
|
|
14071
14246
|
},
|
|
14072
|
-
"default": "
|
|
14073
|
-
"fieldName": "
|
|
14074
|
-
"inheritedFrom": {
|
|
14075
|
-
"name": "UmFieldBase",
|
|
14076
|
-
"module": "src/field/field-base.ts"
|
|
14077
|
-
}
|
|
14247
|
+
"default": "2",
|
|
14248
|
+
"fieldName": "minLength"
|
|
14078
14249
|
},
|
|
14079
14250
|
{
|
|
14080
|
-
"name": "
|
|
14251
|
+
"name": "open-on-focus",
|
|
14081
14252
|
"type": {
|
|
14082
14253
|
"text": "boolean"
|
|
14083
14254
|
},
|
|
14084
14255
|
"default": "false",
|
|
14085
|
-
"
|
|
14086
|
-
"fieldName": "hasLeadingIcon",
|
|
14087
|
-
"inheritedFrom": {
|
|
14088
|
-
"name": "UmFieldBase",
|
|
14089
|
-
"module": "src/field/field-base.ts"
|
|
14090
|
-
}
|
|
14256
|
+
"fieldName": "openOnFocus"
|
|
14091
14257
|
},
|
|
14092
14258
|
{
|
|
14093
|
-
"name": "
|
|
14259
|
+
"name": "editable",
|
|
14094
14260
|
"type": {
|
|
14095
14261
|
"text": "boolean"
|
|
14096
14262
|
},
|
|
14097
14263
|
"default": "false",
|
|
14098
|
-
"
|
|
14099
|
-
"fieldName": "hasTrailingIcon",
|
|
14100
|
-
"inheritedFrom": {
|
|
14101
|
-
"name": "UmFieldBase",
|
|
14102
|
-
"module": "src/field/field-base.ts"
|
|
14103
|
-
}
|
|
14264
|
+
"fieldName": "editable"
|
|
14104
14265
|
},
|
|
14105
14266
|
{
|
|
14106
|
-
"name": "
|
|
14267
|
+
"name": "target-id",
|
|
14107
14268
|
"type": {
|
|
14108
|
-
"text": "
|
|
14269
|
+
"text": "string | undefined"
|
|
14109
14270
|
},
|
|
14110
|
-
"
|
|
14111
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
14112
|
-
"fieldName": "hasErrorText",
|
|
14113
|
-
"inheritedFrom": {
|
|
14114
|
-
"name": "UmFieldBase",
|
|
14115
|
-
"module": "src/field/field-base.ts"
|
|
14116
|
-
}
|
|
14271
|
+
"fieldName": "targetId"
|
|
14117
14272
|
}
|
|
14118
14273
|
],
|
|
14119
14274
|
"superclass": {
|
|
14120
|
-
"name": "
|
|
14121
|
-
"
|
|
14275
|
+
"name": "LitElement",
|
|
14276
|
+
"package": "lit"
|
|
14122
14277
|
},
|
|
14123
|
-
"tagName": "u-
|
|
14278
|
+
"tagName": "u-typeahead",
|
|
14124
14279
|
"customElement": true
|
|
14125
14280
|
}
|
|
14126
14281
|
],
|
|
14127
14282
|
"exports": [
|
|
14128
14283
|
{
|
|
14129
14284
|
"kind": "js",
|
|
14130
|
-
"name": "
|
|
14285
|
+
"name": "UmTypeahead",
|
|
14131
14286
|
"declaration": {
|
|
14132
|
-
"name": "
|
|
14133
|
-
"module": "src/
|
|
14287
|
+
"name": "UmTypeahead",
|
|
14288
|
+
"module": "src/typeahead/typeahead.ts"
|
|
14134
14289
|
}
|
|
14135
14290
|
},
|
|
14136
14291
|
{
|
|
14137
14292
|
"kind": "custom-element-definition",
|
|
14138
|
-
"name": "u-
|
|
14293
|
+
"name": "u-typeahead",
|
|
14139
14294
|
"declaration": {
|
|
14140
|
-
"name": "
|
|
14141
|
-
"module": "src/
|
|
14295
|
+
"name": "UmTypeahead",
|
|
14296
|
+
"module": "src/typeahead/typeahead.ts"
|
|
14142
14297
|
}
|
|
14143
14298
|
}
|
|
14144
14299
|
]
|
|
@@ -14183,6 +14338,122 @@
|
|
|
14183
14338
|
}
|
|
14184
14339
|
]
|
|
14185
14340
|
},
|
|
14341
|
+
{
|
|
14342
|
+
"kind": "javascript-module",
|
|
14343
|
+
"path": "src/shared/menu-field/menu-field-navigation-controller.ts",
|
|
14344
|
+
"declarations": [
|
|
14345
|
+
{
|
|
14346
|
+
"kind": "class",
|
|
14347
|
+
"description": "",
|
|
14348
|
+
"name": "MenuFieldNavigationController",
|
|
14349
|
+
"members": [
|
|
14350
|
+
{
|
|
14351
|
+
"kind": "field",
|
|
14352
|
+
"name": "#element",
|
|
14353
|
+
"privacy": "private",
|
|
14354
|
+
"type": {
|
|
14355
|
+
"text": "HTMLElement | null"
|
|
14356
|
+
},
|
|
14357
|
+
"default": "null"
|
|
14358
|
+
},
|
|
14359
|
+
{
|
|
14360
|
+
"kind": "field",
|
|
14361
|
+
"name": "host",
|
|
14362
|
+
"type": {
|
|
14363
|
+
"text": "T"
|
|
14364
|
+
},
|
|
14365
|
+
"privacy": "protected",
|
|
14366
|
+
"default": "host"
|
|
14367
|
+
},
|
|
14368
|
+
{
|
|
14369
|
+
"kind": "field",
|
|
14370
|
+
"name": "bindHandleKeyDown",
|
|
14371
|
+
"type": {
|
|
14372
|
+
"text": "(event: KeyboardEvent) => void"
|
|
14373
|
+
},
|
|
14374
|
+
"privacy": "private"
|
|
14375
|
+
},
|
|
14376
|
+
{
|
|
14377
|
+
"kind": "method",
|
|
14378
|
+
"name": "attach",
|
|
14379
|
+
"parameters": [
|
|
14380
|
+
{
|
|
14381
|
+
"name": "element",
|
|
14382
|
+
"type": {
|
|
14383
|
+
"text": "HTMLElement"
|
|
14384
|
+
}
|
|
14385
|
+
}
|
|
14386
|
+
]
|
|
14387
|
+
},
|
|
14388
|
+
{
|
|
14389
|
+
"kind": "method",
|
|
14390
|
+
"name": "detach"
|
|
14391
|
+
},
|
|
14392
|
+
{
|
|
14393
|
+
"kind": "method",
|
|
14394
|
+
"name": "handleKeyDown",
|
|
14395
|
+
"privacy": "protected",
|
|
14396
|
+
"parameters": [
|
|
14397
|
+
{
|
|
14398
|
+
"name": "event",
|
|
14399
|
+
"type": {
|
|
14400
|
+
"text": "KeyboardEvent"
|
|
14401
|
+
}
|
|
14402
|
+
}
|
|
14403
|
+
]
|
|
14404
|
+
},
|
|
14405
|
+
{
|
|
14406
|
+
"kind": "method",
|
|
14407
|
+
"name": "navigate",
|
|
14408
|
+
"privacy": "private",
|
|
14409
|
+
"parameters": [
|
|
14410
|
+
{
|
|
14411
|
+
"name": "event",
|
|
14412
|
+
"type": {
|
|
14413
|
+
"text": "KeyboardEvent"
|
|
14414
|
+
}
|
|
14415
|
+
},
|
|
14416
|
+
{
|
|
14417
|
+
"name": "forwards",
|
|
14418
|
+
"type": {
|
|
14419
|
+
"text": "boolean"
|
|
14420
|
+
}
|
|
14421
|
+
}
|
|
14422
|
+
]
|
|
14423
|
+
},
|
|
14424
|
+
{
|
|
14425
|
+
"kind": "method",
|
|
14426
|
+
"name": "selectActiveItem",
|
|
14427
|
+
"privacy": "private",
|
|
14428
|
+
"parameters": [
|
|
14429
|
+
{
|
|
14430
|
+
"name": "event",
|
|
14431
|
+
"type": {
|
|
14432
|
+
"text": "KeyboardEvent"
|
|
14433
|
+
}
|
|
14434
|
+
}
|
|
14435
|
+
]
|
|
14436
|
+
}
|
|
14437
|
+
]
|
|
14438
|
+
}
|
|
14439
|
+
],
|
|
14440
|
+
"exports": [
|
|
14441
|
+
{
|
|
14442
|
+
"kind": "js",
|
|
14443
|
+
"name": "MenuFieldNavigationController",
|
|
14444
|
+
"declaration": {
|
|
14445
|
+
"name": "MenuFieldNavigationController",
|
|
14446
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
14447
|
+
}
|
|
14448
|
+
}
|
|
14449
|
+
]
|
|
14450
|
+
},
|
|
14451
|
+
{
|
|
14452
|
+
"kind": "javascript-module",
|
|
14453
|
+
"path": "src/shared/menu-field/menu-field.ts",
|
|
14454
|
+
"declarations": [],
|
|
14455
|
+
"exports": []
|
|
14456
|
+
},
|
|
14186
14457
|
{
|
|
14187
14458
|
"kind": "javascript-module",
|
|
14188
14459
|
"path": "src/shared/selection-control/selection-control-list-item.ts",
|