@luzmo/analytics-components-kit 1.0.1-alpha.51 → 1.0.1-alpha.52
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/components/display-settings/display-settings.d.ts +1 -0
- package/components/display-settings/index.cjs +1 -1
- package/components/display-settings/index.js +1 -1
- package/components/draggable-data-item-level/index.cjs +1 -1
- package/components/draggable-data-item-level/index.js +3 -3
- package/components/droppable-slot/droppable-slot.d.ts +2 -0
- package/components/droppable-slot/index.cjs +4 -4
- package/components/droppable-slot/index.js +68 -62
- package/components/{index-DAoFunRy.cjs → index-3X8Iuo7y.cjs} +11 -11
- package/components/{index-Ct7UvUif.js → index-fmbD10nN.js} +123 -109
- package/components/index.cjs +1 -1
- package/components/index.js +1 -1
- package/components/slot-contents-picker/index.cjs +1 -1
- package/components/slot-contents-picker/index.js +1 -1
- package/components/slot-menu/index.cjs +3 -3
- package/components/slot-menu/index.js +37 -30
- package/components/slot-menu/slot-menu.d.ts +4 -0
- package/components/slot-menu-list/index.cjs +1 -1
- package/components/slot-menu-list/index.js +19 -16
- package/components/slot-menu-list/slot-menu-list.d.ts +1 -0
- package/custom-elements.json +10 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -64,7 +64,8 @@
|
|
64
64
|
"type": {
|
65
65
|
"text": "boolean | undefined"
|
66
66
|
},
|
67
|
-
"description": "Whether or not to show the period-over-period in numeric"
|
67
|
+
"description": "Whether or not to show the period-over-period in numeric",
|
68
|
+
"attribute": "periodOverPeriod"
|
68
69
|
},
|
69
70
|
{
|
70
71
|
"kind": "field",
|
@@ -163,6 +164,14 @@
|
|
163
164
|
"description": "Whether or not to show the grand totals",
|
164
165
|
"fieldName": "grandTotals"
|
165
166
|
},
|
167
|
+
{
|
168
|
+
"name": "periodOverPeriod",
|
169
|
+
"type": {
|
170
|
+
"text": "boolean | undefined"
|
171
|
+
},
|
172
|
+
"description": "Whether or not to show the period-over-period in numeric",
|
173
|
+
"fieldName": "periodOverPeriod"
|
174
|
+
},
|
166
175
|
{
|
167
176
|
"name": "show-remove-button",
|
168
177
|
"type": {
|