Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/23_2' into new-navigation-tree…
Browse files Browse the repository at this point in the history
…-23.2
  • Loading branch information
vladaskorohodova committed Sep 11, 2023
2 parents fe201de + e0f42e3 commit b81b206
Show file tree
Hide file tree
Showing 18 changed files with 95 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: dxCalendar.Options.value
type: Date | Number | String
type: Date | Number | String | Array<Date, Number, String>
default: null
---
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The UI component's instance.
##### field(e.model): any
Model data. Available only if you use Knockout.

##### field(e.cancel): Promise<void>
##### field(e.cancel): Boolean | Promise<Boolean> | Promise<void>
**true**, a Promise resolved with **true**, or a rejected Promise stops row insertion.
**false** or a Promise resolved with **false** or **undefined** continues row insertion.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The UI component's instance.
##### field(e.model): any
Model data. Available only if you use Knockout.

##### field(e.cancel): Boolean | Promise<void>
##### field(e.cancel): Boolean | Promise<Boolean> | Promise<void>
**true**, a Promise resolved with **true**, or a rejected Promise stops row removal.
**false** or a Promise resolved with **false** or **undefined** continues row removal.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The UI component's instance.
##### field(e.model): any
Model data. Available only if you use Knockout.

##### field(e.cancel): Boolean | Promise<void>
##### field(e.cancel): Boolean | Promise<Boolean> | Promise<void>
**true**, a Promise resolved with **true**, or a rejected Promise stops row updating.
**false** or a Promise resolved with **false** or **undefined** continues row updating.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxTabPanel.Options.iconPosition
type: Enums.TabsIconPosition
default: 'start'
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxTabPanel.Options.stylingMode
type: Enums.TabsStyle
default: 'primary'
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: dxTabs.Options.iconPosition
type: Enums.IconPosition
type: Enums.TabsIconPosition
default: 'start'
---
---
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxTabs.Options.stylingMode
type: Enums.TabsStyle
default: 'primary'
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The UI component's instance.
##### field(e.model): any
Model data. Available only if you use Knockout.

##### field(e.cancel): Promise<void>
##### field(e.cancel): Boolean | Promise<Boolean> | Promise<void>
**true**, a Promise resolved with **true**, or a rejected Promise stops row insertion.
**false** or a Promise resolved with **false** or **undefined** continues row insertion.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The UI component's instance.
##### field(e.model): any
Model data. Available only if you use Knockout.

##### field(e.cancel): Boolean | Promise<void>
##### field(e.cancel): Boolean | Promise<Boolean> | Promise<void>
**true**, a Promise resolved with **true**, or a rejected Promise stops row removal.
**false** or a Promise resolved with **false** or **undefined** continues row removal.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The UI component's instance.
##### field(e.model): any
Model data. Available only if you use Knockout.

##### field(e.cancel): Boolean | Promise<void>
##### field(e.cancel): Boolean | Promise<Boolean> | Promise<void>
**true**, a Promise resolved with **true**, or a rejected Promise stops row updating.
**false** or a Promise resolved with **false** or **undefined** continues row updating.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: RowInsertingInfo.cancel
type: Promise<void>
type: Boolean | Promise<Boolean> | Promise<void>
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: RowRemovingInfo.cancel
type: Boolean | Promise<void>
type: Boolean | Promise<Boolean> | Promise<void>
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: RowUpdatingInfo.cancel
type: Boolean | Promise<void>
type: Boolean | Promise<Boolean> | Promise<void>
---
---
##### shortDescription
Expand Down
14 changes: 14 additions & 0 deletions api-reference/_hidden/Enums/TabsIconPosition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
id: Enums.TabsIconPosition
acceptValues: 'top' | 'end' | 'bottom' | 'start'
type: Union
---
---
##### shortDescription
<!-- Description goes here -->

---
<!--
dxTabPanelOptions.iconPosition(/api-reference/10 UI Components/dxTabPanel/1 Configuration/iconPosition.md)(common.d.ts)
dxTabsOptions.iconPosition(/api-reference/10 UI Components/dxTabs/1 Configuration/iconPosition.md)(common.d.ts)
-->
14 changes: 14 additions & 0 deletions api-reference/_hidden/Enums/TabsStyle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
id: Enums.TabsStyle
acceptValues: 'primary' | 'secondary'
type: Union
---
---
##### shortDescription
<!-- Description goes here -->

---
<!--
dxTabPanelOptions.stylingMode(/api-reference/10 UI Components/dxTabPanel/1 Configuration/stylingMode.md)(common.d.ts)
dxTabsOptions.stylingMode(/api-reference/10 UI Components/dxTabs/1 Configuration/stylingMode.md)(common.d.ts)
-->
8 changes: 8 additions & 0 deletions applications/Icons/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
"exportxlsx",
"exportpdf",
"exportselected",
"orders-box",
"warning",
"task-helpneeded",
"more",
"square",
"clearsquare",
Expand Down Expand Up @@ -158,6 +160,7 @@
"mention",
"variable",
"clearformat",
"account-box",
"fullscreen",
"hierarchy",
"docfile",
Expand Down Expand Up @@ -222,6 +225,11 @@
"imgarunlock",
"bell",
"sun",
"task-complete",
"task-rejected",
"task-inprogress",
"task-stop",
"clear-circle",
"photooutline",
"panelright",
"panelleft",
Expand Down
18 changes: 15 additions & 3 deletions metadata/syntax-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -17236,6 +17236,9 @@
"dxTabPanelOptions.hoverStateEnabled": {
"vue": "hover-state-enabled"
},
"dxTabPanelOptions.iconPosition": {
"vue": "icon-position"
},
"dxTabPanelOptions.items": {
"angular": "dxi-item",
"react": "Item",
Expand Down Expand Up @@ -17292,6 +17295,9 @@
"dxTabPanelOptions.showNavButtons": {
"vue": "show-nav-buttons"
},
"dxTabPanelOptions.stylingMode": {
"vue": "styling-mode"
},
"dxTabPanelOptions.swipeEnabled": {
"vue": "swipe-enabled"
},
Expand Down Expand Up @@ -17370,6 +17376,9 @@
"dxTabsOptions.showNavButtons": {
"vue": "show-nav-buttons"
},
"dxTabsOptions.stylingMode": {
"vue": "styling-mode"
},
"dxTagBox": {
"angular": "dx-tag-box",
"react": "TagBox",
Expand Down Expand Up @@ -19418,9 +19427,6 @@
"enums.HtmlEditorPredefinedToolbarItem": {
"vue": "html-editor-predefined-toolbar-item"
},
"enums.IconPosition": {
"vue": "icon-position"
},
"enums.ItemDeleteMode": {
"vue": "item-delete-mode"
},
Expand Down Expand Up @@ -19655,6 +19661,12 @@
"enums.SummaryType": {
"vue": "summary-type"
},
"enums.TabsIconPosition": {
"vue": "tabs-icon-position"
},
"enums.TabsStyle": {
"vue": "tabs-style"
},
"enums.TextBoxPredefinedButton": {
"vue": "text-box-predefined-button"
},
Expand Down

0 comments on commit b81b206

Please sign in to comment.