@mescius/wijmo.vue2.grid.multirow 5.20261.45-nightly.d20251218.t163151 → 5.20261.45-nightly.d20260105.t014601
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/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +1 -1
- package/index.d.ts +245 -245
- package/index.js +1 -1
- package/package.json +5 -5
package/es2015-commonjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t014601
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var o={};if(null!=e)for(var i in e)Object.hasOwnProperty.call(e,i)&&(o[i]=e[i]);o.default=e;return o};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_vue2_base_1=require("@mescius/wijmo.vue2.base"),wjcGridMultirow=__importStar(require("@mescius/wijmo.grid.multirow")),wjGrid=__importStar(require("@mescius/wijmo.vue2.grid"));class WjMultiRowBehavior extends wijmo_vue2_base_1.WjComponentBehavior{_createControl(){
|
|
14
|
+
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var o={};if(null!=e)for(var i in e)Object.hasOwnProperty.call(e,i)&&(o[i]=e[i]);o.default=e;return o};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_vue2_base_1=require("@mescius/wijmo.vue2.base"),wjcGridMultirow=__importStar(require("@mescius/wijmo.grid.multirow")),wjGrid=__importStar(require("@mescius/wijmo.vue2.grid"));class WjMultiRowBehavior extends wijmo_vue2_base_1.WjComponentBehavior{_createControl(){const e=super._createControl();new wjGrid.DirectiveCellFactory(e);return e}}WjMultiRowBehavior.tag="wj-multi-row";WjMultiRowBehavior.props=["isDisabled","tabOrder","newRowAtTop","allowAddNew","allowDelete","allowDragging","allowMerging","allowResizing","allowSorting","allowPinning","autoScroll","autoRowHeights","autoSizeMode","autoGenerateColumns","autoSearch","caseSensitiveSearch","quickAutoSize","bigCheckboxes","childItemsPath","groupHeaderFormat","headersVisibility","showSelectedHeaders","showMarquee","showPlaceholders","itemFormatter","isReadOnly","imeEnabled","mergeManager","selectionMode","showGroups","showSort","showDropDown","showAlternatingRows","showErrors","alternatingRowStep","itemValidator","validateEdits","treeIndent","itemsSource","autoClipboard","expandSelectionOnCopyPaste","frozenRows","frozenColumns","cloneFrozenCells","deferResizing","sortRowIndex","editColumnIndex","stickyHeaders","preserveSelectedState","preserveOutlineState","preserveWhiteSpace","keyActionTab","keyActionEnter","rowHeaderPath","virtualizationThreshold","anchorCursor","lazyRender","refreshOnEdit","copyHeaders","columnGroups","layoutDefinition","headerLayoutDefinition","centerHeadersVertically","collapsedHeaders","showHeaderCollapseButton","multiRowGroupHeaders","commitEmptyEdits","headersFocusability","sortOrder"];WjMultiRowBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","beginningEdit","cellEditEnded","cellEditEnding","prepareCellForEdit","formatItem","resizingColumn","resizedColumn","autoSizingColumn","autoSizedColumn","draggingColumn","draggingColumnOver","draggedColumn","sortingColumn","sortedColumn","pinningColumn","pinnedColumn","resizingRow","resizedRow","autoSizingRow","autoSizedRow","draggingRow","draggingRowOver","draggedRow","deletingRow","deletedRow","loadingRows","loadedRows","rowEditStarting","rowEditStarted","rowEditEnding","rowEditEnded","rowAdded","groupCollapsedChanging","groupCollapsedChanged","columnGroupCollapsedChanging","columnGroupCollapsedChanged","itemsSourceChanging","itemsSourceChanged","selectionChanging","selectionChanged","scrollPositionChanged","updatingView","updatedView","updatingLayout","updatedLayout","pasting","pasted","pastingCell","pastedCell","copying","copied","collapsedHeadersChanging","gettingCellClipString"];WjMultiRowBehavior.changeEvents={collapsedHeadersChanged:["collapsedHeaders"]};WjMultiRowBehavior.classCtor=()=>wjcGridMultirow.MultiRow;exports.WjMultiRow=WjMultiRowBehavior.register();function registerV3WjMultiRow(e){e.component(WjMultiRowBehavior.tag,exports.WjMultiRow)}class WjMultiRowCellBehavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjMultiRowCellBehavior.tag="wj-multi-row-cell";WjMultiRowCellBehavior.parentProp="cells";WjMultiRowCellBehavior.props=["wjProperty","name","dataMap","dataType","binding","sortMemberPath","format","cellTemplate","header","width","maxLength","minWidth","maxWidth","align","allowDragging","allowSorting","allowResizing","allowMerging","aggregate","isReadOnly","cssClass","cssClassAll","isContentHtml","isSelected","visible","wordWrap","multiLine","mask","inputType","isRequired","showDropDown","dataMapEditor","dropDownCssClass","quickAutoSize","editor","placeholder","colspan","rowspan","sortOrder"];WjMultiRowCellBehavior.events=["initialized"];WjMultiRowCellBehavior.changeEvents={"grid.selectionChanged":["isSelected"]};WjMultiRowCellBehavior.classCtor=()=>wjcGridMultirow.MultiRowCell;exports.WjMultiRowCell=WjMultiRowCellBehavior.register();function registerV3WjMultiRowCell(e){e.component(WjMultiRowCellBehavior.tag,exports.WjMultiRowCell)}class WjMultiRowCellGroupBehavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjMultiRowCellGroupBehavior.tag="wj-multi-row-cell-group";WjMultiRowCellGroupBehavior.parentProp="layoutDefinition";WjMultiRowCellGroupBehavior.props=["wjProperty","name","dataMap","dataType","binding","sortMemberPath","format","cellTemplate","header","width","maxLength","minWidth","maxWidth","align","allowDragging","allowSorting","allowResizing","allowMerging","aggregate","isReadOnly","cssClass","cssClassAll","isContentHtml","isSelected","visible","wordWrap","multiLine","mask","inputType","isRequired","showDropDown","dataMapEditor","dropDownCssClass","quickAutoSize","editor","placeholder","colspan","rowspan","sortOrder"];WjMultiRowCellGroupBehavior.events=["initialized"];WjMultiRowCellGroupBehavior.changeEvents={"grid.selectionChanged":["isSelected"]};WjMultiRowCellGroupBehavior.classCtor=()=>wjcGridMultirow.MultiRowCellGroup;exports.WjMultiRowCellGroup=WjMultiRowCellGroupBehavior.register();function registerV3WjMultiRowCellGroup(e){e.component(WjMultiRowCellGroupBehavior.tag,exports.WjMultiRowCellGroup)}const WjMultiRowCellTemplateTag="wj-multi-row-cell-template";exports.WjMultiRowCellTemplate=wijmo_vue2_base_1.VueApi.isV3Plus?wjGrid.WjFlexGridCellTemplateDefinition:wijmo_vue2_base_1.VueApi.component(WjMultiRowCellTemplateTag,wjGrid.WjFlexGridCellTemplateDefinition);function registerV3WjMultiRowCellTemplate(e){e.component(WjMultiRowCellTemplateTag,exports.WjMultiRowCellTemplate)}function registerGridMultirow(e){if(wijmo_vue2_base_1.VueApi.isV3Plus){registerV3WjMultiRow(e);registerV3WjMultiRowCell(e);registerV3WjMultiRowCellGroup(e);registerV3WjMultiRowCellTemplate(e)}}exports.registerGridMultirow=registerGridMultirow;
|
package/es2015-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t014601
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
import{VueApi,WjComponentBehavior}from"@mescius/wijmo.vue2.base";import*as wjcGridMultirow from"@mescius/wijmo.grid.multirow";import*as wjGrid from"@mescius/wijmo.vue2.grid";class WjMultiRowBehavior extends WjComponentBehavior{_createControl(){
|
|
14
|
+
import{VueApi,WjComponentBehavior}from"@mescius/wijmo.vue2.base";import*as wjcGridMultirow from"@mescius/wijmo.grid.multirow";import*as wjGrid from"@mescius/wijmo.vue2.grid";class WjMultiRowBehavior extends WjComponentBehavior{_createControl(){const e=super._createControl();new wjGrid.DirectiveCellFactory(e);return e}}WjMultiRowBehavior.tag="wj-multi-row";WjMultiRowBehavior.props=["isDisabled","tabOrder","newRowAtTop","allowAddNew","allowDelete","allowDragging","allowMerging","allowResizing","allowSorting","allowPinning","autoScroll","autoRowHeights","autoSizeMode","autoGenerateColumns","autoSearch","caseSensitiveSearch","quickAutoSize","bigCheckboxes","childItemsPath","groupHeaderFormat","headersVisibility","showSelectedHeaders","showMarquee","showPlaceholders","itemFormatter","isReadOnly","imeEnabled","mergeManager","selectionMode","showGroups","showSort","showDropDown","showAlternatingRows","showErrors","alternatingRowStep","itemValidator","validateEdits","treeIndent","itemsSource","autoClipboard","expandSelectionOnCopyPaste","frozenRows","frozenColumns","cloneFrozenCells","deferResizing","sortRowIndex","editColumnIndex","stickyHeaders","preserveSelectedState","preserveOutlineState","preserveWhiteSpace","keyActionTab","keyActionEnter","rowHeaderPath","virtualizationThreshold","anchorCursor","lazyRender","refreshOnEdit","copyHeaders","columnGroups","layoutDefinition","headerLayoutDefinition","centerHeadersVertically","collapsedHeaders","showHeaderCollapseButton","multiRowGroupHeaders","commitEmptyEdits","headersFocusability","sortOrder"];WjMultiRowBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","beginningEdit","cellEditEnded","cellEditEnding","prepareCellForEdit","formatItem","resizingColumn","resizedColumn","autoSizingColumn","autoSizedColumn","draggingColumn","draggingColumnOver","draggedColumn","sortingColumn","sortedColumn","pinningColumn","pinnedColumn","resizingRow","resizedRow","autoSizingRow","autoSizedRow","draggingRow","draggingRowOver","draggedRow","deletingRow","deletedRow","loadingRows","loadedRows","rowEditStarting","rowEditStarted","rowEditEnding","rowEditEnded","rowAdded","groupCollapsedChanging","groupCollapsedChanged","columnGroupCollapsedChanging","columnGroupCollapsedChanged","itemsSourceChanging","itemsSourceChanged","selectionChanging","selectionChanged","scrollPositionChanged","updatingView","updatedView","updatingLayout","updatedLayout","pasting","pasted","pastingCell","pastedCell","copying","copied","collapsedHeadersChanging","gettingCellClipString"];WjMultiRowBehavior.changeEvents={collapsedHeadersChanged:["collapsedHeaders"]};WjMultiRowBehavior.classCtor=()=>wjcGridMultirow.MultiRow;export var WjMultiRow=WjMultiRowBehavior.register();function registerV3WjMultiRow(e){e.component(WjMultiRowBehavior.tag,WjMultiRow)}class WjMultiRowCellBehavior extends WjComponentBehavior{}WjMultiRowCellBehavior.tag="wj-multi-row-cell";WjMultiRowCellBehavior.parentProp="cells";WjMultiRowCellBehavior.props=["wjProperty","name","dataMap","dataType","binding","sortMemberPath","format","cellTemplate","header","width","maxLength","minWidth","maxWidth","align","allowDragging","allowSorting","allowResizing","allowMerging","aggregate","isReadOnly","cssClass","cssClassAll","isContentHtml","isSelected","visible","wordWrap","multiLine","mask","inputType","isRequired","showDropDown","dataMapEditor","dropDownCssClass","quickAutoSize","editor","placeholder","colspan","rowspan","sortOrder"];WjMultiRowCellBehavior.events=["initialized"];WjMultiRowCellBehavior.changeEvents={"grid.selectionChanged":["isSelected"]};WjMultiRowCellBehavior.classCtor=()=>wjcGridMultirow.MultiRowCell;export var WjMultiRowCell=WjMultiRowCellBehavior.register();function registerV3WjMultiRowCell(e){e.component(WjMultiRowCellBehavior.tag,WjMultiRowCell)}class WjMultiRowCellGroupBehavior extends WjComponentBehavior{}WjMultiRowCellGroupBehavior.tag="wj-multi-row-cell-group";WjMultiRowCellGroupBehavior.parentProp="layoutDefinition";WjMultiRowCellGroupBehavior.props=["wjProperty","name","dataMap","dataType","binding","sortMemberPath","format","cellTemplate","header","width","maxLength","minWidth","maxWidth","align","allowDragging","allowSorting","allowResizing","allowMerging","aggregate","isReadOnly","cssClass","cssClassAll","isContentHtml","isSelected","visible","wordWrap","multiLine","mask","inputType","isRequired","showDropDown","dataMapEditor","dropDownCssClass","quickAutoSize","editor","placeholder","colspan","rowspan","sortOrder"];WjMultiRowCellGroupBehavior.events=["initialized"];WjMultiRowCellGroupBehavior.changeEvents={"grid.selectionChanged":["isSelected"]};WjMultiRowCellGroupBehavior.classCtor=()=>wjcGridMultirow.MultiRowCellGroup;export var WjMultiRowCellGroup=WjMultiRowCellGroupBehavior.register();function registerV3WjMultiRowCellGroup(e){e.component(WjMultiRowCellGroupBehavior.tag,WjMultiRowCellGroup)}const WjMultiRowCellTemplateTag="wj-multi-row-cell-template";export var WjMultiRowCellTemplate=VueApi.isV3Plus?wjGrid.WjFlexGridCellTemplateDefinition:VueApi.component(WjMultiRowCellTemplateTag,wjGrid.WjFlexGridCellTemplateDefinition);function registerV3WjMultiRowCellTemplate(e){e.component(WjMultiRowCellTemplateTag,WjMultiRowCellTemplate)}export function registerGridMultirow(e){if(VueApi.isV3Plus){registerV3WjMultiRow(e);registerV3WjMultiRowCell(e);registerV3WjMultiRowCellGroup(e);registerV3WjMultiRowCellTemplate(e)}}
|
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t014601
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -66,249 +66,249 @@ export declare var WjMultiRowCell: any;
|
|
|
66
66
|
*/
|
|
67
67
|
export declare var WjMultiRowCellGroup: any;
|
|
68
68
|
/**
|
|
69
|
-
* Vue component for the {@link MultiRow} cell templates.
|
|
70
|
-
*
|
|
71
|
-
* The <b>wj-multi-row-cell-template</b> component defines a template for a certain
|
|
72
|
-
* cell type in {@link MultiRow}. The template element must contain a <b>cellType</b> attribute that
|
|
73
|
-
* specifies the {@link wijmo.vue2.grid.CellTemplateType}. Depending on the template's cell type,
|
|
74
|
-
* the <b>wj-multi-row-cell-template</b> element must be a child
|
|
75
|
-
* of either {@link wijmo.vue2.grid.multirow.WjMultiRow}
|
|
76
|
-
* or {@link wijmo.vue2.grid.multirow.WjMultiRowCell} components.
|
|
77
|
-
*
|
|
78
|
-
* Column-specific cell templates must be contained in <b>wj-multi-row-cell</b>
|
|
79
|
-
* components, and cells that are not column-specific (like row header or top left cells)
|
|
80
|
-
* must be contained in the <b>wj-multi-row</b> component.
|
|
81
|
-
*
|
|
82
|
-
* The <b>wj-multi-row-cell-template</b> element
|
|
83
|
-
* may contain an arbitrary HTML fragment with Vue interpolation expressions and
|
|
84
|
-
* other components and directives.
|
|
85
|
-
*
|
|
86
|
-
* Bindings in HTML fragment can use scoped slot properties that store cell specific data.
|
|
87
|
-
* The properties are <b>col</b>, <b>row</b>, and <b>item</b>, which refer to the {@link MultiRowCell},
|
|
88
|
-
* {@link Row}, and <b>Row.dataItem</b> objects pertaining to the cell.
|
|
89
|
-
*
|
|
90
|
-
* For cell types like <b>Group</b> and <b>CellEdit</b>, an additional <b>value</b>
|
|
91
|
-
* property containing an unformatted cell value is provided.
|
|
92
|
-
*
|
|
93
|
-
* To reference slot properties, you can use either a new v-slot directive right on the
|
|
94
|
-
* <b>wj-multi-row-cell-template</b> element (it's available in Vue 2.6.0 or higher),
|
|
95
|
-
* or an old slot-scope directive on the <b><template></b> element nested in
|
|
96
|
-
* wj-multi-row-cell-template.
|
|
97
|
-
*
|
|
98
|
-
* For example, here is a
|
|
99
|
-
* {@link MultiRow} control with templates for row header cells and, regular
|
|
100
|
-
* and column header cells of the Country column:
|
|
101
|
-
*
|
|
102
|
-
* ```html
|
|
103
|
-
* <!-- component.html -->
|
|
104
|
-
* <wj-multi-row :itemsSource="data">
|
|
105
|
-
* <wj-multi-row-cell-template cellType="RowHeader" v-slot="cell">
|
|
106
|
-
* {{cell.row.index}}
|
|
107
|
-
* </wj-multi-row-cell-template>
|
|
108
|
-
* <wj-multi-row-cell-template cellType="RowHeaderEdit">
|
|
109
|
-
* ...
|
|
110
|
-
* </wj-multi-row-cell-template>
|
|
111
|
-
*
|
|
112
|
-
* <wj-multi-row-cell-group header="Statistics">
|
|
113
|
-
* <wj-multi-row-cell header="Country" binding="country">
|
|
114
|
-
* <wj-multi-row-cell-template cellType="ColumnHeader" v-slot="cell">
|
|
115
|
-
* <img src="resources/globe.png" />
|
|
116
|
-
* {{cell.col.header}}
|
|
117
|
-
* </wj-multi-row-cell-template>
|
|
118
|
-
* <wj-multi-row-cell-template cellType="Cell" v-slot="cell">
|
|
119
|
-
* <img :src="'resources/' + cell.item.country + '.png'" />
|
|
120
|
-
* {{cell.item.country}}
|
|
121
|
-
* </wj-multi-row-cell-template>
|
|
122
|
-
* </wj-multi-row-cell>
|
|
123
|
-
* <wj-multi-row-cell header="Sales" binding="sales"></wj-multi-row-cell>
|
|
124
|
-
* </wj-multi-row-cell-group>
|
|
125
|
-
* </wj-multi-row>
|
|
126
|
-
* ```
|
|
127
|
-
*
|
|
128
|
-
* The <b>wj-multi-row-cell-template</b> directive supports the following attributes:
|
|
129
|
-
*
|
|
130
|
-
* <dl class="dl-horizontal">
|
|
131
|
-
* <dt>cellType</dt>
|
|
132
|
-
* <dd>
|
|
133
|
-
* The <b>CellTemplateType</b> value defining the type of cell to which the template is applied.
|
|
134
|
-
* </dd>
|
|
135
|
-
* <dt>autoSizeRows</dt>
|
|
136
|
-
* <dd>
|
|
137
|
-
* Indicates whether the cell template will increase grid's default row height
|
|
138
|
-
* to accomodate cells content. Defaults to true.
|
|
139
|
-
* </dd>
|
|
140
|
-
* <dt>cellOverflow</dt>
|
|
141
|
-
* <dd>
|
|
142
|
-
* Defines the <b>style.overflow</b> property value for cells.
|
|
143
|
-
* </dd>
|
|
144
|
-
* <dt>forceFullEdit</dt>
|
|
145
|
-
* <dd>
|
|
146
|
-
* For cell edit templates, indicates whether cell editing forcibly starts in full edit mode,
|
|
147
|
-
* regardless of how the editing was initiated. In full edit mode pressing cursor keys don't finish editing.
|
|
148
|
-
* Defaults to true.
|
|
149
|
-
* </dd>
|
|
150
|
-
* </dl>
|
|
151
|
-
*
|
|
152
|
-
* The <b>cellType</b> attribute takes any of the following enumerated values:
|
|
153
|
-
*
|
|
154
|
-
* <b>Cell</b>
|
|
155
|
-
*
|
|
156
|
-
* Defines a regular (data) cell template. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component.
|
|
157
|
-
* For example, this cell template shows flags in the cells of Country column:
|
|
158
|
-
*
|
|
159
|
-
* ```html
|
|
160
|
-
* <wj-multi-row-cell header="Country" binding="country">
|
|
161
|
-
* <wj-multi-row-cell-template cellType="Cell" v-slot="cell">
|
|
162
|
-
* <img :src="'resources/' + cell.item.country + '.png'" />
|
|
163
|
-
* {{cell.item.country}}
|
|
164
|
-
* </wj-multi-row-cell-template>
|
|
165
|
-
* </wj-multi-row-cell>
|
|
166
|
-
* ```
|
|
167
|
-
*
|
|
168
|
-
* <b>CellEdit</b>
|
|
169
|
-
*
|
|
170
|
-
* Defines a template for a cell in edit mode. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component.
|
|
171
|
-
* This cell type has an additional <b>value</b> scoped slot property available for binding. It contains the
|
|
172
|
-
* original cell value before editing, and the updated value after editing.
|
|
173
|
-
*
|
|
174
|
-
* For example, here is a template that uses the Wijmo {@link InputNumber} control as an editor
|
|
175
|
-
* for the "Sales" column:
|
|
176
|
-
* ```html
|
|
177
|
-
* <wj-multi-row-cell header="Sales" binding="sales">
|
|
178
|
-
* <wj-multi-row-cell-template cellType="CellEdit">
|
|
179
|
-
* <wj-input-number v-model="cell.value" :step="1"></wj-input-number>
|
|
180
|
-
* </wj-multi-row-cell-template>
|
|
181
|
-
* </wj-multi-row-cell>
|
|
182
|
-
* ```
|
|
183
|
-
*
|
|
184
|
-
* Note that two-way binding can also be specified using the binding's <b>sync</b> modifier:
|
|
185
|
-
* ```html
|
|
186
|
-
* <wj-multi-row-cell header="Sales" binding="sales">
|
|
187
|
-
* <wj-multi-row-cell-template cellType="CellEdit">
|
|
188
|
-
* <wj-input-number value.sync="cell.value" :step="1"></wj-input-number>
|
|
189
|
-
* </wj-multi-row-cell-template>
|
|
190
|
-
* </wj-multi-row-cell>
|
|
191
|
-
* ```
|
|
192
|
-
*
|
|
193
|
-
* <b>ColumnHeader</b>
|
|
194
|
-
*
|
|
195
|
-
* Defines a template for a column header cell. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component.
|
|
196
|
-
* For example, this template adds an image to the header of the "Country" column:
|
|
197
|
-
*
|
|
198
|
-
* ```html
|
|
199
|
-
* <wj-multi-row-cell header="Country" binding="country">
|
|
200
|
-
* <wj-multi-row-cell-template cellType="ColumnHeader" v-slot="cell">
|
|
201
|
-
* <img src="resources/globe.png" />
|
|
202
|
-
* {{cell.col.header}}
|
|
203
|
-
* </wj-multi-row-cell-template>
|
|
204
|
-
* </wj-multi-row-cell>
|
|
205
|
-
* ```
|
|
206
|
-
*
|
|
207
|
-
* <b>RowHeader</b>
|
|
208
|
-
*
|
|
209
|
-
* Defines a template for a row header cell. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRow} component.
|
|
210
|
-
* For example, this template shows row indices in the row headers:
|
|
211
|
-
*
|
|
212
|
-
* ```html
|
|
213
|
-
* <wj-multi-row :itemsSource="data">
|
|
214
|
-
* <wj-multi-row-cell-template cellType="RowHeader" v-slot="cell">
|
|
215
|
-
* {{cell.row.index / cell.row.grid.rowsPerItem + 1}}
|
|
216
|
-
* </wj-multi-row-cell-template>
|
|
217
|
-
* </wj-multi-row>
|
|
218
|
-
* ```
|
|
219
|
-
*
|
|
220
|
-
* Note that this template is applied to a row header cell, even if it is in a row that is
|
|
221
|
-
* in edit mode. In order to provide an edit-mode version of a row header cell with alternate
|
|
222
|
-
* content, define the <b>RowHeaderEdit</b> template.
|
|
223
|
-
*
|
|
224
|
-
* <b>RowHeaderEdit</b>
|
|
225
|
-
*
|
|
226
|
-
* Defines a template for a row header cell in edit mode. Must be a child of the
|
|
227
|
-
* {@link wijmo.vue2.grid.multirow.WjMultiRow} component. For example, this template shows dots in the header
|
|
228
|
-
* of rows being edited:
|
|
229
|
-
*
|
|
230
|
-
* ```html
|
|
231
|
-
* <wj-multi-row :itemsSource="data">
|
|
232
|
-
* <wj-multi-row-cell-template cellType="RowHeaderEdit">
|
|
233
|
-
* ...
|
|
234
|
-
* </wj-multi-row-cell-template>
|
|
235
|
-
* </wj-multi-row>
|
|
236
|
-
* ```
|
|
237
|
-
*
|
|
238
|
-
* Use the following <b>RowHeaderEdit</b> template to add the standard edit-mode indicator to cells where the <b>RowHeader</b> template
|
|
239
|
-
* applies:
|
|
240
|
-
*
|
|
241
|
-
* ```html
|
|
242
|
-
* <wj-multi-row :itemsSource="data">
|
|
243
|
-
* <wj-multi-row-cell-template cellType="RowHeaderEdit">
|
|
244
|
-
* ✎︎
|
|
245
|
-
* </wj-multi-row-cell-template>
|
|
246
|
-
* </wj-multi-row>
|
|
247
|
-
* ```
|
|
248
|
-
*
|
|
249
|
-
* <b>TopLeft</b>
|
|
250
|
-
*
|
|
251
|
-
* Defines a template for the top left cell. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRow} component.
|
|
252
|
-
* For example, this template shows a down/right glyph in the top-left cell of the grid:
|
|
253
|
-
*
|
|
254
|
-
* ```html
|
|
255
|
-
* <wj-multi-row :itemsSource="data">
|
|
256
|
-
* <wj-multi-row-cell-template cellType="TopLeft">
|
|
257
|
-
* <span class="wj-glyph-down-right"></span>
|
|
258
|
-
* </wj-multi-row-cell-template>
|
|
259
|
-
* </wj-multi-row>
|
|
260
|
-
* ```
|
|
261
|
-
*
|
|
262
|
-
* <b>GroupHeader</b>
|
|
263
|
-
*
|
|
264
|
-
* Defines a template for a group header cell in a {@link GroupRow}. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component.
|
|
265
|
-
*
|
|
266
|
-
* The <b>row</b> scoped slot property contains an instance of the <b>GroupRow</b> class. If the grouping comes
|
|
267
|
-
* from {@link CollectionView}, the <b>item</b> scoped slot property references the {@link CollectionViewGroup} object.
|
|
268
|
-
*
|
|
269
|
-
* For example, this template uses a checkbox element as an expand/collapse toggle:
|
|
270
|
-
*
|
|
271
|
-
* ```html
|
|
272
|
-
* <wj-multi-row-cell header="Country" binding="country">
|
|
273
|
-
* <wj-multi-row-cell-template cellType="GroupHeader" v-slot="cell">
|
|
274
|
-
* <input type="checkbox" v-model="cell.row.isCollapsed"/>
|
|
275
|
-
* {{cell.item.name}} ({{cell.item.items.length}} items)
|
|
276
|
-
* </wj-multi-row-cell-template>
|
|
277
|
-
* </wj-multi-row-cell>
|
|
278
|
-
* ```
|
|
279
|
-
*
|
|
280
|
-
* <b>Group</b>
|
|
281
|
-
*
|
|
282
|
-
* Defines a template for a regular cell (not a group header) in a {@link GroupRow}. Must be a child of the
|
|
283
|
-
* {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component. This cell type has an additional <b>value</b> scoped
|
|
284
|
-
* slot property available for
|
|
285
|
-
* binding. In cases where columns have the <b>aggregate</b> property specified, it contains the unformatted
|
|
286
|
-
* aggregate value.
|
|
287
|
-
*
|
|
288
|
-
* For example, this template shows aggregate's value and kind for group row cells in the "Sales"
|
|
289
|
-
* column:
|
|
290
|
-
*
|
|
291
|
-
* ```html
|
|
292
|
-
* <wj-multi-row-cell header="Sales" binding="sales" aggregate="Avg">
|
|
293
|
-
* <wj-multi-row-cell-template cellType="Group" v-slot="cell">
|
|
294
|
-
* Average: {{formatNumber(cell.value, 'N0')}}
|
|
295
|
-
* </wj-multi-row-cell-template>
|
|
296
|
-
* </wj-multi-row-cell>
|
|
297
|
-
* ```
|
|
298
|
-
*
|
|
299
|
-
* <b>NewCellTemplate</b>
|
|
300
|
-
*
|
|
301
|
-
* Defines a cell in a new row template. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component.
|
|
302
|
-
* Note that the <b>cell.item</b> property is undefined for this type of a cell.
|
|
303
|
-
* For example, this cell template shows a placeholder in the Date column's cell in the "new row" item:
|
|
304
|
-
*
|
|
305
|
-
* ```html
|
|
306
|
-
* <wj-multi-row-cell header="'Date'" binding="'date'">
|
|
307
|
-
* <wj-multi-row-cell-template cellType="NewCellTemplate">
|
|
308
|
-
* Enter a date here
|
|
309
|
-
* </wj-multi-row-cell-template>
|
|
310
|
-
* </wj-multi-row-cell>
|
|
311
|
-
* ```
|
|
312
|
-
*/
|
|
69
|
+
* Vue component for the {@link MultiRow} cell templates.
|
|
70
|
+
*
|
|
71
|
+
* The <b>wj-multi-row-cell-template</b> component defines a template for a certain
|
|
72
|
+
* cell type in {@link MultiRow}. The template element must contain a <b>cellType</b> attribute that
|
|
73
|
+
* specifies the {@link wijmo.vue2.grid.CellTemplateType}. Depending on the template's cell type,
|
|
74
|
+
* the <b>wj-multi-row-cell-template</b> element must be a child
|
|
75
|
+
* of either {@link wijmo.vue2.grid.multirow.WjMultiRow}
|
|
76
|
+
* or {@link wijmo.vue2.grid.multirow.WjMultiRowCell} components.
|
|
77
|
+
*
|
|
78
|
+
* Column-specific cell templates must be contained in <b>wj-multi-row-cell</b>
|
|
79
|
+
* components, and cells that are not column-specific (like row header or top left cells)
|
|
80
|
+
* must be contained in the <b>wj-multi-row</b> component.
|
|
81
|
+
*
|
|
82
|
+
* The <b>wj-multi-row-cell-template</b> element
|
|
83
|
+
* may contain an arbitrary HTML fragment with Vue interpolation expressions and
|
|
84
|
+
* other components and directives.
|
|
85
|
+
*
|
|
86
|
+
* Bindings in HTML fragment can use scoped slot properties that store cell specific data.
|
|
87
|
+
* The properties are <b>col</b>, <b>row</b>, and <b>item</b>, which refer to the {@link MultiRowCell},
|
|
88
|
+
* {@link Row}, and <b>Row.dataItem</b> objects pertaining to the cell.
|
|
89
|
+
*
|
|
90
|
+
* For cell types like <b>Group</b> and <b>CellEdit</b>, an additional <b>value</b>
|
|
91
|
+
* property containing an unformatted cell value is provided.
|
|
92
|
+
*
|
|
93
|
+
* To reference slot properties, you can use either a new v-slot directive right on the
|
|
94
|
+
* <b>wj-multi-row-cell-template</b> element (it's available in Vue 2.6.0 or higher),
|
|
95
|
+
* or an old slot-scope directive on the <b><template></b> element nested in
|
|
96
|
+
* wj-multi-row-cell-template.
|
|
97
|
+
*
|
|
98
|
+
* For example, here is a
|
|
99
|
+
* {@link MultiRow} control with templates for row header cells and, regular
|
|
100
|
+
* and column header cells of the Country column:
|
|
101
|
+
*
|
|
102
|
+
* ```html
|
|
103
|
+
* <!-- component.html -->
|
|
104
|
+
* <wj-multi-row :itemsSource="data">
|
|
105
|
+
* <wj-multi-row-cell-template cellType="RowHeader" v-slot="cell">
|
|
106
|
+
* {{cell.row.index}}
|
|
107
|
+
* </wj-multi-row-cell-template>
|
|
108
|
+
* <wj-multi-row-cell-template cellType="RowHeaderEdit">
|
|
109
|
+
* ...
|
|
110
|
+
* </wj-multi-row-cell-template>
|
|
111
|
+
*
|
|
112
|
+
* <wj-multi-row-cell-group header="Statistics">
|
|
113
|
+
* <wj-multi-row-cell header="Country" binding="country">
|
|
114
|
+
* <wj-multi-row-cell-template cellType="ColumnHeader" v-slot="cell">
|
|
115
|
+
* <img src="resources/globe.png" />
|
|
116
|
+
* {{cell.col.header}}
|
|
117
|
+
* </wj-multi-row-cell-template>
|
|
118
|
+
* <wj-multi-row-cell-template cellType="Cell" v-slot="cell">
|
|
119
|
+
* <img :src="'resources/' + cell.item.country + '.png'" />
|
|
120
|
+
* {{cell.item.country}}
|
|
121
|
+
* </wj-multi-row-cell-template>
|
|
122
|
+
* </wj-multi-row-cell>
|
|
123
|
+
* <wj-multi-row-cell header="Sales" binding="sales"></wj-multi-row-cell>
|
|
124
|
+
* </wj-multi-row-cell-group>
|
|
125
|
+
* </wj-multi-row>
|
|
126
|
+
* ```
|
|
127
|
+
*
|
|
128
|
+
* The <b>wj-multi-row-cell-template</b> directive supports the following attributes:
|
|
129
|
+
*
|
|
130
|
+
* <dl class="dl-horizontal">
|
|
131
|
+
* <dt>cellType</dt>
|
|
132
|
+
* <dd>
|
|
133
|
+
* The <b>CellTemplateType</b> value defining the type of cell to which the template is applied.
|
|
134
|
+
* </dd>
|
|
135
|
+
* <dt>autoSizeRows</dt>
|
|
136
|
+
* <dd>
|
|
137
|
+
* Indicates whether the cell template will increase grid's default row height
|
|
138
|
+
* to accomodate cells content. Defaults to true.
|
|
139
|
+
* </dd>
|
|
140
|
+
* <dt>cellOverflow</dt>
|
|
141
|
+
* <dd>
|
|
142
|
+
* Defines the <b>style.overflow</b> property value for cells.
|
|
143
|
+
* </dd>
|
|
144
|
+
* <dt>forceFullEdit</dt>
|
|
145
|
+
* <dd>
|
|
146
|
+
* For cell edit templates, indicates whether cell editing forcibly starts in full edit mode,
|
|
147
|
+
* regardless of how the editing was initiated. In full edit mode pressing cursor keys don't finish editing.
|
|
148
|
+
* Defaults to true.
|
|
149
|
+
* </dd>
|
|
150
|
+
* </dl>
|
|
151
|
+
*
|
|
152
|
+
* The <b>cellType</b> attribute takes any of the following enumerated values:
|
|
153
|
+
*
|
|
154
|
+
* <b>Cell</b>
|
|
155
|
+
*
|
|
156
|
+
* Defines a regular (data) cell template. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component.
|
|
157
|
+
* For example, this cell template shows flags in the cells of Country column:
|
|
158
|
+
*
|
|
159
|
+
* ```html
|
|
160
|
+
* <wj-multi-row-cell header="Country" binding="country">
|
|
161
|
+
* <wj-multi-row-cell-template cellType="Cell" v-slot="cell">
|
|
162
|
+
* <img :src="'resources/' + cell.item.country + '.png'" />
|
|
163
|
+
* {{cell.item.country}}
|
|
164
|
+
* </wj-multi-row-cell-template>
|
|
165
|
+
* </wj-multi-row-cell>
|
|
166
|
+
* ```
|
|
167
|
+
*
|
|
168
|
+
* <b>CellEdit</b>
|
|
169
|
+
*
|
|
170
|
+
* Defines a template for a cell in edit mode. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component.
|
|
171
|
+
* This cell type has an additional <b>value</b> scoped slot property available for binding. It contains the
|
|
172
|
+
* original cell value before editing, and the updated value after editing.
|
|
173
|
+
*
|
|
174
|
+
* For example, here is a template that uses the Wijmo {@link InputNumber} control as an editor
|
|
175
|
+
* for the "Sales" column:
|
|
176
|
+
* ```html
|
|
177
|
+
* <wj-multi-row-cell header="Sales" binding="sales">
|
|
178
|
+
* <wj-multi-row-cell-template cellType="CellEdit">
|
|
179
|
+
* <wj-input-number v-model="cell.value" :step="1"></wj-input-number>
|
|
180
|
+
* </wj-multi-row-cell-template>
|
|
181
|
+
* </wj-multi-row-cell>
|
|
182
|
+
* ```
|
|
183
|
+
*
|
|
184
|
+
* Note that two-way binding can also be specified using the binding's <b>sync</b> modifier:
|
|
185
|
+
* ```html
|
|
186
|
+
* <wj-multi-row-cell header="Sales" binding="sales">
|
|
187
|
+
* <wj-multi-row-cell-template cellType="CellEdit">
|
|
188
|
+
* <wj-input-number value.sync="cell.value" :step="1"></wj-input-number>
|
|
189
|
+
* </wj-multi-row-cell-template>
|
|
190
|
+
* </wj-multi-row-cell>
|
|
191
|
+
* ```
|
|
192
|
+
*
|
|
193
|
+
* <b>ColumnHeader</b>
|
|
194
|
+
*
|
|
195
|
+
* Defines a template for a column header cell. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component.
|
|
196
|
+
* For example, this template adds an image to the header of the "Country" column:
|
|
197
|
+
*
|
|
198
|
+
* ```html
|
|
199
|
+
* <wj-multi-row-cell header="Country" binding="country">
|
|
200
|
+
* <wj-multi-row-cell-template cellType="ColumnHeader" v-slot="cell">
|
|
201
|
+
* <img src="resources/globe.png" />
|
|
202
|
+
* {{cell.col.header}}
|
|
203
|
+
* </wj-multi-row-cell-template>
|
|
204
|
+
* </wj-multi-row-cell>
|
|
205
|
+
* ```
|
|
206
|
+
*
|
|
207
|
+
* <b>RowHeader</b>
|
|
208
|
+
*
|
|
209
|
+
* Defines a template for a row header cell. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRow} component.
|
|
210
|
+
* For example, this template shows row indices in the row headers:
|
|
211
|
+
*
|
|
212
|
+
* ```html
|
|
213
|
+
* <wj-multi-row :itemsSource="data">
|
|
214
|
+
* <wj-multi-row-cell-template cellType="RowHeader" v-slot="cell">
|
|
215
|
+
* {{cell.row.index / cell.row.grid.rowsPerItem + 1}}
|
|
216
|
+
* </wj-multi-row-cell-template>
|
|
217
|
+
* </wj-multi-row>
|
|
218
|
+
* ```
|
|
219
|
+
*
|
|
220
|
+
* Note that this template is applied to a row header cell, even if it is in a row that is
|
|
221
|
+
* in edit mode. In order to provide an edit-mode version of a row header cell with alternate
|
|
222
|
+
* content, define the <b>RowHeaderEdit</b> template.
|
|
223
|
+
*
|
|
224
|
+
* <b>RowHeaderEdit</b>
|
|
225
|
+
*
|
|
226
|
+
* Defines a template for a row header cell in edit mode. Must be a child of the
|
|
227
|
+
* {@link wijmo.vue2.grid.multirow.WjMultiRow} component. For example, this template shows dots in the header
|
|
228
|
+
* of rows being edited:
|
|
229
|
+
*
|
|
230
|
+
* ```html
|
|
231
|
+
* <wj-multi-row :itemsSource="data">
|
|
232
|
+
* <wj-multi-row-cell-template cellType="RowHeaderEdit">
|
|
233
|
+
* ...
|
|
234
|
+
* </wj-multi-row-cell-template>
|
|
235
|
+
* </wj-multi-row>
|
|
236
|
+
* ```
|
|
237
|
+
*
|
|
238
|
+
* Use the following <b>RowHeaderEdit</b> template to add the standard edit-mode indicator to cells where the <b>RowHeader</b> template
|
|
239
|
+
* applies:
|
|
240
|
+
*
|
|
241
|
+
* ```html
|
|
242
|
+
* <wj-multi-row :itemsSource="data">
|
|
243
|
+
* <wj-multi-row-cell-template cellType="RowHeaderEdit">
|
|
244
|
+
* ✎︎
|
|
245
|
+
* </wj-multi-row-cell-template>
|
|
246
|
+
* </wj-multi-row>
|
|
247
|
+
* ```
|
|
248
|
+
*
|
|
249
|
+
* <b>TopLeft</b>
|
|
250
|
+
*
|
|
251
|
+
* Defines a template for the top left cell. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRow} component.
|
|
252
|
+
* For example, this template shows a down/right glyph in the top-left cell of the grid:
|
|
253
|
+
*
|
|
254
|
+
* ```html
|
|
255
|
+
* <wj-multi-row :itemsSource="data">
|
|
256
|
+
* <wj-multi-row-cell-template cellType="TopLeft">
|
|
257
|
+
* <span class="wj-glyph-down-right"></span>
|
|
258
|
+
* </wj-multi-row-cell-template>
|
|
259
|
+
* </wj-multi-row>
|
|
260
|
+
* ```
|
|
261
|
+
*
|
|
262
|
+
* <b>GroupHeader</b>
|
|
263
|
+
*
|
|
264
|
+
* Defines a template for a group header cell in a {@link GroupRow}. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component.
|
|
265
|
+
*
|
|
266
|
+
* The <b>row</b> scoped slot property contains an instance of the <b>GroupRow</b> class. If the grouping comes
|
|
267
|
+
* from {@link CollectionView}, the <b>item</b> scoped slot property references the {@link CollectionViewGroup} object.
|
|
268
|
+
*
|
|
269
|
+
* For example, this template uses a checkbox element as an expand/collapse toggle:
|
|
270
|
+
*
|
|
271
|
+
* ```html
|
|
272
|
+
* <wj-multi-row-cell header="Country" binding="country">
|
|
273
|
+
* <wj-multi-row-cell-template cellType="GroupHeader" v-slot="cell">
|
|
274
|
+
* <input type="checkbox" v-model="cell.row.isCollapsed"/>
|
|
275
|
+
* {{cell.item.name}} ({{cell.item.items.length}} items)
|
|
276
|
+
* </wj-multi-row-cell-template>
|
|
277
|
+
* </wj-multi-row-cell>
|
|
278
|
+
* ```
|
|
279
|
+
*
|
|
280
|
+
* <b>Group</b>
|
|
281
|
+
*
|
|
282
|
+
* Defines a template for a regular cell (not a group header) in a {@link GroupRow}. Must be a child of the
|
|
283
|
+
* {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component. This cell type has an additional <b>value</b> scoped
|
|
284
|
+
* slot property available for
|
|
285
|
+
* binding. In cases where columns have the <b>aggregate</b> property specified, it contains the unformatted
|
|
286
|
+
* aggregate value.
|
|
287
|
+
*
|
|
288
|
+
* For example, this template shows aggregate's value and kind for group row cells in the "Sales"
|
|
289
|
+
* column:
|
|
290
|
+
*
|
|
291
|
+
* ```html
|
|
292
|
+
* <wj-multi-row-cell header="Sales" binding="sales" aggregate="Avg">
|
|
293
|
+
* <wj-multi-row-cell-template cellType="Group" v-slot="cell">
|
|
294
|
+
* Average: {{formatNumber(cell.value, 'N0')}}
|
|
295
|
+
* </wj-multi-row-cell-template>
|
|
296
|
+
* </wj-multi-row-cell>
|
|
297
|
+
* ```
|
|
298
|
+
*
|
|
299
|
+
* <b>NewCellTemplate</b>
|
|
300
|
+
*
|
|
301
|
+
* Defines a cell in a new row template. Must be a child of the {@link wijmo.vue2.grid.multirow.WjMultiRowCell} component.
|
|
302
|
+
* Note that the <b>cell.item</b> property is undefined for this type of a cell.
|
|
303
|
+
* For example, this cell template shows a placeholder in the Date column's cell in the "new row" item:
|
|
304
|
+
*
|
|
305
|
+
* ```html
|
|
306
|
+
* <wj-multi-row-cell header="'Date'" binding="'date'">
|
|
307
|
+
* <wj-multi-row-cell-template cellType="NewCellTemplate">
|
|
308
|
+
* Enter a date here
|
|
309
|
+
* </wj-multi-row-cell-template>
|
|
310
|
+
* </wj-multi-row-cell>
|
|
311
|
+
* ```
|
|
312
|
+
*/
|
|
313
313
|
export declare var WjMultiRowCellTemplate: any;
|
|
314
314
|
export declare function registerGridMultirow(app: any): void;
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.vue2.grid.multirow",
|
|
3
|
-
"version": "5.20261.45-nightly.
|
|
3
|
+
"version": "5.20261.45-nightly.d20260105.t014601",
|
|
4
4
|
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
|
5
5
|
"author": "MESCIUS inc",
|
|
6
6
|
"license": "Commercial",
|
|
7
7
|
"main": "./index.js",
|
|
8
8
|
"types": "./index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@mescius/wijmo": "5.20261.45-nightly.
|
|
11
|
-
"@mescius/wijmo.grid.multirow": "5.20261.45-nightly.
|
|
12
|
-
"@mescius/wijmo.grid": "5.20261.45-nightly.
|
|
13
|
-
"@mescius/wijmo.vue2.base": "5.20261.45-nightly.
|
|
10
|
+
"@mescius/wijmo": "5.20261.45-nightly.d20260105.t014601",
|
|
11
|
+
"@mescius/wijmo.grid.multirow": "5.20261.45-nightly.d20260105.t014601",
|
|
12
|
+
"@mescius/wijmo.grid": "5.20261.45-nightly.d20260105.t014601",
|
|
13
|
+
"@mescius/wijmo.vue2.base": "5.20261.45-nightly.d20260105.t014601"
|
|
14
14
|
},
|
|
15
15
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
16
16
|
"bugs": {
|