@wcardinal/wcardinal-ui 0.387.0 → 0.389.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/dist/types/wcardinal/ui/d-dialog-select.d.ts +14 -6
- package/dist/types/wcardinal/ui/index.d.ts +0 -2
- package/dist/types/wcardinal/ui/shape/e-shape-points-formatter-datum.d.ts +5 -0
- package/dist/types/wcardinal/ui/shape/e-shape-points-formatters.d.ts +3 -4
- package/dist/types/wcardinal/ui/shape/index.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-select.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-select.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/index-en-us.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/index-ja-jp.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/index-zz-zz.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-en-us.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-ja-jp.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-zz-zz.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-dialog-select.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-select.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-select.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/index-en-us.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/index-ja-jp.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/index-zz-zz.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-en-us.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-ja-jp.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-zz-zz.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.d.ts +1 -0
- package/dist/wcardinal/ui/d-dialog-select.js +77 -97
- package/dist/wcardinal/ui/d-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/index.js +0 -2
- package/dist/wcardinal/ui/index.js.map +1 -1
- package/dist/wcardinal/ui/{d-dialog-select-search-dismissable.js → shape/e-shape-points-formatter-datum.js} +1 -1
- package/dist/wcardinal/ui/shape/e-shape-points-formatter-datum.js.map +1 -0
- package/dist/wcardinal/ui/shape/e-shape-points-formatters.js +3 -1
- package/dist/wcardinal/ui/shape/e-shape-points-formatters.js.map +1 -1
- package/dist/wcardinal/ui/shape/index.js +1 -0
- package/dist/wcardinal/ui/shape/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.js +7 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/index-en-us.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index-ja-jp.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index-zz-zz.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-en-us.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-zz-zz.js +0 -1
- package/dist/wcardinal/ui/theme/dark/load/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js +2 -2
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/{load-theme-dark-diagram.js → load-theme-dark-en-us-diagram.js} +4 -2
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js +2 -2
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.js +16 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.js +7 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/index-en-us.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index-ja-jp.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index-zz-zz.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-en-us.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-zz-zz.js +0 -1
- package/dist/wcardinal/ui/theme/white/load/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js +2 -2
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/{load-theme-white-diagram.js → load-theme-white-en-us-diagram.js} +4 -2
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js +2 -2
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.js +16 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal-ui-theme-dark-en-us.js +197 -161
- package/dist/wcardinal-ui-theme-dark-en-us.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark-en-us.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark-ja-jp.js +197 -161
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +197 -161
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.js +193 -157
- package/dist/wcardinal-ui-theme-white-en-us.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white-ja-jp.js +193 -157
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white.js +193 -157
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui.cjs.js +537 -469
- package/dist/wcardinal-ui.js +79 -157
- package/dist/wcardinal-ui.min.js +2 -2
- package/dist/wcardinal-ui.min.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/wcardinal/ui/d-dialog-select-search-dismissable-impl.d.ts +0 -14
- package/dist/types/wcardinal/ui/d-dialog-select-search-dismissable.d.ts +0 -11
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-diagram.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-diagram.d.ts +0 -1
- package/dist/wcardinal/ui/d-dialog-select-search-dismissable-impl.js +0 -61
- package/dist/wcardinal/ui/d-dialog-select-search-dismissable-impl.js.map +0 -1
- package/dist/wcardinal/ui/d-dialog-select-search-dismissable.js.map +0 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-diagram.js.map +0 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-diagram.js.map +0 -1
|
@@ -10,9 +10,9 @@ import { DListDataSelection } from "./d-list-data-selection";
|
|
|
10
10
|
import { DNote, DNoteOptions } from "./d-note";
|
|
11
11
|
import { DOnOptions } from "./d-on-options";
|
|
12
12
|
import { DDialogSelectSearch } from "./d-dialog-select-search";
|
|
13
|
-
import { DDialogSelectSearhDismissableOptions } from "./d-dialog-select-search-dismissable";
|
|
14
13
|
import { DSelect, DSelectOptions } from "./d-select";
|
|
15
14
|
import { DDialogSelectSearchFunction } from "./d-dialog-select-search-function";
|
|
15
|
+
import { DButton, DButtonOptions } from "./d-button";
|
|
16
16
|
export interface DDialogSelectInputOpitons extends DInputSearchOptions {
|
|
17
17
|
margin?: number;
|
|
18
18
|
}
|
|
@@ -61,13 +61,19 @@ export interface DDialogSelectCategoryOptions<VALUE, CATEGORY_ID> extends DSelec
|
|
|
61
61
|
*/
|
|
62
62
|
export interface DDialogSelectOnOptions<VALUE, EMITTER> extends Partial<DDialogSelectEvents<VALUE, EMITTER>>, DOnOptions {
|
|
63
63
|
}
|
|
64
|
+
/**
|
|
65
|
+
* {@link DDialogSelect} "dismiss" options.
|
|
66
|
+
*/
|
|
67
|
+
export interface DDialogSelectDismissableOptions extends DButtonOptions<string> {
|
|
68
|
+
enabled?: boolean;
|
|
69
|
+
}
|
|
64
70
|
/**
|
|
65
71
|
* {@link DDialogSelect} options.
|
|
66
72
|
*/
|
|
67
73
|
export interface DDialogSelectOptions<VALUE, CATEGORY_ID = unknown, THEME extends DThemeDialogSelect<VALUE, CATEGORY_ID> = DThemeDialogSelect<VALUE, CATEGORY_ID>, EMITTER = any> extends DDialogLayeredOptions<VALUE, THEME> {
|
|
68
74
|
controller?: DDialogSelectController<VALUE, CATEGORY_ID>;
|
|
69
75
|
category?: DDialogSelectCategoryOptions<VALUE, CATEGORY_ID>;
|
|
70
|
-
dismiss?:
|
|
76
|
+
dismiss?: DDialogSelectDismissableOptions;
|
|
71
77
|
input?: DDialogSelectInputOpitons;
|
|
72
78
|
list?: DListOptions<VALUE>;
|
|
73
79
|
note?: DDialogSelectNoteOptions;
|
|
@@ -78,13 +84,13 @@ export interface DDialogSelectOptions<VALUE, CATEGORY_ID = unknown, THEME extend
|
|
|
78
84
|
*/
|
|
79
85
|
export interface DThemeDialogSelect<VALUE = unknown, CATEGORY_ID = unknown> extends DThemeDialogLayered {
|
|
80
86
|
getInputMargin(): number;
|
|
87
|
+
isDismissable(): boolean;
|
|
88
|
+
getDismissLabel(): string;
|
|
81
89
|
isCategoryDismissable(): boolean;
|
|
82
90
|
getCategoryDismissLabel(): string;
|
|
83
91
|
}
|
|
84
92
|
export declare class DDialogSelect<VALUE = unknown, CATEGORY_ID = unknown, THEME extends DThemeDialogSelect<VALUE, CATEGORY_ID> = DThemeDialogSelect<VALUE, CATEGORY_ID>, OPTIONS extends DDialogSelectOptions<VALUE, CATEGORY_ID, THEME> = DDialogSelectOptions<VALUE, CATEGORY_ID, THEME>> extends DDialogLayered<VALUE | null, THEME, OPTIONS> {
|
|
85
93
|
protected _value: VALUE | null;
|
|
86
|
-
protected _spaceLeft?: DLayoutSpace;
|
|
87
|
-
protected _spaceRight?: DLayoutSpace;
|
|
88
94
|
protected _selectCategory?: DSelect<CATEGORY_ID | null>;
|
|
89
95
|
protected _isCategoryFetched?: boolean;
|
|
90
96
|
protected _categories: DDialogSelectCategory<CATEGORY_ID>[];
|
|
@@ -95,12 +101,11 @@ export declare class DDialogSelect<VALUE = unknown, CATEGORY_ID = unknown, THEME
|
|
|
95
101
|
protected _noteError?: DNote | null;
|
|
96
102
|
protected _noteNoItemsFound?: DNote | null;
|
|
97
103
|
protected _noteSearching?: DNote | null;
|
|
104
|
+
protected _buttonDismiss?: DButton<string> | null;
|
|
98
105
|
constructor(options?: OPTIONS);
|
|
99
106
|
protected newContentChildren(theme: THEME, options?: OPTIONS): Array<DisplayObject | null>;
|
|
100
107
|
protected get inputLayout(): DLayoutHorizontal;
|
|
101
108
|
protected newInputLayout(): DLayoutHorizontal;
|
|
102
|
-
protected get spaceLeft(): DLayoutSpace;
|
|
103
|
-
protected get spaceRight(): DLayoutSpace;
|
|
104
109
|
protected newSpace(): DLayoutSpace;
|
|
105
110
|
protected get selectCategory(): DSelect<CATEGORY_ID | null>;
|
|
106
111
|
protected newSelectCategory(): DSelect<CATEGORY_ID | null>;
|
|
@@ -124,6 +129,9 @@ export declare class DDialogSelect<VALUE = unknown, CATEGORY_ID = unknown, THEME
|
|
|
124
129
|
protected toNoteOptions(parent: DBase, options?: DNoteOptions): DNoteOptions;
|
|
125
130
|
protected get search(): DDialogSelectSearch<VALUE, CATEGORY_ID>;
|
|
126
131
|
protected newSearch(): DDialogSelectSearch<VALUE, CATEGORY_ID>;
|
|
132
|
+
protected get buttonDismiss(): DButton<string> | null;
|
|
133
|
+
protected newButtonDismiss(): DButton<string> | null;
|
|
134
|
+
protected toButtonDismissOptions(options?: OPTIONS): DDialogSelectDismissableOptions;
|
|
127
135
|
get value(): VALUE | null;
|
|
128
136
|
protected onSearched(results: VALUE[]): void;
|
|
129
137
|
protected getResolvedValue(): VALUE | null | PromiseLike<VALUE | null>;
|
|
@@ -293,8 +293,6 @@ export * from "./d-dialog-save-as";
|
|
|
293
293
|
export * from "./d-dialog-select-list-item-updater";
|
|
294
294
|
export * from "./d-dialog-select-list-item";
|
|
295
295
|
export * from "./d-dialog-select-list";
|
|
296
|
-
export * from "./d-dialog-select-search-dismissable-impl";
|
|
297
|
-
export * from "./d-dialog-select-search-dismissable";
|
|
298
296
|
export * from "./d-dialog-select-search-function";
|
|
299
297
|
export * from "./d-dialog-select-search-impl";
|
|
300
298
|
export * from "./d-dialog-select-search";
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EShapePointsFormatterDatum } from "./e-shape-points-formatter-datum";
|
|
2
2
|
import { EShapePointsStyle } from "./e-shape-points-style";
|
|
3
|
-
export interface
|
|
4
|
-
|
|
5
|
-
formatter: EShapePointsFormatter;
|
|
3
|
+
export interface EThemeShapePointsFormatter {
|
|
4
|
+
getCurveLabel(): string;
|
|
6
5
|
}
|
|
7
6
|
export declare class EShapePointsFormatters {
|
|
8
7
|
private static data?;
|
|
@@ -66,6 +66,7 @@ export * from "./e-shape-layout";
|
|
|
66
66
|
export * from "./e-shape-points-formatted";
|
|
67
67
|
export * from "./e-shape-points-formatter-curve";
|
|
68
68
|
export * from "./e-shape-points-formatter";
|
|
69
|
+
export * from "./e-shape-points-formatter-datum";
|
|
69
70
|
export * from "./e-shape-points-formatters";
|
|
70
71
|
export * from "./e-shape-points-marker-base";
|
|
71
72
|
export * from "./e-shape-points-marker-container-impl-noop";
|
|
@@ -6,6 +6,8 @@ export declare abstract class DThemeDarkDialogSelect<VALUE> extends DThemeDarkDi
|
|
|
6
6
|
getWidth(): DCoordinateSize;
|
|
7
7
|
getFooter(): DDialogLayeredFooterOptions | undefined | null;
|
|
8
8
|
getInputMargin(): number;
|
|
9
|
+
isDismissable(): boolean;
|
|
10
|
+
abstract getDismissLabel(): string;
|
|
9
11
|
isCategoryDismissable(): boolean;
|
|
10
12
|
abstract getCategoryDismissLabel(): string;
|
|
11
13
|
}
|
|
@@ -19,3 +19,4 @@ export * from "./d-theme-dark-en-us-picker-color";
|
|
|
19
19
|
export * from "./d-theme-dark-en-us-picker-date";
|
|
20
20
|
export * from "./d-theme-dark-en-us-picker-datetime";
|
|
21
21
|
export * from "./d-theme-dark-en-us-picker-time";
|
|
22
|
+
export * from "./e-theme-dark-en-us-shape-points-formatter";
|
|
@@ -19,3 +19,4 @@ export * from "./d-theme-dark-ja-jp-picker-color";
|
|
|
19
19
|
export * from "./d-theme-dark-ja-jp-picker-date";
|
|
20
20
|
export * from "./d-theme-dark-ja-jp-picker-datetime";
|
|
21
21
|
export * from "./d-theme-dark-ja-jp-picker-time";
|
|
22
|
+
export * from "./e-theme-dark-ja-jp-shape-points-formatter";
|
|
@@ -229,4 +229,5 @@ export * from "./d-theme-dark-tree";
|
|
|
229
229
|
export * from "./d-theme-dark-view";
|
|
230
230
|
export * from "./d-theme-dark";
|
|
231
231
|
export * from "./e-theme-dark-shape-action-value";
|
|
232
|
+
export * from "./e-theme-dark-shape-points-formatter";
|
|
232
233
|
export * from "./e-theme-dark-shape";
|
|
@@ -8,6 +8,7 @@ export * from "./load-theme-dark-en-us-button-datetime";
|
|
|
8
8
|
export * from "./load-theme-dark-en-us-button-select";
|
|
9
9
|
export * from "./load-theme-dark-en-us-button-time";
|
|
10
10
|
export * from "./load-theme-dark-en-us-diagram-editor";
|
|
11
|
+
export * from "./load-theme-dark-en-us-diagram";
|
|
11
12
|
export * from "./load-theme-dark-en-us-dialog-all";
|
|
12
13
|
export * from "./load-theme-dark-en-us-dialog-color-gradient";
|
|
13
14
|
export * from "./load-theme-dark-en-us-dialog-color";
|
|
@@ -31,4 +32,5 @@ export * from "./load-theme-dark-en-us-picker-color";
|
|
|
31
32
|
export * from "./load-theme-dark-en-us-picker-date";
|
|
32
33
|
export * from "./load-theme-dark-en-us-picker-datetime";
|
|
33
34
|
export * from "./load-theme-dark-en-us-picker-time";
|
|
35
|
+
export * from "./load-theme-dark-en-us-shape-points-formatter";
|
|
34
36
|
export * from "./load-theme-dark-en-us-table";
|
|
@@ -8,6 +8,7 @@ export * from "./load-theme-dark-ja-jp-button-datetime";
|
|
|
8
8
|
export * from "./load-theme-dark-ja-jp-button-select";
|
|
9
9
|
export * from "./load-theme-dark-ja-jp-button-time";
|
|
10
10
|
export * from "./load-theme-dark-ja-jp-diagram-editor";
|
|
11
|
+
export * from "./load-theme-dark-ja-jp-diagram";
|
|
11
12
|
export * from "./load-theme-dark-ja-jp-dialog-all";
|
|
12
13
|
export * from "./load-theme-dark-ja-jp-dialog-color-gradient";
|
|
13
14
|
export * from "./load-theme-dark-ja-jp-dialog-color";
|
|
@@ -31,4 +32,5 @@ export * from "./load-theme-dark-ja-jp-picker-color";
|
|
|
31
32
|
export * from "./load-theme-dark-ja-jp-picker-date";
|
|
32
33
|
export * from "./load-theme-dark-ja-jp-picker-datetime";
|
|
33
34
|
export * from "./load-theme-dark-ja-jp-picker-time";
|
|
35
|
+
export * from "./load-theme-dark-ja-jp-shape-points-formatter";
|
|
34
36
|
export * from "./load-theme-dark-ja-jp-table";
|
|
@@ -14,7 +14,6 @@ export * from "./load-theme-dark-button";
|
|
|
14
14
|
export * from "./load-theme-dark-canvas-container";
|
|
15
15
|
export * from "./load-theme-dark-chart";
|
|
16
16
|
export * from "./load-theme-dark-color";
|
|
17
|
-
export * from "./load-theme-dark-diagram";
|
|
18
17
|
export * from "./load-theme-dark-dialog-fitted";
|
|
19
18
|
export * from "./load-theme-dark-dialog-input-boolean";
|
|
20
19
|
export * from "./load-theme-dark-dialog-input-integer";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadThemeDarkEnUsDiagram: () => void;
|
package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadThemeDarkEnUsShapePointsFormatter: () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadThemeDarkJaJpDiagram: () => void;
|
package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadThemeDarkJaJpShapePointsFormatter: () => void;
|
|
@@ -6,6 +6,8 @@ export declare abstract class DThemeWhiteDialogSelect<VALUE> extends DThemeWhite
|
|
|
6
6
|
getWidth(): DCoordinateSize;
|
|
7
7
|
getFooter(): DDialogLayeredFooterOptions | undefined | null;
|
|
8
8
|
getInputMargin(): number;
|
|
9
|
+
isDismissable(): boolean;
|
|
10
|
+
abstract getDismissLabel(): string;
|
|
9
11
|
isCategoryDismissable(): boolean;
|
|
10
12
|
abstract getCategoryDismissLabel(): string;
|
|
11
13
|
}
|
|
@@ -19,3 +19,4 @@ export * from "./d-theme-white-en-us-picker-color";
|
|
|
19
19
|
export * from "./d-theme-white-en-us-picker-date";
|
|
20
20
|
export * from "./d-theme-white-en-us-picker-datetime";
|
|
21
21
|
export * from "./d-theme-white-en-us-picker-time";
|
|
22
|
+
export * from "./e-theme-white-en-us-shape-points-formatter";
|
|
@@ -19,3 +19,4 @@ export * from "./d-theme-white-ja-jp-picker-color";
|
|
|
19
19
|
export * from "./d-theme-white-ja-jp-picker-date";
|
|
20
20
|
export * from "./d-theme-white-ja-jp-picker-datetime";
|
|
21
21
|
export * from "./d-theme-white-ja-jp-picker-time";
|
|
22
|
+
export * from "./e-theme-white-ja-jp-shape-points-formatter";
|
|
@@ -229,4 +229,5 @@ export * from "./d-theme-white-tree";
|
|
|
229
229
|
export * from "./d-theme-white-view";
|
|
230
230
|
export * from "./d-theme-white";
|
|
231
231
|
export * from "./e-theme-white-shape-action-value";
|
|
232
|
+
export * from "./e-theme-white-shape-points-formatter";
|
|
232
233
|
export * from "./e-theme-white-shape";
|
|
@@ -8,6 +8,7 @@ export * from "./load-theme-white-en-us-button-datetime";
|
|
|
8
8
|
export * from "./load-theme-white-en-us-button-select";
|
|
9
9
|
export * from "./load-theme-white-en-us-button-time";
|
|
10
10
|
export * from "./load-theme-white-en-us-diagram-editor";
|
|
11
|
+
export * from "./load-theme-white-en-us-diagram";
|
|
11
12
|
export * from "./load-theme-white-en-us-dialog-all";
|
|
12
13
|
export * from "./load-theme-white-en-us-dialog-color-gradient";
|
|
13
14
|
export * from "./load-theme-white-en-us-dialog-color";
|
|
@@ -31,4 +32,5 @@ export * from "./load-theme-white-en-us-picker-color";
|
|
|
31
32
|
export * from "./load-theme-white-en-us-picker-date";
|
|
32
33
|
export * from "./load-theme-white-en-us-picker-datetime";
|
|
33
34
|
export * from "./load-theme-white-en-us-picker-time";
|
|
35
|
+
export * from "./load-theme-white-en-us-shape-points-formatter";
|
|
34
36
|
export * from "./load-theme-white-en-us-table";
|
|
@@ -8,6 +8,7 @@ export * from "./load-theme-white-ja-jp-button-datetime";
|
|
|
8
8
|
export * from "./load-theme-white-ja-jp-button-select";
|
|
9
9
|
export * from "./load-theme-white-ja-jp-button-time";
|
|
10
10
|
export * from "./load-theme-white-ja-jp-diagram-editor";
|
|
11
|
+
export * from "./load-theme-white-ja-jp-diagram";
|
|
11
12
|
export * from "./load-theme-white-ja-jp-dialog-all";
|
|
12
13
|
export * from "./load-theme-white-ja-jp-dialog-color-gradient";
|
|
13
14
|
export * from "./load-theme-white-ja-jp-dialog-color";
|
|
@@ -31,4 +32,5 @@ export * from "./load-theme-white-ja-jp-picker-color";
|
|
|
31
32
|
export * from "./load-theme-white-ja-jp-picker-date";
|
|
32
33
|
export * from "./load-theme-white-ja-jp-picker-datetime";
|
|
33
34
|
export * from "./load-theme-white-ja-jp-picker-time";
|
|
35
|
+
export * from "./load-theme-white-ja-jp-shape-points-formatter";
|
|
34
36
|
export * from "./load-theme-white-ja-jp-table";
|
|
@@ -14,7 +14,6 @@ export * from "./load-theme-white-button";
|
|
|
14
14
|
export * from "./load-theme-white-canvas-container";
|
|
15
15
|
export * from "./load-theme-white-chart";
|
|
16
16
|
export * from "./load-theme-white-color";
|
|
17
|
-
export * from "./load-theme-white-diagram";
|
|
18
17
|
export * from "./load-theme-white-dialog-fitted";
|
|
19
18
|
export * from "./load-theme-white-dialog-input-boolean";
|
|
20
19
|
export * from "./load-theme-white-dialog-input-integer";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadThemeWhiteEnUsDiagram: () => void;
|
package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadThemeWhiteEnUsShapePointsFormatter: () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadThemeWhiteJaJpDiagram: () => void;
|
package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadThemeWhiteJaJpShapePointsFormatter: () => void;
|
|
@@ -13,9 +13,9 @@ import { DNoteSmallError } from "./d-note-small-error";
|
|
|
13
13
|
import { DNoteSmallNoItemsFound } from "./d-note-small-no-items-found";
|
|
14
14
|
import { DNoteSmallSearching } from "./d-note-small-searching";
|
|
15
15
|
import { UtilTransition } from "./util/util-transition";
|
|
16
|
-
import { DDialogSelectSearhDismissableImpl } from "./d-dialog-select-search-dismissable-impl";
|
|
17
16
|
import { DSelect } from "./d-select";
|
|
18
17
|
import { DMenu } from "./d-menu";
|
|
18
|
+
import { DButton } from "./d-button";
|
|
19
19
|
var DDialogSelect = /** @class */ (function (_super) {
|
|
20
20
|
__extends(DDialogSelect, _super);
|
|
21
21
|
function DDialogSelect(options) {
|
|
@@ -57,17 +57,13 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
57
57
|
}
|
|
58
58
|
DDialogSelect.prototype.newContentChildren = function (theme, options) {
|
|
59
59
|
var result = _super.prototype.newContentChildren.call(this, theme, options);
|
|
60
|
-
result.push(this.inputLayout, this.list);
|
|
60
|
+
result.push(this.inputLayout, this.list, this.buttonDismiss);
|
|
61
61
|
return result;
|
|
62
62
|
};
|
|
63
63
|
Object.defineProperty(DDialogSelect.prototype, "inputLayout", {
|
|
64
64
|
get: function () {
|
|
65
|
-
var
|
|
66
|
-
|
|
67
|
-
result = this.newInputLayout();
|
|
68
|
-
this._inputLayout = result;
|
|
69
|
-
}
|
|
70
|
-
return result;
|
|
65
|
+
var _a;
|
|
66
|
+
return ((_a = this._inputLayout) !== null && _a !== void 0 ? _a : (this._inputLayout = this.newInputLayout()));
|
|
71
67
|
},
|
|
72
68
|
enumerable: false,
|
|
73
69
|
configurable: true
|
|
@@ -76,33 +72,9 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76
72
|
return new DLayoutHorizontal({
|
|
77
73
|
width: "padding",
|
|
78
74
|
height: "auto",
|
|
79
|
-
children: [this.
|
|
75
|
+
children: [this.selectCategory, this.input]
|
|
80
76
|
});
|
|
81
77
|
};
|
|
82
|
-
Object.defineProperty(DDialogSelect.prototype, "spaceLeft", {
|
|
83
|
-
get: function () {
|
|
84
|
-
var result = this._spaceLeft;
|
|
85
|
-
if (result == null) {
|
|
86
|
-
result = this.newSpace();
|
|
87
|
-
this._spaceLeft = result;
|
|
88
|
-
}
|
|
89
|
-
return result;
|
|
90
|
-
},
|
|
91
|
-
enumerable: false,
|
|
92
|
-
configurable: true
|
|
93
|
-
});
|
|
94
|
-
Object.defineProperty(DDialogSelect.prototype, "spaceRight", {
|
|
95
|
-
get: function () {
|
|
96
|
-
var result = this._spaceRight;
|
|
97
|
-
if (result == null) {
|
|
98
|
-
result = this.newSpace();
|
|
99
|
-
this._spaceRight = result;
|
|
100
|
-
}
|
|
101
|
-
return result;
|
|
102
|
-
},
|
|
103
|
-
enumerable: false,
|
|
104
|
-
configurable: true
|
|
105
|
-
});
|
|
106
78
|
DDialogSelect.prototype.newSpace = function () {
|
|
107
79
|
return new DLayoutSpace({
|
|
108
80
|
width: this.toInputMargin(this.theme, this._options)
|
|
@@ -110,12 +82,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
110
82
|
};
|
|
111
83
|
Object.defineProperty(DDialogSelect.prototype, "selectCategory", {
|
|
112
84
|
get: function () {
|
|
113
|
-
var
|
|
114
|
-
|
|
115
|
-
result = this.newSelectCategory();
|
|
116
|
-
this._selectCategory = result;
|
|
117
|
-
}
|
|
118
|
-
return result;
|
|
85
|
+
var _a;
|
|
86
|
+
return ((_a = this._selectCategory) !== null && _a !== void 0 ? _a : (this._selectCategory = this.newSelectCategory()));
|
|
119
87
|
},
|
|
120
88
|
enumerable: false,
|
|
121
89
|
configurable: true
|
|
@@ -143,12 +111,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
143
111
|
};
|
|
144
112
|
Object.defineProperty(DDialogSelect.prototype, "input", {
|
|
145
113
|
get: function () {
|
|
146
|
-
var
|
|
147
|
-
|
|
148
|
-
result = this.newInput();
|
|
149
|
-
this._input = result;
|
|
150
|
-
}
|
|
151
|
-
return result;
|
|
114
|
+
var _a;
|
|
115
|
+
return ((_a = this._input) !== null && _a !== void 0 ? _a : (this._input = this.newInput()));
|
|
152
116
|
},
|
|
153
117
|
enumerable: false,
|
|
154
118
|
configurable: true
|
|
@@ -182,12 +146,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
182
146
|
};
|
|
183
147
|
Object.defineProperty(DDialogSelect.prototype, "list", {
|
|
184
148
|
get: function () {
|
|
185
|
-
var
|
|
186
|
-
|
|
187
|
-
result = this.newList();
|
|
188
|
-
this._list = result;
|
|
189
|
-
}
|
|
190
|
-
return result;
|
|
149
|
+
var _a;
|
|
150
|
+
return ((_a = this._list) !== null && _a !== void 0 ? _a : (this._list = this.newList()));
|
|
191
151
|
},
|
|
192
152
|
enumerable: false,
|
|
193
153
|
configurable: true
|
|
@@ -205,15 +165,6 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
205
165
|
if (selected == null) {
|
|
206
166
|
return;
|
|
207
167
|
}
|
|
208
|
-
var options = this._options;
|
|
209
|
-
if (options) {
|
|
210
|
-
var dismiss = options.dismiss;
|
|
211
|
-
if (dismiss) {
|
|
212
|
-
if (selected === dismiss.value) {
|
|
213
|
-
selected = null;
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
168
|
this._value = selected;
|
|
218
169
|
this.onOk(selected);
|
|
219
170
|
};
|
|
@@ -226,12 +177,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
226
177
|
};
|
|
227
178
|
Object.defineProperty(DDialogSelect.prototype, "noteError", {
|
|
228
179
|
get: function () {
|
|
229
|
-
var
|
|
230
|
-
|
|
231
|
-
result = this.newNoteError();
|
|
232
|
-
this._noteError = result;
|
|
233
|
-
}
|
|
234
|
-
return result;
|
|
180
|
+
var _a;
|
|
181
|
+
return ((_a = this._noteError) !== null && _a !== void 0 ? _a : (this._noteError = this.newNoteError()));
|
|
235
182
|
},
|
|
236
183
|
enumerable: false,
|
|
237
184
|
configurable: true
|
|
@@ -246,12 +193,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
246
193
|
};
|
|
247
194
|
Object.defineProperty(DDialogSelect.prototype, "noteNoItemsFound", {
|
|
248
195
|
get: function () {
|
|
249
|
-
var
|
|
250
|
-
|
|
251
|
-
result = this.newNoteNoItemsFound();
|
|
252
|
-
this._noteNoItemsFound = result;
|
|
253
|
-
}
|
|
254
|
-
return result;
|
|
196
|
+
var _a;
|
|
197
|
+
return ((_a = this._noteNoItemsFound) !== null && _a !== void 0 ? _a : (this._noteNoItemsFound = this.newNoteNoItemsFound()));
|
|
255
198
|
},
|
|
256
199
|
enumerable: false,
|
|
257
200
|
configurable: true
|
|
@@ -266,12 +209,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
266
209
|
};
|
|
267
210
|
Object.defineProperty(DDialogSelect.prototype, "noteSearching", {
|
|
268
211
|
get: function () {
|
|
269
|
-
var
|
|
270
|
-
|
|
271
|
-
result = this.newNoteSearching();
|
|
272
|
-
this._noteSearching = result;
|
|
273
|
-
}
|
|
274
|
-
return result;
|
|
212
|
+
var _a;
|
|
213
|
+
return ((_a = this._noteSearching) !== null && _a !== void 0 ? _a : (this._noteSearching = this.newNoteSearching()));
|
|
275
214
|
},
|
|
276
215
|
enumerable: false,
|
|
277
216
|
configurable: true
|
|
@@ -304,12 +243,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
304
243
|
};
|
|
305
244
|
Object.defineProperty(DDialogSelect.prototype, "search", {
|
|
306
245
|
get: function () {
|
|
307
|
-
var
|
|
308
|
-
|
|
309
|
-
result = this.newSearch();
|
|
310
|
-
this._search = result;
|
|
311
|
-
}
|
|
312
|
-
return result;
|
|
246
|
+
var _a;
|
|
247
|
+
return ((_a = this._search) !== null && _a !== void 0 ? _a : (this._search = this.newSearch()));
|
|
313
248
|
},
|
|
314
249
|
enumerable: false,
|
|
315
250
|
configurable: true
|
|
@@ -319,28 +254,73 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
319
254
|
if (options) {
|
|
320
255
|
var controller = options.controller;
|
|
321
256
|
if (controller) {
|
|
322
|
-
var dismiss = options.dismiss;
|
|
323
257
|
var search = controller.search;
|
|
324
258
|
if ("create" in search) {
|
|
325
|
-
|
|
326
|
-
return new DDialogSelectSearhDismissableImpl(search, dismiss);
|
|
327
|
-
}
|
|
328
|
-
else {
|
|
329
|
-
return search;
|
|
330
|
-
}
|
|
259
|
+
return search;
|
|
331
260
|
}
|
|
332
261
|
else {
|
|
333
|
-
|
|
334
|
-
return new DDialogSelectSearhDismissableImpl(new DDialogSelectSearhImpl(search), dismiss);
|
|
335
|
-
}
|
|
336
|
-
else {
|
|
337
|
-
return new DDialogSelectSearhImpl(search);
|
|
338
|
-
}
|
|
262
|
+
return new DDialogSelectSearhImpl(search);
|
|
339
263
|
}
|
|
340
264
|
}
|
|
341
265
|
}
|
|
342
266
|
return new DDialogSelectSearhImpl();
|
|
343
267
|
};
|
|
268
|
+
Object.defineProperty(DDialogSelect.prototype, "buttonDismiss", {
|
|
269
|
+
get: function () {
|
|
270
|
+
var result = this._buttonDismiss;
|
|
271
|
+
if (result === undefined) {
|
|
272
|
+
result = this.newButtonDismiss();
|
|
273
|
+
this._buttonDismiss = result;
|
|
274
|
+
}
|
|
275
|
+
return result;
|
|
276
|
+
},
|
|
277
|
+
enumerable: false,
|
|
278
|
+
configurable: true
|
|
279
|
+
});
|
|
280
|
+
DDialogSelect.prototype.newButtonDismiss = function () {
|
|
281
|
+
var _this = this;
|
|
282
|
+
var options = this.toButtonDismissOptions(this._options);
|
|
283
|
+
if (options.enabled === true) {
|
|
284
|
+
var result = new DButton(options);
|
|
285
|
+
result.on("active", function () {
|
|
286
|
+
_this._value = null;
|
|
287
|
+
_this.onOk(null);
|
|
288
|
+
});
|
|
289
|
+
return result;
|
|
290
|
+
}
|
|
291
|
+
return null;
|
|
292
|
+
};
|
|
293
|
+
DDialogSelect.prototype.toButtonDismissOptions = function (options) {
|
|
294
|
+
var theme = this.theme;
|
|
295
|
+
if (options != null) {
|
|
296
|
+
var dismiss = options.dismiss;
|
|
297
|
+
if (dismiss != null) {
|
|
298
|
+
if (dismiss.enabled === undefined) {
|
|
299
|
+
dismiss.enabled = theme.isDismissable();
|
|
300
|
+
}
|
|
301
|
+
if (dismiss.weight === undefined && dismiss.width === undefined) {
|
|
302
|
+
dismiss.width = "padding";
|
|
303
|
+
}
|
|
304
|
+
var text = dismiss.text;
|
|
305
|
+
if (text === undefined) {
|
|
306
|
+
dismiss.text = {
|
|
307
|
+
value: theme.getDismissLabel()
|
|
308
|
+
};
|
|
309
|
+
}
|
|
310
|
+
else if (text.value === undefined) {
|
|
311
|
+
text.value = theme.getDismissLabel();
|
|
312
|
+
}
|
|
313
|
+
return dismiss;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
return {
|
|
317
|
+
width: "padding",
|
|
318
|
+
enabled: theme.isDismissable(),
|
|
319
|
+
text: {
|
|
320
|
+
value: theme.getDismissLabel()
|
|
321
|
+
}
|
|
322
|
+
};
|
|
323
|
+
};
|
|
344
324
|
Object.defineProperty(DDialogSelect.prototype, "value", {
|
|
345
325
|
get: function () {
|
|
346
326
|
return this._value;
|