@leavittsoftware/web 1.0.0 → 1.2.0
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/leavitt/api-service/api-service.js +5 -5
- package/leavitt/api-service/api-service.js.map +1 -1
- package/leavitt/api-service/odata-response.js +2 -2
- package/leavitt/api-service/odata-response.js.map +1 -1
- package/leavitt/company-select/company-select.js +10 -10
- package/leavitt/person-company-select/person-company-select.js +14 -14
- package/leavitt/person-group-select/person-group-select.js +18 -18
- package/leavitt/person-select/person-select.js +4 -4
- package/leavitt/profile-picture/profile-picture-menu.js +96 -96
- package/leavitt/profile-picture/profile-picture.js +64 -64
- package/leavitt/user-feedback/user-feedback.js +79 -79
- package/package.json +37 -36
- package/titanium/access-denied-page/access-denied-page.js +330 -330
- package/titanium/address-input/address-input.js +17 -17
- package/titanium/address-input/address-input.js.map +1 -1
- package/titanium/address-input/google-address-input.js +4 -4
- package/titanium/address-input/manual-address-dialog.js +127 -127
- package/titanium/card/card.js +117 -117
- package/titanium/chip-multi-select/chip-multi-select.js +38 -38
- package/titanium/data-table/data-table-header.js +95 -95
- package/titanium/data-table/data-table-item.js +163 -163
- package/titanium/data-table/data-table.js +313 -313
- package/titanium/data-table/data-table.js.map +1 -1
- package/titanium/data-table/filter-controller.js +5 -5
- package/titanium/data-table/filter-controller.js.map +1 -1
- package/titanium/data-table/page-control.js +75 -75
- package/titanium/data-table/page-control.js.map +1 -1
- package/titanium/date-range-selector/date-range-change-event.js.map +1 -1
- package/titanium/date-range-selector/date-range-selector.js +51 -51
- package/titanium/drawer/drawer.js +125 -125
- package/titanium/drawer/drawer.js.map +1 -1
- package/titanium/duration-input/human-interval.js +6 -6
- package/titanium/duration-input/human-interval.js.map +1 -1
- package/titanium/error-page/error-page.js +66 -66
- package/titanium/event-bus/event-bus.js +7 -7
- package/titanium/event-bus/event-bus.js.map +1 -1
- package/titanium/extendable-outlined-text-field/extendable-outlined-text-field.js +28 -28
- package/titanium/full-page-loading-indicator/full-page-loading-indicator.js +48 -48
- package/titanium/header/header.js +83 -83
- package/titanium/helpers/debouncer.js.map +1 -1
- package/titanium/helpers/dev-detection.js +1 -1
- package/titanium/helpers/dev-detection.js.map +1 -1
- package/titanium/helpers/media-query.js +1 -1
- package/titanium/helpers/media-query.js.map +1 -1
- package/titanium/helpers/search-token.js +2 -2
- package/titanium/helpers/search-token.js.map +1 -1
- package/titanium/icon-picker/icon-picker.js +4 -4
- package/titanium/search-input/search-input.js +117 -117
- package/titanium/show-hide/show-hide.js +54 -54
- package/titanium/show-hide/show-hide.js.map +1 -1
- package/titanium/single-select-base/single-select-base.js +93 -92
- package/titanium/single-select-base/single-select-base.js.map +1 -1
- package/titanium/smart-attachment-input/crop-and-save-image-dialog.js +115 -115
- package/titanium/smart-attachment-input/cropper-styles.js +307 -307
- package/titanium/smart-attachment-input/image-preview-dialog.js +29 -29
- package/titanium/smart-attachment-input/smart-attachment-input.js +81 -81
- package/titanium/snackbar/snackbar.js +133 -133
- package/titanium/styles/a.js +15 -15
- package/titanium/styles/data-row.js +43 -43
- package/titanium/styles/ellipsis.js +6 -6
- package/titanium/styles/h1.js +14 -14
- package/titanium/styles/h2.js +14 -14
- package/titanium/styles/h3.js +14 -14
- package/titanium/styles/h4.js +14 -14
- package/titanium/styles/h5.js +16 -16
- package/titanium/styles/p.js +14 -14
- package/titanium/toolbar/toolbar.js +45 -45
- package/titanium/types/pending-state-event.js.map +1 -1
- package/titanium/youtube-input/youtube-input.js +9 -9
- package/titanium/address-input/Address.js.map +0 -1
- package/titanium/address-input/types/address.js.map +0 -1
- package/titanium/address-input/types/autocomplete-prediction-suggestion.js.map +0 -1
- package/titanium/extendable-outlined-text-field/extensible-outlined-text-field.d.ts +0 -45
- package/titanium/extendable-outlined-text-field/extensible-outlined-text-field.js.map +0 -1
package/titanium/styles/h2.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const h2 = css `
|
|
3
|
-
[heading2],
|
|
4
|
-
h2 {
|
|
5
|
-
font-family: var(--titanium-styles-h2-font-family, Roboto, Noto, sans-serif);
|
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
|
7
|
-
-webkit-font-smoothing: antialiased;
|
|
8
|
-
letter-spacing: -0.264px;
|
|
9
|
-
font-weight: 400;
|
|
10
|
-
font-size: 20px;
|
|
11
|
-
line-height: 24px;
|
|
12
|
-
text-wrap: balance;
|
|
13
|
-
margin: 0;
|
|
14
|
-
padding: 0;
|
|
15
|
-
}
|
|
2
|
+
export const h2 = css `
|
|
3
|
+
[heading2],
|
|
4
|
+
h2 {
|
|
5
|
+
font-family: var(--titanium-styles-h2-font-family, Roboto, Noto, sans-serif);
|
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
|
7
|
+
-webkit-font-smoothing: antialiased;
|
|
8
|
+
letter-spacing: -0.264px;
|
|
9
|
+
font-weight: 400;
|
|
10
|
+
font-size: 20px;
|
|
11
|
+
line-height: 24px;
|
|
12
|
+
text-wrap: balance;
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
}
|
|
16
16
|
`;
|
|
17
17
|
//# sourceMappingURL=h2.js.map
|
package/titanium/styles/h3.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const h3 = css `
|
|
3
|
-
[heading3],
|
|
4
|
-
h3 {
|
|
5
|
-
font-family: var(--titanium-styles-h3-font-family, Roboto, Noto, sans-serif);
|
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
|
7
|
-
-webkit-font-smoothing: antialiased;
|
|
8
|
-
letter-spacing: -0.264px;
|
|
9
|
-
font-weight: 400;
|
|
10
|
-
font-size: 16px;
|
|
11
|
-
line-height: 20px;
|
|
12
|
-
text-wrap: balance;
|
|
13
|
-
margin: 0;
|
|
14
|
-
padding: 0;
|
|
15
|
-
}
|
|
2
|
+
export const h3 = css `
|
|
3
|
+
[heading3],
|
|
4
|
+
h3 {
|
|
5
|
+
font-family: var(--titanium-styles-h3-font-family, Roboto, Noto, sans-serif);
|
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
|
7
|
+
-webkit-font-smoothing: antialiased;
|
|
8
|
+
letter-spacing: -0.264px;
|
|
9
|
+
font-weight: 400;
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
line-height: 20px;
|
|
12
|
+
text-wrap: balance;
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
}
|
|
16
16
|
`;
|
|
17
17
|
//# sourceMappingURL=h3.js.map
|
package/titanium/styles/h4.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const h4 = css `
|
|
3
|
-
[heading4],
|
|
4
|
-
h4 {
|
|
5
|
-
font-family: var(--titanium-styles-h4-font-family, Roboto, Noto, sans-serif);
|
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
|
7
|
-
-webkit-font-smoothing: antialiased;
|
|
8
|
-
letter-spacing: -0.264px;
|
|
9
|
-
font-weight: 400;
|
|
10
|
-
text-wrap: balance;
|
|
11
|
-
font-size: 14px;
|
|
12
|
-
line-height: 18px;
|
|
13
|
-
margin: 0;
|
|
14
|
-
padding: 0;
|
|
15
|
-
}
|
|
2
|
+
export const h4 = css `
|
|
3
|
+
[heading4],
|
|
4
|
+
h4 {
|
|
5
|
+
font-family: var(--titanium-styles-h4-font-family, Roboto, Noto, sans-serif);
|
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
|
7
|
+
-webkit-font-smoothing: antialiased;
|
|
8
|
+
letter-spacing: -0.264px;
|
|
9
|
+
font-weight: 400;
|
|
10
|
+
text-wrap: balance;
|
|
11
|
+
font-size: 14px;
|
|
12
|
+
line-height: 18px;
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
}
|
|
16
16
|
`;
|
|
17
17
|
//# sourceMappingURL=h4.js.map
|
package/titanium/styles/h5.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const h5 = css `
|
|
3
|
-
[heading5],
|
|
4
|
-
h5 {
|
|
5
|
-
letter-spacing: 0.07272727em;
|
|
6
|
-
font-family: var(--titanium-styles-h5-font-family, Metropolis, Roboto, Noto, sans-serif);
|
|
7
|
-
font-size: 12px;
|
|
8
|
-
font-weight: 400;
|
|
9
|
-
line-height: 16px;
|
|
10
|
-
letter-spacing: 0.1px;
|
|
11
|
-
hyphens: auto;
|
|
12
|
-
word-break: break-word;
|
|
13
|
-
word-wrap: break-word;
|
|
14
|
-
text-wrap: balance;
|
|
15
|
-
margin: 0;
|
|
16
|
-
padding: 0;
|
|
17
|
-
}
|
|
2
|
+
export const h5 = css `
|
|
3
|
+
[heading5],
|
|
4
|
+
h5 {
|
|
5
|
+
letter-spacing: 0.07272727em;
|
|
6
|
+
font-family: var(--titanium-styles-h5-font-family, Metropolis, Roboto, Noto, sans-serif);
|
|
7
|
+
font-size: 12px;
|
|
8
|
+
font-weight: 400;
|
|
9
|
+
line-height: 16px;
|
|
10
|
+
letter-spacing: 0.1px;
|
|
11
|
+
hyphens: auto;
|
|
12
|
+
word-break: break-word;
|
|
13
|
+
word-wrap: break-word;
|
|
14
|
+
text-wrap: balance;
|
|
15
|
+
margin: 0;
|
|
16
|
+
padding: 0;
|
|
17
|
+
}
|
|
18
18
|
`;
|
|
19
19
|
//# sourceMappingURL=h5.js.map
|
package/titanium/styles/p.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const p = css `
|
|
3
|
-
[paragraph],
|
|
4
|
-
p {
|
|
5
|
-
font-family: var(--titanium-styles-p-font-family, Roboto, Noto, sans-serif);
|
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
|
7
|
-
-webkit-font-smoothing: antialiased;
|
|
8
|
-
font-size: 14px;
|
|
9
|
-
font-weight: 400;
|
|
10
|
-
letter-spacing: 0.2px;
|
|
11
|
-
line-height: 20px;
|
|
12
|
-
|
|
13
|
-
margin: 0;
|
|
14
|
-
padding: 0;
|
|
15
|
-
}
|
|
2
|
+
export const p = css `
|
|
3
|
+
[paragraph],
|
|
4
|
+
p {
|
|
5
|
+
font-family: var(--titanium-styles-p-font-family, Roboto, Noto, sans-serif);
|
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
|
7
|
+
-webkit-font-smoothing: antialiased;
|
|
8
|
+
font-size: 14px;
|
|
9
|
+
font-weight: 400;
|
|
10
|
+
letter-spacing: 0.2px;
|
|
11
|
+
line-height: 20px;
|
|
12
|
+
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
}
|
|
16
16
|
`;
|
|
17
17
|
//# sourceMappingURL=p.js.map
|
|
@@ -12,51 +12,51 @@ import { property, customElement } from 'lit/decorators.js';
|
|
|
12
12
|
* @cssprop {Color} [--md-sys-color-on-background] - Color of the toolbar text
|
|
13
13
|
*/
|
|
14
14
|
let TitaniumToolbar = class TitaniumToolbar extends LitElement {
|
|
15
|
-
static { this.styles = css `
|
|
16
|
-
:host {
|
|
17
|
-
display: flex;
|
|
18
|
-
|
|
19
|
-
position: fixed;
|
|
20
|
-
z-index: 1;
|
|
21
|
-
top: 0;
|
|
22
|
-
left: 0;
|
|
23
|
-
right: 0;
|
|
24
|
-
|
|
25
|
-
font-family: Roboto, sans-serif;
|
|
26
|
-
-moz-osx-font-smoothing: grayscale;
|
|
27
|
-
-webkit-font-smoothing: antialiased;
|
|
28
|
-
|
|
29
|
-
flex-direction: row;
|
|
30
|
-
align-items: center;
|
|
31
|
-
|
|
32
|
-
height: 48px;
|
|
33
|
-
padding: 0 14px;
|
|
34
|
-
background-color: var(--md-sys-color-background);
|
|
35
|
-
color: var(--md-sys-color-on-background);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
:host([shadow]) {
|
|
39
|
-
box-shadow:
|
|
40
|
-
0px 2px 4px -1px rgb(from var(--md-sys-color-on-background) r g b / 0.2),
|
|
41
|
-
0px 4px 5px 0px rgb(from var(--md-sys-color-on-background) r g b / 0.14),
|
|
42
|
-
0px 1px 10px 0px rgb(from var(--md-sys-color-on-background) r g b / 0.12);
|
|
43
|
-
transition: box-shadow 0.3s ease-in-out;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
::slotted([main-title]) {
|
|
47
|
-
font-size: 22px;
|
|
48
|
-
letter-spacing: 0.9px;
|
|
49
|
-
color: var(--md-sys-color-on-background);
|
|
50
|
-
white-space: nowrap;
|
|
51
|
-
overflow: hidden;
|
|
52
|
-
text-overflow: ellipsis;
|
|
53
|
-
margin: 0px;
|
|
54
|
-
font-weight: 400;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
[hidden] {
|
|
58
|
-
display: none !important;
|
|
59
|
-
}
|
|
15
|
+
static { this.styles = css `
|
|
16
|
+
:host {
|
|
17
|
+
display: flex;
|
|
18
|
+
|
|
19
|
+
position: fixed;
|
|
20
|
+
z-index: 1;
|
|
21
|
+
top: 0;
|
|
22
|
+
left: 0;
|
|
23
|
+
right: 0;
|
|
24
|
+
|
|
25
|
+
font-family: Roboto, sans-serif;
|
|
26
|
+
-moz-osx-font-smoothing: grayscale;
|
|
27
|
+
-webkit-font-smoothing: antialiased;
|
|
28
|
+
|
|
29
|
+
flex-direction: row;
|
|
30
|
+
align-items: center;
|
|
31
|
+
|
|
32
|
+
height: 48px;
|
|
33
|
+
padding: 0 14px;
|
|
34
|
+
background-color: var(--md-sys-color-background);
|
|
35
|
+
color: var(--md-sys-color-on-background);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
:host([shadow]) {
|
|
39
|
+
box-shadow:
|
|
40
|
+
0px 2px 4px -1px rgb(from var(--md-sys-color-on-background) r g b / 0.2),
|
|
41
|
+
0px 4px 5px 0px rgb(from var(--md-sys-color-on-background) r g b / 0.14),
|
|
42
|
+
0px 1px 10px 0px rgb(from var(--md-sys-color-on-background) r g b / 0.12);
|
|
43
|
+
transition: box-shadow 0.3s ease-in-out;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
::slotted([main-title]) {
|
|
47
|
+
font-size: 22px;
|
|
48
|
+
letter-spacing: 0.9px;
|
|
49
|
+
color: var(--md-sys-color-on-background);
|
|
50
|
+
white-space: nowrap;
|
|
51
|
+
overflow: hidden;
|
|
52
|
+
text-overflow: ellipsis;
|
|
53
|
+
margin: 0px;
|
|
54
|
+
font-weight: 400;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
[hidden] {
|
|
58
|
+
display: none !important;
|
|
59
|
+
}
|
|
60
60
|
`; }
|
|
61
61
|
connectedCallback() {
|
|
62
62
|
super.connectedCallback();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pending-state-event.js","sourceRoot":"","sources":["pending-state-event.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,iBAAkB,SAAQ,WAA0C;
|
|
1
|
+
{"version":3,"file":"pending-state-event.js","sourceRoot":"","sources":["pending-state-event.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,iBAAkB,SAAQ,WAA0C;aACxE,cAAS,GAAG,eAAe,CAAC;IACnC,YAAY,OAAyB;QACnC,KAAK,CAAC,iBAAiB,CAAC,SAAS,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,CAAC,CAAC;IACtG,CAAC"}
|
|
@@ -28,20 +28,20 @@ let TitaniumYouTubeInput = class TitaniumYouTubeInput extends ExtendableOutlined
|
|
|
28
28
|
return key ? key : value;
|
|
29
29
|
}
|
|
30
30
|
static { this.styles = [
|
|
31
|
-
css `
|
|
32
|
-
img {
|
|
33
|
-
max-height: 49px;
|
|
34
|
-
margin-right: 5px;
|
|
35
|
-
border-radius: 8px;
|
|
36
|
-
}
|
|
31
|
+
css `
|
|
32
|
+
img {
|
|
33
|
+
max-height: 49px;
|
|
34
|
+
margin-right: 5px;
|
|
35
|
+
border-radius: 8px;
|
|
36
|
+
}
|
|
37
37
|
`,
|
|
38
38
|
]; }
|
|
39
39
|
renderMainSlot() {
|
|
40
|
-
return html `
|
|
41
|
-
<md-icon slot="leading-icon"> youtube_activity </md-icon>
|
|
40
|
+
return html `
|
|
41
|
+
<md-icon slot="leading-icon"> youtube_activity </md-icon>
|
|
42
42
|
${this.value && (this.value?.length || 0) === 11
|
|
43
43
|
? html `<img slot="trailing-icon" src="https://img.youtube.com/vi/${this.value}/default.jpg" />`
|
|
44
|
-
: nothing}
|
|
44
|
+
: nothing}
|
|
45
45
|
`;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Address.js","sourceRoot":"","sources":["Address.ts"],"names":[],"mappings":"AAEA,MAAM,UAAU,eAAe,CAAC,QAA6C;IAC3E,IAAI,CAAC,QAAQ,EAAE;QACb,OAAO,EAAE,CAAC;KACX;IAED,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE;QACpB,OAAO,GAAG,QAAQ,CAAC,IAAI,KAAK,QAAQ,CAAC,KAAK,EAAE,CAAC;KAC9C;IAED,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE;QACrB,OAAO,GAAG,QAAQ,CAAC,MAAM,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,QAAQ,CAAC,IAAI,KAAK,QAAQ,CAAC,KAAK,EAAE,CAAC;KACnH;IAED,OAAO,GAAG,QAAQ,CAAC,MAAM,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,QAAQ,CAAC,IAAI,KAAK,QAAQ,CAAC,KAAK,KAC7G,QAAQ,CAAC,OAAO,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,OAC/C,EAAE,CAAC;AACL,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,MAAc;IAC3C,MAAM,WAAW,GAAG,IAAI,MAAM,CAAC,0EAA0E,CAAC,CAAC;IAC3G,MAAM,cAAc,GAAG,IAAI,MAAM,CAAC,OAAO,CAAC,CAAC;IAC3C,MAAM,cAAc,GAAG,IAAI,MAAM,CAAC,OAAO,CAAC,CAAC;IAC3C,MAAM,WAAW,GAAG,IAAI,MAAM,CAAC,OAAO,CAAC,CAAC;IAExC,OAAO,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,cAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAClI,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"address.js","sourceRoot":"","sources":["address.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"autocomplete-prediction-suggestion.js","sourceRoot":"","sources":["autocomplete-prediction-suggestion.ts"],"names":[],"mappings":""}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import '@material/web/textfield/outlined-text-field';
|
|
2
|
-
import { TextFieldType, UnsupportedTextFieldType } from '@material/web/textfield/internal/text-field';
|
|
3
|
-
import { MdOutlinedTextField } from '@material/web/textfield/outlined-text-field';
|
|
4
|
-
import { LitElement } from 'lit';
|
|
5
|
-
export declare class ExtendableOutlinedTextField extends LitElement {
|
|
6
|
-
disabled: boolean;
|
|
7
|
-
required: boolean;
|
|
8
|
-
error: boolean;
|
|
9
|
-
autocomplete: string;
|
|
10
|
-
errorText: string;
|
|
11
|
-
hasLeadingIcon: boolean;
|
|
12
|
-
hasTrailingIcon: boolean;
|
|
13
|
-
label: string;
|
|
14
|
-
max: string;
|
|
15
|
-
maxLength: number;
|
|
16
|
-
minLength: number;
|
|
17
|
-
name: string;
|
|
18
|
-
pattern: string;
|
|
19
|
-
placeholder: string;
|
|
20
|
-
prefixText: string;
|
|
21
|
-
readOnly: boolean;
|
|
22
|
-
rows: number;
|
|
23
|
-
selectionDirection: 'forward' | 'backward' | 'none' | null;
|
|
24
|
-
selectionEnd: number;
|
|
25
|
-
selectionStart: number;
|
|
26
|
-
step: string;
|
|
27
|
-
suffixText: string;
|
|
28
|
-
supportingText: string;
|
|
29
|
-
textDirection: string;
|
|
30
|
-
type: TextFieldType | UnsupportedTextFieldType;
|
|
31
|
-
value: string;
|
|
32
|
-
outlinedTextField: MdOutlinedTextField;
|
|
33
|
-
checkValidity(): boolean;
|
|
34
|
-
reportValidity(): boolean;
|
|
35
|
-
select(): void;
|
|
36
|
-
setCustomValidity(error: string): void;
|
|
37
|
-
setRangeText(replacement: string, start: number, end: number, selectionMode?: SelectionMode): void;
|
|
38
|
-
setSelectionRange(start: number | null, end: number | null, direction?: 'forward' | 'backward' | 'none'): void;
|
|
39
|
-
stepDown(stepDecrement?: number): void;
|
|
40
|
-
stepUp(stepDecrement?: number): void;
|
|
41
|
-
reset(): void;
|
|
42
|
-
protected renderMainSlot(): import("lit-html").TemplateResult<1>;
|
|
43
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
44
|
-
}
|
|
45
|
-
//# sourceMappingURL=extensible-outlined-text-field.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extensible-outlined-text-field.js","sourceRoot":"","sources":["extensible-outlined-text-field.ts"],"names":[],"mappings":"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"}
|