@maggioli-design-system/mds-table-row 4.2.1 → 4.3.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/dist/cjs/{index-35a1d6b8.js → index-2800b46e.js} +73 -8
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mds-table-row.cjs.entry.js +1 -1
- package/dist/cjs/mds-table-row.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/common/keyboard-manager.js +2 -2
- package/dist/collection/dictionary/input.js +21 -0
- package/dist/collection/dictionary/typography.js +5 -1
- package/dist/documentation.json +3 -3
- package/dist/esm/{index-c4b331a6.js → index-850d0543.js} +73 -8
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mds-table-row.entry.js +1 -1
- package/dist/esm/mds-table-row.js +3 -3
- package/dist/esm-es5/index-850d0543.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mds-table-row.entry.js +1 -1
- package/dist/esm-es5/mds-table-row.js +1 -1
- package/dist/mds-table-row/mds-table-row.esm.js +1 -1
- package/dist/mds-table-row/mds-table-row.js +1 -1
- package/dist/mds-table-row/p-084e05de.system.js +2 -0
- package/dist/mds-table-row/p-2ba74223.system.js +1 -0
- package/dist/mds-table-row/p-514bb1b7.js +2 -0
- package/dist/mds-table-row/{p-a5d8ea64.entry.js → p-b0584083.entry.js} +1 -1
- package/dist/mds-table-row/{p-c7b7ffd2.system.entry.js → p-e74701f9.system.entry.js} +1 -1
- package/dist/stats.json +32 -32
- package/dist/types/dictionary/input.d.ts +4 -0
- package/dist/types/dictionary/typography.d.ts +2 -1
- package/dist/types/interface/input-value.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +21 -0
- package/dist/types/type/input.d.ts +4 -0
- package/dist/types/type/typography.d.ts +1 -0
- package/documentation.json +27 -12
- package/package.json +4 -4
- package/src/common/keyboard-manager.ts +2 -2
- package/src/dictionary/input.ts +30 -0
- package/src/dictionary/typography.ts +7 -1
- package/src/fixtures/icons.json +18 -0
- package/src/fixtures/iconsauce.json +16 -0
- package/src/interface/input-value.ts +1 -1
- package/src/type/input.ts +25 -0
- package/src/type/typography.ts +4 -0
- package/www/build/mds-table-row.esm.js +1 -1
- package/www/build/mds-table-row.js +1 -1
- package/www/build/p-084e05de.system.js +2 -0
- package/www/build/p-2ba74223.system.js +1 -0
- package/www/build/p-514bb1b7.js +2 -0
- package/www/build/{p-a5d8ea64.entry.js → p-b0584083.entry.js} +1 -1
- package/www/build/{p-c7b7ffd2.system.entry.js → p-e74701f9.system.entry.js} +1 -1
- package/dist/collection/dictionary/input-text-type.js +0 -13
- package/dist/collection/type/input-value-type.js +0 -1
- package/dist/esm-es5/index-c4b331a6.js +0 -2
- package/dist/mds-table-row/p-3f3266f0.system.js +0 -2
- package/dist/mds-table-row/p-8af6733c.js +0 -2
- package/dist/mds-table-row/p-e9c26e1c.system.js +0 -1
- package/dist/types/dictionary/input-text-type.d.ts +0 -2
- package/dist/types/type/input-text-type.d.ts +0 -1
- package/dist/types/type/input-value-type.d.ts +0 -1
- package/src/dictionary/input-text-type.ts +0 -17
- package/src/type/input-text-type.ts +0 -11
- package/src/type/input-value-type.ts +0 -5
- package/www/build/p-3f3266f0.system.js +0 -2
- package/www/build/p-8af6733c.js +0 -2
- package/www/build/p-e9c26e1c.system.js +0 -1
- /package/dist/collection/type/{input-text-type.js → input.js} +0 -0
package/dist/stats.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-11-08T15:53:03",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "node",
|
|
5
5
|
"version": "18.16.1"
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"fsNamespace": "mds-table-row",
|
|
10
10
|
"components": 1,
|
|
11
11
|
"entries": 1,
|
|
12
|
-
"bundles":
|
|
12
|
+
"bundles": 64,
|
|
13
13
|
"outputs": [
|
|
14
14
|
{
|
|
15
15
|
"name": "dist-collection",
|
|
16
|
-
"files":
|
|
16
|
+
"files": 23,
|
|
17
17
|
"generatedFiles": [
|
|
18
18
|
"./dist/collection/common/aria.js",
|
|
19
19
|
"./dist/collection/common/keyboard-manager.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"./dist/collection/dictionary/color.js",
|
|
25
25
|
"./dist/collection/dictionary/floating-ui.js",
|
|
26
26
|
"./dist/collection/dictionary/icon.js",
|
|
27
|
-
"./dist/collection/dictionary/input
|
|
27
|
+
"./dist/collection/dictionary/input.js",
|
|
28
28
|
"./dist/collection/dictionary/loading.js",
|
|
29
29
|
"./dist/collection/dictionary/typography.js",
|
|
30
30
|
"./dist/collection/dictionary/variant.js",
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
"./dist/collection/type/button.js",
|
|
35
35
|
"./dist/collection/type/floating-ui.js",
|
|
36
36
|
"./dist/collection/type/form-rel.js",
|
|
37
|
-
"./dist/collection/type/input
|
|
38
|
-
"./dist/collection/type/input-value-type.js",
|
|
37
|
+
"./dist/collection/type/input.js",
|
|
39
38
|
"./dist/collection/type/loading.js",
|
|
40
39
|
"./dist/collection/type/typography.js",
|
|
41
40
|
"./dist/collection/type/variant.js"
|
|
@@ -55,17 +54,17 @@
|
|
|
55
54
|
"name": "dist-lazy",
|
|
56
55
|
"files": 35,
|
|
57
56
|
"generatedFiles": [
|
|
58
|
-
"./dist/cjs/index-
|
|
57
|
+
"./dist/cjs/index-2800b46e.js",
|
|
59
58
|
"./dist/cjs/index.cjs.js",
|
|
60
59
|
"./dist/cjs/loader.cjs.js",
|
|
61
60
|
"./dist/cjs/mds-table-row.cjs.entry.js",
|
|
62
61
|
"./dist/cjs/mds-table-row.cjs.js",
|
|
63
|
-
"./dist/esm-es5/index-
|
|
62
|
+
"./dist/esm-es5/index-850d0543.js",
|
|
64
63
|
"./dist/esm-es5/index.js",
|
|
65
64
|
"./dist/esm-es5/loader.js",
|
|
66
65
|
"./dist/esm-es5/mds-table-row.entry.js",
|
|
67
66
|
"./dist/esm-es5/mds-table-row.js",
|
|
68
|
-
"./dist/esm/index-
|
|
67
|
+
"./dist/esm/index-850d0543.js",
|
|
69
68
|
"./dist/esm/index.js",
|
|
70
69
|
"./dist/esm/loader.js",
|
|
71
70
|
"./dist/esm/mds-table-row.entry.js",
|
|
@@ -75,21 +74,21 @@
|
|
|
75
74
|
"./dist/mds-table-row/index.esm.js",
|
|
76
75
|
"./dist/mds-table-row/mds-table-row.esm.js",
|
|
77
76
|
"./dist/mds-table-row/mds-table-row.js",
|
|
78
|
-
"./dist/mds-table-row/p-
|
|
77
|
+
"./dist/mds-table-row/p-084e05de.system.js",
|
|
78
|
+
"./dist/mds-table-row/p-2ba74223.system.js",
|
|
79
79
|
"./dist/mds-table-row/p-50ea2036.system.js",
|
|
80
|
-
"./dist/mds-table-row/p-
|
|
81
|
-
"./dist/mds-table-row/p-
|
|
82
|
-
"./dist/mds-table-row/p-
|
|
83
|
-
"./dist/mds-table-row/p-e9c26e1c.system.js",
|
|
80
|
+
"./dist/mds-table-row/p-514bb1b7.js",
|
|
81
|
+
"./dist/mds-table-row/p-b0584083.entry.js",
|
|
82
|
+
"./dist/mds-table-row/p-e74701f9.system.entry.js",
|
|
84
83
|
"./www/build/index.esm.js",
|
|
85
84
|
"./www/build/mds-table-row.esm.js",
|
|
86
85
|
"./www/build/mds-table-row.js",
|
|
87
|
-
"./www/build/p-
|
|
86
|
+
"./www/build/p-084e05de.system.js",
|
|
87
|
+
"./www/build/p-2ba74223.system.js",
|
|
88
88
|
"./www/build/p-50ea2036.system.js",
|
|
89
|
-
"./www/build/p-
|
|
90
|
-
"./www/build/p-
|
|
91
|
-
"./www/build/p-
|
|
92
|
-
"./www/build/p-e9c26e1c.system.js"
|
|
89
|
+
"./www/build/p-514bb1b7.js",
|
|
90
|
+
"./www/build/p-b0584083.entry.js",
|
|
91
|
+
"./www/build/p-e74701f9.system.entry.js"
|
|
93
92
|
]
|
|
94
93
|
},
|
|
95
94
|
{
|
|
@@ -122,10 +121,10 @@
|
|
|
122
121
|
"components": [
|
|
123
122
|
"mds-table-row"
|
|
124
123
|
],
|
|
125
|
-
"bundleId": "p-
|
|
126
|
-
"fileName": "p-
|
|
124
|
+
"bundleId": "p-b0584083",
|
|
125
|
+
"fileName": "p-b0584083.entry.js",
|
|
127
126
|
"imports": [
|
|
128
|
-
"p-
|
|
127
|
+
"p-514bb1b7.js"
|
|
129
128
|
],
|
|
130
129
|
"originalByteSize": 1067
|
|
131
130
|
}
|
|
@@ -139,7 +138,7 @@
|
|
|
139
138
|
"bundleId": "mds-table-row",
|
|
140
139
|
"fileName": "mds-table-row.entry.js",
|
|
141
140
|
"imports": [
|
|
142
|
-
"index-
|
|
141
|
+
"index-850d0543.js"
|
|
143
142
|
],
|
|
144
143
|
"originalByteSize": 1071
|
|
145
144
|
}
|
|
@@ -153,7 +152,7 @@
|
|
|
153
152
|
"bundleId": "mds-table-row",
|
|
154
153
|
"fileName": "mds-table-row.entry.js",
|
|
155
154
|
"imports": [
|
|
156
|
-
"index-
|
|
155
|
+
"index-850d0543.js"
|
|
157
156
|
],
|
|
158
157
|
"originalByteSize": 1071
|
|
159
158
|
}
|
|
@@ -164,10 +163,10 @@
|
|
|
164
163
|
"components": [
|
|
165
164
|
"mds-table-row"
|
|
166
165
|
],
|
|
167
|
-
"bundleId": "p-
|
|
168
|
-
"fileName": "p-
|
|
166
|
+
"bundleId": "p-e74701f9.system",
|
|
167
|
+
"fileName": "p-e74701f9.system.entry.js",
|
|
169
168
|
"imports": [
|
|
170
|
-
"p-
|
|
169
|
+
"p-084e05de.system.js"
|
|
171
170
|
],
|
|
172
171
|
"originalByteSize": 1352
|
|
173
172
|
}
|
|
@@ -181,7 +180,7 @@
|
|
|
181
180
|
"bundleId": "mds-table-row.cjs",
|
|
182
181
|
"fileName": "mds-table-row.cjs.entry.js",
|
|
183
182
|
"imports": [
|
|
184
|
-
"index-
|
|
183
|
+
"index-2800b46e.js"
|
|
185
184
|
],
|
|
186
185
|
"originalByteSize": 1141
|
|
187
186
|
}
|
|
@@ -252,6 +251,8 @@
|
|
|
252
251
|
{
|
|
253
252
|
"cmps": [
|
|
254
253
|
{
|
|
254
|
+
"attachInternalsMemberName": null,
|
|
255
|
+
"formAssociated": false,
|
|
255
256
|
"tagName": "mds-table-row",
|
|
256
257
|
"excludeFromCollection": false,
|
|
257
258
|
"isCollectionDependency": false,
|
|
@@ -390,7 +391,7 @@
|
|
|
390
391
|
],
|
|
391
392
|
"componentGraph": {
|
|
392
393
|
"sc-mds-table-row": [
|
|
393
|
-
"p-
|
|
394
|
+
"p-514bb1b7.js"
|
|
394
395
|
]
|
|
395
396
|
},
|
|
396
397
|
"sourceGraph": {
|
|
@@ -406,7 +407,7 @@
|
|
|
406
407
|
"./src/fixtures/icons.json",
|
|
407
408
|
"./src/fixtures/iconsauce.json"
|
|
408
409
|
],
|
|
409
|
-
"./src/dictionary/input
|
|
410
|
+
"./src/dictionary/input.ts": [],
|
|
410
411
|
"./src/dictionary/loading.ts": [],
|
|
411
412
|
"./src/dictionary/typography.ts": [],
|
|
412
413
|
"./src/dictionary/variant.ts": [],
|
|
@@ -416,8 +417,7 @@
|
|
|
416
417
|
"./src/type/button.ts": [],
|
|
417
418
|
"./src/type/floating-ui.ts": [],
|
|
418
419
|
"./src/type/form-rel.ts": [],
|
|
419
|
-
"./src/type/input
|
|
420
|
-
"./src/type/input-value-type.ts": [],
|
|
420
|
+
"./src/type/input.ts": [],
|
|
421
421
|
"./src/type/loading.ts": [],
|
|
422
422
|
"./src/type/typography.ts": [],
|
|
423
423
|
"./src/type/variant.ts": []
|
|
@@ -7,4 +7,5 @@ declare const typographyInfoDictionary: string[];
|
|
|
7
7
|
declare const typographyReadDictionary: string[];
|
|
8
8
|
declare const typographySmallerDictionary: string[];
|
|
9
9
|
declare const typographyTooltipDictionary: string[];
|
|
10
|
-
|
|
10
|
+
declare const typographyInputDictionary: string[];
|
|
11
|
+
export { typographyDictionary, typographyInfoDictionary, typographyInputDictionary, typographyMonoDictionary, typographyReadDictionary, typographyReadingVariationsDictionary, typographySmallerDictionary, typographyTitleDictionary, typographyTooltipDictionary, typographyVariationsDictionary, };
|
|
@@ -3,6 +3,16 @@ export interface ComponentDecorator {
|
|
|
3
3
|
(opts?: ComponentOptions): ClassDecorator;
|
|
4
4
|
}
|
|
5
5
|
export interface ComponentOptions {
|
|
6
|
+
/**
|
|
7
|
+
* When set to `true` this component will be form-associated. See
|
|
8
|
+
* https://stenciljs.com/docs/next/form-associated documentation on how to
|
|
9
|
+
* build form-associated Stencil components that integrate into forms like
|
|
10
|
+
* native browser elements such as `<input>` and `<textarea>`.
|
|
11
|
+
*
|
|
12
|
+
* The {@link AttachInternals} decorator allows for access to the
|
|
13
|
+
* `ElementInternals` object to modify the associated form.
|
|
14
|
+
*/
|
|
15
|
+
formAssociated?: boolean;
|
|
6
16
|
/**
|
|
7
17
|
* Tag name of the web component. Ideally, the tag name must be globally unique,
|
|
8
18
|
* so it's recommended to choose an unique prefix for all your components within the same collection.
|
|
@@ -107,6 +117,9 @@ export interface EventOptions {
|
|
|
107
117
|
*/
|
|
108
118
|
composed?: boolean;
|
|
109
119
|
}
|
|
120
|
+
export interface AttachInternalsDecorator {
|
|
121
|
+
(): PropertyDecorator;
|
|
122
|
+
}
|
|
110
123
|
export interface ListenDecorator {
|
|
111
124
|
(eventName: string, opts?: ListenOptions): CustomMethodDecorator<any>;
|
|
112
125
|
}
|
|
@@ -175,6 +188,12 @@ export declare const Element: ElementDecorator;
|
|
|
175
188
|
* https://stenciljs.com/docs/events
|
|
176
189
|
*/
|
|
177
190
|
export declare const Event: EventDecorator;
|
|
191
|
+
/**
|
|
192
|
+
* If the `formAssociated` option is set in options passed to the
|
|
193
|
+
* `@Component()` decorator then this decorator may be used to get access to the
|
|
194
|
+
* `ElementInternals` instance associated with the component.
|
|
195
|
+
*/
|
|
196
|
+
export declare const AttachInternals: AttachInternalsDecorator;
|
|
178
197
|
/**
|
|
179
198
|
* The `Listen()` decorator is for listening DOM events, including the ones
|
|
180
199
|
* dispatched from `@Events()`.
|
|
@@ -1115,11 +1134,13 @@ export declare namespace JSXBase {
|
|
|
1115
1134
|
autocomplete?: string;
|
|
1116
1135
|
}
|
|
1117
1136
|
interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1137
|
+
height?: number;
|
|
1118
1138
|
media?: string;
|
|
1119
1139
|
sizes?: string;
|
|
1120
1140
|
src?: string;
|
|
1121
1141
|
srcSet?: string;
|
|
1122
1142
|
type?: string;
|
|
1143
|
+
width?: number;
|
|
1123
1144
|
}
|
|
1124
1145
|
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1125
1146
|
media?: string;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export type InputControlsLayoutType = 'horizontal' | 'vertical';
|
|
2
|
+
export type InputControlsIconType = 'arrow' | 'arithmetic';
|
|
3
|
+
export type InputValueType = null | number | string | undefined;
|
|
4
|
+
export type InputTextType = 'date' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'textarea' | 'time' | 'url';
|
|
@@ -7,3 +7,4 @@ export type TypographyReadType = 'caption' | 'detail' | 'paragraph';
|
|
|
7
7
|
export type TypographySmallerType = 'tip' | 'option';
|
|
8
8
|
export type TypographyMonoType = 'snippet' | 'hack';
|
|
9
9
|
export type TypographyTooltipType = 'caption' | 'detail' | 'tip';
|
|
10
|
+
export type TypographyInputType = 'snippet' | 'detail';
|
package/documentation.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-11-08T14:31:27",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.
|
|
6
|
-
"typescriptVersion": "5.
|
|
5
|
+
"version": "4.7.1",
|
|
6
|
+
"typescriptVersion": "5.2.2"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
@@ -271,28 +271,38 @@
|
|
|
271
271
|
"docstring": "",
|
|
272
272
|
"path": "src/type/autocomplete.ts"
|
|
273
273
|
},
|
|
274
|
+
"src/type/input.ts::InputControlsLayoutType": {
|
|
275
|
+
"declaration": "export type InputControlsLayoutType =\n | 'horizontal'\n | 'vertical'",
|
|
276
|
+
"docstring": "",
|
|
277
|
+
"path": "src/type/input.ts"
|
|
278
|
+
},
|
|
279
|
+
"src/type/input.ts::InputControlsIconType": {
|
|
280
|
+
"declaration": "export type InputControlsIconType =\n | 'arrow'\n | 'arithmetic'",
|
|
281
|
+
"docstring": "",
|
|
282
|
+
"path": "src/type/input.ts"
|
|
283
|
+
},
|
|
274
284
|
"src/type/variant.ts::ThemeStatusVariantType": {
|
|
275
285
|
"declaration": "export type ThemeStatusVariantType =\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
|
|
276
286
|
"docstring": "",
|
|
277
287
|
"path": "src/type/variant.ts"
|
|
278
288
|
},
|
|
279
|
-
"src/type/input
|
|
289
|
+
"src/type/input.ts::InputTextType": {
|
|
280
290
|
"declaration": "export type InputTextType =\n | 'date'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'textarea'\n | 'time'\n | 'url'",
|
|
281
291
|
"docstring": "",
|
|
282
|
-
"path": "src/type/input
|
|
292
|
+
"path": "src/type/input.ts"
|
|
283
293
|
},
|
|
284
|
-
"src/type/
|
|
285
|
-
"declaration": "export type
|
|
294
|
+
"src/type/typography.ts::TypographyInputType": {
|
|
295
|
+
"declaration": "export type TypographyInputType =\n | 'snippet'\n | 'detail'",
|
|
286
296
|
"docstring": "",
|
|
287
|
-
"path": "src/type/
|
|
297
|
+
"path": "src/type/typography.ts"
|
|
288
298
|
},
|
|
289
|
-
"src/components/mds-input/meta/
|
|
290
|
-
"declaration": "export interface
|
|
299
|
+
"src/components/mds-input/meta/event-detail.ts::MdsInputEventDetail": {
|
|
300
|
+
"declaration": "export interface MdsInputEventDetail {\n value?: string\n}",
|
|
291
301
|
"docstring": "",
|
|
292
|
-
"path": "src/components/mds-input/meta/
|
|
302
|
+
"path": "src/components/mds-input/meta/event-detail.ts"
|
|
293
303
|
},
|
|
294
304
|
"src/components/mds-input-field/meta/types.ts::ValidationModelType": {
|
|
295
|
-
"declaration": "export type ValidationModelType =\n | 'cf'\n | 'email'\n | 'isbn'\n | 'piva'",
|
|
305
|
+
"declaration": "export type ValidationModelType =\n | 'cc'\n | 'cf'\n | 'email'\n | 'isbn'\n | 'piva'",
|
|
296
306
|
"docstring": "",
|
|
297
307
|
"path": "src/components/mds-input-field/meta/types.ts"
|
|
298
308
|
},
|
|
@@ -311,6 +321,11 @@
|
|
|
311
321
|
"docstring": "",
|
|
312
322
|
"path": "src/components/mds-input-switch/meta/types.ts"
|
|
313
323
|
},
|
|
324
|
+
"src/type/input.ts::InputValueType": {
|
|
325
|
+
"declaration": "export type InputValueType =\n | null\n | number\n | string\n | undefined",
|
|
326
|
+
"docstring": "",
|
|
327
|
+
"path": "src/type/input.ts"
|
|
328
|
+
},
|
|
314
329
|
"src/type/typography.ts::TypographyType": {
|
|
315
330
|
"declaration": "export type TypographyType =\n | 'action'\n | 'caption'\n | 'snippet'\n | 'detail'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'hack'\n | 'label'\n | 'option'\n | 'paragraph'\n | 'tip'",
|
|
316
331
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-design-system/mds-table-row",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "mds-table-row is a web-component from Magma Design System, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"prepublishOnly": "npm run build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@maggioli-design-system/mds-table-cell": "
|
|
27
|
-
"@maggioli-design-system/styles": "
|
|
28
|
-
"@stencil/core": "
|
|
26
|
+
"@maggioli-design-system/mds-table-cell": "4.2.2",
|
|
27
|
+
"@maggioli-design-system/styles": "13.0.0",
|
|
28
|
+
"@stencil/core": "4.7.1"
|
|
29
29
|
},
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"author": {
|
|
@@ -32,14 +32,14 @@ export class KeyboardManager {
|
|
|
32
32
|
|
|
33
33
|
attachEscapeBehavior = (callBack: () => void): void => {
|
|
34
34
|
this.escapeCallback = callBack
|
|
35
|
-
if (
|
|
35
|
+
if (window !== undefined) {
|
|
36
36
|
window.addEventListener('keydown', this.handleEscapeBehaviorDispatchEvent.bind(this))
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
detachEscapeBehavior = (): void => {
|
|
41
41
|
this.escapeCallback = () => {return}
|
|
42
|
-
if (
|
|
42
|
+
if (window !== undefined) {
|
|
43
43
|
window.removeEventListener('keydown', this.handleEscapeBehaviorDispatchEvent.bind(this))
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const inputTextTypeDictionary = [
|
|
2
|
+
'date',
|
|
3
|
+
'email',
|
|
4
|
+
'number',
|
|
5
|
+
'password',
|
|
6
|
+
'search',
|
|
7
|
+
'tel',
|
|
8
|
+
'text',
|
|
9
|
+
'textarea',
|
|
10
|
+
'time',
|
|
11
|
+
'url',
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
const inputControlsLayoutDictionary = [
|
|
16
|
+
'horizontal',
|
|
17
|
+
'vertical',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
const inputControlsIconDictionary = [
|
|
21
|
+
'arrow',
|
|
22
|
+
'arithmetic',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
export {
|
|
26
|
+
inputControlsIconDictionary,
|
|
27
|
+
inputControlsLayoutDictionary,
|
|
28
|
+
inputTextTypeDictionary,
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -69,12 +69,18 @@ const typographyTooltipDictionary = [
|
|
|
69
69
|
'tip',
|
|
70
70
|
]
|
|
71
71
|
|
|
72
|
+
const typographyInputDictionary = [
|
|
73
|
+
'snippet',
|
|
74
|
+
'detail',
|
|
75
|
+
]
|
|
76
|
+
|
|
72
77
|
export {
|
|
73
78
|
typographyDictionary,
|
|
74
79
|
typographyInfoDictionary,
|
|
75
|
-
|
|
80
|
+
typographyInputDictionary,
|
|
76
81
|
typographyMonoDictionary,
|
|
77
82
|
typographyReadDictionary,
|
|
83
|
+
typographyReadingVariationsDictionary,
|
|
78
84
|
typographySmallerDictionary,
|
|
79
85
|
typographyTitleDictionary,
|
|
80
86
|
typographyTooltipDictionary,
|
package/src/fixtures/icons.json
CHANGED
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
"mgg/email-open-check",
|
|
75
75
|
"mgg/email-open-off",
|
|
76
76
|
"mgg/face-to-face-meeting",
|
|
77
|
+
"mgg/factory",
|
|
77
78
|
"mgg/farmer",
|
|
78
79
|
"mgg/field",
|
|
79
80
|
"mgg/file-download",
|
|
@@ -99,6 +100,8 @@
|
|
|
99
100
|
"mgg/forwarded-with-a-single-sending",
|
|
100
101
|
"mgg/fullscreen-on-alt",
|
|
101
102
|
"mgg/google-check-small",
|
|
103
|
+
"mgg/google-keyboard-double-arrow-down",
|
|
104
|
+
"mgg/google-keyboard-double-arrow-up",
|
|
102
105
|
"mgg/google-place-item",
|
|
103
106
|
"mgg/group-assigned-automatically-system",
|
|
104
107
|
"mgg/group-ceased",
|
|
@@ -197,6 +200,19 @@
|
|
|
197
200
|
"mgg/tea-light",
|
|
198
201
|
"mgg/terminal",
|
|
199
202
|
"mgg/todo",
|
|
203
|
+
"mgg/todo-action-businessman-view",
|
|
204
|
+
"mgg/todo-action-certificate",
|
|
205
|
+
"mgg/todo-action-contract",
|
|
206
|
+
"mgg/todo-action-currency-euro",
|
|
207
|
+
"mgg/todo-action-graduate",
|
|
208
|
+
"mgg/todo-action-graduation-hat",
|
|
209
|
+
"mgg/todo-action-judge",
|
|
210
|
+
"mgg/todo-action-money",
|
|
211
|
+
"mgg/todo-action-protocol",
|
|
212
|
+
"mgg/todo-action-upload",
|
|
213
|
+
"mgg/todo-action-wkf-document-checked",
|
|
214
|
+
"mgg/todo-action-wkf-people-checked",
|
|
215
|
+
"mgg/todo-action-wkf-set-pub-date",
|
|
200
216
|
"mgg/todo-completed",
|
|
201
217
|
"mgg/todo-completed-re-executable",
|
|
202
218
|
"mgg/todo-in-charge-by-me",
|
|
@@ -223,6 +239,7 @@
|
|
|
223
239
|
"mgg/work-book",
|
|
224
240
|
"mi/baseline/account-balance",
|
|
225
241
|
"mi/baseline/account-balance-wallet",
|
|
242
|
+
"mi/baseline/add",
|
|
226
243
|
"mi/baseline/adobe",
|
|
227
244
|
"mi/baseline/agriculture",
|
|
228
245
|
"mi/baseline/arrow-back",
|
|
@@ -263,6 +280,7 @@
|
|
|
263
280
|
"mi/baseline/pets",
|
|
264
281
|
"mi/baseline/radio-button-checked",
|
|
265
282
|
"mi/baseline/radio-button-unchecked",
|
|
283
|
+
"mi/baseline/remove",
|
|
266
284
|
"mi/baseline/route",
|
|
267
285
|
"mi/baseline/settings",
|
|
268
286
|
"mi/baseline/terminal",
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"mgg/email-open-check",
|
|
64
64
|
"mgg/email-open-off",
|
|
65
65
|
"mgg/face-to-face-meeting",
|
|
66
|
+
"mgg/factory",
|
|
66
67
|
"mgg/farmer",
|
|
67
68
|
"mgg/field",
|
|
68
69
|
"mgg/file-download",
|
|
@@ -88,6 +89,8 @@
|
|
|
88
89
|
"mgg/forwarded-with-a-single-sending",
|
|
89
90
|
"mgg/fullscreen-on-alt",
|
|
90
91
|
"mgg/google-check-small",
|
|
92
|
+
"mgg/google-keyboard-double-arrow-down",
|
|
93
|
+
"mgg/google-keyboard-double-arrow-up",
|
|
91
94
|
"mgg/google-place-item",
|
|
92
95
|
"mgg/group-assigned-automatically-system",
|
|
93
96
|
"mgg/group-ceased",
|
|
@@ -185,6 +188,19 @@
|
|
|
185
188
|
"mgg/subtractive-permission",
|
|
186
189
|
"mgg/tea-light",
|
|
187
190
|
"mgg/terminal",
|
|
191
|
+
"mgg/todo-action-businessman-view",
|
|
192
|
+
"mgg/todo-action-certificate",
|
|
193
|
+
"mgg/todo-action-contract",
|
|
194
|
+
"mgg/todo-action-currency-euro",
|
|
195
|
+
"mgg/todo-action-graduate",
|
|
196
|
+
"mgg/todo-action-graduation-hat",
|
|
197
|
+
"mgg/todo-action-judge",
|
|
198
|
+
"mgg/todo-action-money",
|
|
199
|
+
"mgg/todo-action-protocol",
|
|
200
|
+
"mgg/todo-action-upload",
|
|
201
|
+
"mgg/todo-action-wkf-document-checked",
|
|
202
|
+
"mgg/todo-action-wkf-people-checked",
|
|
203
|
+
"mgg/todo-action-wkf-set-pub-date",
|
|
188
204
|
"mgg/todo-completed-re-executable",
|
|
189
205
|
"mgg/todo-completed",
|
|
190
206
|
"mgg/todo-in-charge-by-me",
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export type InputControlsLayoutType =
|
|
2
|
+
| 'horizontal'
|
|
3
|
+
| 'vertical'
|
|
4
|
+
|
|
5
|
+
export type InputControlsIconType =
|
|
6
|
+
| 'arrow'
|
|
7
|
+
| 'arithmetic'
|
|
8
|
+
|
|
9
|
+
export type InputValueType =
|
|
10
|
+
| null
|
|
11
|
+
| number
|
|
12
|
+
| string
|
|
13
|
+
| undefined
|
|
14
|
+
|
|
15
|
+
export type InputTextType =
|
|
16
|
+
| 'date'
|
|
17
|
+
| 'email'
|
|
18
|
+
| 'number'
|
|
19
|
+
| 'password'
|
|
20
|
+
| 'search'
|
|
21
|
+
| 'tel'
|
|
22
|
+
| 'text'
|
|
23
|
+
| 'textarea'
|
|
24
|
+
| 'time'
|
|
25
|
+
| 'url'
|
package/src/type/typography.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as
|
|
1
|
+
import{p as e,b as t}from"./p-514bb1b7.js";export{s as setNonce}from"./p-514bb1b7.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((e=>t([["p-b0584083",[[1,"mds-table-row",{interactive:[1540]},[[4,"mdsTableInteractiveChange","tableInteractiveHandler"]]]]]],e)));
|
|
@@ -115,7 +115,7 @@ DOMTokenList
|
|
|
115
115
|
var resourcesUrl = scriptElm ? scriptElm.getAttribute('data-resources-url') || scriptElm.src : '';
|
|
116
116
|
var start = function() {
|
|
117
117
|
// if src is not present then origin is "null", and new URL() throws TypeError: Failed to construct 'URL': Invalid base URL
|
|
118
|
-
var url = new URL('./p-
|
|
118
|
+
var url = new URL('./p-2ba74223.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
|
|
119
119
|
System.import(url.href);
|
|
120
120
|
};
|
|
121
121
|
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var __extends=this&&this.__extends||function(){var r=function(n,e){r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var e in n)if(Object.prototype.hasOwnProperty.call(n,e))r[e]=n[e]};return r(n,e)};return function(n,e){if(typeof e!=="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");r(n,e);function t(){this.constructor=n}n.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}}();var __awaiter=this&&this.__awaiter||function(r,n,e,t){function i(r){return r instanceof e?r:new e((function(n){n(r)}))}return new(e||(e=Promise))((function(e,u){function a(r){try{o(t.next(r))}catch(r){u(r)}}function f(r){try{o(t["throw"](r))}catch(r){u(r)}}function o(r){r.done?e(r.value):i(r.value).then(a,f)}o((t=t.apply(r,n||[])).next())}))};var __generator=this&&this.__generator||function(r,n){var e={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},t,i,u,a;return a={next:f(0),throw:f(1),return:f(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function f(r){return function(n){return o([r,n])}}function o(f){if(t)throw new TypeError("Generator is already executing.");while(a&&(a=0,f[0]&&(e=0)),e)try{if(t=1,i&&(u=f[0]&2?i["return"]:f[0]?i["throw"]||((u=i["return"])&&u.call(i),0):i.next)&&!(u=u.call(i,f[1])).done)return u;if(i=0,u)f=[f[0]&2,u.value];switch(f[0]){case 0:case 1:u=f;break;case 4:e.label++;return{value:f[1],done:false};case 5:e.label++;i=f[1];f=[0];continue;case 7:f=e.ops.pop();e.trys.pop();continue;default:if(!(u=e.trys,u=u.length>0&&u[u.length-1])&&(f[0]===6||f[0]===2)){e=0;continue}if(f[0]===3&&(!u||f[1]>u[0]&&f[1]<u[3])){e.label=f[1];break}if(f[0]===6&&e.label<u[1]){e.label=u[1];u=f;break}if(u&&e.label<u[2]){e.label=u[2];e.ops.push(f);break}if(u[2])e.ops.pop();e.trys.pop();continue}f=n.call(r,e)}catch(r){f=[6,r];i=0}finally{t=u=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(r,n,e){if(e||arguments.length===2)for(var t=0,i=n.length,u;t<i;t++){if(u||!(t in n)){if(!u)u=Array.prototype.slice.call(n,0,t);u[t]=n[t]}}return r.concat(u||Array.prototype.slice.call(n))};System.register([],(function(r,n){"use strict";return{execute:function(){var e=this;var t="mds-table-row";var i;var u;var a=false;var f=false;var o=function(r,n){if(n===void 0){n=""}{return function(){return}}};var v=function(r,n){{return function(){return}}};var c="{visibility:hidden}[hydrated]{visibility:inherit}";var l={};var s=function(r){return r!=null};var d=function(r){r=typeof r;return r==="object"||r==="function"};function h(r){var n,e,t;return(t=(e=(n=r.head)===null||n===void 0?void 0:n.querySelector('meta[name="csp-nonce"]'))===null||e===void 0?void 0:e.getAttribute("content"))!==null&&t!==void 0?t:undefined}var y=r("h",(function(r,n){var e=[];for(var t=2;t<arguments.length;t++){e[t-2]=arguments[t]}var i=null;var u=false;var a=false;var f=[];var o=function(n){for(var e=0;e<n.length;e++){i=n[e];if(Array.isArray(i)){o(i)}else if(i!=null&&typeof i!=="boolean"){if(u=typeof r!=="function"&&!d(i)){i=String(i)}if(u&&a){f[f.length-1].t+=i}else{f.push(u?p(null,i):i)}a=u}}};o(e);var v=p(r,null);v.i=n;if(f.length>0){v.u=f}return v}));var p=function(r,n){var e={o:0,v:r,t:n,l:null,u:null};{e.i=null}return e};var w=r("H",{});var _=function(r){return r&&r.v===w};var m=function(r,n){if(r!=null&&!d(r)){if(n&4){return r==="false"?false:r===""||!!r}return r}return r};var b=function(r,n,e){var t=wr.ce(n,e);r.dispatchEvent(t);return t};var $=new WeakMap;var S=function(r,n,e){var t=hr.get(r);if(mr&&e){t=t||new CSSStyleSheet;if(typeof t==="string"){t=n}else{t.replaceSync(n)}}else{t=n}hr.set(r,t)};var g=function(r,n,e){var t;var i=A(n);var u=hr.get(i);r=r.nodeType===11?r:pr;if(u){if(typeof u==="string"){r=r.head||r;var a=$.get(r);var f=void 0;if(!a){$.set(r,a=new Set)}if(!a.has(i)){{f=pr.createElement("style");f.innerHTML=u;var o=(t=wr.h)!==null&&t!==void 0?t:h(pr);if(o!=null){f.setAttribute("nonce",o)}r.insertBefore(f,r.querySelector("link"))}if(a){a.add(i)}}}else if(!r.adoptedStyleSheets.includes(u)){r.adoptedStyleSheets=__spreadArray(__spreadArray([],r.adoptedStyleSheets,true),[u],false)}}return i};var j=function(r){var n=r.p;var e=r.$hostElement$;var t=n.o;var i=o("attachStyles",n._);var u=g(e.shadowRoot?e.shadowRoot:e.getRootNode(),n);if(t&10){e["s-sc"]=u;e.classList.add(u+"-h")}i()};var A=function(r,n){return"sc-"+r._};var k=function(r,n,e,t,i,u){if(e!==t){var a=cr(r,n);n.toLowerCase();{var f=d(t);if((a||f&&t!==null)&&!i){try{if(!r.tagName.includes("-")){var o=t==null?"":t;if(n==="list"){a=false}else if(e==null||r[n]!=o){r[n]=o}}else{r[n]=t}}catch(r){}}if(t==null||t===false){if(t!==false||r.getAttribute(n)===""){{r.removeAttribute(n)}}}else if((!a||u&4||i)&&!f){t=t===true?"":t;{r.setAttribute(n,t)}}}}};var O=function(r,n,e,t){var i=n.l.nodeType===11&&n.l.host?n.l.host:n.l;var u=r&&r.i||l;var a=n.i||l;{for(t in u){if(!(t in a)){k(i,t,u[t],undefined,e,n.o)}}}for(t in a){k(i,t,u[t],a[t],e,n.o)}};var M=function(r,n,e,t){var u=n.u[e];var f=0;var o;var v;{o=u.l=pr.createElement(u.v);{O(null,u,a)}if(s(i)&&o["s-si"]!==i){o.classList.add(o["s-si"]=i)}if(u.u){for(f=0;f<u.u.length;++f){v=M(r,u,f);if(v){o.appendChild(v)}}}}return o};var x=function(r,n,e,t,i,a){var f=r;var o;if(f.shadowRoot&&f.tagName===u){f=f.shadowRoot}for(;i<=a;++i){if(t[i]){o=M(null,e,i);if(o){t[i].l=o;f.insertBefore(o,n)}}}};var C=function(r,n,e){for(var t=n;t<=e;++t){var i=r[t];if(i){var u=i.l;if(u){u.remove()}}}};var P=function(r,n,e,t){var i=0;var u=0;var a=n.length-1;var f=n[0];var o=n[a];var v=t.length-1;var c=t[0];var l=t[v];var s;while(i<=a&&u<=v){if(f==null){f=n[++i]}else if(o==null){o=n[--a]}else if(c==null){c=t[++u]}else if(l==null){l=t[--v]}else if(E(f,c)){T(f,c);f=n[++i];c=t[++u]}else if(E(o,l)){T(o,l);o=n[--a];l=t[--v]}else if(E(f,l)){T(f,l);r.insertBefore(f.l,o.l.nextSibling);f=n[++i];l=t[--v]}else if(E(o,c)){T(o,c);r.insertBefore(o.l,f.l);o=n[--a];c=t[++u]}else{{s=M(n&&n[u],e,u);c=t[++u]}if(s){{f.l.parentNode.insertBefore(s,f.l)}}}}if(i>a){x(r,t[v+1]==null?null:t[v+1].l,e,t,u,v)}else if(u>v){C(n,i,a)}};var E=function(r,n){if(r.v===n.v){return true}return false};var T=function(r,n){var e=n.l=r.l;var t=r.u;var i=n.u;var u=n.v;{{if(u==="slot");else{O(r,n,a)}}if(t!==null&&i!==null){P(e,t,n,i)}else if(i!==null){x(e,null,n,i,0,i.length-1)}else if(t!==null){C(t,0,t.length-1)}}};var U=function(r,n,e){if(e===void 0){e=false}var t=r.$hostElement$;var a=r.p;var f=r.m||p(null,null);var o=_(n)?n:y(null,null,n);u=t.tagName;if(a.$){o.i=o.i||{};a.$.map((function(r){var n=r[0],e=r[1];return o.i[e]=t[n]}))}if(e&&o.i){for(var v=0,c=Object.keys(o.i);v<c.length;v++){var l=c[v];if(t.hasAttribute(l)&&!["key","ref","style","class"].includes(l)){o.i[l]=t[l]}}}o.v=null;o.o|=4;r.m=o;o.l=f.l=t.shadowRoot||t;{i=t["s-sc"]}T(f,o)};var N=function(r,n){if(n&&!r.S&&n["s-p"]){n["s-p"].push(new Promise((function(n){return r.S=n})))}};var H=function(r,n){{r.o|=16}if(r.o&4){r.o|=512;return}N(r,r.j);var e=function(){return L(r,n)};return kr(e)};var L=function(r,n){var e=o("scheduleUpdate",r.p._);var t=r.A;var i;if(n){{r.o|=256;if(r.k){r.k.map((function(r){var n=r[0],e=r[1];return V(t,n,e)}));r.k=undefined}}}e();return W(i,(function(){return F(r,t,n)}))};var W=function(r,n){return q(r)?r.then(n):n()};var q=function(r){return r instanceof Promise||r&&r.then&&typeof r.then==="function"};var F=function(r,n,t){return __awaiter(e,void 0,void 0,(function(){var e,i,u,a,f,v,c;return __generator(this,(function(l){i=r.$hostElement$;u=o("update",r.p._);a=i["s-rc"];if(t){j(r)}f=o("render",r.p._);{G(r,n,i,t)}if(a){a.map((function(r){return r()}));i["s-rc"]=undefined}f();u();{v=(e=i["s-p"])!==null&&e!==void 0?e:[];c=function(){return I(r)};if(v.length===0){c()}else{Promise.all(v).then(c);r.o|=4;v.length=0}}return[2]}))}))};var G=function(r,n,e,t){try{n=n.render();{r.o&=~16}{r.o|=2}{{{U(r,n,t)}}}}catch(n){lr(n,r.$hostElement$)}return null};var I=function(r){var n=r.p._;var e=r.$hostElement$;var t=o("postUpdate",n);var i=r.j;if(!(r.o&64)){r.o|=64;{z(e)}t();{r.O(e);if(!i){R()}}}else{t()}{if(r.S){r.S();r.S=undefined}if(r.o&512){Ar((function(){return H(r,false)}))}r.o&=~(4|512)}};var R=function(r){{z(pr.documentElement)}Ar((function(){return b(yr,"appload",{detail:{namespace:t}})}))};var V=function(r,n,e){if(r&&r[n]){try{return r[n](e)}catch(r){lr(r)}}return undefined};var z=function(r){return r.setAttribute("hydrated","")};var B=function(r,n){return fr(r).M.get(n)};var D=function(r,n,e,t){var i=fr(r);var u=i.M.get(n);var a=i.o;var f=i.A;e=m(e,t.C[n][0]);var o=Number.isNaN(u)&&Number.isNaN(e);var v=e!==u&&!o;if((!(a&8)||u===undefined)&&v){i.M.set(n,e);if(f){if((a&(2|16))===2){H(i,false)}}}};var J=function(r,n,e){var t;if(n.C){var i=Object.entries(n.C);var u=r.prototype;i.map((function(r){var t=r[0],i=r[1][0];if(i&31||e&2&&i&32){Object.defineProperty(u,t,{get:function(){return B(this,t)},set:function(r){D(this,t,r,n)},configurable:true,enumerable:true})}}));if(e&1){var a=new Map;u.attributeChangedCallback=function(r,e,t){var i=this;wr.jmp((function(){var f=a.get(r);if(i.hasOwnProperty(f)){t=i[f];delete i[f]}else if(u.hasOwnProperty(f)&&typeof i[f]==="number"&&i[f]==t){return}else if(f==null){var o=fr(i);var v=o===null||o===void 0?void 0:o.o;if(!(v&8)&&v&128&&t!==e){var c=o.A;var l=n.P[r];l===null||l===void 0?void 0:l.forEach((function(n){if(c[n]!=null){c[n].call(c,t,e,r)}}))}return}i[f]=t===null&&typeof i[f]==="boolean"?false:t}))};r.observedAttributes=Array.from(new Set(__spreadArray(__spreadArray([],Object.keys((t=n.P)!==null&&t!==void 0?t:{}),true),i.filter((function(r){var n=r[0],e=r[1];return e[0]&15})).map((function(r){var e=r[0],t=r[1];var i=t[1]||e;a.set(i,e);if(t[0]&512){n.$.push([e,i])}return i})),true)))}}return r};var K=function(r,n,t,i){return __awaiter(e,void 0,void 0,(function(){var r,e,i,u,a,f,c,l;return __generator(this,(function(s){switch(s.label){case 0:if(!((n.o&32)===0))return[3,3];n.o|=32;r=dr(t);if(!r.then)return[3,2];e=v();return[4,r];case 1:r=s.sent();e();s.label=2;case 2:if(!r.isProxied){J(r,t,2);r.isProxied=true}i=o("createInstance",t._);{n.o|=8}try{new r(n)}catch(r){lr(r)}{n.o&=~8}i();if(r.style){u=r.style;a=A(t);if(!hr.has(a)){f=o("registerStyles",t._);S(a,u,!!(t.o&1));f()}}s.label=3;case 3:c=n.j;l=function(){return H(n,true)};if(c&&c["s-rc"]){c["s-rc"].push(l)}else{l()}return[2]}}))}))};var Q=function(r){};var X=function(r){if((wr.o&1)===0){var n=fr(r);var e=n.p;var t=o("connectedCallback",e._);if(!(n.o&1)){n.o|=1;{var i=r;while(i=i.parentNode||i.host){if(i["s-p"]){N(n,n.j=i);break}}}if(e.C){Object.entries(e.C).map((function(n){var e=n[0],t=n[1][0];if(t&31&&r.hasOwnProperty(e)){var i=r[e];delete r[e];r[e]=i}}))}{K(r,n,e)}}else{nr(r,n,e.T);if(n===null||n===void 0?void 0:n.A);else if(n===null||n===void 0?void 0:n.U){n.U.then((function(){return Q()}))}}t()}};var Y=function(r){};var Z=function(r){return __awaiter(e,void 0,void 0,(function(){var n;return __generator(this,(function(e){if((wr.o&1)===0){n=fr(r);{if(n.N){n.N.map((function(r){return r()}));n.N=undefined}}if(n===null||n===void 0?void 0:n.A);else if(n===null||n===void 0?void 0:n.U){n.U.then((function(){return Y()}))}}return[2]}))}))};var rr=r("b",(function(r,n){if(n===void 0){n={}}var e;var t=o();var i=[];var u=n.exclude||[];var a=yr.customElements;var f=pr.head;var v=f.querySelector("meta[charset]");var l=pr.createElement("style");var s=[];var d;var y=true;Object.assign(wr,n);wr.H=new URL(n.resourcesUrl||"./",pr.baseURI).href;r.map((function(r){r[1].map((function(n){var e={o:n[0],_:n[1],C:n[2],T:n[3]};{e.C=n[2]}{e.T=n[3]}{e.$=[]}var t=e._;var f=function(r){__extends(n,r);function n(n){var t=r.call(this,n)||this;n=t;vr(n,e);if(e.o&1){{{n.attachShadow({mode:"open"})}}}return t}n.prototype.connectedCallback=function(){var r=this;if(d){clearTimeout(d);d=null}if(y){s.push(this)}else{wr.jmp((function(){return X(r)}))}};n.prototype.disconnectedCallback=function(){var r=this;wr.jmp((function(){return Z(r)}))};n.prototype.componentOnReady=function(){return fr(this).U};return n}(HTMLElement);e.L=r[0];if(!u.includes(t)&&!a.get(t)){i.push(t);a.define(t,J(f,e,1))}}))}));{l.innerHTML=i+c;l.setAttribute("data-styles","");var p=(e=wr.h)!==null&&e!==void 0?e:h(pr);if(p!=null){l.setAttribute("nonce",p)}f.insertBefore(l,v?v.nextSibling:f.firstChild)}y=false;if(s.length){s.map((function(r){return r.connectedCallback()}))}else{{wr.jmp((function(){return d=setTimeout(R,30)}))}}t()}));var nr=function(r,n,e,t){if(e){e.map((function(e){var t=e[0],i=e[1],u=e[2];var a=tr(r,t);var f=er(n,u);var o=ir(t);wr.ael(a,i,f,o);(n.N=n.N||[]).push((function(){return wr.rel(a,i,f,o)}))}))}};var er=function(r,n){return function(e){try{{if(r.o&256){r.A[n](e)}else{(r.k=r.k||[]).push([n,e])}}}catch(r){lr(r)}}};var tr=function(r,n){if(n&4)return pr;return r};var ir=function(r){return(r&2)!==0};var ur=r("s",(function(r){return wr.h=r}));var ar=new WeakMap;var fr=function(r){return ar.get(r)};var or=r("r",(function(r,n){return ar.set(n.A=r,n)}));var vr=function(r,n){var e={o:0,$hostElement$:r,p:n,M:new Map};{e.U=new Promise((function(r){return e.O=r}));r["s-p"]=[];r["s-rc"]=[]}nr(r,e,n.T);return ar.set(r,e)};var cr=function(r,n){return n in r};var lr=function(r,n){return(0,console.error)(r,n)};var sr=new Map;var dr=function(r,e,t){var i=r._.replace(/-/g,"_");var u=r.L;var a=sr.get(u);if(a){return a[i]}
|
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/return n.import("./".concat(u,".entry.js").concat("")).then((function(r){{sr.set(u,r)}return r[i]}),lr)};var hr=new Map;var yr=typeof window!=="undefined"?window:{};var pr=yr.document||{head:{}};var wr={o:0,H:"",jmp:function(r){return r()},raf:function(r){return requestAnimationFrame(r)},ael:function(r,n,e,t){return r.addEventListener(n,e,t)},rel:function(r,n,e,t){return r.removeEventListener(n,e,t)},ce:function(r,n){return new CustomEvent(r,n)}};var _r=r("p",(function(r){return Promise.resolve(r)}));var mr=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(r){}return false}();var br=[];var $r=[];var Sr=function(r,n){return function(e){r.push(e);if(!f){f=true;if(n&&wr.o&4){Ar(jr)}else{wr.raf(jr)}}}};var gr=function(r){for(var n=0;n<r.length;n++){try{r[n](performance.now())}catch(r){lr(r)}}r.length=0};var jr=function(){gr(br);{gr($r);if(f=br.length>0){wr.raf(jr)}}};var Ar=function(r){return _r().then(r)};var kr=Sr($r,true)}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-084e05de.system.js"],(function(e,t){"use strict";var n,r;return{setters:[function(t){n=t.p;r=t.b;e("setNonce",t.s)}],execute:function(){var e=function(){var e=t.meta.url;var r={};if(e!==""){r.resourcesUrl=new URL(".",e).href}return n(r)};e().then((function(e){return r([["p-e74701f9.system",[[1,"mds-table-row",{interactive:[1540]},[[4,"mdsTableInteractiveChange","tableInteractiveHandler"]]]]]],e)}))}}}));
|