@breadstone/mosaik-elements-foundation 0.0.44 → 0.0.47

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 (52) hide show
  1. package/Animations/AnimationPlayer2.d.ts.map +1 -1
  2. package/Animations/AnimationPlayer2.js +4 -1
  3. package/Animations/AnimationPlayer2.js.map +1 -1
  4. package/Animations/Directives/AnimateDirective.d.ts.map +1 -1
  5. package/Animations/Directives/AnimateDirective.js +2 -1
  6. package/Animations/Directives/AnimateDirective.js.map +1 -1
  7. package/Animations/Presets/AnimationPresets.d.ts +25 -42
  8. package/Animations/Presets/AnimationPresets.d.ts.map +1 -1
  9. package/Animations/Presets/AnimationPresets.js +23 -43
  10. package/Animations/Presets/AnimationPresets.js.map +1 -1
  11. package/Controls/Components/Primitives/Content/ContentElement.d.ts +1 -1
  12. package/Controls/Components/Primitives/Content/ContentElement.d.ts.map +1 -1
  13. package/Controls/Components/Primitives/Content/ContentElement.js +5 -2
  14. package/Controls/Components/Primitives/Content/ContentElement.js.map +1 -1
  15. package/Controls/Components/Primitives/Flip/FlipElement.d.ts.map +1 -1
  16. package/Controls/Components/Primitives/Hint/HintElement.d.ts.map +1 -1
  17. package/Controls/Components/Primitives/Hint/HintElement.js +8 -2
  18. package/Controls/Components/Primitives/Hint/HintElement.js.map +1 -1
  19. package/Controls/Components/Primitives/Indicator/Events/IndicatorIndicatedEvent.d.ts +18 -0
  20. package/Controls/Components/Primitives/Indicator/Events/IndicatorIndicatedEvent.d.ts.map +1 -0
  21. package/Controls/Components/Primitives/Indicator/Events/IndicatorIndicatedEvent.js +3 -0
  22. package/Controls/Components/Primitives/Indicator/Events/IndicatorIndicatedEvent.js.map +1 -0
  23. package/Controls/Components/Primitives/Indicator/IIndicatorElementProps.d.ts +13 -0
  24. package/Controls/Components/Primitives/Indicator/IIndicatorElementProps.d.ts.map +1 -0
  25. package/Controls/Components/Primitives/Indicator/IIndicatorElementProps.js +3 -0
  26. package/Controls/Components/Primitives/Indicator/IIndicatorElementProps.js.map +1 -0
  27. package/Controls/Components/Primitives/Indicator/IndicatorElement.d.ts +84 -0
  28. package/Controls/Components/Primitives/Indicator/IndicatorElement.d.ts.map +1 -0
  29. package/Controls/Components/Primitives/Indicator/IndicatorElement.js +151 -0
  30. package/Controls/Components/Primitives/Indicator/IndicatorElement.js.map +1 -0
  31. package/Controls/Components/Primitives/Indicator/IndicatorElementTemplate.d.ts +7 -0
  32. package/Controls/Components/Primitives/Indicator/IndicatorElementTemplate.d.ts.map +1 -0
  33. package/Controls/Components/Primitives/Indicator/IndicatorElementTemplate.js +21 -0
  34. package/Controls/Components/Primitives/Indicator/IndicatorElementTemplate.js.map +1 -0
  35. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Cosmopolitan.d.ts +6 -0
  36. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Cosmopolitan.d.ts.map +1 -0
  37. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Cosmopolitan.js +138 -0
  38. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Cosmopolitan.js.map +1 -0
  39. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Joy.d.ts +6 -0
  40. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Joy.d.ts.map +1 -0
  41. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Joy.js +233 -0
  42. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Joy.js.map +1 -0
  43. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Retro.d.ts +6 -0
  44. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Retro.d.ts.map +1 -0
  45. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Retro.js +217 -0
  46. package/Controls/Components/Primitives/Indicator/Themes/IndicatorElement.Retro.js.map +1 -0
  47. package/Index.d.ts +13 -1
  48. package/Index.d.ts.map +1 -1
  49. package/Index.js +10 -1
  50. package/Index.js.map +1 -1
  51. package/custom-elements.json +397 -0
  52. package/package.json +3 -3
@@ -88375,6 +88375,403 @@
88375
88375
  }
88376
88376
  ]
88377
88377
  },
88378
+ {
88379
+ "path": "./../src/Controls/Components/Primitives/Indicator/IndicatorElement.ts",
88380
+ "exports": [
88381
+ {
88382
+ "kind": "definition",
88383
+ "name": "mosaik-indicator",
88384
+ "declaration": {
88385
+ "name": "IndicatorElement",
88386
+ "module": "./../src/Controls/Components/Primitives/Indicator/IndicatorElement.ts"
88387
+ }
88388
+ },
88389
+ {
88390
+ "kind": "class",
88391
+ "superclass": {
88392
+ "name": "CustomElement",
88393
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88394
+ },
88395
+ "mixins": [
88396
+ {
88397
+ "name": "Themeable",
88398
+ "module": "./../src/Controls/Behaviors/Themeable.ts"
88399
+ },
88400
+ {
88401
+ "name": "Disableable",
88402
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
88403
+ },
88404
+ {
88405
+ "name": "Variantable",
88406
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
88407
+ },
88408
+ {
88409
+ "name": "Orientable",
88410
+ "module": "./../src/Controls/Behaviors/Orientable.ts"
88411
+ }
88412
+ ],
88413
+ "description": "Indicator - A visual element that indicates the current position within a set of items, often used in carousels or pagination.",
88414
+ "name": "IndicatorElement",
88415
+ "members": [
88416
+ {
88417
+ "kind": "field",
88418
+ "name": "indicated",
88419
+ "privacy": "public",
88420
+ "description": "Called when the indicated value changes.\nProvides reference to `any` as event argument.",
88421
+ "type": "IEventEmitter<IIndicatorIndicatedEventDetail>"
88422
+ },
88423
+ {
88424
+ "kind": "field",
88425
+ "name": "total",
88426
+ "privacy": "public",
88427
+ "description": "Gets or sets the `total` count of indicators.",
88428
+ "type": "number",
88429
+ "inheritedFrom": {
88430
+ "name": "IIndicatorElementProps",
88431
+ "module": "./../src/Controls/Components/Primitives/Indicator/IIndicatorElementProps.ts"
88432
+ }
88433
+ },
88434
+ {
88435
+ "kind": "field",
88436
+ "name": "selected",
88437
+ "privacy": "public",
88438
+ "description": "Gets or sets the `selected` indicator.",
88439
+ "type": "number",
88440
+ "inheritedFrom": {
88441
+ "name": "IIndicatorElementProps",
88442
+ "module": "./../src/Controls/Components/Primitives/Indicator/IIndicatorElementProps.ts"
88443
+ }
88444
+ },
88445
+ {
88446
+ "kind": "field",
88447
+ "name": "themeName",
88448
+ "privacy": "public",
88449
+ "description": "Gets or sets the `themeName` property.",
88450
+ "type": "string",
88451
+ "inheritedFrom": {
88452
+ "name": "IThemeableProps",
88453
+ "module": "./../src/Controls/Behaviors/Themeable.ts"
88454
+ }
88455
+ },
88456
+ {
88457
+ "kind": "field",
88458
+ "name": "disabled",
88459
+ "privacy": "public",
88460
+ "description": "The disabled state of the element.",
88461
+ "type": "boolean",
88462
+ "inheritedFrom": {
88463
+ "name": "Disableable",
88464
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
88465
+ }
88466
+ },
88467
+ {
88468
+ "kind": "field",
88469
+ "name": "variant",
88470
+ "privacy": "public",
88471
+ "description": "Determines the visual appearance (color) of the element.",
88472
+ "type": "Variant",
88473
+ "inheritedFrom": {
88474
+ "name": "Variantable",
88475
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
88476
+ }
88477
+ },
88478
+ {
88479
+ "kind": "field",
88480
+ "name": "orientation",
88481
+ "privacy": "public",
88482
+ "description": "Gets or sets the `orientation` property.",
88483
+ "type": "Orientation",
88484
+ "inheritedFrom": {
88485
+ "name": "Orientable",
88486
+ "module": "./../src/Controls/Behaviors/Orientable.ts"
88487
+ }
88488
+ },
88489
+ {
88490
+ "kind": "field",
88491
+ "name": "dir",
88492
+ "privacy": "public",
88493
+ "description": "Gets or sets the `dir` property.",
88494
+ "type": "FlowDirection",
88495
+ "inheritedFrom": {
88496
+ "name": "CustomElement",
88497
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88498
+ }
88499
+ },
88500
+ {
88501
+ "kind": "field",
88502
+ "name": "lang",
88503
+ "privacy": "public",
88504
+ "description": "Gets or sets the `lang` property.",
88505
+ "type": "string",
88506
+ "inheritedFrom": {
88507
+ "name": "CustomElement",
88508
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88509
+ }
88510
+ },
88511
+ {
88512
+ "kind": "field",
88513
+ "name": "changed",
88514
+ "privacy": "public",
88515
+ "description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
88516
+ "type": "IEventEmitter<IPropertyChangedEventDetail>",
88517
+ "inheritedFrom": {
88518
+ "name": "CustomElement",
88519
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88520
+ }
88521
+ },
88522
+ {
88523
+ "kind": "field",
88524
+ "name": "connected",
88525
+ "privacy": "public",
88526
+ "description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
88527
+ "type": "IEventEmitter<void>",
88528
+ "inheritedFrom": {
88529
+ "name": "ICustomElementEvents",
88530
+ "module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
88531
+ }
88532
+ },
88533
+ {
88534
+ "kind": "field",
88535
+ "name": "disconnected",
88536
+ "privacy": "public",
88537
+ "description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
88538
+ "type": "IEventEmitter<void>",
88539
+ "inheritedFrom": {
88540
+ "name": "ICustomElementEvents",
88541
+ "module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
88542
+ }
88543
+ },
88544
+ {
88545
+ "kind": "method",
88546
+ "name": "adoptStyle",
88547
+ "privacy": "public",
88548
+ "type": "(styles: CSSResultGroup): void",
88549
+ "description": "Adopts the specified styles.",
88550
+ "parameters": [
88551
+ {
88552
+ "name": "styles",
88553
+ "type": "CSSResultGroup",
88554
+ "description": "The styles to adopt."
88555
+ }
88556
+ ],
88557
+ "return": {
88558
+ "type": "void"
88559
+ },
88560
+ "inheritedFrom": {
88561
+ "name": "CustomElement",
88562
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88563
+ }
88564
+ },
88565
+ {
88566
+ "kind": "method",
88567
+ "name": "on",
88568
+ "privacy": "public",
88569
+ "type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any, options?: boolean | ... 1 more ... | undefined) => IEventListenerSubscription",
88570
+ "description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
88571
+ "parameters": [
88572
+ {
88573
+ "name": "event",
88574
+ "type": "TEvent"
88575
+ },
88576
+ {
88577
+ "name": "listener",
88578
+ "type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => any"
88579
+ },
88580
+ {
88581
+ "name": "options",
88582
+ "type": "boolean | AddEventListenerOptions"
88583
+ }
88584
+ ],
88585
+ "return": {
88586
+ "type": "IEventListenerSubscription"
88587
+ },
88588
+ "inheritedFrom": {
88589
+ "name": "CustomElement",
88590
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88591
+ }
88592
+ },
88593
+ {
88594
+ "kind": "method",
88595
+ "name": "off",
88596
+ "privacy": "public",
88597
+ "type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any): void; }",
88598
+ "description": "Removes an event listener.",
88599
+ "parameters": [
88600
+ {
88601
+ "name": "subscription",
88602
+ "type": "IEventListenerSubscription"
88603
+ }
88604
+ ],
88605
+ "return": {
88606
+ "type": "void"
88607
+ },
88608
+ "inheritedFrom": {
88609
+ "name": "CustomElement",
88610
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88611
+ }
88612
+ },
88613
+ {
88614
+ "kind": "method",
88615
+ "name": "emit",
88616
+ "privacy": "public",
88617
+ "type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<...>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventInit<...> | undefined): boo...",
88618
+ "description": "Emits a custom event with more convenient defaults.",
88619
+ "parameters": [
88620
+ {
88621
+ "name": "event",
88622
+ "type": "TEvent"
88623
+ },
88624
+ {
88625
+ "name": "eventInitDict",
88626
+ "type": "CustomEventInit<TDetail>"
88627
+ }
88628
+ ],
88629
+ "return": {
88630
+ "type": "boolean"
88631
+ },
88632
+ "inheritedFrom": {
88633
+ "name": "CustomElement",
88634
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88635
+ }
88636
+ },
88637
+ {
88638
+ "kind": "method",
88639
+ "name": "requestUpdate",
88640
+ "privacy": "public",
88641
+ "type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
88642
+ "parameters": [
88643
+ {
88644
+ "name": "name",
88645
+ "type": "keyof this"
88646
+ },
88647
+ {
88648
+ "name": "oldValue",
88649
+ "type": "unknown"
88650
+ },
88651
+ {
88652
+ "name": "options",
88653
+ "type": "PropertyDeclaration<unknown, unknown>"
88654
+ }
88655
+ ],
88656
+ "return": {
88657
+ "type": "void"
88658
+ },
88659
+ "inheritedFrom": {
88660
+ "name": "CustomElement",
88661
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88662
+ }
88663
+ }
88664
+ ],
88665
+ "tagName": "mosaik-indicator",
88666
+ "events": [
88667
+ {
88668
+ "description": "Fired when the indicator is changed.",
88669
+ "name": "indicated",
88670
+ "type": "Event"
88671
+ },
88672
+ {
88673
+ "description": "Called when the element is connected to the DOM.",
88674
+ "name": "connected",
88675
+ "inheritedFrom": {
88676
+ "name": "CustomElement",
88677
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88678
+ },
88679
+ "type": "CustomEvent"
88680
+ },
88681
+ {
88682
+ "description": "Called when the element is disconnected from the DOM.",
88683
+ "name": "disconnected",
88684
+ "inheritedFrom": {
88685
+ "name": "CustomElement",
88686
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88687
+ },
88688
+ "type": "CustomEvent"
88689
+ },
88690
+ {
88691
+ "description": "Called when the element will be updated.",
88692
+ "name": "changed",
88693
+ "inheritedFrom": {
88694
+ "name": "CustomElement",
88695
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88696
+ },
88697
+ "type": "Event"
88698
+ }
88699
+ ],
88700
+ "attributes": [
88701
+ {
88702
+ "name": "total",
88703
+ "fieldName": "total",
88704
+ "description": "Gets or sets the `total` count of indicators.",
88705
+ "type": "number",
88706
+ "inheritedFrom": {
88707
+ "name": "IIndicatorElementProps",
88708
+ "module": "./../src/Controls/Components/Primitives/Indicator/IIndicatorElementProps.ts"
88709
+ }
88710
+ },
88711
+ {
88712
+ "name": "selected",
88713
+ "fieldName": "selected",
88714
+ "description": "Gets or sets the `selected` indicator.",
88715
+ "type": "number",
88716
+ "inheritedFrom": {
88717
+ "name": "IIndicatorElementProps",
88718
+ "module": "./../src/Controls/Components/Primitives/Indicator/IIndicatorElementProps.ts"
88719
+ }
88720
+ },
88721
+ {
88722
+ "name": "disabled",
88723
+ "fieldName": "disabled",
88724
+ "description": "The disabled state of the element.",
88725
+ "type": "boolean",
88726
+ "inheritedFrom": {
88727
+ "name": "Disableable",
88728
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
88729
+ }
88730
+ },
88731
+ {
88732
+ "name": "variant",
88733
+ "fieldName": "variant",
88734
+ "description": "Determines the visual appearance (color) of the element.",
88735
+ "type": "Variant",
88736
+ "inheritedFrom": {
88737
+ "name": "Variantable",
88738
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
88739
+ }
88740
+ },
88741
+ {
88742
+ "name": "orientation",
88743
+ "fieldName": "orientation",
88744
+ "description": "Gets or sets the `orientation` property.",
88745
+ "type": "Orientation",
88746
+ "inheritedFrom": {
88747
+ "name": "Orientable",
88748
+ "module": "./../src/Controls/Behaviors/Orientable.ts"
88749
+ }
88750
+ },
88751
+ {
88752
+ "name": "dir",
88753
+ "fieldName": "dir",
88754
+ "description": "Gets or sets the `dir` property.",
88755
+ "type": "FlowDirection",
88756
+ "inheritedFrom": {
88757
+ "name": "CustomElement",
88758
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88759
+ }
88760
+ },
88761
+ {
88762
+ "name": "lang",
88763
+ "fieldName": "lang",
88764
+ "description": "Gets or sets the `lang` property.",
88765
+ "type": "string",
88766
+ "inheritedFrom": {
88767
+ "name": "CustomElement",
88768
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
88769
+ }
88770
+ }
88771
+ ]
88772
+ }
88773
+ ]
88774
+ },
88378
88775
  {
88379
88776
  "path": "./../src/Controls/Components/Primitives/InkBar/InkBarElement.ts",
88380
88777
  "exports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-foundation",
3
- "version": "0.0.44",
3
+ "version": "0.0.47",
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.44",
18
- "@breadstone/mosaik-themes": "^0.0.44",
17
+ "@breadstone/mosaik-elements": "^0.0.47",
18
+ "@breadstone/mosaik-themes": "^0.0.47",
19
19
  "@ctrl/tinycolor": "^4.1.0",
20
20
  "@floating-ui/dom": "^1.7.1",
21
21
  "@lit-labs/virtualizer": "^2.1.0",