@breadstone/mosaik-elements-foundation 0.1.36 → 0.1.38
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/Controls/Components/Charts/intl2/ChartElementIntl.d.ts +95 -0
- package/Controls/Components/Charts/intl2/ChartElementIntl.d.ts.map +1 -0
- package/Controls/Components/Charts/intl2/ChartElementIntl.js +154 -0
- package/Controls/Components/Charts/intl2/ChartElementIntl.js.map +1 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.d.ts +42 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.js +61 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElementTemplate.js +14 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElementTemplate.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.js +3 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.d.ts +14 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/IColorSwatchElementProps.d.ts +5 -1
- package/Controls/Components/Media/ColorSwatch/IColorSwatchElementProps.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/IColorSwatchGroupElementProps.d.ts +4 -1
- package/Controls/Components/Media/ColorSwatch/IColorSwatchGroupElementProps.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchElement.Cosmopolitan.js +21 -0
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchElement.Joy.js +25 -0
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchElement.Joy.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchElement.Memphis.js +21 -0
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchElement.Memphis.js.map +1 -1
- package/Index.d.ts +1 -1
- package/Index.d.ts.map +1 -1
- package/Index.js +1 -1
- package/Index.js.map +1 -1
- package/Routing/PathToRegexp.d.ts +1 -1
- package/custom-elements.json +199 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -14904,7 +14904,7 @@
|
|
|
14904
14904
|
]
|
|
14905
14905
|
},
|
|
14906
14906
|
{
|
|
14907
|
-
"path": "./../src/Controls/Components/Charts/
|
|
14907
|
+
"path": "./../src/Controls/Components/Charts/intl2/ChartElementIntl.ts",
|
|
14908
14908
|
"exports": [
|
|
14909
14909
|
{
|
|
14910
14910
|
"kind": "class",
|
|
@@ -128873,6 +128873,22 @@
|
|
|
128873
128873
|
"name": "Themeable",
|
|
128874
128874
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
128875
128875
|
},
|
|
128876
|
+
{
|
|
128877
|
+
"name": "Checkable",
|
|
128878
|
+
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
128879
|
+
},
|
|
128880
|
+
{
|
|
128881
|
+
"name": "Disableable",
|
|
128882
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
128883
|
+
},
|
|
128884
|
+
{
|
|
128885
|
+
"name": "Variantable",
|
|
128886
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
128887
|
+
},
|
|
128888
|
+
{
|
|
128889
|
+
"name": "Appearanceable",
|
|
128890
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
128891
|
+
},
|
|
128876
128892
|
{
|
|
128877
128893
|
"name": "Valueable",
|
|
128878
128894
|
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
@@ -128917,6 +128933,83 @@
|
|
|
128917
128933
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
128918
128934
|
}
|
|
128919
128935
|
},
|
|
128936
|
+
{
|
|
128937
|
+
"kind": "field",
|
|
128938
|
+
"name": "isChecked",
|
|
128939
|
+
"privacy": "public",
|
|
128940
|
+
"description": "Gets or sets the `isChecked` property.\nThe default value is `false`, which means the element is not checked.",
|
|
128941
|
+
"type": "boolean",
|
|
128942
|
+
"inheritedFrom": {
|
|
128943
|
+
"name": "Checkable",
|
|
128944
|
+
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
128945
|
+
}
|
|
128946
|
+
},
|
|
128947
|
+
{
|
|
128948
|
+
"kind": "field",
|
|
128949
|
+
"name": "checked",
|
|
128950
|
+
"privacy": "public",
|
|
128951
|
+
"description": "Called when the `isChecked` property is `true`.\nProvides reference to the `IEventDetail` as event argument.",
|
|
128952
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
128953
|
+
"inheritedFrom": {
|
|
128954
|
+
"name": "Checkable",
|
|
128955
|
+
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
128956
|
+
}
|
|
128957
|
+
},
|
|
128958
|
+
{
|
|
128959
|
+
"kind": "field",
|
|
128960
|
+
"name": "unchecked",
|
|
128961
|
+
"privacy": "public",
|
|
128962
|
+
"description": "Called when the `isChecked` property is `false`.\nProvides reference to the `IEventDetail` as event argument.",
|
|
128963
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
128964
|
+
"inheritedFrom": {
|
|
128965
|
+
"name": "Checkable",
|
|
128966
|
+
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
128967
|
+
}
|
|
128968
|
+
},
|
|
128969
|
+
{
|
|
128970
|
+
"kind": "field",
|
|
128971
|
+
"name": "toggled",
|
|
128972
|
+
"privacy": "public",
|
|
128973
|
+
"description": "Called when the `isChecked` property changes (either direction).\nProvides reference to the `IEventDetail` as event argument.",
|
|
128974
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
128975
|
+
"inheritedFrom": {
|
|
128976
|
+
"name": "Checkable",
|
|
128977
|
+
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
128978
|
+
}
|
|
128979
|
+
},
|
|
128980
|
+
{
|
|
128981
|
+
"kind": "field",
|
|
128982
|
+
"name": "disabled",
|
|
128983
|
+
"privacy": "public",
|
|
128984
|
+
"description": "Gets or sets the `disabled` property.\nWhen used inside a ColorSwatchGroup, inherits the group's disabled state unless explicitly set.",
|
|
128985
|
+
"type": "boolean",
|
|
128986
|
+
"inheritedFrom": {
|
|
128987
|
+
"name": "Disableable",
|
|
128988
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
128989
|
+
}
|
|
128990
|
+
},
|
|
128991
|
+
{
|
|
128992
|
+
"kind": "field",
|
|
128993
|
+
"name": "variant",
|
|
128994
|
+
"privacy": "public",
|
|
128995
|
+
"description": "Gets or sets the `variant` property.\nWhen used inside a ColorSwatchGroup, inherits the group's variant unless explicitly set.",
|
|
128996
|
+
"type": "Variant",
|
|
128997
|
+
"inheritedFrom": {
|
|
128998
|
+
"name": "Variantable",
|
|
128999
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
129000
|
+
}
|
|
129001
|
+
},
|
|
129002
|
+
{
|
|
129003
|
+
"kind": "field",
|
|
129004
|
+
"name": "appearance",
|
|
129005
|
+
"privacy": "public",
|
|
129006
|
+
"description": "Gets or sets the `appearance` property.\nWhen used inside a ColorSwatchGroup, inherits the group's appearance unless explicitly set.",
|
|
129007
|
+
"type": "Appearance",
|
|
129008
|
+
"inheritedFrom": {
|
|
129009
|
+
"name": "Appearanceable",
|
|
129010
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
129011
|
+
}
|
|
129012
|
+
},
|
|
128920
129013
|
{
|
|
128921
129014
|
"kind": "field",
|
|
128922
129015
|
"name": "value",
|
|
@@ -128994,6 +129087,44 @@
|
|
|
128994
129087
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
128995
129088
|
}
|
|
128996
129089
|
},
|
|
129090
|
+
{
|
|
129091
|
+
"kind": "method",
|
|
129092
|
+
"name": "check",
|
|
129093
|
+
"privacy": "public",
|
|
129094
|
+
"type": "(): void",
|
|
129095
|
+
"description": "Checks the element.",
|
|
129096
|
+
"parameters": [],
|
|
129097
|
+
"return": {},
|
|
129098
|
+
"inheritedFrom": {
|
|
129099
|
+
"name": "ICheckable",
|
|
129100
|
+
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
129101
|
+
}
|
|
129102
|
+
},
|
|
129103
|
+
{
|
|
129104
|
+
"kind": "method",
|
|
129105
|
+
"name": "uncheck",
|
|
129106
|
+
"privacy": "public",
|
|
129107
|
+
"type": "(): void",
|
|
129108
|
+
"description": "Unchecks the element.",
|
|
129109
|
+
"parameters": [],
|
|
129110
|
+
"return": {},
|
|
129111
|
+
"inheritedFrom": {
|
|
129112
|
+
"name": "ICheckable",
|
|
129113
|
+
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
129114
|
+
}
|
|
129115
|
+
},
|
|
129116
|
+
{
|
|
129117
|
+
"kind": "method",
|
|
129118
|
+
"name": "toggle",
|
|
129119
|
+
"privacy": "public",
|
|
129120
|
+
"type": "(): void",
|
|
129121
|
+
"parameters": [],
|
|
129122
|
+
"return": {},
|
|
129123
|
+
"inheritedFrom": {
|
|
129124
|
+
"name": "ICheckable",
|
|
129125
|
+
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
129126
|
+
}
|
|
129127
|
+
},
|
|
128997
129128
|
{
|
|
128998
129129
|
"kind": "method",
|
|
128999
129130
|
"name": "adoptStyle",
|
|
@@ -129117,6 +129248,21 @@
|
|
|
129117
129248
|
],
|
|
129118
129249
|
"tagName": "mosaik-color-swatch",
|
|
129119
129250
|
"events": [
|
|
129251
|
+
{
|
|
129252
|
+
"description": "Dispatched when the swatch checked state changes.",
|
|
129253
|
+
"name": "toggled",
|
|
129254
|
+
"type": "Event"
|
|
129255
|
+
},
|
|
129256
|
+
{
|
|
129257
|
+
"description": "Dispatched when the swatch is checked.",
|
|
129258
|
+
"name": "checked",
|
|
129259
|
+
"type": "Event"
|
|
129260
|
+
},
|
|
129261
|
+
{
|
|
129262
|
+
"description": "Dispatched when the swatch is unchecked.",
|
|
129263
|
+
"name": "unchecked",
|
|
129264
|
+
"type": "Event"
|
|
129265
|
+
},
|
|
129120
129266
|
{
|
|
129121
129267
|
"description": "Emitted when the element is connected to the DOM",
|
|
129122
129268
|
"name": "connected",
|
|
@@ -129146,6 +129292,10 @@
|
|
|
129146
129292
|
}
|
|
129147
129293
|
],
|
|
129148
129294
|
"slots": [
|
|
129295
|
+
{
|
|
129296
|
+
"description": "The checkmark slot.",
|
|
129297
|
+
"name": "checkmark"
|
|
129298
|
+
},
|
|
129149
129299
|
{
|
|
129150
129300
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
129151
129301
|
"name": "style",
|
|
@@ -129176,6 +129326,46 @@
|
|
|
129176
129326
|
"module": "./../src/Controls/Components/Media/ColorSwatch/IColorSwatchElementProps.ts"
|
|
129177
129327
|
}
|
|
129178
129328
|
},
|
|
129329
|
+
{
|
|
129330
|
+
"name": "is-checked",
|
|
129331
|
+
"fieldName": "isChecked",
|
|
129332
|
+
"description": "Gets or sets the `isChecked` property.\nThe default value is `false`, which means the element is not checked.",
|
|
129333
|
+
"type": "boolean",
|
|
129334
|
+
"inheritedFrom": {
|
|
129335
|
+
"name": "Checkable",
|
|
129336
|
+
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
129337
|
+
}
|
|
129338
|
+
},
|
|
129339
|
+
{
|
|
129340
|
+
"name": "disabled",
|
|
129341
|
+
"fieldName": "disabled",
|
|
129342
|
+
"description": "Gets or sets the `disabled` property.\nWhen used inside a ColorSwatchGroup, inherits the group's disabled state unless explicitly set.",
|
|
129343
|
+
"type": "boolean",
|
|
129344
|
+
"inheritedFrom": {
|
|
129345
|
+
"name": "Disableable",
|
|
129346
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
129347
|
+
}
|
|
129348
|
+
},
|
|
129349
|
+
{
|
|
129350
|
+
"name": "variant",
|
|
129351
|
+
"fieldName": "variant",
|
|
129352
|
+
"description": "Gets or sets the `variant` property.\nWhen used inside a ColorSwatchGroup, inherits the group's variant unless explicitly set.",
|
|
129353
|
+
"type": "Variant",
|
|
129354
|
+
"inheritedFrom": {
|
|
129355
|
+
"name": "Variantable",
|
|
129356
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
129357
|
+
}
|
|
129358
|
+
},
|
|
129359
|
+
{
|
|
129360
|
+
"name": "appearance",
|
|
129361
|
+
"fieldName": "appearance",
|
|
129362
|
+
"description": "Gets or sets the `appearance` property.\nWhen used inside a ColorSwatchGroup, inherits the group's appearance unless explicitly set.",
|
|
129363
|
+
"type": "Appearance",
|
|
129364
|
+
"inheritedFrom": {
|
|
129365
|
+
"name": "Appearanceable",
|
|
129366
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
129367
|
+
}
|
|
129368
|
+
},
|
|
129179
129369
|
{
|
|
129180
129370
|
"name": "value",
|
|
129181
129371
|
"fieldName": "value",
|
|
@@ -129369,6 +129559,14 @@
|
|
|
129369
129559
|
"name": "back",
|
|
129370
129560
|
"description": "The back part."
|
|
129371
129561
|
},
|
|
129562
|
+
{
|
|
129563
|
+
"name": "checkmark",
|
|
129564
|
+
"description": "The checkmark part."
|
|
129565
|
+
},
|
|
129566
|
+
{
|
|
129567
|
+
"name": "checkmark-container",
|
|
129568
|
+
"description": "The checkmark container part."
|
|
129569
|
+
},
|
|
129372
129570
|
{
|
|
129373
129571
|
"name": "front",
|
|
129374
129572
|
"description": "The front part."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-foundation",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
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.1.
|
|
18
|
-
"@breadstone/mosaik-themes": "0.1.
|
|
17
|
+
"@breadstone/mosaik-elements": "0.1.38",
|
|
18
|
+
"@breadstone/mosaik-themes": "0.1.38",
|
|
19
19
|
"tslib": "2.8.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|