@maggioli-design-system/mds-accordion-timer 3.4.2 → 3.5.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.
Files changed (37) hide show
  1. package/dist/cjs/mds-accordion-timer.cjs.js +1 -1
  2. package/dist/collection/collection-manifest.json +1 -1
  3. package/dist/collection/dictionary/input.js +21 -0
  4. package/dist/collection/dictionary/typography.js +5 -1
  5. package/dist/documentation.json +2 -2
  6. package/dist/esm/mds-accordion-timer.js +1 -1
  7. package/dist/mds-accordion-timer/mds-accordion-timer.js +1 -1
  8. package/dist/stats.json +10 -12
  9. package/dist/types/components.d.ts +11 -0
  10. package/dist/types/dictionary/input.d.ts +4 -0
  11. package/dist/types/dictionary/typography.d.ts +2 -1
  12. package/dist/types/interface/input-value.d.ts +1 -1
  13. package/dist/types/stencil-public-runtime.d.ts +2 -0
  14. package/dist/types/type/input.d.ts +4 -0
  15. package/dist/types/type/typography.d.ts +1 -0
  16. package/documentation.json +26 -11
  17. package/package.json +4 -4
  18. package/src/components.d.ts +11 -0
  19. package/src/dictionary/input.ts +30 -0
  20. package/src/dictionary/typography.ts +7 -1
  21. package/src/fixtures/icons.json +18 -0
  22. package/src/fixtures/iconsauce.json +16 -0
  23. package/src/interface/input-value.ts +1 -1
  24. package/src/type/input.ts +25 -0
  25. package/src/type/typography.ts +4 -0
  26. package/www/build/mds-accordion-timer.js +1 -1
  27. package/dist/collection/dictionary/input-text-type.js +0 -13
  28. package/dist/collection/type/input-value-type.js +0 -1
  29. package/dist/types/dictionary/input-text-type.d.ts +0 -2
  30. package/dist/types/type/input-text-type.d.ts +0 -1
  31. package/dist/types/type/input-value-type.d.ts +0 -1
  32. package/src/dictionary/input-text-type.ts +0 -17
  33. package/src/type/input-text-type.ts +0 -11
  34. package/src/type/input-value-type.ts +0 -5
  35. /package/dist/collection/type/{input-text-type.js → input.js} +0 -0
  36. /package/dist/mds-accordion-timer/{p-3ba9d29a.system.js → p-ee10fd98.system.js} +0 -0
  37. /package/www/build/{p-3ba9d29a.system.js → p-ee10fd98.system.js} +0 -0
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-ab2aee76.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v4.5.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.7.1 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchBrowser = () => {
11
11
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('mds-accordion-timer.cjs.js', document.baseURI).href));
@@ -4,7 +4,7 @@
4
4
  ],
5
5
  "compiler": {
6
6
  "name": "@stencil/core",
7
- "version": "4.5.0",
7
+ "version": "4.7.1",
8
8
  "typescriptVersion": "5.2.2"
9
9
  },
10
10
  "collections": [],
@@ -0,0 +1,21 @@
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
+ const inputControlsLayoutDictionary = [
14
+ 'horizontal',
15
+ 'vertical',
16
+ ];
17
+ const inputControlsIconDictionary = [
18
+ 'arrow',
19
+ 'arithmetic',
20
+ ];
21
+ export { inputControlsIconDictionary, inputControlsLayoutDictionary, inputTextTypeDictionary, };
@@ -60,4 +60,8 @@ const typographyTooltipDictionary = [
60
60
  'detail',
61
61
  'tip',
62
62
  ];
63
- export { typographyDictionary, typographyInfoDictionary, typographyReadingVariationsDictionary, typographyMonoDictionary, typographyReadDictionary, typographySmallerDictionary, typographyTitleDictionary, typographyTooltipDictionary, typographyVariationsDictionary, };
63
+ const typographyInputDictionary = [
64
+ 'snippet',
65
+ 'detail',
66
+ ];
67
+ export { typographyDictionary, typographyInfoDictionary, typographyInputDictionary, typographyMonoDictionary, typographyReadDictionary, typographyReadingVariationsDictionary, typographySmallerDictionary, typographyTitleDictionary, typographyTooltipDictionary, typographyVariationsDictionary, };
@@ -1,8 +1,8 @@
1
1
  {
2
- "timestamp": "2023-10-19T09:48:42",
2
+ "timestamp": "2023-11-08T15:30:19",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.5.0",
5
+ "version": "4.7.1",
6
6
  "typescriptVersion": "5.2.2"
7
7
  },
8
8
  "components": [
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-1e1d02d3.js';
2
2
  export { s as setNonce } from './index-1e1d02d3.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Browser v4.5.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v4.7.1 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchBrowser = () => {
8
8
  const importMeta = import.meta.url;
@@ -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-3ba9d29a.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
118
+ var url = new URL('./p-ee10fd98.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
119
119
  System.import(url.href);
120
120
  };
121
121
 
package/dist/stats.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2023-10-19T09:48:42",
2
+ "timestamp": "2023-11-08T15:30:19",
3
3
  "compiler": {
4
4
  "name": "node",
5
5
  "version": "18.16.1"
@@ -9,11 +9,11 @@
9
9
  "fsNamespace": "mds-accordion-timer",
10
10
  "components": 1,
11
11
  "entries": 1,
12
- "bundles": 67,
12
+ "bundles": 66,
13
13
  "outputs": [
14
14
  {
15
15
  "name": "dist-collection",
16
- "files": 26,
16
+ "files": 25,
17
17
  "generatedFiles": [
18
18
  "./dist/collection/common/aria.js",
19
19
  "./dist/collection/common/keyboard-manager.js",
@@ -26,7 +26,7 @@
26
26
  "./dist/collection/dictionary/color.js",
27
27
  "./dist/collection/dictionary/floating-ui.js",
28
28
  "./dist/collection/dictionary/icon.js",
29
- "./dist/collection/dictionary/input-text-type.js",
29
+ "./dist/collection/dictionary/input.js",
30
30
  "./dist/collection/dictionary/loading.js",
31
31
  "./dist/collection/dictionary/typography.js",
32
32
  "./dist/collection/dictionary/variant.js",
@@ -36,8 +36,7 @@
36
36
  "./dist/collection/type/button.js",
37
37
  "./dist/collection/type/floating-ui.js",
38
38
  "./dist/collection/type/form-rel.js",
39
- "./dist/collection/type/input-text-type.js",
40
- "./dist/collection/type/input-value-type.js",
39
+ "./dist/collection/type/input.js",
41
40
  "./dist/collection/type/loading.js",
42
41
  "./dist/collection/type/typography.js",
43
42
  "./dist/collection/type/variant.js"
@@ -77,21 +76,21 @@
77
76
  "./dist/mds-accordion-timer/index.esm.js",
78
77
  "./dist/mds-accordion-timer/mds-accordion-timer.esm.js",
79
78
  "./dist/mds-accordion-timer/mds-accordion-timer.js",
80
- "./dist/mds-accordion-timer/p-3ba9d29a.system.js",
81
79
  "./dist/mds-accordion-timer/p-50ea2036.system.js",
82
80
  "./dist/mds-accordion-timer/p-57415df8.entry.js",
83
81
  "./dist/mds-accordion-timer/p-6584787f.system.js",
84
82
  "./dist/mds-accordion-timer/p-70e86e8e.js",
85
83
  "./dist/mds-accordion-timer/p-b86c017a.system.entry.js",
84
+ "./dist/mds-accordion-timer/p-ee10fd98.system.js",
86
85
  "./www/build/index.esm.js",
87
86
  "./www/build/mds-accordion-timer.esm.js",
88
87
  "./www/build/mds-accordion-timer.js",
89
- "./www/build/p-3ba9d29a.system.js",
90
88
  "./www/build/p-50ea2036.system.js",
91
89
  "./www/build/p-57415df8.entry.js",
92
90
  "./www/build/p-6584787f.system.js",
93
91
  "./www/build/p-70e86e8e.js",
94
- "./www/build/p-b86c017a.system.entry.js"
92
+ "./www/build/p-b86c017a.system.entry.js",
93
+ "./www/build/p-ee10fd98.system.js"
95
94
  ]
96
95
  },
97
96
  {
@@ -504,7 +503,7 @@
504
503
  "./src/fixtures/icons.json",
505
504
  "./src/fixtures/iconsauce.json"
506
505
  ],
507
- "./src/dictionary/input-text-type.ts": [],
506
+ "./src/dictionary/input.ts": [],
508
507
  "./src/dictionary/loading.ts": [],
509
508
  "./src/dictionary/typography.ts": [],
510
509
  "./src/dictionary/variant.ts": [],
@@ -514,8 +513,7 @@
514
513
  "./src/type/button.ts": [],
515
514
  "./src/type/floating-ui.ts": [],
516
515
  "./src/type/form-rel.ts": [],
517
- "./src/type/input-text-type.ts": [],
518
- "./src/type/input-value-type.ts": [],
516
+ "./src/type/input.ts": [],
519
517
  "./src/type/loading.ts": [],
520
518
  "./src/type/typography.ts": [],
521
519
  "./src/type/variant.ts": []
@@ -18,7 +18,18 @@ export interface MdsAccordionTimerCustomEvent<T> extends CustomEvent<T> {
18
18
  target: HTMLMdsAccordionTimerElement;
19
19
  }
20
20
  declare global {
21
+ interface HTMLMdsAccordionTimerElementEventMap {
22
+ "mdsAccordionTimerChange": void;
23
+ }
21
24
  interface HTMLMdsAccordionTimerElement extends Components.MdsAccordionTimer, HTMLStencilElement {
25
+ addEventListener<K extends keyof HTMLMdsAccordionTimerElementEventMap>(type: K, listener: (this: HTMLMdsAccordionTimerElement, ev: MdsAccordionTimerCustomEvent<HTMLMdsAccordionTimerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
26
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
27
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
28
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
29
+ removeEventListener<K extends keyof HTMLMdsAccordionTimerElementEventMap>(type: K, listener: (this: HTMLMdsAccordionTimerElement, ev: MdsAccordionTimerCustomEvent<HTMLMdsAccordionTimerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
30
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
31
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
32
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
22
33
  }
23
34
  var HTMLMdsAccordionTimerElement: {
24
35
  prototype: HTMLMdsAccordionTimerElement;
@@ -0,0 +1,4 @@
1
+ declare const inputTextTypeDictionary: string[];
2
+ declare const inputControlsLayoutDictionary: string[];
3
+ declare const inputControlsIconDictionary: string[];
4
+ export { inputControlsIconDictionary, inputControlsLayoutDictionary, inputTextTypeDictionary, };
@@ -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
- export { typographyDictionary, typographyInfoDictionary, typographyReadingVariationsDictionary, typographyMonoDictionary, typographyReadDictionary, typographySmallerDictionary, typographyTitleDictionary, typographyTooltipDictionary, typographyVariationsDictionary, };
10
+ declare const typographyInputDictionary: string[];
11
+ export { typographyDictionary, typographyInfoDictionary, typographyInputDictionary, typographyMonoDictionary, typographyReadDictionary, typographyReadingVariationsDictionary, typographySmallerDictionary, typographyTitleDictionary, typographyTooltipDictionary, typographyVariationsDictionary, };
@@ -1,4 +1,4 @@
1
- import { InputValueType } from '@type/input-value-type';
1
+ import { InputValueType } from '@type/input';
2
2
  export interface InputValue {
3
3
  value: InputValueType;
4
4
  }
@@ -1134,11 +1134,13 @@ export declare namespace JSXBase {
1134
1134
  autocomplete?: string;
1135
1135
  }
1136
1136
  interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
1137
+ height?: number;
1137
1138
  media?: string;
1138
1139
  sizes?: string;
1139
1140
  src?: string;
1140
1141
  srcSet?: string;
1141
1142
  type?: string;
1143
+ width?: number;
1142
1144
  }
1143
1145
  interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
1144
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';
@@ -1,8 +1,8 @@
1
1
  {
2
- "timestamp": "2023-10-19T09:23:19",
2
+ "timestamp": "2023-11-08T14:31:27",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.5.0",
5
+ "version": "4.7.1",
6
6
  "typescriptVersion": "5.2.2"
7
7
  },
8
8
  "components": [
@@ -322,28 +322,38 @@
322
322
  "docstring": "",
323
323
  "path": "src/type/autocomplete.ts"
324
324
  },
325
+ "src/type/input.ts::InputControlsLayoutType": {
326
+ "declaration": "export type InputControlsLayoutType =\n | 'horizontal'\n | 'vertical'",
327
+ "docstring": "",
328
+ "path": "src/type/input.ts"
329
+ },
330
+ "src/type/input.ts::InputControlsIconType": {
331
+ "declaration": "export type InputControlsIconType =\n | 'arrow'\n | 'arithmetic'",
332
+ "docstring": "",
333
+ "path": "src/type/input.ts"
334
+ },
325
335
  "src/type/variant.ts::ThemeStatusVariantType": {
326
336
  "declaration": "export type ThemeStatusVariantType =\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
327
337
  "docstring": "",
328
338
  "path": "src/type/variant.ts"
329
339
  },
330
- "src/type/input-text-type.ts::InputTextType": {
340
+ "src/type/input.ts::InputTextType": {
331
341
  "declaration": "export type InputTextType =\n | 'date'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'textarea'\n | 'time'\n | 'url'",
332
342
  "docstring": "",
333
- "path": "src/type/input-text-type.ts"
343
+ "path": "src/type/input.ts"
334
344
  },
335
- "src/type/input-value-type.ts::InputValueType": {
336
- "declaration": "export type InputValueType =\n | null\n | number\n | string\n | undefined",
345
+ "src/type/typography.ts::TypographyInputType": {
346
+ "declaration": "export type TypographyInputType =\n | 'snippet'\n | 'detail'",
337
347
  "docstring": "",
338
- "path": "src/type/input-value-type.ts"
348
+ "path": "src/type/typography.ts"
339
349
  },
340
- "src/components/mds-input/meta/interfaces.ts::InputValue": {
341
- "declaration": "export interface InputValue {\n value: InputValueType\n}",
350
+ "src/components/mds-input/meta/event-detail.ts::MdsInputEventDetail": {
351
+ "declaration": "export interface MdsInputEventDetail {\n value?: string\n}",
342
352
  "docstring": "",
343
- "path": "src/components/mds-input/meta/interfaces.ts"
353
+ "path": "src/components/mds-input/meta/event-detail.ts"
344
354
  },
345
355
  "src/components/mds-input-field/meta/types.ts::ValidationModelType": {
346
- "declaration": "export type ValidationModelType =\n | 'cf'\n | 'email'\n | 'isbn'\n | 'piva'",
356
+ "declaration": "export type ValidationModelType =\n | 'cc'\n | 'cf'\n | 'email'\n | 'isbn'\n | 'piva'",
347
357
  "docstring": "",
348
358
  "path": "src/components/mds-input-field/meta/types.ts"
349
359
  },
@@ -362,6 +372,11 @@
362
372
  "docstring": "",
363
373
  "path": "src/components/mds-input-switch/meta/types.ts"
364
374
  },
375
+ "src/type/input.ts::InputValueType": {
376
+ "declaration": "export type InputValueType =\n | null\n | number\n | string\n | undefined",
377
+ "docstring": "",
378
+ "path": "src/type/input.ts"
379
+ },
365
380
  "src/type/typography.ts::TypographyType": {
366
381
  "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'",
367
382
  "docstring": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maggioli-design-system/mds-accordion-timer",
3
- "version": "3.4.2",
3
+ "version": "3.5.0",
4
4
  "description": "mds-accordion-timer 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",
@@ -24,9 +24,9 @@
24
24
  "test": "stencil test --spec --e2e"
25
25
  },
26
26
  "dependencies": {
27
- "@maggioli-design-system/mds-accordion-timer-item": "^3.3.2",
28
- "@maggioli-design-system/styles": "^11.7.0",
29
- "@stencil/core": "^4.3.0"
27
+ "@maggioli-design-system/mds-accordion-timer-item": "3.4.0",
28
+ "@maggioli-design-system/styles": "13.0.0",
29
+ "@stencil/core": "4.7.1"
30
30
  },
31
31
  "license": "MIT",
32
32
  "author": {
@@ -18,7 +18,18 @@ export interface MdsAccordionTimerCustomEvent<T> extends CustomEvent<T> {
18
18
  target: HTMLMdsAccordionTimerElement;
19
19
  }
20
20
  declare global {
21
+ interface HTMLMdsAccordionTimerElementEventMap {
22
+ "mdsAccordionTimerChange": void;
23
+ }
21
24
  interface HTMLMdsAccordionTimerElement extends Components.MdsAccordionTimer, HTMLStencilElement {
25
+ addEventListener<K extends keyof HTMLMdsAccordionTimerElementEventMap>(type: K, listener: (this: HTMLMdsAccordionTimerElement, ev: MdsAccordionTimerCustomEvent<HTMLMdsAccordionTimerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
26
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
27
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
28
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
29
+ removeEventListener<K extends keyof HTMLMdsAccordionTimerElementEventMap>(type: K, listener: (this: HTMLMdsAccordionTimerElement, ev: MdsAccordionTimerCustomEvent<HTMLMdsAccordionTimerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
30
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
31
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
32
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
22
33
  }
23
34
  var HTMLMdsAccordionTimerElement: {
24
35
  prototype: HTMLMdsAccordionTimerElement;
@@ -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
- typographyReadingVariationsDictionary,
80
+ typographyInputDictionary,
76
81
  typographyMonoDictionary,
77
82
  typographyReadDictionary,
83
+ typographyReadingVariationsDictionary,
78
84
  typographySmallerDictionary,
79
85
  typographyTitleDictionary,
80
86
  typographyTooltipDictionary,
@@ -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",
@@ -1,4 +1,4 @@
1
- import { InputValueType } from '@type/input-value-type'
1
+ import { InputValueType } from '@type/input'
2
2
 
3
3
  export interface InputValue {
4
4
  value: InputValueType
@@ -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'
@@ -59,3 +59,7 @@ export type TypographyTooltipType =
59
59
  | 'caption'
60
60
  | 'detail'
61
61
  | 'tip'
62
+
63
+ export type TypographyInputType =
64
+ | 'snippet'
65
+ | 'detail'
@@ -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-3ba9d29a.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
118
+ var url = new URL('./p-ee10fd98.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
119
119
  System.import(url.href);
120
120
  };
121
121
 
@@ -1,13 +0,0 @@
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
- export { inputTextTypeDictionary, };
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- declare const inputTextTypeDictionary: string[];
2
- export { inputTextTypeDictionary, };
@@ -1 +0,0 @@
1
- export type InputTextType = 'date' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'textarea' | 'time' | 'url';
@@ -1 +0,0 @@
1
- export type InputValueType = null | number | string | undefined;
@@ -1,17 +0,0 @@
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
- export {
15
- inputTextTypeDictionary,
16
- }
17
-
@@ -1,11 +0,0 @@
1
- export type InputTextType =
2
- | 'date'
3
- | 'email'
4
- | 'number'
5
- | 'password'
6
- | 'search'
7
- | 'tel'
8
- | 'text'
9
- | 'textarea'
10
- | 'time'
11
- | 'url'
@@ -1,5 +0,0 @@
1
- export type InputValueType =
2
- | null
3
- | number
4
- | string
5
- | undefined