@breadstone/mosaik-elements-foundation 0.0.214 → 0.0.215

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 (60) hide show
  1. package/Animations/Presets/Slide.js +9 -9
  2. package/Animations/Presets/Slide.js.map +1 -1
  3. package/Controls/Components/Abstracts/CustomElement.js +8 -8
  4. package/Controls/Components/Abstracts/CustomElement.js.map +1 -1
  5. package/Controls/Components/Media/Camera/CameraElement.d.ts +1 -1
  6. package/Controls/Components/Media/Camera/CameraElement.js +1 -1
  7. package/Controls/Components/Media/QRCode/QRCodeElement.d.ts +1 -1
  8. package/Controls/Components/Media/QRCode/QRCodeElement.js +1 -1
  9. package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Cosmopolitan.js +1 -1
  10. package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Joy.js +1 -1
  11. package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Memphis.js +1 -1
  12. package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts +9 -0
  13. package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts.map +1 -1
  14. package/Controls/Components/Overlays/Drawer/DrawerElement.js +25 -0
  15. package/Controls/Components/Overlays/Drawer/DrawerElement.js.map +1 -1
  16. package/Controls/Components/Overlays/Drawer/DrawerElementTemplate.d.ts.map +1 -1
  17. package/Controls/Components/Overlays/Drawer/DrawerElementTemplate.js +6 -0
  18. package/Controls/Components/Overlays/Drawer/DrawerElementTemplate.js.map +1 -1
  19. package/Controls/Components/Overlays/Drawer/DrawerService.d.ts.map +1 -1
  20. package/Controls/Components/Overlays/Drawer/DrawerService.js +2 -1
  21. package/Controls/Components/Overlays/Drawer/DrawerService.js.map +1 -1
  22. package/Controls/Components/Overlays/Drawer/IDrawerElementProps.d.ts +1 -0
  23. package/Controls/Components/Overlays/Drawer/IDrawerElementProps.d.ts.map +1 -1
  24. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.js +4 -4
  25. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.js +4 -4
  26. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.d.ts.map +1 -1
  27. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js +28 -1
  28. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js.map +1 -1
  29. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.d.ts.map +1 -1
  30. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js +29 -2
  31. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js.map +1 -1
  32. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.d.ts.map +1 -1
  33. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js +29 -2
  34. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js.map +1 -1
  35. package/Controls/Components/Overlays/MessageBox/MessageBoxElement.d.ts +1 -1
  36. package/Controls/Components/Overlays/MessageBox/MessageBoxElement.js +1 -1
  37. package/Controls/Components/Overlays/Sheet/SheetElement.d.ts +1 -1
  38. package/Controls/Components/Overlays/Sheet/SheetElement.js +1 -1
  39. package/Controls/Components/Overlays/Toast/ToastElement.d.ts.map +1 -1
  40. package/Controls/Components/Overlays/Toast/ToastElement.js +3 -1
  41. package/Controls/Components/Overlays/Toast/ToastElement.js.map +1 -1
  42. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.d.ts +4 -4
  43. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.d.ts.map +1 -1
  44. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.js +16 -6
  45. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.js.map +1 -1
  46. package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.d.ts.map +1 -1
  47. package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.js +149 -14
  48. package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.js.map +1 -1
  49. package/Controls/Components/Primitives/Toggletip/ToggleTipElement.d.ts +1 -1
  50. package/Controls/Components/Primitives/Toggletip/ToggleTipElement.js +1 -1
  51. package/Controls/Components/Primitives/Toggletip/ToggleTipElementTemplate.js +5 -5
  52. package/Controls/Components/Primitives/Toggletip/ToggleTipElementTemplate.js.map +1 -1
  53. package/Controls/Components/Ranges/MeterRing/MeterRingElement.d.ts +1 -1
  54. package/Controls/Components/Ranges/MeterRing/MeterRingElement.js +1 -1
  55. package/Controls/Components/Selectors/Table/ITableElementProps.d.ts +18 -0
  56. package/Controls/Components/Selectors/Table/ITableElementProps.d.ts.map +1 -1
  57. package/Controls/Components/Selectors/Tree/TreeElement.d.ts +1 -1
  58. package/Controls/Components/Selectors/Tree/TreeElement.js +1 -1
  59. package/custom-elements.json +30 -9
  60. package/package.json +3 -3
@@ -3,7 +3,7 @@ import { RangeBaseElement } from '../Abstracts/RangeBaseElement';
3
3
  import type { IMeterRingElementProps } from './IMeterRingElementProps';
4
4
  declare const MeterRingElement_base: (abstract new (...args: Array<any>) => import("../../../Behaviors/Themeable").IThemeableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Variantable").IVariantableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Orientable").IOrientableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Disableable").IDisableableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Labelable").ILabelableProps) & typeof RangeBaseElement & import("../../../Behaviors/Themeable").IThemeableCtor;
5
5
  /**
6
- * The `{@link MeterRingElement}` element.
6
+ * Meter Ring - A circular gauge that visually represents a value within a specified range, often used to display progress or performance metrics.
7
7
  *
8
8
  * @public
9
9
  */
@@ -25,7 +25,7 @@ import { Themeable } from '../../../Behaviors/Themeable';
25
25
  import { CssLength } from '@breadstone/mosaik-themes';
26
26
  // #endregion
27
27
  /**
28
- * The `{@link MeterRingElement}` element.
28
+ * Meter Ring - A circular gauge that visually represents a value within a specified range, often used to display progress or performance metrics.
29
29
  *
30
30
  * @public
31
31
  */
@@ -5,7 +5,25 @@ import type { IAppearanceableProps } from '../../../Behaviors/Appearanceable';
5
5
  * @public
6
6
  */
7
7
  export interface ITableElementProps extends IAppearanceableProps {
8
+ /**
9
+ * A space-separated list of column definitions.
10
+ *
11
+ * @remarks
12
+ * The value is similar to the value of the CSS grid-template-columns property.
13
+ *
14
+ * @example
15
+ * ```html
16
+ * <mosaik-table columns="100px 1fr 2fr"></mosaik-table>
17
+ * ```
18
+ *
19
+ * @public
20
+ */
8
21
  columns: string;
22
+ /**
23
+ * A caption for the table.
24
+ *
25
+ * @public
26
+ */
9
27
  caption: string;
10
28
  }
11
29
  //# sourceMappingURL=ITableElementProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ITableElementProps.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Selectors/Table/ITableElementProps.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAI9E;;;;GAIG;AACH,MAAM,WAAW,kBACb,SAAQ,oBAAoB;IAE5B,OAAO,EAAE,MAAM,CAAC;IAEhB,OAAO,EAAE,MAAM,CAAC;CAEnB"}
1
+ {"version":3,"file":"ITableElementProps.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Selectors/Table/ITableElementProps.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAI9E;;;;GAIG;AACH,MAAM,WAAW,kBACb,SAAQ,oBAAoB;IAE5B;;;;;;;;;;;;OAYG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CAEnB"}
@@ -5,7 +5,7 @@ import type { ITreeElementProps } from './ITreeElementProps';
5
5
  import { TreeItemElement } from './TreeItemElement';
6
6
  declare const TreeElement_base: (abstract new (...args: Array<any>) => import("../../../Behaviors/Themeable").IThemeableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Disableable").IDisableableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Slottable").ISlottableProps & ISlottable) & (abstract new () => SelectorElement<any>) & import("../../../Behaviors/Themeable").IThemeableCtor;
7
7
  /**
8
- * The `{@link TreeElement}` element.
8
+ * Tree - A hierarchical structure that displays a collection of items, allowing users to expand and collapse branches to navigate through different levels of information.
9
9
  *
10
10
  * @public
11
11
  */
@@ -24,7 +24,7 @@ import { treeElementCosmopolitanStyle } from './Themes/TreeElement.Cosmopolitan'
24
24
  import { Themeable } from '../../../Behaviors/Themeable';
25
25
  // #endregion
26
26
  /**
27
- * The `{@link TreeElement}` element.
27
+ * Tree - A hierarchical structure that displays a collection of items, allowing users to expand and collapse branches to navigate through different levels of information.
28
28
  *
29
29
  * @public
30
30
  */
@@ -67911,7 +67911,7 @@
67911
67911
  "module": "./../src/Controls/Behaviors/Dimensionable.ts"
67912
67912
  }
67913
67913
  ],
67914
- "description": "[object Object],[object Object],[object Object]",
67914
+ "description": "Camera - An input device that captures images or videos, allowing users to take photos or record footage directly within the application.",
67915
67915
  "name": "CameraElement",
67916
67916
  "members": [
67917
67917
  {
@@ -79848,7 +79848,7 @@
79848
79848
  "module": "./../src/Controls/Behaviors/Themeable.ts"
79849
79849
  }
79850
79850
  ],
79851
- "description": "[object Object],[object Object],[object Object]",
79851
+ "description": "QR Code - A machine-readable code consisting of an array of black and white squares, typically used for storing URLs or other information that can be scanned by a smartphone camera.",
79852
79852
  "name": "QRCodeElement",
79853
79853
  "members": [
79854
79854
  {
@@ -88298,6 +88298,17 @@
88298
88298
  "description": "Gets or sets the `isComposed` property.",
88299
88299
  "type": "boolean"
88300
88300
  },
88301
+ {
88302
+ "kind": "field",
88303
+ "name": "isFullScreen",
88304
+ "privacy": "public",
88305
+ "description": "Gets or sets the `isFullScreen` property.",
88306
+ "type": "boolean",
88307
+ "inheritedFrom": {
88308
+ "name": "IDrawerElementProps",
88309
+ "module": "./../src/Controls/Components/Overlays/Drawer/IDrawerElementProps.ts"
88310
+ }
88311
+ },
88301
88312
  {
88302
88313
  "kind": "field",
88303
88314
  "name": "header",
@@ -88917,6 +88928,16 @@
88917
88928
  "description": "Gets or sets the `isComposed` property.",
88918
88929
  "type": "boolean"
88919
88930
  },
88931
+ {
88932
+ "name": "isFullScreen",
88933
+ "fieldName": "isFullScreen",
88934
+ "description": "Gets or sets the `isFullScreen` property.",
88935
+ "type": "boolean",
88936
+ "inheritedFrom": {
88937
+ "name": "IDrawerElementProps",
88938
+ "module": "./../src/Controls/Components/Overlays/Drawer/IDrawerElementProps.ts"
88939
+ }
88940
+ },
88920
88941
  {
88921
88942
  "name": "header",
88922
88943
  "fieldName": "header",
@@ -90789,7 +90810,7 @@
90789
90810
  "module": "./../src/Controls/Behaviors/Variantable.ts"
90790
90811
  }
90791
90812
  ],
90792
- "description": "[object Object],[object Object],[object Object]",
90813
+ "description": "Message Box - A modal dialog that presents information to the user and prompts for a response, typically used for alerts, confirmations, or input requests.",
90793
90814
  "name": "MessageBoxElement",
90794
90815
  "members": [
90795
90816
  {
@@ -91434,7 +91455,7 @@
91434
91455
  "module": "./../src/Controls/Behaviors/Themeable.ts"
91435
91456
  }
91436
91457
  ],
91437
- "description": "[object Object],[object Object],[object Object]",
91458
+ "description": "Tree - A hierarchical structure that displays a collection of items, allowing users to expand and collapse branches to navigate through different levels of information.",
91438
91459
  "name": "SheetElement",
91439
91460
  "members": [
91440
91461
  {
@@ -109295,7 +109316,7 @@
109295
109316
  "events": [
109296
109317
  {
109297
109318
  "description": "Fired when a resize operation begins.",
109298
- "name": "resizestart",
109319
+ "name": "resizeStart",
109299
109320
  "type": "Event"
109300
109321
  },
109301
109322
  {
@@ -109305,7 +109326,7 @@
109305
109326
  },
109306
109327
  {
109307
109328
  "description": "Fired when a resize operation ends.",
109308
- "name": "resizeend",
109329
+ "name": "resizeEnd",
109309
109330
  "type": "Event"
109310
109331
  },
109311
109332
  {
@@ -113785,7 +113806,7 @@
113785
113806
  "module": "./../src/Controls/Behaviors/TextFormattable.ts"
113786
113807
  }
113787
113808
  ],
113788
- "description": "[object Object],[object Object],[object Object]",
113809
+ "description": "Toggletip - A brief, informative message that appears when a user interacts with an icon, typically used to provide additional context or explanations.",
113789
113810
  "name": "ToggleTipElement",
113790
113811
  "members": [
113791
113812
  {
@@ -116689,7 +116710,7 @@
116689
116710
  "module": "./../src/Controls/Behaviors/Labelable.ts"
116690
116711
  }
116691
116712
  ],
116692
- "description": "[object Object],[object Object],[object Object]",
116713
+ "description": "Meter Ring - A circular gauge that visually represents a value within a specified range, often used to display progress or performance metrics.",
116693
116714
  "name": "MeterRingElement",
116694
116715
  "members": [
116695
116716
  {
@@ -140384,7 +140405,7 @@
140384
140405
  "module": "./../src/Controls/Behaviors/Slottable.ts"
140385
140406
  }
140386
140407
  ],
140387
- "description": "[object Object],[object Object],[object Object]",
140408
+ "description": "Tree - A hierarchical structure that displays a collection of items, allowing users to expand and collapse branches to navigate through different levels of information.",
140388
140409
  "name": "TreeElement",
140389
140410
  "members": [
140390
140411
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-foundation",
3
- "version": "0.0.214",
3
+ "version": "0.0.215",
4
4
  "description": "Mosaik elements components package.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -14,8 +14,8 @@
14
14
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
15
15
  },
16
16
  "dependencies": {
17
- "@breadstone/mosaik-elements": "^0.0.214",
18
- "@breadstone/mosaik-themes": "^0.0.214",
17
+ "@breadstone/mosaik-elements": "^0.0.215",
18
+ "@breadstone/mosaik-themes": "^0.0.215",
19
19
  "@floating-ui/dom": "^1.7.4",
20
20
  "@lit-labs/virtualizer": "^2.1.1",
21
21
  "@lit/task": "^1.0.3",