dash_mantine_components 2.5.1 → 2.6.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/dash_mantine_components/async-AreaChart.js +1 -1
- package/dash_mantine_components/async-BarChart.js +1 -1
- package/dash_mantine_components/async-BubbleChart.js +1 -1
- package/dash_mantine_components/async-CodeHighlight.js +1 -1
- package/dash_mantine_components/async-CodeHighlightTabs.js +1 -1
- package/dash_mantine_components/async-CompositeChart.js +1 -1
- package/dash_mantine_components/async-DonutChart.js +1 -1
- package/dash_mantine_components/async-InlineCodeHighlight.js +1 -1
- package/dash_mantine_components/async-LineChart.js +1 -1
- package/dash_mantine_components/async-PieChart.js +1 -1
- package/dash_mantine_components/async-RadarChart.js +1 -1
- package/dash_mantine_components/async-RichTextEditor.js +1 -1
- package/dash_mantine_components/async-ScatterChart.js +1 -1
- package/dash_mantine_components/async-Sparkline.js +1 -1
- package/dash_mantine_components/dash_mantine_components-charts-shared.js +1 -1
- package/dash_mantine_components/dash_mantine_components.js +1 -1
- package/dash_mantine_components/proptypes.js +78 -1
- package/package.json +11 -11
|
@@ -10214,6 +10214,83 @@ pk.Collapse.propTypes = {opened:pt.bool,
|
|
|
10214
10214
|
aria-*:pt.string,
|
|
10215
10215
|
tabIndex:pt.number,
|
|
10216
10216
|
loading_state:pt.shape({is_loading:pt.bool,prop_name:pt.string,component_name:pt.string})};
|
|
10217
|
+
pk.ColorSchemeToggle.propTypes = {computedColorScheme:pt.oneOf(['dark','light']),
|
|
10218
|
+
lightIcon:pt.node,
|
|
10219
|
+
darkIcon:pt.node,
|
|
10220
|
+
size:pt.oneOfType([pt.number,pt.oneOf(["xs"]),pt.oneOf(["sm"]),pt.oneOf(["md"]),pt.oneOf(["lg"]),pt.oneOf(["xl"]),pt.oneOf(["input-xs"]),pt.oneOf(["input-sm"]),pt.oneOf(["input-md"]),pt.oneOf(["input-lg"]),pt.oneOf(["input-xl"])]),
|
|
10221
|
+
color:pt.oneOfType([pt.oneOf(["blue"]),pt.oneOf(["cyan"]),pt.oneOf(["gray"]),pt.oneOf(["green"]),pt.oneOf(["indigo"]),pt.oneOf(["lime"]),pt.oneOf(["orange"]),pt.oneOf(["pink"]),pt.oneOf(["red"]),pt.oneOf(["teal"]),pt.oneOf(["violet"]),pt.oneOf(["yellow"]),pt.oneOf(["dark"]),pt.oneOf(["grape"])]),
|
|
10222
|
+
radius:pt.oneOfType([pt.number,pt.oneOf(["xs"]),pt.oneOf(["sm"]),pt.oneOf(["md"]),pt.oneOf(["lg"]),pt.oneOf(["xl"])]),
|
|
10223
|
+
gradient:pt.shape({from:pt.string,to:pt.string,deg:pt.number}),
|
|
10224
|
+
disabled:pt.bool,
|
|
10225
|
+
autoContrast:pt.bool,
|
|
10226
|
+
hiddenFrom:pt.string,
|
|
10227
|
+
visibleFrom:pt.string,
|
|
10228
|
+
mod:pt.oneOfType([pt.string,pt.object,pt.arrayOf(pt.oneOfType([pt.string,pt.object]))]),
|
|
10229
|
+
m:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10230
|
+
my:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10231
|
+
mx:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10232
|
+
mt:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10233
|
+
mb:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10234
|
+
ms:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10235
|
+
me:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10236
|
+
ml:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10237
|
+
mr:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10238
|
+
p:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10239
|
+
py:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10240
|
+
px:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10241
|
+
pt:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10242
|
+
pb:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10243
|
+
ps:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10244
|
+
pe:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10245
|
+
pl:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10246
|
+
pr:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10247
|
+
bd:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10248
|
+
bdrs:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10249
|
+
bg:pt.oneOfType([pt.string,pt.object]),
|
|
10250
|
+
c:pt.oneOfType([pt.string,pt.object]),
|
|
10251
|
+
opacity:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10252
|
+
ff:pt.oneOfType([pt.string,pt.object]),
|
|
10253
|
+
fz:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10254
|
+
fw:pt.oneOfType([pt.number,pt.object,pt.oneOf(["-moz-initial"]),pt.oneOf(["inherit"]),pt.oneOf(["initial"]),pt.oneOf(["revert"]),pt.oneOf(["revert-layer"]),pt.oneOf(["unset"]),pt.oneOf(["bold"]),pt.oneOf(["normal"]),pt.oneOf(["bolder"]),pt.oneOf(["lighter"])]),
|
|
10255
|
+
lts:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10256
|
+
ta:pt.oneOfType([pt.object,pt.oneOf(["left"]),pt.oneOf(["right"]),pt.oneOf(["-moz-initial"]),pt.oneOf(["inherit"]),pt.oneOf(["initial"]),pt.oneOf(["revert"]),pt.oneOf(["revert-layer"]),pt.oneOf(["unset"]),pt.oneOf(["-webkit-match-parent"]),pt.oneOf(["center"]),pt.oneOf(["end"]),pt.oneOf(["justify"]),pt.oneOf(["match-parent"]),pt.oneOf(["start"])]),
|
|
10257
|
+
lh:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10258
|
+
fs:pt.oneOfType([pt.object,pt.oneOf(["-moz-initial"]),pt.oneOf(["inherit"]),pt.oneOf(["initial"]),pt.oneOf(["revert"]),pt.oneOf(["revert-layer"]),pt.oneOf(["unset"]),pt.oneOf(["normal"]),pt.oneOf(["italic"]),pt.oneOf(["oblique"])]),
|
|
10259
|
+
tt:pt.oneOfType([pt.object,pt.oneOf(["-moz-initial"]),pt.oneOf(["inherit"]),pt.oneOf(["initial"]),pt.oneOf(["revert"]),pt.oneOf(["revert-layer"]),pt.oneOf(["unset"]),pt.oneOf(["none"]),pt.oneOf(["capitalize"]),pt.oneOf(["full-size-kana"]),pt.oneOf(["full-width"]),pt.oneOf(["lowercase"]),pt.oneOf(["uppercase"])]),
|
|
10260
|
+
td:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10261
|
+
w:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10262
|
+
miw:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10263
|
+
maw:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10264
|
+
h:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10265
|
+
mih:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10266
|
+
mah:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10267
|
+
bgsz:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10268
|
+
bgp:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10269
|
+
bgr:pt.oneOfType([pt.object,pt.oneOf(["-moz-initial"]),pt.oneOf(["inherit"]),pt.oneOf(["initial"]),pt.oneOf(["revert"]),pt.oneOf(["revert-layer"]),pt.oneOf(["unset"]),pt.oneOf(["no-repeat"]),pt.oneOf(["repeat"]),pt.oneOf(["repeat-x"]),pt.oneOf(["repeat-y"]),pt.oneOf(["round"]),pt.oneOf(["space"])]),
|
|
10270
|
+
bga:pt.oneOfType([pt.object,pt.oneOf(["-moz-initial"]),pt.oneOf(["inherit"]),pt.oneOf(["initial"]),pt.oneOf(["revert"]),pt.oneOf(["revert-layer"]),pt.oneOf(["unset"]),pt.oneOf(["fixed"]),pt.oneOf(["local"]),pt.oneOf(["scroll"])]),
|
|
10271
|
+
pos:pt.oneOfType([pt.object,pt.oneOf(["-moz-initial"]),pt.oneOf(["inherit"]),pt.oneOf(["initial"]),pt.oneOf(["revert"]),pt.oneOf(["revert-layer"]),pt.oneOf(["unset"]),pt.oneOf(["fixed"]),pt.oneOf(["-webkit-sticky"]),pt.oneOf(["absolute"]),pt.oneOf(["relative"]),pt.oneOf(["static"]),pt.oneOf(["sticky"])]),
|
|
10272
|
+
top:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10273
|
+
left:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10274
|
+
bottom:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10275
|
+
right:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10276
|
+
inset:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10277
|
+
display:pt.oneOfType([pt.object,pt.oneOf(["flex"]),pt.oneOf(["-moz-initial"]),pt.oneOf(["inherit"]),pt.oneOf(["initial"]),pt.oneOf(["revert"]),pt.oneOf(["revert-layer"]),pt.oneOf(["unset"]),pt.oneOf(["none"]),pt.oneOf(["block"]),pt.oneOf(["inline"]),pt.oneOf(["run-in"]),pt.oneOf(["-ms-flexbox"]),pt.oneOf(["-ms-grid"]),pt.oneOf(["-webkit-flex"]),pt.oneOf(["flow"]),pt.oneOf(["flow-root"]),pt.oneOf(["grid"]),pt.oneOf(["ruby"]),pt.oneOf(["table"]),pt.oneOf(["ruby-base"]),pt.oneOf(["ruby-base-container"]),pt.oneOf(["ruby-text"]),pt.oneOf(["ruby-text-container"]),pt.oneOf(["table-caption"]),pt.oneOf(["table-cell"]),pt.oneOf(["table-column"]),pt.oneOf(["table-column-group"]),pt.oneOf(["table-footer-group"]),pt.oneOf(["table-header-group"]),pt.oneOf(["table-row"]),pt.oneOf(["table-row-group"]),pt.oneOf(["-ms-inline-flexbox"]),pt.oneOf(["-ms-inline-grid"]),pt.oneOf(["-webkit-inline-flex"]),pt.oneOf(["inline-block"]),pt.oneOf(["inline-flex"]),pt.oneOf(["inline-grid"]),pt.oneOf(["inline-list-item"]),pt.oneOf(["inline-table"]),pt.oneOf(["contents"]),pt.oneOf(["list-item"])]),
|
|
10278
|
+
flex:pt.oneOfType([pt.string,pt.number,pt.object]),
|
|
10279
|
+
className:pt.string,
|
|
10280
|
+
style:pt.any,
|
|
10281
|
+
lightHidden:pt.bool,
|
|
10282
|
+
darkHidden:pt.bool,
|
|
10283
|
+
classNames:pt.object,
|
|
10284
|
+
styles:pt.any,
|
|
10285
|
+
unstyled:pt.bool,
|
|
10286
|
+
variant:pt.string,
|
|
10287
|
+
attributes:pt.any,
|
|
10288
|
+
id:pt.string,
|
|
10289
|
+
setProps:pt.any,
|
|
10290
|
+
data-*:pt.string,
|
|
10291
|
+
aria-*:pt.string,
|
|
10292
|
+
tabIndex:pt.number,
|
|
10293
|
+
loading_state:pt.shape({is_loading:pt.bool,prop_name:pt.string,component_name:pt.string})};
|
|
10217
10294
|
pk.Container.propTypes = {children:pt.node,
|
|
10218
10295
|
size:pt.oneOfType([pt.number,pt.oneOf(["xs"]),pt.oneOf(["sm"]),pt.oneOf(["md"]),pt.oneOf(["lg"]),pt.oneOf(["xl"])]),
|
|
10219
10296
|
fluid:pt.bool,
|
|
@@ -12126,7 +12203,7 @@ pk.Switch.propTypes = {label:pt.node,
|
|
|
12126
12203
|
persistence:pt.oneOfType([pt.string,pt.number,pt.bool]),
|
|
12127
12204
|
persisted_props:pt.arrayOf(pt.string),
|
|
12128
12205
|
persistence_type:pt.oneOf(['local','session','memory'])};
|
|
12129
|
-
pk.TableOfContents.propTypes = {variant:pt.oneOf(['none','
|
|
12206
|
+
pk.TableOfContents.propTypes = {variant:pt.oneOf(['none','light','filled']),
|
|
12130
12207
|
color:pt.oneOfType([pt.oneOf(["blue"]),pt.oneOf(["cyan"]),pt.oneOf(["gray"]),pt.oneOf(["green"]),pt.oneOf(["indigo"]),pt.oneOf(["lime"]),pt.oneOf(["orange"]),pt.oneOf(["pink"]),pt.oneOf(["red"]),pt.oneOf(["teal"]),pt.oneOf(["violet"]),pt.oneOf(["yellow"]),pt.oneOf(["dark"]),pt.oneOf(["grape"])]),
|
|
12131
12208
|
size:pt.oneOfType([pt.string,pt.number]),
|
|
12132
12209
|
autoContrast:pt.bool,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dash_mantine_components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "Plotly Dash Components based on Mantine",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"repository": {
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"author": "Snehil Vijay <snehilvj@outlook.com>",
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@mantine/carousel": "8.3.
|
|
51
|
-
"@mantine/charts": "8.3.
|
|
52
|
-
"@mantine/code-highlight": "8.3.
|
|
53
|
-
"@mantine/core": "8.3.
|
|
54
|
-
"@mantine/dates": "8.3.
|
|
55
|
-
"@mantine/hooks": "8.3.
|
|
56
|
-
"@mantine/notifications": "8.3.
|
|
57
|
-
"@mantine/nprogress": "8.3.
|
|
58
|
-
"@mantine/spotlight": "8.3.
|
|
59
|
-
"@mantine/tiptap": "8.3.
|
|
50
|
+
"@mantine/carousel": "8.3.14",
|
|
51
|
+
"@mantine/charts": "8.3.14",
|
|
52
|
+
"@mantine/code-highlight": "8.3.14",
|
|
53
|
+
"@mantine/core": "8.3.14",
|
|
54
|
+
"@mantine/dates": "8.3.14",
|
|
55
|
+
"@mantine/hooks": "8.3.14",
|
|
56
|
+
"@mantine/notifications": "8.3.14",
|
|
57
|
+
"@mantine/nprogress": "8.3.14",
|
|
58
|
+
"@mantine/spotlight": "8.3.14",
|
|
59
|
+
"@mantine/tiptap": "8.3.14",
|
|
60
60
|
"@plotly/dash-component-plugins": "^1.2.0",
|
|
61
61
|
"@tiptap/extension-table": "3.14.0",
|
|
62
62
|
"@tiptap/extension-image": "3.14.0",
|