@3t-transform/threeteeui 1.3.0 → 1.4.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/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{tttx-button_1_3_0.cjs.entry.js → tttx-button_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_3_0.cjs.entry.js → tttx-checkbox-group-caption_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_3_0.cjs.entry.js → tttx-checkbox-group-heading_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_3_0.cjs.entry.js → tttx-checkbox-group_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_3_0.cjs.entry.js → tttx-checkbox_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_3_0.cjs.entry.js → tttx-data-pattern_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-dialog-box_1_3_0.cjs.entry.js → tttx-dialog-box_1_4_0.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_3_0.cjs.entry.js → tttx-dialog_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_3_0.cjs.entry.js → tttx-expander_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_3_0_4.cjs.entry.js → tttx-filter_1_4_0_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_3_0.cjs.entry.js → tttx-form_1_4_0.cjs.entry.js} +73 -10
- package/dist/cjs/{tttx-icon_1_3_0.cjs.entry.js → tttx-icon_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_3_0.cjs.entry.js → tttx-keyvalue-block_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_3_0.cjs.entry.js → tttx-loading-spinner_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_3_0.cjs.entry.js → tttx-multiselect-box_1_4_0.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_3_0.cjs.entry.js → tttx-percentage-bar_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_3_0.cjs.entry.js → tttx-qrcode_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_3_0.cjs.entry.js → tttx-select-box_1_4_0.cjs.entry.js} +3 -3
- package/dist/cjs/tttx-standalone-input_1_4_0.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-tabs_1_3_0.cjs.entry.js → tttx-tabs_1_4_0.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_3_0.cjs.entry.js → tttx-tag_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_3_0.cjs.entry.js → tttx-textarea_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_3_0.cjs.entry.js → tttx-tree-view_1_4_0.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/components/atoms/tttx-button/tttx-button.js +2 -2
- package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +20 -20
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.js +2 -2
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +1 -1
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +1 -1
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.stories.js +5 -5
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.js +1 -1
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-caption.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-heading.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.stories.js +10 -10
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.js +2 -2
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +3 -3
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +24 -24
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.js +2 -2
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.stories.js +9 -9
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +3 -3
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-form/lib/validityCheck.js +9 -8
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +203 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +5 -5
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +46 -46
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +6 -6
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +33 -33
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +3 -3
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +16 -16
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +2 -2
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +26 -26
- package/dist/components/index.js +26 -26
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_3_0.d.ts → tttx-button_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-button_1_3_0.js → tttx-button_1_4_0.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_3_0.js → tttx-checkbox-group-caption_1_4_0.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_3_0.js → tttx-checkbox-group-heading_1_4_0.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_3_0.js → tttx-checkbox-group_1_4_0.js} +5 -5
- package/dist/components/{tttx-textarea_1_3_0.d.ts → tttx-checkbox_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_3_0.js → tttx-checkbox_1_4_0.js} +7 -7
- package/dist/components/tttx-data-pattern_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_3_0.js → tttx-data-pattern_1_4_0.js} +13 -13
- package/dist/components/{tttx-dialog-box_1_3_0.d.ts → tttx-dialog-box_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog-box_1_3_0.js → tttx-dialog-box_1_4_0.js} +9 -9
- package/dist/components/{tttx-filter_1_3_0.d.ts → tttx-dialog_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_3_0.js → tttx-dialog_1_4_0.js} +8 -8
- package/dist/components/{tttx-expander_1_3_0.d.ts → tttx-expander_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-expander_1_3_0.js → tttx-expander_1_4_0.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-qrcode_1_3_0.d.ts → tttx-filter_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_3_0.js → tttx-filter_1_4_0.js} +2 -2
- package/dist/components/{tttx-icon_1_3_0.d.ts → tttx-form_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-form_1_3_0.js → tttx-form_1_4_0.js} +85 -18
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_3_0.d.ts → tttx-icon_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_3_0.js → tttx-icon_1_4_0.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_3_0.js → tttx-keyvalue-block_1_4_0.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-form_1_3_0.d.ts → tttx-list_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-list_1_3_0.js → tttx-list_1_4_0.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_3_0.js → tttx-loading-spinner_1_4_0.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_3_0.js → tttx-multiselect-box_1_4_0.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_3_0.js → tttx-percentage-bar_1_4_0.js} +6 -6
- package/dist/components/{tttx-dialog_1_3_0.d.ts → tttx-qrcode_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_3_0.js → tttx-qrcode_1_4_0.js} +5 -5
- package/dist/components/tttx-select-box.js +7 -7
- package/dist/components/tttx-select-box_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_3_0.js → tttx-select-box_1_4_0.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_3_0.js → tttx-sorter_1_4_0.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_3_0.js → tttx-standalone-input_1_4_0.js} +2 -2
- package/dist/components/{tttx-tabs_1_3_0.d.ts → tttx-tabs_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_3_0.js → tttx-tabs_1_4_0.js} +9 -9
- package/dist/components/{tttx-tag_1_3_0.d.ts → tttx-tag_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_3_0.js → tttx-tag_1_4_0.js} +5 -5
- package/dist/components/{tttx-checkbox_1_3_0.d.ts → tttx-textarea_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-textarea_1_3_0.js → tttx-textarea_1_4_0.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_3_0.d.ts → tttx-toolbar_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_3_0.js → tttx-toolbar_1_4_0.js} +2 -2
- package/dist/components/{tttx-tree-view_1_3_0.d.ts → tttx-tree-view_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-tree-view_1_3_0.js → tttx-tree-view_1_4_0.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_3_0.entry.js → tttx-button_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_3_0.entry.js → tttx-checkbox-group-caption_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_3_0.entry.js → tttx-checkbox-group-heading_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_3_0.entry.js → tttx-checkbox-group_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_3_0.entry.js → tttx-checkbox_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_3_0.entry.js → tttx-data-pattern_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-dialog-box_1_3_0.entry.js → tttx-dialog-box_1_4_0.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_3_0.entry.js → tttx-dialog_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_3_0.entry.js → tttx-expander_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_3_0_4.entry.js → tttx-filter_1_4_0_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_3_0.entry.js → tttx-form_1_4_0.entry.js} +73 -10
- package/dist/esm/{tttx-icon_1_3_0.entry.js → tttx-icon_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_3_0.entry.js → tttx-keyvalue-block_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_3_0.entry.js → tttx-loading-spinner_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_3_0.entry.js → tttx-multiselect-box_1_4_0.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_3_0.entry.js → tttx-percentage-bar_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_3_0.entry.js → tttx-qrcode_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_3_0.entry.js → tttx-select-box_1_4_0.entry.js} +3 -3
- package/dist/esm/tttx-standalone-input_1_4_0.entry.js +90 -0
- package/dist/esm/{tttx-tabs_1_3_0.entry.js → tttx-tabs_1_4_0.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_3_0.entry.js → tttx-tag_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_3_0.entry.js → tttx-textarea_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_3_0.entry.js → tttx-tree-view_1_4_0.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-0f439f10.entry.js +1 -0
- package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
- package/dist/tttx/p-23f45005.entry.js +1 -1
- package/dist/tttx/p-3676cddd.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-59c7b049.entry.js +1 -1
- package/dist/tttx/p-5d2706b1.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.entry.js +1 -1
- package/dist/tttx/p-6deb8699.entry.js +1 -1
- package/dist/tttx/p-796f699a.entry.js +1 -1
- package/dist/tttx/p-81aaafa0.entry.js +1 -1
- package/dist/tttx/p-884f37d3.entry.js +1 -1
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-983d63ff.entry.js +1 -1
- package/dist/tttx/p-a01e679a.entry.js +1 -1
- package/dist/tttx/p-a8e76e78.entry.js +1 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-ee358ce4.entry.js +1 -1
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/p-f4db1cf2.entry.js +1 -1
- package/dist/tttx/p-fe967031.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +22 -0
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +325 -304
- package/package.json +1 -1
- package/dist/cjs/tttx-standalone-input_1_3_0.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_3_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_3_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_3_0.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_3_0.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_3_0.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_3_0.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_3_0.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_3_0.d.ts +0 -11
- package/dist/components/tttx-select-box_1_3_0.d.ts +0 -11
- package/dist/components/tttx-sorter_1_3_0.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_3_0.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_3_0.entry.js +0 -90
- package/dist/tttx/p-822ec9dc.entry.js +0 -1
|
@@ -18,39 +18,39 @@ import { MinMaxDates } from "./components/molecules/tttx-standalone-input/tttx-s
|
|
|
18
18
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
19
19
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
20
20
|
export namespace Components {
|
|
21
|
-
interface
|
|
21
|
+
interface TttxButton_1_4_0 {
|
|
22
22
|
"design": string;
|
|
23
23
|
"icon": string;
|
|
24
24
|
"iconcolor": string;
|
|
25
25
|
"iconposition": 'left' | 'right';
|
|
26
26
|
"notext": boolean;
|
|
27
27
|
}
|
|
28
|
-
interface
|
|
28
|
+
interface TttxCheckboxGroupCaption_1_4_0 {
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupHeading_1_4_0 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroup_1_4_0 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckbox_1_4_0 {
|
|
35
35
|
"checkboxId": string;
|
|
36
36
|
"checked": boolean;
|
|
37
37
|
"indeterminate": boolean;
|
|
38
38
|
"inline": boolean;
|
|
39
39
|
"label": string;
|
|
40
40
|
}
|
|
41
|
-
interface
|
|
41
|
+
interface TttxDataPattern_1_4_0 {
|
|
42
42
|
"data": string;
|
|
43
43
|
"filterheader": string;
|
|
44
44
|
"filteroptions": string;
|
|
45
45
|
"sorteroptions": string;
|
|
46
46
|
}
|
|
47
|
-
interface
|
|
47
|
+
interface TttxDialogBox_1_4_0 {
|
|
48
48
|
"allowOverflow": boolean;
|
|
49
49
|
"data": string | DialogItems;
|
|
50
50
|
"open": boolean;
|
|
51
51
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
52
52
|
}
|
|
53
|
-
interface
|
|
53
|
+
interface TttxDialog_1_4_0 {
|
|
54
54
|
"allowOverflow": boolean;
|
|
55
55
|
"closeEnabled": boolean;
|
|
56
56
|
"header": string;
|
|
@@ -58,13 +58,13 @@ export namespace Components {
|
|
|
58
58
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
59
59
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
60
60
|
}
|
|
61
|
-
interface
|
|
61
|
+
interface TttxExpander_1_4_0 {
|
|
62
62
|
"lefticon"?: string;
|
|
63
63
|
"lefticoncolor"?: string;
|
|
64
64
|
"name": string;
|
|
65
65
|
"open": boolean;
|
|
66
66
|
}
|
|
67
|
-
interface
|
|
67
|
+
interface TttxFilter_1_4_0 {
|
|
68
68
|
"defaultFilterOptions": string[] | string;
|
|
69
69
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
70
70
|
"filterHeader": string;
|
|
@@ -75,8 +75,23 @@ export namespace Components {
|
|
|
75
75
|
"showSearchField": boolean;
|
|
76
76
|
"showSelectAll": boolean;
|
|
77
77
|
}
|
|
78
|
-
interface
|
|
78
|
+
interface TttxForm_1_4_0 {
|
|
79
|
+
/**
|
|
80
|
+
* Clear the validation message on a given form field
|
|
81
|
+
* @param fieldName The form field name to clear the validation of
|
|
82
|
+
*/
|
|
83
|
+
"clearValidationFor": (fieldName: string) => Promise<void>;
|
|
79
84
|
"data": any;
|
|
85
|
+
/**
|
|
86
|
+
* Disable a form field and visually remove it from the form. If custom validation is set, this function will return without affecting the form field.
|
|
87
|
+
* @param fieldName The form field name to disable
|
|
88
|
+
*/
|
|
89
|
+
"disableFormField": (fieldName: string) => Promise<void>;
|
|
90
|
+
/**
|
|
91
|
+
* Enable a form field and visually add it back to the form.
|
|
92
|
+
* @param fieldName The form field name to enable
|
|
93
|
+
*/
|
|
94
|
+
"enableFormField": (fieldName: string) => Promise<void>;
|
|
80
95
|
"formschema": Record<string, any> | string;
|
|
81
96
|
/**
|
|
82
97
|
* Replace all children in a given select list with a list of new options
|
|
@@ -84,27 +99,33 @@ export namespace Components {
|
|
|
84
99
|
* @param options a list of option values and labels
|
|
85
100
|
*/
|
|
86
101
|
"setSelectOptions": (fieldname: string, options: { label: string; value: string; }[]) => Promise<void>;
|
|
102
|
+
/**
|
|
103
|
+
* An external validation trigger to apply to a form field
|
|
104
|
+
* @param fieldName The form field name to apply the validation too
|
|
105
|
+
* @param message The validation message to display under the form field
|
|
106
|
+
*/
|
|
107
|
+
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
87
108
|
"submit": () => Promise<void>;
|
|
88
109
|
}
|
|
89
|
-
interface
|
|
110
|
+
interface TttxIcon_1_4_0 {
|
|
90
111
|
"color": string;
|
|
91
112
|
"icon": string;
|
|
92
113
|
"size": number;
|
|
93
114
|
}
|
|
94
|
-
interface
|
|
115
|
+
interface TttxKeyvalueBlock_1_4_0 {
|
|
95
116
|
"horizontal": boolean;
|
|
96
117
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
97
118
|
"spacedout": boolean;
|
|
98
119
|
}
|
|
99
|
-
interface
|
|
120
|
+
interface TttxList_1_4_0 {
|
|
100
121
|
"data": string | ListItem[];
|
|
101
122
|
"name": string;
|
|
102
123
|
}
|
|
103
|
-
interface
|
|
124
|
+
interface TttxLoadingSpinner_1_4_0 {
|
|
104
125
|
"loadingMessage": boolean;
|
|
105
126
|
"size": 'small' | 'large';
|
|
106
127
|
}
|
|
107
|
-
interface
|
|
128
|
+
interface TttxMultiselectBox_1_4_0 {
|
|
108
129
|
"htmlVisibleValue": boolean;
|
|
109
130
|
"inline": boolean;
|
|
110
131
|
"label": string;
|
|
@@ -113,18 +134,18 @@ export namespace Components {
|
|
|
113
134
|
"searchEnabled": boolean;
|
|
114
135
|
"visibleValue": string;
|
|
115
136
|
}
|
|
116
|
-
interface
|
|
137
|
+
interface TttxPercentageBar_1_4_0 {
|
|
117
138
|
"color"?: string;
|
|
118
139
|
"labelid"?: string;
|
|
119
140
|
"min": string;
|
|
120
141
|
"percentage": string | number;
|
|
121
142
|
"thresholds"?: string | Threshold[];
|
|
122
143
|
}
|
|
123
|
-
interface
|
|
144
|
+
interface TttxQrcode_1_4_0 {
|
|
124
145
|
"link": string;
|
|
125
146
|
"size": number;
|
|
126
147
|
}
|
|
127
|
-
interface
|
|
148
|
+
interface TttxSelectBox_1_4_0 {
|
|
128
149
|
"inline": boolean;
|
|
129
150
|
"label": string;
|
|
130
151
|
"optionsData": string | SelectItem1[];
|
|
@@ -133,13 +154,13 @@ export namespace Components {
|
|
|
133
154
|
"selectedValue": string;
|
|
134
155
|
"setSelectedItem": (value: string) => Promise<void>;
|
|
135
156
|
}
|
|
136
|
-
interface
|
|
157
|
+
interface TttxSorter_1_4_0 {
|
|
137
158
|
"defaultOption": string;
|
|
138
159
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
139
160
|
"fieldOptionsData": string | SorterData;
|
|
140
161
|
"sorterKey": string;
|
|
141
162
|
}
|
|
142
|
-
interface
|
|
163
|
+
interface TttxStandaloneInput_1_4_0 {
|
|
143
164
|
"autocomplete": 'off' | 'on';
|
|
144
165
|
"checked": boolean;
|
|
145
166
|
"disabled": boolean;
|
|
@@ -155,8 +176,8 @@ export namespace Components {
|
|
|
155
176
|
"inputiconcolor": string;
|
|
156
177
|
/**
|
|
157
178
|
* tabindex - Allows the HTML elements to be focusable
|
|
158
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
159
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
179
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_4_0 input-index="1" />
|
|
180
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_4_0 inputindex={1} />
|
|
160
181
|
*/
|
|
161
182
|
"inputindex": string | number;
|
|
162
183
|
/**
|
|
@@ -184,24 +205,24 @@ export namespace Components {
|
|
|
184
205
|
"type": string;
|
|
185
206
|
"value": string | number;
|
|
186
207
|
}
|
|
187
|
-
interface
|
|
208
|
+
interface TttxTabs_1_4_0 {
|
|
188
209
|
"navigation": boolean;
|
|
189
210
|
"tabs": string | Tab[];
|
|
190
211
|
"tabsName": string;
|
|
191
212
|
"wide": boolean;
|
|
192
213
|
}
|
|
193
|
-
interface
|
|
214
|
+
interface TttxTag_1_4_0 {
|
|
194
215
|
"color": string;
|
|
195
216
|
"text": string;
|
|
196
217
|
"textColor": string;
|
|
197
218
|
}
|
|
198
|
-
interface
|
|
219
|
+
interface TttxTextarea_1_4_0 {
|
|
199
220
|
"disabled": boolean;
|
|
200
221
|
"errormsg": string;
|
|
201
222
|
/**
|
|
202
223
|
* tabindex - Allows the HTML elements to be focusable
|
|
203
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
204
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
224
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_4_0 input-index="1" />
|
|
225
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_4_0 inputindex={1} />
|
|
205
226
|
*/
|
|
206
227
|
"inputindex": string | number;
|
|
207
228
|
/**
|
|
@@ -225,388 +246,388 @@ export namespace Components {
|
|
|
225
246
|
"textareaautofocus": boolean;
|
|
226
247
|
"value": string | number;
|
|
227
248
|
}
|
|
228
|
-
interface
|
|
249
|
+
interface TttxToolbar_1_4_0 {
|
|
229
250
|
"border": boolean;
|
|
230
251
|
}
|
|
231
|
-
interface
|
|
252
|
+
interface TttxTreeView_1_4_0 {
|
|
232
253
|
"data": TreeViewItem[];
|
|
233
254
|
}
|
|
234
255
|
}
|
|
235
|
-
export interface
|
|
256
|
+
export interface TttxCheckbox_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
236
257
|
detail: T;
|
|
237
|
-
target:
|
|
258
|
+
target: HTMLTttxCheckbox_1_4_0Element;
|
|
238
259
|
}
|
|
239
|
-
export interface
|
|
260
|
+
export interface TttxDialogBox_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
240
261
|
detail: T;
|
|
241
|
-
target:
|
|
262
|
+
target: HTMLTttxDialogBox_1_4_0Element;
|
|
242
263
|
}
|
|
243
|
-
export interface
|
|
264
|
+
export interface TttxDialog_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
244
265
|
detail: T;
|
|
245
|
-
target:
|
|
266
|
+
target: HTMLTttxDialog_1_4_0Element;
|
|
246
267
|
}
|
|
247
|
-
export interface
|
|
268
|
+
export interface TttxExpander_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
248
269
|
detail: T;
|
|
249
|
-
target:
|
|
270
|
+
target: HTMLTttxExpander_1_4_0Element;
|
|
250
271
|
}
|
|
251
|
-
export interface
|
|
272
|
+
export interface TttxFilter_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
252
273
|
detail: T;
|
|
253
|
-
target:
|
|
274
|
+
target: HTMLTttxFilter_1_4_0Element;
|
|
254
275
|
}
|
|
255
|
-
export interface
|
|
276
|
+
export interface TttxForm_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
256
277
|
detail: T;
|
|
257
|
-
target:
|
|
278
|
+
target: HTMLTttxForm_1_4_0Element;
|
|
258
279
|
}
|
|
259
|
-
export interface
|
|
280
|
+
export interface TttxList_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
260
281
|
detail: T;
|
|
261
|
-
target:
|
|
282
|
+
target: HTMLTttxList_1_4_0Element;
|
|
262
283
|
}
|
|
263
|
-
export interface
|
|
284
|
+
export interface TttxMultiselectBox_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
264
285
|
detail: T;
|
|
265
|
-
target:
|
|
286
|
+
target: HTMLTttxMultiselectBox_1_4_0Element;
|
|
266
287
|
}
|
|
267
|
-
export interface
|
|
288
|
+
export interface TttxSelectBox_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
268
289
|
detail: T;
|
|
269
|
-
target:
|
|
290
|
+
target: HTMLTttxSelectBox_1_4_0Element;
|
|
270
291
|
}
|
|
271
|
-
export interface
|
|
292
|
+
export interface TttxSorter_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
272
293
|
detail: T;
|
|
273
|
-
target:
|
|
294
|
+
target: HTMLTttxSorter_1_4_0Element;
|
|
274
295
|
}
|
|
275
|
-
export interface
|
|
296
|
+
export interface TttxStandaloneInput_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
276
297
|
detail: T;
|
|
277
|
-
target:
|
|
298
|
+
target: HTMLTttxStandaloneInput_1_4_0Element;
|
|
278
299
|
}
|
|
279
|
-
export interface
|
|
300
|
+
export interface TttxTabs_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
280
301
|
detail: T;
|
|
281
|
-
target:
|
|
302
|
+
target: HTMLTttxTabs_1_4_0Element;
|
|
282
303
|
}
|
|
283
|
-
export interface
|
|
304
|
+
export interface TttxTextarea_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
284
305
|
detail: T;
|
|
285
|
-
target:
|
|
306
|
+
target: HTMLTttxTextarea_1_4_0Element;
|
|
286
307
|
}
|
|
287
|
-
export interface
|
|
308
|
+
export interface TttxTreeView_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
288
309
|
detail: T;
|
|
289
|
-
target:
|
|
310
|
+
target: HTMLTttxTreeView_1_4_0Element;
|
|
290
311
|
}
|
|
291
312
|
declare global {
|
|
292
|
-
interface
|
|
313
|
+
interface HTMLTttxButton_1_4_0Element extends Components.TttxButton_1_4_0, HTMLStencilElement {
|
|
293
314
|
}
|
|
294
|
-
var
|
|
295
|
-
prototype:
|
|
296
|
-
new ():
|
|
315
|
+
var HTMLTttxButton_1_4_0Element: {
|
|
316
|
+
prototype: HTMLTttxButton_1_4_0Element;
|
|
317
|
+
new (): HTMLTttxButton_1_4_0Element;
|
|
297
318
|
};
|
|
298
|
-
interface
|
|
319
|
+
interface HTMLTttxCheckboxGroupCaption_1_4_0Element extends Components.TttxCheckboxGroupCaption_1_4_0, HTMLStencilElement {
|
|
299
320
|
}
|
|
300
|
-
var
|
|
301
|
-
prototype:
|
|
302
|
-
new ():
|
|
321
|
+
var HTMLTttxCheckboxGroupCaption_1_4_0Element: {
|
|
322
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_4_0Element;
|
|
323
|
+
new (): HTMLTttxCheckboxGroupCaption_1_4_0Element;
|
|
303
324
|
};
|
|
304
|
-
interface
|
|
325
|
+
interface HTMLTttxCheckboxGroupHeading_1_4_0Element extends Components.TttxCheckboxGroupHeading_1_4_0, HTMLStencilElement {
|
|
305
326
|
}
|
|
306
|
-
var
|
|
307
|
-
prototype:
|
|
308
|
-
new ():
|
|
327
|
+
var HTMLTttxCheckboxGroupHeading_1_4_0Element: {
|
|
328
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_4_0Element;
|
|
329
|
+
new (): HTMLTttxCheckboxGroupHeading_1_4_0Element;
|
|
309
330
|
};
|
|
310
|
-
interface
|
|
331
|
+
interface HTMLTttxCheckboxGroup_1_4_0Element extends Components.TttxCheckboxGroup_1_4_0, HTMLStencilElement {
|
|
311
332
|
}
|
|
312
|
-
var
|
|
313
|
-
prototype:
|
|
314
|
-
new ():
|
|
333
|
+
var HTMLTttxCheckboxGroup_1_4_0Element: {
|
|
334
|
+
prototype: HTMLTttxCheckboxGroup_1_4_0Element;
|
|
335
|
+
new (): HTMLTttxCheckboxGroup_1_4_0Element;
|
|
315
336
|
};
|
|
316
|
-
interface
|
|
337
|
+
interface HTMLTttxCheckbox_1_4_0Element extends Components.TttxCheckbox_1_4_0, HTMLStencilElement {
|
|
317
338
|
}
|
|
318
|
-
var
|
|
319
|
-
prototype:
|
|
320
|
-
new ():
|
|
339
|
+
var HTMLTttxCheckbox_1_4_0Element: {
|
|
340
|
+
prototype: HTMLTttxCheckbox_1_4_0Element;
|
|
341
|
+
new (): HTMLTttxCheckbox_1_4_0Element;
|
|
321
342
|
};
|
|
322
|
-
interface
|
|
343
|
+
interface HTMLTttxDataPattern_1_4_0Element extends Components.TttxDataPattern_1_4_0, HTMLStencilElement {
|
|
323
344
|
}
|
|
324
|
-
var
|
|
325
|
-
prototype:
|
|
326
|
-
new ():
|
|
345
|
+
var HTMLTttxDataPattern_1_4_0Element: {
|
|
346
|
+
prototype: HTMLTttxDataPattern_1_4_0Element;
|
|
347
|
+
new (): HTMLTttxDataPattern_1_4_0Element;
|
|
327
348
|
};
|
|
328
|
-
interface
|
|
349
|
+
interface HTMLTttxDialogBox_1_4_0Element extends Components.TttxDialogBox_1_4_0, HTMLStencilElement {
|
|
329
350
|
}
|
|
330
|
-
var
|
|
331
|
-
prototype:
|
|
332
|
-
new ():
|
|
351
|
+
var HTMLTttxDialogBox_1_4_0Element: {
|
|
352
|
+
prototype: HTMLTttxDialogBox_1_4_0Element;
|
|
353
|
+
new (): HTMLTttxDialogBox_1_4_0Element;
|
|
333
354
|
};
|
|
334
|
-
interface
|
|
355
|
+
interface HTMLTttxDialog_1_4_0Element extends Components.TttxDialog_1_4_0, HTMLStencilElement {
|
|
335
356
|
}
|
|
336
|
-
var
|
|
337
|
-
prototype:
|
|
338
|
-
new ():
|
|
357
|
+
var HTMLTttxDialog_1_4_0Element: {
|
|
358
|
+
prototype: HTMLTttxDialog_1_4_0Element;
|
|
359
|
+
new (): HTMLTttxDialog_1_4_0Element;
|
|
339
360
|
};
|
|
340
|
-
interface
|
|
361
|
+
interface HTMLTttxExpander_1_4_0Element extends Components.TttxExpander_1_4_0, HTMLStencilElement {
|
|
341
362
|
}
|
|
342
|
-
var
|
|
343
|
-
prototype:
|
|
344
|
-
new ():
|
|
363
|
+
var HTMLTttxExpander_1_4_0Element: {
|
|
364
|
+
prototype: HTMLTttxExpander_1_4_0Element;
|
|
365
|
+
new (): HTMLTttxExpander_1_4_0Element;
|
|
345
366
|
};
|
|
346
|
-
interface
|
|
367
|
+
interface HTMLTttxFilter_1_4_0Element extends Components.TttxFilter_1_4_0, HTMLStencilElement {
|
|
347
368
|
}
|
|
348
|
-
var
|
|
349
|
-
prototype:
|
|
350
|
-
new ():
|
|
369
|
+
var HTMLTttxFilter_1_4_0Element: {
|
|
370
|
+
prototype: HTMLTttxFilter_1_4_0Element;
|
|
371
|
+
new (): HTMLTttxFilter_1_4_0Element;
|
|
351
372
|
};
|
|
352
|
-
interface
|
|
373
|
+
interface HTMLTttxForm_1_4_0Element extends Components.TttxForm_1_4_0, HTMLStencilElement {
|
|
353
374
|
}
|
|
354
|
-
var
|
|
355
|
-
prototype:
|
|
356
|
-
new ():
|
|
375
|
+
var HTMLTttxForm_1_4_0Element: {
|
|
376
|
+
prototype: HTMLTttxForm_1_4_0Element;
|
|
377
|
+
new (): HTMLTttxForm_1_4_0Element;
|
|
357
378
|
};
|
|
358
|
-
interface
|
|
379
|
+
interface HTMLTttxIcon_1_4_0Element extends Components.TttxIcon_1_4_0, HTMLStencilElement {
|
|
359
380
|
}
|
|
360
|
-
var
|
|
361
|
-
prototype:
|
|
362
|
-
new ():
|
|
381
|
+
var HTMLTttxIcon_1_4_0Element: {
|
|
382
|
+
prototype: HTMLTttxIcon_1_4_0Element;
|
|
383
|
+
new (): HTMLTttxIcon_1_4_0Element;
|
|
363
384
|
};
|
|
364
|
-
interface
|
|
385
|
+
interface HTMLTttxKeyvalueBlock_1_4_0Element extends Components.TttxKeyvalueBlock_1_4_0, HTMLStencilElement {
|
|
365
386
|
}
|
|
366
|
-
var
|
|
367
|
-
prototype:
|
|
368
|
-
new ():
|
|
387
|
+
var HTMLTttxKeyvalueBlock_1_4_0Element: {
|
|
388
|
+
prototype: HTMLTttxKeyvalueBlock_1_4_0Element;
|
|
389
|
+
new (): HTMLTttxKeyvalueBlock_1_4_0Element;
|
|
369
390
|
};
|
|
370
|
-
interface
|
|
391
|
+
interface HTMLTttxList_1_4_0Element extends Components.TttxList_1_4_0, HTMLStencilElement {
|
|
371
392
|
}
|
|
372
|
-
var
|
|
373
|
-
prototype:
|
|
374
|
-
new ():
|
|
393
|
+
var HTMLTttxList_1_4_0Element: {
|
|
394
|
+
prototype: HTMLTttxList_1_4_0Element;
|
|
395
|
+
new (): HTMLTttxList_1_4_0Element;
|
|
375
396
|
};
|
|
376
|
-
interface
|
|
397
|
+
interface HTMLTttxLoadingSpinner_1_4_0Element extends Components.TttxLoadingSpinner_1_4_0, HTMLStencilElement {
|
|
377
398
|
}
|
|
378
|
-
var
|
|
379
|
-
prototype:
|
|
380
|
-
new ():
|
|
399
|
+
var HTMLTttxLoadingSpinner_1_4_0Element: {
|
|
400
|
+
prototype: HTMLTttxLoadingSpinner_1_4_0Element;
|
|
401
|
+
new (): HTMLTttxLoadingSpinner_1_4_0Element;
|
|
381
402
|
};
|
|
382
|
-
interface
|
|
403
|
+
interface HTMLTttxMultiselectBox_1_4_0Element extends Components.TttxMultiselectBox_1_4_0, HTMLStencilElement {
|
|
383
404
|
}
|
|
384
|
-
var
|
|
385
|
-
prototype:
|
|
386
|
-
new ():
|
|
405
|
+
var HTMLTttxMultiselectBox_1_4_0Element: {
|
|
406
|
+
prototype: HTMLTttxMultiselectBox_1_4_0Element;
|
|
407
|
+
new (): HTMLTttxMultiselectBox_1_4_0Element;
|
|
387
408
|
};
|
|
388
|
-
interface
|
|
409
|
+
interface HTMLTttxPercentageBar_1_4_0Element extends Components.TttxPercentageBar_1_4_0, HTMLStencilElement {
|
|
389
410
|
}
|
|
390
|
-
var
|
|
391
|
-
prototype:
|
|
392
|
-
new ():
|
|
411
|
+
var HTMLTttxPercentageBar_1_4_0Element: {
|
|
412
|
+
prototype: HTMLTttxPercentageBar_1_4_0Element;
|
|
413
|
+
new (): HTMLTttxPercentageBar_1_4_0Element;
|
|
393
414
|
};
|
|
394
|
-
interface
|
|
415
|
+
interface HTMLTttxQrcode_1_4_0Element extends Components.TttxQrcode_1_4_0, HTMLStencilElement {
|
|
395
416
|
}
|
|
396
|
-
var
|
|
397
|
-
prototype:
|
|
398
|
-
new ():
|
|
417
|
+
var HTMLTttxQrcode_1_4_0Element: {
|
|
418
|
+
prototype: HTMLTttxQrcode_1_4_0Element;
|
|
419
|
+
new (): HTMLTttxQrcode_1_4_0Element;
|
|
399
420
|
};
|
|
400
|
-
interface
|
|
421
|
+
interface HTMLTttxSelectBox_1_4_0Element extends Components.TttxSelectBox_1_4_0, HTMLStencilElement {
|
|
401
422
|
}
|
|
402
|
-
var
|
|
403
|
-
prototype:
|
|
404
|
-
new ():
|
|
423
|
+
var HTMLTttxSelectBox_1_4_0Element: {
|
|
424
|
+
prototype: HTMLTttxSelectBox_1_4_0Element;
|
|
425
|
+
new (): HTMLTttxSelectBox_1_4_0Element;
|
|
405
426
|
};
|
|
406
|
-
interface
|
|
427
|
+
interface HTMLTttxSorter_1_4_0Element extends Components.TttxSorter_1_4_0, HTMLStencilElement {
|
|
407
428
|
}
|
|
408
|
-
var
|
|
409
|
-
prototype:
|
|
410
|
-
new ():
|
|
429
|
+
var HTMLTttxSorter_1_4_0Element: {
|
|
430
|
+
prototype: HTMLTttxSorter_1_4_0Element;
|
|
431
|
+
new (): HTMLTttxSorter_1_4_0Element;
|
|
411
432
|
};
|
|
412
|
-
interface
|
|
433
|
+
interface HTMLTttxStandaloneInput_1_4_0Element extends Components.TttxStandaloneInput_1_4_0, HTMLStencilElement {
|
|
413
434
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
435
|
+
var HTMLTttxStandaloneInput_1_4_0Element: {
|
|
436
|
+
prototype: HTMLTttxStandaloneInput_1_4_0Element;
|
|
437
|
+
new (): HTMLTttxStandaloneInput_1_4_0Element;
|
|
417
438
|
};
|
|
418
|
-
interface
|
|
439
|
+
interface HTMLTttxTabs_1_4_0Element extends Components.TttxTabs_1_4_0, HTMLStencilElement {
|
|
419
440
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
441
|
+
var HTMLTttxTabs_1_4_0Element: {
|
|
442
|
+
prototype: HTMLTttxTabs_1_4_0Element;
|
|
443
|
+
new (): HTMLTttxTabs_1_4_0Element;
|
|
423
444
|
};
|
|
424
|
-
interface
|
|
445
|
+
interface HTMLTttxTag_1_4_0Element extends Components.TttxTag_1_4_0, HTMLStencilElement {
|
|
425
446
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
447
|
+
var HTMLTttxTag_1_4_0Element: {
|
|
448
|
+
prototype: HTMLTttxTag_1_4_0Element;
|
|
449
|
+
new (): HTMLTttxTag_1_4_0Element;
|
|
429
450
|
};
|
|
430
|
-
interface
|
|
451
|
+
interface HTMLTttxTextarea_1_4_0Element extends Components.TttxTextarea_1_4_0, HTMLStencilElement {
|
|
431
452
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
453
|
+
var HTMLTttxTextarea_1_4_0Element: {
|
|
454
|
+
prototype: HTMLTttxTextarea_1_4_0Element;
|
|
455
|
+
new (): HTMLTttxTextarea_1_4_0Element;
|
|
435
456
|
};
|
|
436
|
-
interface
|
|
457
|
+
interface HTMLTttxToolbar_1_4_0Element extends Components.TttxToolbar_1_4_0, HTMLStencilElement {
|
|
437
458
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
459
|
+
var HTMLTttxToolbar_1_4_0Element: {
|
|
460
|
+
prototype: HTMLTttxToolbar_1_4_0Element;
|
|
461
|
+
new (): HTMLTttxToolbar_1_4_0Element;
|
|
441
462
|
};
|
|
442
|
-
interface
|
|
463
|
+
interface HTMLTttxTreeView_1_4_0Element extends Components.TttxTreeView_1_4_0, HTMLStencilElement {
|
|
443
464
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
465
|
+
var HTMLTttxTreeView_1_4_0Element: {
|
|
466
|
+
prototype: HTMLTttxTreeView_1_4_0Element;
|
|
467
|
+
new (): HTMLTttxTreeView_1_4_0Element;
|
|
447
468
|
};
|
|
448
469
|
interface HTMLElementTagNameMap {
|
|
449
|
-
"tttx-
|
|
450
|
-
"tttx-checkbox-group-
|
|
451
|
-
"tttx-checkbox-group-
|
|
452
|
-
"tttx-checkbox-
|
|
453
|
-
"tttx-
|
|
454
|
-
"tttx-data-
|
|
455
|
-
"tttx-dialog-
|
|
456
|
-
"tttx-
|
|
457
|
-
"tttx-
|
|
458
|
-
"tttx-
|
|
459
|
-
"tttx-
|
|
460
|
-
"tttx-
|
|
461
|
-
"tttx-keyvalue-
|
|
462
|
-
"tttx-
|
|
463
|
-
"tttx-loading-
|
|
464
|
-
"tttx-multiselect-
|
|
465
|
-
"tttx-percentage-
|
|
466
|
-
"tttx-
|
|
467
|
-
"tttx-select-
|
|
468
|
-
"tttx-
|
|
469
|
-
"tttx-standalone-
|
|
470
|
-
"tttx-
|
|
471
|
-
"tttx-
|
|
472
|
-
"tttx-
|
|
473
|
-
"tttx-
|
|
474
|
-
"tttx-tree-
|
|
470
|
+
"tttx-button_1_4_0": HTMLTttxButton_1_4_0Element;
|
|
471
|
+
"tttx-checkbox-group-caption_1_4_0": HTMLTttxCheckboxGroupCaption_1_4_0Element;
|
|
472
|
+
"tttx-checkbox-group-heading_1_4_0": HTMLTttxCheckboxGroupHeading_1_4_0Element;
|
|
473
|
+
"tttx-checkbox-group_1_4_0": HTMLTttxCheckboxGroup_1_4_0Element;
|
|
474
|
+
"tttx-checkbox_1_4_0": HTMLTttxCheckbox_1_4_0Element;
|
|
475
|
+
"tttx-data-pattern_1_4_0": HTMLTttxDataPattern_1_4_0Element;
|
|
476
|
+
"tttx-dialog-box_1_4_0": HTMLTttxDialogBox_1_4_0Element;
|
|
477
|
+
"tttx-dialog_1_4_0": HTMLTttxDialog_1_4_0Element;
|
|
478
|
+
"tttx-expander_1_4_0": HTMLTttxExpander_1_4_0Element;
|
|
479
|
+
"tttx-filter_1_4_0": HTMLTttxFilter_1_4_0Element;
|
|
480
|
+
"tttx-form_1_4_0": HTMLTttxForm_1_4_0Element;
|
|
481
|
+
"tttx-icon_1_4_0": HTMLTttxIcon_1_4_0Element;
|
|
482
|
+
"tttx-keyvalue-block_1_4_0": HTMLTttxKeyvalueBlock_1_4_0Element;
|
|
483
|
+
"tttx-list_1_4_0": HTMLTttxList_1_4_0Element;
|
|
484
|
+
"tttx-loading-spinner_1_4_0": HTMLTttxLoadingSpinner_1_4_0Element;
|
|
485
|
+
"tttx-multiselect-box_1_4_0": HTMLTttxMultiselectBox_1_4_0Element;
|
|
486
|
+
"tttx-percentage-bar_1_4_0": HTMLTttxPercentageBar_1_4_0Element;
|
|
487
|
+
"tttx-qrcode_1_4_0": HTMLTttxQrcode_1_4_0Element;
|
|
488
|
+
"tttx-select-box_1_4_0": HTMLTttxSelectBox_1_4_0Element;
|
|
489
|
+
"tttx-sorter_1_4_0": HTMLTttxSorter_1_4_0Element;
|
|
490
|
+
"tttx-standalone-input_1_4_0": HTMLTttxStandaloneInput_1_4_0Element;
|
|
491
|
+
"tttx-tabs_1_4_0": HTMLTttxTabs_1_4_0Element;
|
|
492
|
+
"tttx-tag_1_4_0": HTMLTttxTag_1_4_0Element;
|
|
493
|
+
"tttx-textarea_1_4_0": HTMLTttxTextarea_1_4_0Element;
|
|
494
|
+
"tttx-toolbar_1_4_0": HTMLTttxToolbar_1_4_0Element;
|
|
495
|
+
"tttx-tree-view_1_4_0": HTMLTttxTreeView_1_4_0Element;
|
|
475
496
|
}
|
|
476
497
|
}
|
|
477
498
|
declare namespace LocalJSX {
|
|
478
|
-
interface
|
|
499
|
+
interface TttxButton_1_4_0 {
|
|
479
500
|
"design"?: string;
|
|
480
501
|
"icon"?: string;
|
|
481
502
|
"iconcolor"?: string;
|
|
482
503
|
"iconposition"?: 'left' | 'right';
|
|
483
504
|
"notext"?: boolean;
|
|
484
505
|
}
|
|
485
|
-
interface
|
|
506
|
+
interface TttxCheckboxGroupCaption_1_4_0 {
|
|
486
507
|
}
|
|
487
|
-
interface
|
|
508
|
+
interface TttxCheckboxGroupHeading_1_4_0 {
|
|
488
509
|
}
|
|
489
|
-
interface
|
|
510
|
+
interface TttxCheckboxGroup_1_4_0 {
|
|
490
511
|
}
|
|
491
|
-
interface
|
|
512
|
+
interface TttxCheckbox_1_4_0 {
|
|
492
513
|
"checkboxId"?: string;
|
|
493
514
|
"checked"?: boolean;
|
|
494
515
|
"indeterminate"?: boolean;
|
|
495
516
|
"inline"?: boolean;
|
|
496
517
|
"label"?: string;
|
|
497
|
-
"onCheckboxChangeEvent"?: (event:
|
|
518
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_4_0CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
498
519
|
}
|
|
499
|
-
interface
|
|
520
|
+
interface TttxDataPattern_1_4_0 {
|
|
500
521
|
"data"?: string;
|
|
501
522
|
"filterheader"?: string;
|
|
502
523
|
"filteroptions"?: string;
|
|
503
524
|
"sorteroptions"?: string;
|
|
504
525
|
}
|
|
505
|
-
interface
|
|
526
|
+
interface TttxDialogBox_1_4_0 {
|
|
506
527
|
"allowOverflow"?: boolean;
|
|
507
528
|
"data"?: string | DialogItems;
|
|
508
|
-
"onButtonClick"?: (event:
|
|
509
|
-
"onCloseButtonClick"?: (event:
|
|
529
|
+
"onButtonClick"?: (event: TttxDialogBox_1_4_0CustomEvent<any>) => void;
|
|
530
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_4_0CustomEvent<any>) => void;
|
|
510
531
|
"open"?: boolean;
|
|
511
532
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
512
533
|
}
|
|
513
|
-
interface
|
|
534
|
+
interface TttxDialog_1_4_0 {
|
|
514
535
|
"allowOverflow"?: boolean;
|
|
515
536
|
"closeEnabled"?: boolean;
|
|
516
537
|
"header"?: string;
|
|
517
|
-
"onCloseButtonClick"?: (event:
|
|
538
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_4_0CustomEvent<any>) => void;
|
|
518
539
|
"open"?: boolean;
|
|
519
540
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
520
541
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
521
542
|
}
|
|
522
|
-
interface
|
|
543
|
+
interface TttxExpander_1_4_0 {
|
|
523
544
|
"lefticon"?: string;
|
|
524
545
|
"lefticoncolor"?: string;
|
|
525
546
|
"name"?: string;
|
|
526
|
-
"onToggleExpander"?: (event:
|
|
547
|
+
"onToggleExpander"?: (event: TttxExpander_1_4_0CustomEvent<{ open: boolean; name: string }>) => void;
|
|
527
548
|
"open"?: boolean;
|
|
528
549
|
}
|
|
529
|
-
interface
|
|
550
|
+
interface TttxFilter_1_4_0 {
|
|
530
551
|
"defaultFilterOptions"?: string[] | string;
|
|
531
552
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
532
553
|
"filterHeader"?: string;
|
|
533
554
|
"filterKey"?: string;
|
|
534
555
|
"filterOptions"?: string | FilterSettings[];
|
|
535
|
-
"onFilterChangeEvent"?: (event:
|
|
536
|
-
"onToggleFilter"?: (event:
|
|
556
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_4_0CustomEvent<FilterChangeEvent>) => void;
|
|
557
|
+
"onToggleFilter"?: (event: TttxFilter_1_4_0CustomEvent<boolean>) => void;
|
|
537
558
|
"popoverWidth"?: string;
|
|
538
559
|
"showOptionIcons"?: boolean;
|
|
539
560
|
"showSearchField"?: boolean;
|
|
540
561
|
"showSelectAll"?: boolean;
|
|
541
562
|
}
|
|
542
|
-
interface
|
|
563
|
+
interface TttxForm_1_4_0 {
|
|
543
564
|
"data"?: any;
|
|
544
565
|
"formschema"?: Record<string, any> | string;
|
|
545
|
-
"onDataChanged"?: (event:
|
|
546
|
-
"onDataSubmitted"?: (event:
|
|
566
|
+
"onDataChanged"?: (event: TttxForm_1_4_0CustomEvent<{ name: string; value: string }>) => void;
|
|
567
|
+
"onDataSubmitted"?: (event: TttxForm_1_4_0CustomEvent<FormData>) => void;
|
|
547
568
|
}
|
|
548
|
-
interface
|
|
569
|
+
interface TttxIcon_1_4_0 {
|
|
549
570
|
"color"?: string;
|
|
550
571
|
"icon"?: string;
|
|
551
572
|
"size"?: number;
|
|
552
573
|
}
|
|
553
|
-
interface
|
|
574
|
+
interface TttxKeyvalueBlock_1_4_0 {
|
|
554
575
|
"horizontal"?: boolean;
|
|
555
576
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
556
577
|
"spacedout"?: boolean;
|
|
557
578
|
}
|
|
558
|
-
interface
|
|
579
|
+
interface TttxList_1_4_0 {
|
|
559
580
|
"data"?: string | ListItem[];
|
|
560
581
|
"name"?: string;
|
|
561
|
-
"onListRowCheckboxClick"?: (event:
|
|
562
|
-
"onListRowClick"?: (event:
|
|
582
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_4_0CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
583
|
+
"onListRowClick"?: (event: TttxList_1_4_0CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
563
584
|
}
|
|
564
|
-
interface
|
|
585
|
+
interface TttxLoadingSpinner_1_4_0 {
|
|
565
586
|
"loadingMessage"?: boolean;
|
|
566
587
|
"size"?: 'small' | 'large';
|
|
567
588
|
}
|
|
568
|
-
interface
|
|
589
|
+
interface TttxMultiselectBox_1_4_0 {
|
|
569
590
|
"htmlVisibleValue"?: boolean;
|
|
570
591
|
"inline"?: boolean;
|
|
571
592
|
"label"?: string;
|
|
572
|
-
"onChangesApplied"?: (event:
|
|
573
|
-
"onSelectItemEvent"?: (event:
|
|
574
|
-
"onToggleOpen"?: (event:
|
|
593
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_4_0CustomEvent<SelectItem[]>) => void;
|
|
594
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_4_0CustomEvent<SelectItem>) => void;
|
|
595
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_4_0CustomEvent<boolean>) => void;
|
|
575
596
|
"optionsData"?: string | SelectItem[];
|
|
576
597
|
"placeholder"?: string;
|
|
577
598
|
"searchEnabled"?: boolean;
|
|
578
599
|
"visibleValue"?: string;
|
|
579
600
|
}
|
|
580
|
-
interface
|
|
601
|
+
interface TttxPercentageBar_1_4_0 {
|
|
581
602
|
"color"?: string;
|
|
582
603
|
"labelid"?: string;
|
|
583
604
|
"min"?: string;
|
|
584
605
|
"percentage"?: string | number;
|
|
585
606
|
"thresholds"?: string | Threshold[];
|
|
586
607
|
}
|
|
587
|
-
interface
|
|
608
|
+
interface TttxQrcode_1_4_0 {
|
|
588
609
|
"link"?: string;
|
|
589
610
|
"size"?: number;
|
|
590
611
|
}
|
|
591
|
-
interface
|
|
612
|
+
interface TttxSelectBox_1_4_0 {
|
|
592
613
|
"inline"?: boolean;
|
|
593
614
|
"label"?: string;
|
|
594
|
-
"onSelectItemEvent"?: (event:
|
|
595
|
-
"onToggleOpen"?: (event:
|
|
615
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_4_0CustomEvent<SelectItem1>) => void;
|
|
616
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_4_0CustomEvent<boolean>) => void;
|
|
596
617
|
"optionsData"?: string | SelectItem1[];
|
|
597
618
|
"placeholder"?: string;
|
|
598
619
|
"searchEnabled"?: boolean;
|
|
599
620
|
"selectedValue"?: string;
|
|
600
621
|
}
|
|
601
|
-
interface
|
|
622
|
+
interface TttxSorter_1_4_0 {
|
|
602
623
|
"defaultOption"?: string;
|
|
603
624
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
604
625
|
"fieldOptionsData"?: string | SorterData;
|
|
605
|
-
"onSorterChangeEvent"?: (event:
|
|
606
|
-
"onToggleSorter"?: (event:
|
|
626
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_4_0CustomEvent<SorterChangeEvent>) => void;
|
|
627
|
+
"onToggleSorter"?: (event: TttxSorter_1_4_0CustomEvent<boolean>) => void;
|
|
607
628
|
"sorterKey"?: string;
|
|
608
629
|
}
|
|
609
|
-
interface
|
|
630
|
+
interface TttxStandaloneInput_1_4_0 {
|
|
610
631
|
"autocomplete"?: 'off' | 'on';
|
|
611
632
|
"checked"?: boolean;
|
|
612
633
|
"disabled"?: boolean;
|
|
@@ -622,8 +643,8 @@ declare namespace LocalJSX {
|
|
|
622
643
|
"inputiconcolor"?: string;
|
|
623
644
|
/**
|
|
624
645
|
* tabindex - Allows the HTML elements to be focusable
|
|
625
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
626
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
646
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_4_0 input-index="1" />
|
|
647
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_4_0 inputindex={1} />
|
|
627
648
|
*/
|
|
628
649
|
"inputindex"?: string | number;
|
|
629
650
|
/**
|
|
@@ -637,13 +658,13 @@ declare namespace LocalJSX {
|
|
|
637
658
|
"min"?: MinMaxDates | number;
|
|
638
659
|
"minlength"?: string | number;
|
|
639
660
|
"name"?: string;
|
|
640
|
-
"onBlurChanged"?: (event:
|
|
641
|
-
"onFocusChanged"?: (event:
|
|
642
|
-
"onInputIconClick"?: (event:
|
|
643
|
-
"onInvalidChanged"?: (event:
|
|
644
|
-
"onLeftIconClick"?: (event:
|
|
645
|
-
"onRightIconClick"?: (event:
|
|
646
|
-
"onValueChanged"?: (event:
|
|
661
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_4_0CustomEvent<string>) => void;
|
|
662
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_4_0CustomEvent<string>) => void;
|
|
663
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_4_0CustomEvent<void>) => void;
|
|
664
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_4_0CustomEvent<string>) => void;
|
|
665
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_4_0CustomEvent<void>) => void;
|
|
666
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_4_0CustomEvent<void>) => void;
|
|
667
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_4_0CustomEvent<string>) => void;
|
|
647
668
|
"pattern"?: string;
|
|
648
669
|
"placeholder"?: string;
|
|
649
670
|
"readonly"?: string | boolean;
|
|
@@ -658,27 +679,27 @@ declare namespace LocalJSX {
|
|
|
658
679
|
"type"?: string;
|
|
659
680
|
"value"?: string | number;
|
|
660
681
|
}
|
|
661
|
-
interface
|
|
682
|
+
interface TttxTabs_1_4_0 {
|
|
662
683
|
"navigation"?: boolean;
|
|
663
|
-
"onLeftNavigation"?: (event:
|
|
664
|
-
"onRightNavigation"?: (event:
|
|
665
|
-
"onTabClick"?: (event:
|
|
684
|
+
"onLeftNavigation"?: (event: TttxTabs_1_4_0CustomEvent<any>) => void;
|
|
685
|
+
"onRightNavigation"?: (event: TttxTabs_1_4_0CustomEvent<any>) => void;
|
|
686
|
+
"onTabClick"?: (event: TttxTabs_1_4_0CustomEvent<{ tabId: string }>) => void;
|
|
666
687
|
"tabs"?: string | Tab[];
|
|
667
688
|
"tabsName"?: string;
|
|
668
689
|
"wide"?: boolean;
|
|
669
690
|
}
|
|
670
|
-
interface
|
|
691
|
+
interface TttxTag_1_4_0 {
|
|
671
692
|
"color"?: string;
|
|
672
693
|
"text"?: string;
|
|
673
694
|
"textColor"?: string;
|
|
674
695
|
}
|
|
675
|
-
interface
|
|
696
|
+
interface TttxTextarea_1_4_0 {
|
|
676
697
|
"disabled"?: boolean;
|
|
677
698
|
"errormsg"?: string;
|
|
678
699
|
/**
|
|
679
700
|
* tabindex - Allows the HTML elements to be focusable
|
|
680
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
681
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
701
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_4_0 input-index="1" />
|
|
702
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_4_0 inputindex={1} />
|
|
682
703
|
*/
|
|
683
704
|
"inputindex"?: string | number;
|
|
684
705
|
/**
|
|
@@ -689,10 +710,10 @@ declare namespace LocalJSX {
|
|
|
689
710
|
"label"?: string;
|
|
690
711
|
"maxlength"?: string | number;
|
|
691
712
|
"name"?: string;
|
|
692
|
-
"onBlurChanged"?: (event:
|
|
693
|
-
"onFocusChanged"?: (event:
|
|
694
|
-
"onInvalidChanged"?: (event:
|
|
695
|
-
"onValueChanged"?: (event:
|
|
713
|
+
"onBlurChanged"?: (event: TttxTextarea_1_4_0CustomEvent<string>) => void;
|
|
714
|
+
"onFocusChanged"?: (event: TttxTextarea_1_4_0CustomEvent<string>) => void;
|
|
715
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_4_0CustomEvent<string>) => void;
|
|
716
|
+
"onValueChanged"?: (event: TttxTextarea_1_4_0CustomEvent<string>) => void;
|
|
696
717
|
"placeholder"?: string;
|
|
697
718
|
"readonly"?: string | boolean;
|
|
698
719
|
"required"?: boolean;
|
|
@@ -706,73 +727,73 @@ declare namespace LocalJSX {
|
|
|
706
727
|
"textareaautofocus"?: boolean;
|
|
707
728
|
"value"?: string | number;
|
|
708
729
|
}
|
|
709
|
-
interface
|
|
730
|
+
interface TttxToolbar_1_4_0 {
|
|
710
731
|
"border"?: boolean;
|
|
711
732
|
}
|
|
712
|
-
interface
|
|
733
|
+
interface TttxTreeView_1_4_0 {
|
|
713
734
|
"data"?: TreeViewItem[];
|
|
714
|
-
"onClickEvent"?: (event:
|
|
715
|
-
"onExpandNode"?: (event:
|
|
735
|
+
"onClickEvent"?: (event: TttxTreeView_1_4_0CustomEvent<TreeViewItem>) => void;
|
|
736
|
+
"onExpandNode"?: (event: TttxTreeView_1_4_0CustomEvent<ExpandNodeEvent>) => void;
|
|
716
737
|
}
|
|
717
738
|
interface IntrinsicElements {
|
|
718
|
-
"tttx-
|
|
719
|
-
"tttx-checkbox-group-
|
|
720
|
-
"tttx-checkbox-group-
|
|
721
|
-
"tttx-checkbox-
|
|
722
|
-
"tttx-
|
|
723
|
-
"tttx-data-
|
|
724
|
-
"tttx-dialog-
|
|
725
|
-
"tttx-
|
|
726
|
-
"tttx-
|
|
727
|
-
"tttx-
|
|
728
|
-
"tttx-
|
|
729
|
-
"tttx-
|
|
730
|
-
"tttx-keyvalue-
|
|
731
|
-
"tttx-
|
|
732
|
-
"tttx-loading-
|
|
733
|
-
"tttx-multiselect-
|
|
734
|
-
"tttx-percentage-
|
|
735
|
-
"tttx-
|
|
736
|
-
"tttx-select-
|
|
737
|
-
"tttx-
|
|
738
|
-
"tttx-standalone-
|
|
739
|
-
"tttx-
|
|
740
|
-
"tttx-
|
|
741
|
-
"tttx-
|
|
742
|
-
"tttx-
|
|
743
|
-
"tttx-tree-
|
|
739
|
+
"tttx-button_1_4_0": TttxButton_1_4_0;
|
|
740
|
+
"tttx-checkbox-group-caption_1_4_0": TttxCheckboxGroupCaption_1_4_0;
|
|
741
|
+
"tttx-checkbox-group-heading_1_4_0": TttxCheckboxGroupHeading_1_4_0;
|
|
742
|
+
"tttx-checkbox-group_1_4_0": TttxCheckboxGroup_1_4_0;
|
|
743
|
+
"tttx-checkbox_1_4_0": TttxCheckbox_1_4_0;
|
|
744
|
+
"tttx-data-pattern_1_4_0": TttxDataPattern_1_4_0;
|
|
745
|
+
"tttx-dialog-box_1_4_0": TttxDialogBox_1_4_0;
|
|
746
|
+
"tttx-dialog_1_4_0": TttxDialog_1_4_0;
|
|
747
|
+
"tttx-expander_1_4_0": TttxExpander_1_4_0;
|
|
748
|
+
"tttx-filter_1_4_0": TttxFilter_1_4_0;
|
|
749
|
+
"tttx-form_1_4_0": TttxForm_1_4_0;
|
|
750
|
+
"tttx-icon_1_4_0": TttxIcon_1_4_0;
|
|
751
|
+
"tttx-keyvalue-block_1_4_0": TttxKeyvalueBlock_1_4_0;
|
|
752
|
+
"tttx-list_1_4_0": TttxList_1_4_0;
|
|
753
|
+
"tttx-loading-spinner_1_4_0": TttxLoadingSpinner_1_4_0;
|
|
754
|
+
"tttx-multiselect-box_1_4_0": TttxMultiselectBox_1_4_0;
|
|
755
|
+
"tttx-percentage-bar_1_4_0": TttxPercentageBar_1_4_0;
|
|
756
|
+
"tttx-qrcode_1_4_0": TttxQrcode_1_4_0;
|
|
757
|
+
"tttx-select-box_1_4_0": TttxSelectBox_1_4_0;
|
|
758
|
+
"tttx-sorter_1_4_0": TttxSorter_1_4_0;
|
|
759
|
+
"tttx-standalone-input_1_4_0": TttxStandaloneInput_1_4_0;
|
|
760
|
+
"tttx-tabs_1_4_0": TttxTabs_1_4_0;
|
|
761
|
+
"tttx-tag_1_4_0": TttxTag_1_4_0;
|
|
762
|
+
"tttx-textarea_1_4_0": TttxTextarea_1_4_0;
|
|
763
|
+
"tttx-toolbar_1_4_0": TttxToolbar_1_4_0;
|
|
764
|
+
"tttx-tree-view_1_4_0": TttxTreeView_1_4_0;
|
|
744
765
|
}
|
|
745
766
|
}
|
|
746
767
|
export { LocalJSX as JSX };
|
|
747
768
|
declare module "@stencil/core" {
|
|
748
769
|
export namespace JSX {
|
|
749
770
|
interface IntrinsicElements {
|
|
750
|
-
"tttx-
|
|
751
|
-
"tttx-checkbox-group-
|
|
752
|
-
"tttx-checkbox-group-
|
|
753
|
-
"tttx-checkbox-
|
|
754
|
-
"tttx-
|
|
755
|
-
"tttx-data-
|
|
756
|
-
"tttx-dialog-
|
|
757
|
-
"tttx-
|
|
758
|
-
"tttx-
|
|
759
|
-
"tttx-
|
|
760
|
-
"tttx-
|
|
761
|
-
"tttx-
|
|
762
|
-
"tttx-keyvalue-
|
|
763
|
-
"tttx-
|
|
764
|
-
"tttx-loading-
|
|
765
|
-
"tttx-multiselect-
|
|
766
|
-
"tttx-percentage-
|
|
767
|
-
"tttx-
|
|
768
|
-
"tttx-select-
|
|
769
|
-
"tttx-
|
|
770
|
-
"tttx-standalone-
|
|
771
|
-
"tttx-
|
|
772
|
-
"tttx-
|
|
773
|
-
"tttx-
|
|
774
|
-
"tttx-
|
|
775
|
-
"tttx-tree-
|
|
771
|
+
"tttx-button_1_4_0": LocalJSX.TttxButton_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxButton_1_4_0Element>;
|
|
772
|
+
"tttx-checkbox-group-caption_1_4_0": LocalJSX.TttxCheckboxGroupCaption_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_4_0Element>;
|
|
773
|
+
"tttx-checkbox-group-heading_1_4_0": LocalJSX.TttxCheckboxGroupHeading_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_4_0Element>;
|
|
774
|
+
"tttx-checkbox-group_1_4_0": LocalJSX.TttxCheckboxGroup_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_4_0Element>;
|
|
775
|
+
"tttx-checkbox_1_4_0": LocalJSX.TttxCheckbox_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_4_0Element>;
|
|
776
|
+
"tttx-data-pattern_1_4_0": LocalJSX.TttxDataPattern_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_4_0Element>;
|
|
777
|
+
"tttx-dialog-box_1_4_0": LocalJSX.TttxDialogBox_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_4_0Element>;
|
|
778
|
+
"tttx-dialog_1_4_0": LocalJSX.TttxDialog_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_4_0Element>;
|
|
779
|
+
"tttx-expander_1_4_0": LocalJSX.TttxExpander_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_4_0Element>;
|
|
780
|
+
"tttx-filter_1_4_0": LocalJSX.TttxFilter_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_4_0Element>;
|
|
781
|
+
"tttx-form_1_4_0": LocalJSX.TttxForm_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxForm_1_4_0Element>;
|
|
782
|
+
"tttx-icon_1_4_0": LocalJSX.TttxIcon_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_4_0Element>;
|
|
783
|
+
"tttx-keyvalue-block_1_4_0": LocalJSX.TttxKeyvalueBlock_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_4_0Element>;
|
|
784
|
+
"tttx-list_1_4_0": LocalJSX.TttxList_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxList_1_4_0Element>;
|
|
785
|
+
"tttx-loading-spinner_1_4_0": LocalJSX.TttxLoadingSpinner_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_4_0Element>;
|
|
786
|
+
"tttx-multiselect-box_1_4_0": LocalJSX.TttxMultiselectBox_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_4_0Element>;
|
|
787
|
+
"tttx-percentage-bar_1_4_0": LocalJSX.TttxPercentageBar_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_4_0Element>;
|
|
788
|
+
"tttx-qrcode_1_4_0": LocalJSX.TttxQrcode_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_4_0Element>;
|
|
789
|
+
"tttx-select-box_1_4_0": LocalJSX.TttxSelectBox_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_4_0Element>;
|
|
790
|
+
"tttx-sorter_1_4_0": LocalJSX.TttxSorter_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_4_0Element>;
|
|
791
|
+
"tttx-standalone-input_1_4_0": LocalJSX.TttxStandaloneInput_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_4_0Element>;
|
|
792
|
+
"tttx-tabs_1_4_0": LocalJSX.TttxTabs_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_4_0Element>;
|
|
793
|
+
"tttx-tag_1_4_0": LocalJSX.TttxTag_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxTag_1_4_0Element>;
|
|
794
|
+
"tttx-textarea_1_4_0": LocalJSX.TttxTextarea_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_4_0Element>;
|
|
795
|
+
"tttx-toolbar_1_4_0": LocalJSX.TttxToolbar_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_4_0Element>;
|
|
796
|
+
"tttx-tree-view_1_4_0": LocalJSX.TttxTreeView_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_4_0Element>;
|
|
776
797
|
}
|
|
777
798
|
}
|
|
778
799
|
}
|