@3t-transform/threeteeui 1.5.0 → 1.5.2
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_5_0.cjs.entry.js → tttx-button_1_5_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_5_0.cjs.entry.js → tttx-checkbox-group-caption_1_5_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_5_0.cjs.entry.js → tttx-checkbox-group-heading_1_5_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_5_0.cjs.entry.js → tttx-checkbox-group_1_5_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_5_0.cjs.entry.js → tttx-checkbox_1_5_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_5_0.cjs.entry.js → tttx-data-pattern_1_5_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-dialog-box_1_5_0.cjs.entry.js → tttx-dialog-box_1_5_2.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_5_0.cjs.entry.js → tttx-dialog_1_5_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_5_0.cjs.entry.js → tttx-expander_1_5_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_5_0_4.cjs.entry.js → tttx-filter_1_5_2_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_5_0.cjs.entry.js → tttx-form_1_5_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-icon_1_5_0.cjs.entry.js → tttx-icon_1_5_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_5_0.cjs.entry.js → tttx-keyvalue-block_1_5_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_5_0.cjs.entry.js → tttx-loading-spinner_1_5_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_5_0.cjs.entry.js → tttx-multiselect-box_1_5_2.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_5_0.cjs.entry.js → tttx-percentage-bar_1_5_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_5_0.cjs.entry.js → tttx-qrcode_1_5_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_5_0.cjs.entry.js → tttx-select-box_1_5_2.cjs.entry.js} +16 -6
- package/dist/cjs/tttx-standalone-input_1_5_2.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-tabs_1_5_0.cjs.entry.js → tttx-tabs_1_5_2.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_5_0.cjs.entry.js → tttx-tag_1_5_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_5_0.cjs.entry.js → tttx-textarea_1_5_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_5_0.cjs.entry.js → tttx-tree-view_1_5_2.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/tttx-form.js +2 -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 +47 -6
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +46 -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_5_0.d.ts → tttx-button_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-button_1_5_0.js → tttx-button_1_5_2.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_5_0.js → tttx-checkbox-group-caption_1_5_2.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_5_0.js → tttx-checkbox-group-heading_1_5_2.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_5_0.js → tttx-checkbox-group_1_5_2.js} +5 -5
- package/dist/components/{tttx-expander_1_5_0.d.ts → tttx-checkbox_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_5_0.js → tttx-checkbox_1_5_2.js} +7 -7
- package/dist/components/tttx-data-pattern_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_5_0.js → tttx-data-pattern_1_5_2.js} +13 -13
- package/dist/components/{tttx-dialog-box_1_5_0.d.ts → tttx-dialog-box_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-dialog-box_1_5_0.js → tttx-dialog-box_1_5_2.js} +9 -9
- package/dist/components/{tttx-filter_1_5_0.d.ts → tttx-dialog_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_5_0.js → tttx-dialog_1_5_2.js} +8 -8
- package/dist/components/{tttx-checkbox_1_5_0.d.ts → tttx-expander_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-expander_1_5_0.js → tttx-expander_1_5_2.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-qrcode_1_5_0.d.ts → tttx-filter_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_5_0.js → tttx-filter_1_5_2.js} +2 -2
- package/dist/components/{tttx-icon_1_5_0.d.ts → tttx-form_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-form_1_5_0.js → tttx-form_1_5_2.js} +9 -9
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_5_0.d.ts → tttx-icon_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_5_0.js → tttx-icon_1_5_2.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_5_0.js → tttx-keyvalue-block_1_5_2.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-form_1_5_0.d.ts → tttx-list_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-list_1_5_0.js → tttx-list_1_5_2.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_5_0.js → tttx-loading-spinner_1_5_2.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_5_0.js → tttx-multiselect-box_1_5_2.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_5_0.js → tttx-percentage-bar_1_5_2.js} +6 -6
- package/dist/components/{tttx-dialog_1_5_0.d.ts → tttx-qrcode_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_5_0.js → tttx-qrcode_1_5_2.js} +5 -5
- package/dist/components/tttx-select-box.js +21 -10
- package/dist/components/tttx-select-box_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_5_0.js → tttx-select-box_1_5_2.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_5_0.js → tttx-sorter_1_5_2.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_5_0.js → tttx-standalone-input_1_5_2.js} +2 -2
- package/dist/components/{tttx-tabs_1_5_0.d.ts → tttx-tabs_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_5_0.js → tttx-tabs_1_5_2.js} +9 -9
- package/dist/components/{tttx-tag_1_5_0.d.ts → tttx-tag_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_5_0.js → tttx-tag_1_5_2.js} +5 -5
- package/dist/components/tttx-textarea_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_5_0.js → tttx-textarea_1_5_2.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_5_0.d.ts → tttx-toolbar_1_5_2.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_5_0.js → tttx-toolbar_1_5_2.js} +2 -2
- package/dist/components/tttx-tree-view_1_5_2.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_5_0.js → tttx-tree-view_1_5_2.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_5_0.entry.js → tttx-button_1_5_2.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_5_0.entry.js → tttx-checkbox-group-caption_1_5_2.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_5_0.entry.js → tttx-checkbox-group-heading_1_5_2.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_5_0.entry.js → tttx-checkbox-group_1_5_2.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_5_0.entry.js → tttx-checkbox_1_5_2.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_5_0.entry.js → tttx-data-pattern_1_5_2.entry.js} +2 -2
- package/dist/esm/{tttx-dialog-box_1_5_0.entry.js → tttx-dialog-box_1_5_2.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_5_0.entry.js → tttx-dialog_1_5_2.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_5_0.entry.js → tttx-expander_1_5_2.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_5_0_4.entry.js → tttx-filter_1_5_2_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_5_0.entry.js → tttx-form_1_5_2.entry.js} +2 -2
- package/dist/esm/{tttx-icon_1_5_0.entry.js → tttx-icon_1_5_2.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_5_0.entry.js → tttx-keyvalue-block_1_5_2.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_5_0.entry.js → tttx-loading-spinner_1_5_2.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_5_0.entry.js → tttx-multiselect-box_1_5_2.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_5_0.entry.js → tttx-percentage-bar_1_5_2.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_5_0.entry.js → tttx-qrcode_1_5_2.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_5_0.entry.js → tttx-select-box_1_5_2.entry.js} +16 -6
- package/dist/esm/tttx-standalone-input_1_5_2.entry.js +90 -0
- package/dist/esm/{tttx-tabs_1_5_0.entry.js → tttx-tabs_1_5_2.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_5_0.entry.js → tttx-tag_1_5_2.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_5_0.entry.js → tttx-textarea_1_5_2.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_5_0.entry.js → tttx-tree-view_1_5_2.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- 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-533499ec.entry.js +1 -0
- 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-5fa512cb.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-796f699a.entry.js +1 -1
- package/dist/tttx/p-884f37d3.entry.js +1 -1
- package/dist/tttx/p-8b0b95b7.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-c08a54f9.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/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +4 -1
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.stories.d.ts +1 -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 +307 -304
- package/package.json +2 -2
- package/dist/cjs/tttx-standalone-input_1_5_0.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_5_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_5_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_5_0.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_5_0.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_5_0.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_5_0.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_5_0.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_5_0.d.ts +0 -11
- package/dist/components/tttx-select-box_1_5_0.d.ts +0 -11
- package/dist/components/tttx-sorter_1_5_0.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_5_0.d.ts +0 -11
- package/dist/components/tttx-textarea_1_5_0.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_5_0.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_5_0.entry.js +0 -90
- package/dist/tttx/p-7077c8ed.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_5_2 {
|
|
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_5_2 {
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupHeading_1_5_2 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroup_1_5_2 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckbox_1_5_2 {
|
|
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_5_2 {
|
|
42
42
|
"data": string;
|
|
43
43
|
"filterheader": string;
|
|
44
44
|
"filteroptions": string;
|
|
45
45
|
"sorteroptions": string;
|
|
46
46
|
}
|
|
47
|
-
interface
|
|
47
|
+
interface TttxDialogBox_1_5_2 {
|
|
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_5_2 {
|
|
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_5_2 {
|
|
62
62
|
"lefticon"?: string;
|
|
63
63
|
"lefticoncolor"?: string;
|
|
64
64
|
"name": string;
|
|
65
65
|
"open": boolean;
|
|
66
66
|
}
|
|
67
|
-
interface
|
|
67
|
+
interface TttxFilter_1_5_2 {
|
|
68
68
|
"defaultFilterOptions": string[] | string;
|
|
69
69
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
70
70
|
"filterHeader": string;
|
|
@@ -75,7 +75,7 @@ export namespace Components {
|
|
|
75
75
|
"showSearchField": boolean;
|
|
76
76
|
"showSelectAll": boolean;
|
|
77
77
|
}
|
|
78
|
-
interface
|
|
78
|
+
interface TttxForm_1_5_2 {
|
|
79
79
|
/**
|
|
80
80
|
* Clear the validation message on a given form field
|
|
81
81
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -107,25 +107,25 @@ export namespace Components {
|
|
|
107
107
|
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
108
108
|
"submit": () => Promise<void>;
|
|
109
109
|
}
|
|
110
|
-
interface
|
|
110
|
+
interface TttxIcon_1_5_2 {
|
|
111
111
|
"color": string;
|
|
112
112
|
"icon": string;
|
|
113
113
|
"size": number;
|
|
114
114
|
}
|
|
115
|
-
interface
|
|
115
|
+
interface TttxKeyvalueBlock_1_5_2 {
|
|
116
116
|
"horizontal": boolean;
|
|
117
117
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
118
118
|
"spacedout": boolean;
|
|
119
119
|
}
|
|
120
|
-
interface
|
|
120
|
+
interface TttxList_1_5_2 {
|
|
121
121
|
"data": string | ListItem[];
|
|
122
122
|
"name": string;
|
|
123
123
|
}
|
|
124
|
-
interface
|
|
124
|
+
interface TttxLoadingSpinner_1_5_2 {
|
|
125
125
|
"loadingMessage": boolean;
|
|
126
126
|
"size": 'small' | 'large';
|
|
127
127
|
}
|
|
128
|
-
interface
|
|
128
|
+
interface TttxMultiselectBox_1_5_2 {
|
|
129
129
|
"htmlVisibleValue": boolean;
|
|
130
130
|
"inline": boolean;
|
|
131
131
|
"label": string;
|
|
@@ -134,18 +134,18 @@ export namespace Components {
|
|
|
134
134
|
"searchEnabled": boolean;
|
|
135
135
|
"visibleValue": string;
|
|
136
136
|
}
|
|
137
|
-
interface
|
|
137
|
+
interface TttxPercentageBar_1_5_2 {
|
|
138
138
|
"color"?: string;
|
|
139
139
|
"labelid"?: string;
|
|
140
140
|
"min": string;
|
|
141
141
|
"percentage": string | number;
|
|
142
142
|
"thresholds"?: string | Threshold[];
|
|
143
143
|
}
|
|
144
|
-
interface
|
|
144
|
+
interface TttxQrcode_1_5_2 {
|
|
145
145
|
"link": string;
|
|
146
146
|
"size": number;
|
|
147
147
|
}
|
|
148
|
-
interface
|
|
148
|
+
interface TttxSelectBox_1_5_2 {
|
|
149
149
|
"errorMsg": string;
|
|
150
150
|
"inline": boolean;
|
|
151
151
|
"label": string;
|
|
@@ -156,14 +156,15 @@ export namespace Components {
|
|
|
156
156
|
"setSelectedItem": (value: string) => Promise<void>;
|
|
157
157
|
"showErrorBubble": boolean;
|
|
158
158
|
"showErrorMsg": boolean;
|
|
159
|
+
"useExternalFiltering": boolean;
|
|
159
160
|
}
|
|
160
|
-
interface
|
|
161
|
+
interface TttxSorter_1_5_2 {
|
|
161
162
|
"defaultOption": string;
|
|
162
163
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
163
164
|
"fieldOptionsData": string | SorterData;
|
|
164
165
|
"sorterKey": string;
|
|
165
166
|
}
|
|
166
|
-
interface
|
|
167
|
+
interface TttxStandaloneInput_1_5_2 {
|
|
167
168
|
"autocomplete": 'off' | 'on';
|
|
168
169
|
"checked": boolean;
|
|
169
170
|
"disabled": boolean;
|
|
@@ -179,8 +180,8 @@ export namespace Components {
|
|
|
179
180
|
"inputiconcolor": string;
|
|
180
181
|
/**
|
|
181
182
|
* tabindex - Allows the HTML elements to be focusable
|
|
182
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
183
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
183
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_5_2 input-index="1" />
|
|
184
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_5_2 inputindex={1} />
|
|
184
185
|
*/
|
|
185
186
|
"inputindex": string | number;
|
|
186
187
|
/**
|
|
@@ -208,24 +209,24 @@ export namespace Components {
|
|
|
208
209
|
"type": string;
|
|
209
210
|
"value": string | number;
|
|
210
211
|
}
|
|
211
|
-
interface
|
|
212
|
+
interface TttxTabs_1_5_2 {
|
|
212
213
|
"navigation": boolean;
|
|
213
214
|
"tabs": string | Tab[];
|
|
214
215
|
"tabsName": string;
|
|
215
216
|
"wide": boolean;
|
|
216
217
|
}
|
|
217
|
-
interface
|
|
218
|
+
interface TttxTag_1_5_2 {
|
|
218
219
|
"color": string;
|
|
219
220
|
"text": string;
|
|
220
221
|
"textColor": string;
|
|
221
222
|
}
|
|
222
|
-
interface
|
|
223
|
+
interface TttxTextarea_1_5_2 {
|
|
223
224
|
"disabled": boolean;
|
|
224
225
|
"errormsg": string;
|
|
225
226
|
/**
|
|
226
227
|
* tabindex - Allows the HTML elements to be focusable
|
|
227
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
228
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
228
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_5_2 input-index="1" />
|
|
229
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_5_2 inputindex={1} />
|
|
229
230
|
*/
|
|
230
231
|
"inputindex": string | number;
|
|
231
232
|
/**
|
|
@@ -249,391 +250,393 @@ export namespace Components {
|
|
|
249
250
|
"textareaautofocus": boolean;
|
|
250
251
|
"value": string | number;
|
|
251
252
|
}
|
|
252
|
-
interface
|
|
253
|
+
interface TttxToolbar_1_5_2 {
|
|
253
254
|
"border": boolean;
|
|
254
255
|
}
|
|
255
|
-
interface
|
|
256
|
+
interface TttxTreeView_1_5_2 {
|
|
256
257
|
"data": TreeViewItem[];
|
|
257
258
|
}
|
|
258
259
|
}
|
|
259
|
-
export interface
|
|
260
|
+
export interface TttxCheckbox_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
260
261
|
detail: T;
|
|
261
|
-
target:
|
|
262
|
+
target: HTMLTttxCheckbox_1_5_2Element;
|
|
262
263
|
}
|
|
263
|
-
export interface
|
|
264
|
+
export interface TttxDialogBox_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
264
265
|
detail: T;
|
|
265
|
-
target:
|
|
266
|
+
target: HTMLTttxDialogBox_1_5_2Element;
|
|
266
267
|
}
|
|
267
|
-
export interface
|
|
268
|
+
export interface TttxDialog_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
268
269
|
detail: T;
|
|
269
|
-
target:
|
|
270
|
+
target: HTMLTttxDialog_1_5_2Element;
|
|
270
271
|
}
|
|
271
|
-
export interface
|
|
272
|
+
export interface TttxExpander_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
272
273
|
detail: T;
|
|
273
|
-
target:
|
|
274
|
+
target: HTMLTttxExpander_1_5_2Element;
|
|
274
275
|
}
|
|
275
|
-
export interface
|
|
276
|
+
export interface TttxFilter_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
276
277
|
detail: T;
|
|
277
|
-
target:
|
|
278
|
+
target: HTMLTttxFilter_1_5_2Element;
|
|
278
279
|
}
|
|
279
|
-
export interface
|
|
280
|
+
export interface TttxForm_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
280
281
|
detail: T;
|
|
281
|
-
target:
|
|
282
|
+
target: HTMLTttxForm_1_5_2Element;
|
|
282
283
|
}
|
|
283
|
-
export interface
|
|
284
|
+
export interface TttxList_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
284
285
|
detail: T;
|
|
285
|
-
target:
|
|
286
|
+
target: HTMLTttxList_1_5_2Element;
|
|
286
287
|
}
|
|
287
|
-
export interface
|
|
288
|
+
export interface TttxMultiselectBox_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
288
289
|
detail: T;
|
|
289
|
-
target:
|
|
290
|
+
target: HTMLTttxMultiselectBox_1_5_2Element;
|
|
290
291
|
}
|
|
291
|
-
export interface
|
|
292
|
+
export interface TttxSelectBox_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
292
293
|
detail: T;
|
|
293
|
-
target:
|
|
294
|
+
target: HTMLTttxSelectBox_1_5_2Element;
|
|
294
295
|
}
|
|
295
|
-
export interface
|
|
296
|
+
export interface TttxSorter_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
296
297
|
detail: T;
|
|
297
|
-
target:
|
|
298
|
+
target: HTMLTttxSorter_1_5_2Element;
|
|
298
299
|
}
|
|
299
|
-
export interface
|
|
300
|
+
export interface TttxStandaloneInput_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
300
301
|
detail: T;
|
|
301
|
-
target:
|
|
302
|
+
target: HTMLTttxStandaloneInput_1_5_2Element;
|
|
302
303
|
}
|
|
303
|
-
export interface
|
|
304
|
+
export interface TttxTabs_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
304
305
|
detail: T;
|
|
305
|
-
target:
|
|
306
|
+
target: HTMLTttxTabs_1_5_2Element;
|
|
306
307
|
}
|
|
307
|
-
export interface
|
|
308
|
+
export interface TttxTextarea_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
308
309
|
detail: T;
|
|
309
|
-
target:
|
|
310
|
+
target: HTMLTttxTextarea_1_5_2Element;
|
|
310
311
|
}
|
|
311
|
-
export interface
|
|
312
|
+
export interface TttxTreeView_1_5_2CustomEvent<T> extends CustomEvent<T> {
|
|
312
313
|
detail: T;
|
|
313
|
-
target:
|
|
314
|
+
target: HTMLTttxTreeView_1_5_2Element;
|
|
314
315
|
}
|
|
315
316
|
declare global {
|
|
316
|
-
interface
|
|
317
|
+
interface HTMLTttxButton_1_5_2Element extends Components.TttxButton_1_5_2, HTMLStencilElement {
|
|
317
318
|
}
|
|
318
|
-
var
|
|
319
|
-
prototype:
|
|
320
|
-
new ():
|
|
319
|
+
var HTMLTttxButton_1_5_2Element: {
|
|
320
|
+
prototype: HTMLTttxButton_1_5_2Element;
|
|
321
|
+
new (): HTMLTttxButton_1_5_2Element;
|
|
321
322
|
};
|
|
322
|
-
interface
|
|
323
|
+
interface HTMLTttxCheckboxGroupCaption_1_5_2Element extends Components.TttxCheckboxGroupCaption_1_5_2, HTMLStencilElement {
|
|
323
324
|
}
|
|
324
|
-
var
|
|
325
|
-
prototype:
|
|
326
|
-
new ():
|
|
325
|
+
var HTMLTttxCheckboxGroupCaption_1_5_2Element: {
|
|
326
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_5_2Element;
|
|
327
|
+
new (): HTMLTttxCheckboxGroupCaption_1_5_2Element;
|
|
327
328
|
};
|
|
328
|
-
interface
|
|
329
|
+
interface HTMLTttxCheckboxGroupHeading_1_5_2Element extends Components.TttxCheckboxGroupHeading_1_5_2, HTMLStencilElement {
|
|
329
330
|
}
|
|
330
|
-
var
|
|
331
|
-
prototype:
|
|
332
|
-
new ():
|
|
331
|
+
var HTMLTttxCheckboxGroupHeading_1_5_2Element: {
|
|
332
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_5_2Element;
|
|
333
|
+
new (): HTMLTttxCheckboxGroupHeading_1_5_2Element;
|
|
333
334
|
};
|
|
334
|
-
interface
|
|
335
|
+
interface HTMLTttxCheckboxGroup_1_5_2Element extends Components.TttxCheckboxGroup_1_5_2, HTMLStencilElement {
|
|
335
336
|
}
|
|
336
|
-
var
|
|
337
|
-
prototype:
|
|
338
|
-
new ():
|
|
337
|
+
var HTMLTttxCheckboxGroup_1_5_2Element: {
|
|
338
|
+
prototype: HTMLTttxCheckboxGroup_1_5_2Element;
|
|
339
|
+
new (): HTMLTttxCheckboxGroup_1_5_2Element;
|
|
339
340
|
};
|
|
340
|
-
interface
|
|
341
|
+
interface HTMLTttxCheckbox_1_5_2Element extends Components.TttxCheckbox_1_5_2, HTMLStencilElement {
|
|
341
342
|
}
|
|
342
|
-
var
|
|
343
|
-
prototype:
|
|
344
|
-
new ():
|
|
343
|
+
var HTMLTttxCheckbox_1_5_2Element: {
|
|
344
|
+
prototype: HTMLTttxCheckbox_1_5_2Element;
|
|
345
|
+
new (): HTMLTttxCheckbox_1_5_2Element;
|
|
345
346
|
};
|
|
346
|
-
interface
|
|
347
|
+
interface HTMLTttxDataPattern_1_5_2Element extends Components.TttxDataPattern_1_5_2, HTMLStencilElement {
|
|
347
348
|
}
|
|
348
|
-
var
|
|
349
|
-
prototype:
|
|
350
|
-
new ():
|
|
349
|
+
var HTMLTttxDataPattern_1_5_2Element: {
|
|
350
|
+
prototype: HTMLTttxDataPattern_1_5_2Element;
|
|
351
|
+
new (): HTMLTttxDataPattern_1_5_2Element;
|
|
351
352
|
};
|
|
352
|
-
interface
|
|
353
|
+
interface HTMLTttxDialogBox_1_5_2Element extends Components.TttxDialogBox_1_5_2, HTMLStencilElement {
|
|
353
354
|
}
|
|
354
|
-
var
|
|
355
|
-
prototype:
|
|
356
|
-
new ():
|
|
355
|
+
var HTMLTttxDialogBox_1_5_2Element: {
|
|
356
|
+
prototype: HTMLTttxDialogBox_1_5_2Element;
|
|
357
|
+
new (): HTMLTttxDialogBox_1_5_2Element;
|
|
357
358
|
};
|
|
358
|
-
interface
|
|
359
|
+
interface HTMLTttxDialog_1_5_2Element extends Components.TttxDialog_1_5_2, HTMLStencilElement {
|
|
359
360
|
}
|
|
360
|
-
var
|
|
361
|
-
prototype:
|
|
362
|
-
new ():
|
|
361
|
+
var HTMLTttxDialog_1_5_2Element: {
|
|
362
|
+
prototype: HTMLTttxDialog_1_5_2Element;
|
|
363
|
+
new (): HTMLTttxDialog_1_5_2Element;
|
|
363
364
|
};
|
|
364
|
-
interface
|
|
365
|
+
interface HTMLTttxExpander_1_5_2Element extends Components.TttxExpander_1_5_2, HTMLStencilElement {
|
|
365
366
|
}
|
|
366
|
-
var
|
|
367
|
-
prototype:
|
|
368
|
-
new ():
|
|
367
|
+
var HTMLTttxExpander_1_5_2Element: {
|
|
368
|
+
prototype: HTMLTttxExpander_1_5_2Element;
|
|
369
|
+
new (): HTMLTttxExpander_1_5_2Element;
|
|
369
370
|
};
|
|
370
|
-
interface
|
|
371
|
+
interface HTMLTttxFilter_1_5_2Element extends Components.TttxFilter_1_5_2, HTMLStencilElement {
|
|
371
372
|
}
|
|
372
|
-
var
|
|
373
|
-
prototype:
|
|
374
|
-
new ():
|
|
373
|
+
var HTMLTttxFilter_1_5_2Element: {
|
|
374
|
+
prototype: HTMLTttxFilter_1_5_2Element;
|
|
375
|
+
new (): HTMLTttxFilter_1_5_2Element;
|
|
375
376
|
};
|
|
376
|
-
interface
|
|
377
|
+
interface HTMLTttxForm_1_5_2Element extends Components.TttxForm_1_5_2, HTMLStencilElement {
|
|
377
378
|
}
|
|
378
|
-
var
|
|
379
|
-
prototype:
|
|
380
|
-
new ():
|
|
379
|
+
var HTMLTttxForm_1_5_2Element: {
|
|
380
|
+
prototype: HTMLTttxForm_1_5_2Element;
|
|
381
|
+
new (): HTMLTttxForm_1_5_2Element;
|
|
381
382
|
};
|
|
382
|
-
interface
|
|
383
|
+
interface HTMLTttxIcon_1_5_2Element extends Components.TttxIcon_1_5_2, HTMLStencilElement {
|
|
383
384
|
}
|
|
384
|
-
var
|
|
385
|
-
prototype:
|
|
386
|
-
new ():
|
|
385
|
+
var HTMLTttxIcon_1_5_2Element: {
|
|
386
|
+
prototype: HTMLTttxIcon_1_5_2Element;
|
|
387
|
+
new (): HTMLTttxIcon_1_5_2Element;
|
|
387
388
|
};
|
|
388
|
-
interface
|
|
389
|
+
interface HTMLTttxKeyvalueBlock_1_5_2Element extends Components.TttxKeyvalueBlock_1_5_2, HTMLStencilElement {
|
|
389
390
|
}
|
|
390
|
-
var
|
|
391
|
-
prototype:
|
|
392
|
-
new ():
|
|
391
|
+
var HTMLTttxKeyvalueBlock_1_5_2Element: {
|
|
392
|
+
prototype: HTMLTttxKeyvalueBlock_1_5_2Element;
|
|
393
|
+
new (): HTMLTttxKeyvalueBlock_1_5_2Element;
|
|
393
394
|
};
|
|
394
|
-
interface
|
|
395
|
+
interface HTMLTttxList_1_5_2Element extends Components.TttxList_1_5_2, HTMLStencilElement {
|
|
395
396
|
}
|
|
396
|
-
var
|
|
397
|
-
prototype:
|
|
398
|
-
new ():
|
|
397
|
+
var HTMLTttxList_1_5_2Element: {
|
|
398
|
+
prototype: HTMLTttxList_1_5_2Element;
|
|
399
|
+
new (): HTMLTttxList_1_5_2Element;
|
|
399
400
|
};
|
|
400
|
-
interface
|
|
401
|
+
interface HTMLTttxLoadingSpinner_1_5_2Element extends Components.TttxLoadingSpinner_1_5_2, HTMLStencilElement {
|
|
401
402
|
}
|
|
402
|
-
var
|
|
403
|
-
prototype:
|
|
404
|
-
new ():
|
|
403
|
+
var HTMLTttxLoadingSpinner_1_5_2Element: {
|
|
404
|
+
prototype: HTMLTttxLoadingSpinner_1_5_2Element;
|
|
405
|
+
new (): HTMLTttxLoadingSpinner_1_5_2Element;
|
|
405
406
|
};
|
|
406
|
-
interface
|
|
407
|
+
interface HTMLTttxMultiselectBox_1_5_2Element extends Components.TttxMultiselectBox_1_5_2, HTMLStencilElement {
|
|
407
408
|
}
|
|
408
|
-
var
|
|
409
|
-
prototype:
|
|
410
|
-
new ():
|
|
409
|
+
var HTMLTttxMultiselectBox_1_5_2Element: {
|
|
410
|
+
prototype: HTMLTttxMultiselectBox_1_5_2Element;
|
|
411
|
+
new (): HTMLTttxMultiselectBox_1_5_2Element;
|
|
411
412
|
};
|
|
412
|
-
interface
|
|
413
|
+
interface HTMLTttxPercentageBar_1_5_2Element extends Components.TttxPercentageBar_1_5_2, HTMLStencilElement {
|
|
413
414
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
415
|
+
var HTMLTttxPercentageBar_1_5_2Element: {
|
|
416
|
+
prototype: HTMLTttxPercentageBar_1_5_2Element;
|
|
417
|
+
new (): HTMLTttxPercentageBar_1_5_2Element;
|
|
417
418
|
};
|
|
418
|
-
interface
|
|
419
|
+
interface HTMLTttxQrcode_1_5_2Element extends Components.TttxQrcode_1_5_2, HTMLStencilElement {
|
|
419
420
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
421
|
+
var HTMLTttxQrcode_1_5_2Element: {
|
|
422
|
+
prototype: HTMLTttxQrcode_1_5_2Element;
|
|
423
|
+
new (): HTMLTttxQrcode_1_5_2Element;
|
|
423
424
|
};
|
|
424
|
-
interface
|
|
425
|
+
interface HTMLTttxSelectBox_1_5_2Element extends Components.TttxSelectBox_1_5_2, HTMLStencilElement {
|
|
425
426
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
427
|
+
var HTMLTttxSelectBox_1_5_2Element: {
|
|
428
|
+
prototype: HTMLTttxSelectBox_1_5_2Element;
|
|
429
|
+
new (): HTMLTttxSelectBox_1_5_2Element;
|
|
429
430
|
};
|
|
430
|
-
interface
|
|
431
|
+
interface HTMLTttxSorter_1_5_2Element extends Components.TttxSorter_1_5_2, HTMLStencilElement {
|
|
431
432
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
433
|
+
var HTMLTttxSorter_1_5_2Element: {
|
|
434
|
+
prototype: HTMLTttxSorter_1_5_2Element;
|
|
435
|
+
new (): HTMLTttxSorter_1_5_2Element;
|
|
435
436
|
};
|
|
436
|
-
interface
|
|
437
|
+
interface HTMLTttxStandaloneInput_1_5_2Element extends Components.TttxStandaloneInput_1_5_2, HTMLStencilElement {
|
|
437
438
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
439
|
+
var HTMLTttxStandaloneInput_1_5_2Element: {
|
|
440
|
+
prototype: HTMLTttxStandaloneInput_1_5_2Element;
|
|
441
|
+
new (): HTMLTttxStandaloneInput_1_5_2Element;
|
|
441
442
|
};
|
|
442
|
-
interface
|
|
443
|
+
interface HTMLTttxTabs_1_5_2Element extends Components.TttxTabs_1_5_2, HTMLStencilElement {
|
|
443
444
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
445
|
+
var HTMLTttxTabs_1_5_2Element: {
|
|
446
|
+
prototype: HTMLTttxTabs_1_5_2Element;
|
|
447
|
+
new (): HTMLTttxTabs_1_5_2Element;
|
|
447
448
|
};
|
|
448
|
-
interface
|
|
449
|
+
interface HTMLTttxTag_1_5_2Element extends Components.TttxTag_1_5_2, HTMLStencilElement {
|
|
449
450
|
}
|
|
450
|
-
var
|
|
451
|
-
prototype:
|
|
452
|
-
new ():
|
|
451
|
+
var HTMLTttxTag_1_5_2Element: {
|
|
452
|
+
prototype: HTMLTttxTag_1_5_2Element;
|
|
453
|
+
new (): HTMLTttxTag_1_5_2Element;
|
|
453
454
|
};
|
|
454
|
-
interface
|
|
455
|
+
interface HTMLTttxTextarea_1_5_2Element extends Components.TttxTextarea_1_5_2, HTMLStencilElement {
|
|
455
456
|
}
|
|
456
|
-
var
|
|
457
|
-
prototype:
|
|
458
|
-
new ():
|
|
457
|
+
var HTMLTttxTextarea_1_5_2Element: {
|
|
458
|
+
prototype: HTMLTttxTextarea_1_5_2Element;
|
|
459
|
+
new (): HTMLTttxTextarea_1_5_2Element;
|
|
459
460
|
};
|
|
460
|
-
interface
|
|
461
|
+
interface HTMLTttxToolbar_1_5_2Element extends Components.TttxToolbar_1_5_2, HTMLStencilElement {
|
|
461
462
|
}
|
|
462
|
-
var
|
|
463
|
-
prototype:
|
|
464
|
-
new ():
|
|
463
|
+
var HTMLTttxToolbar_1_5_2Element: {
|
|
464
|
+
prototype: HTMLTttxToolbar_1_5_2Element;
|
|
465
|
+
new (): HTMLTttxToolbar_1_5_2Element;
|
|
465
466
|
};
|
|
466
|
-
interface
|
|
467
|
+
interface HTMLTttxTreeView_1_5_2Element extends Components.TttxTreeView_1_5_2, HTMLStencilElement {
|
|
467
468
|
}
|
|
468
|
-
var
|
|
469
|
-
prototype:
|
|
470
|
-
new ():
|
|
469
|
+
var HTMLTttxTreeView_1_5_2Element: {
|
|
470
|
+
prototype: HTMLTttxTreeView_1_5_2Element;
|
|
471
|
+
new (): HTMLTttxTreeView_1_5_2Element;
|
|
471
472
|
};
|
|
472
473
|
interface HTMLElementTagNameMap {
|
|
473
|
-
"tttx-
|
|
474
|
-
"tttx-checkbox-group-
|
|
475
|
-
"tttx-checkbox-group-
|
|
476
|
-
"tttx-checkbox-
|
|
477
|
-
"tttx-
|
|
478
|
-
"tttx-data-
|
|
479
|
-
"tttx-dialog-
|
|
480
|
-
"tttx-
|
|
481
|
-
"tttx-
|
|
482
|
-
"tttx-
|
|
483
|
-
"tttx-
|
|
484
|
-
"tttx-
|
|
485
|
-
"tttx-keyvalue-
|
|
486
|
-
"tttx-
|
|
487
|
-
"tttx-loading-
|
|
488
|
-
"tttx-multiselect-
|
|
489
|
-
"tttx-percentage-
|
|
490
|
-
"tttx-
|
|
491
|
-
"tttx-select-
|
|
492
|
-
"tttx-
|
|
493
|
-
"tttx-standalone-
|
|
494
|
-
"tttx-
|
|
495
|
-
"tttx-
|
|
496
|
-
"tttx-
|
|
497
|
-
"tttx-
|
|
498
|
-
"tttx-tree-
|
|
474
|
+
"tttx-button_1_5_2": HTMLTttxButton_1_5_2Element;
|
|
475
|
+
"tttx-checkbox-group-caption_1_5_2": HTMLTttxCheckboxGroupCaption_1_5_2Element;
|
|
476
|
+
"tttx-checkbox-group-heading_1_5_2": HTMLTttxCheckboxGroupHeading_1_5_2Element;
|
|
477
|
+
"tttx-checkbox-group_1_5_2": HTMLTttxCheckboxGroup_1_5_2Element;
|
|
478
|
+
"tttx-checkbox_1_5_2": HTMLTttxCheckbox_1_5_2Element;
|
|
479
|
+
"tttx-data-pattern_1_5_2": HTMLTttxDataPattern_1_5_2Element;
|
|
480
|
+
"tttx-dialog-box_1_5_2": HTMLTttxDialogBox_1_5_2Element;
|
|
481
|
+
"tttx-dialog_1_5_2": HTMLTttxDialog_1_5_2Element;
|
|
482
|
+
"tttx-expander_1_5_2": HTMLTttxExpander_1_5_2Element;
|
|
483
|
+
"tttx-filter_1_5_2": HTMLTttxFilter_1_5_2Element;
|
|
484
|
+
"tttx-form_1_5_2": HTMLTttxForm_1_5_2Element;
|
|
485
|
+
"tttx-icon_1_5_2": HTMLTttxIcon_1_5_2Element;
|
|
486
|
+
"tttx-keyvalue-block_1_5_2": HTMLTttxKeyvalueBlock_1_5_2Element;
|
|
487
|
+
"tttx-list_1_5_2": HTMLTttxList_1_5_2Element;
|
|
488
|
+
"tttx-loading-spinner_1_5_2": HTMLTttxLoadingSpinner_1_5_2Element;
|
|
489
|
+
"tttx-multiselect-box_1_5_2": HTMLTttxMultiselectBox_1_5_2Element;
|
|
490
|
+
"tttx-percentage-bar_1_5_2": HTMLTttxPercentageBar_1_5_2Element;
|
|
491
|
+
"tttx-qrcode_1_5_2": HTMLTttxQrcode_1_5_2Element;
|
|
492
|
+
"tttx-select-box_1_5_2": HTMLTttxSelectBox_1_5_2Element;
|
|
493
|
+
"tttx-sorter_1_5_2": HTMLTttxSorter_1_5_2Element;
|
|
494
|
+
"tttx-standalone-input_1_5_2": HTMLTttxStandaloneInput_1_5_2Element;
|
|
495
|
+
"tttx-tabs_1_5_2": HTMLTttxTabs_1_5_2Element;
|
|
496
|
+
"tttx-tag_1_5_2": HTMLTttxTag_1_5_2Element;
|
|
497
|
+
"tttx-textarea_1_5_2": HTMLTttxTextarea_1_5_2Element;
|
|
498
|
+
"tttx-toolbar_1_5_2": HTMLTttxToolbar_1_5_2Element;
|
|
499
|
+
"tttx-tree-view_1_5_2": HTMLTttxTreeView_1_5_2Element;
|
|
499
500
|
}
|
|
500
501
|
}
|
|
501
502
|
declare namespace LocalJSX {
|
|
502
|
-
interface
|
|
503
|
+
interface TttxButton_1_5_2 {
|
|
503
504
|
"design"?: string;
|
|
504
505
|
"icon"?: string;
|
|
505
506
|
"iconcolor"?: string;
|
|
506
507
|
"iconposition"?: 'left' | 'right';
|
|
507
508
|
"notext"?: boolean;
|
|
508
509
|
}
|
|
509
|
-
interface
|
|
510
|
+
interface TttxCheckboxGroupCaption_1_5_2 {
|
|
510
511
|
}
|
|
511
|
-
interface
|
|
512
|
+
interface TttxCheckboxGroupHeading_1_5_2 {
|
|
512
513
|
}
|
|
513
|
-
interface
|
|
514
|
+
interface TttxCheckboxGroup_1_5_2 {
|
|
514
515
|
}
|
|
515
|
-
interface
|
|
516
|
+
interface TttxCheckbox_1_5_2 {
|
|
516
517
|
"checkboxId"?: string;
|
|
517
518
|
"checked"?: boolean;
|
|
518
519
|
"indeterminate"?: boolean;
|
|
519
520
|
"inline"?: boolean;
|
|
520
521
|
"label"?: string;
|
|
521
|
-
"onCheckboxChangeEvent"?: (event:
|
|
522
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_5_2CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
522
523
|
}
|
|
523
|
-
interface
|
|
524
|
+
interface TttxDataPattern_1_5_2 {
|
|
524
525
|
"data"?: string;
|
|
525
526
|
"filterheader"?: string;
|
|
526
527
|
"filteroptions"?: string;
|
|
527
528
|
"sorteroptions"?: string;
|
|
528
529
|
}
|
|
529
|
-
interface
|
|
530
|
+
interface TttxDialogBox_1_5_2 {
|
|
530
531
|
"allowOverflow"?: boolean;
|
|
531
532
|
"data"?: string | DialogItems;
|
|
532
|
-
"onButtonClick"?: (event:
|
|
533
|
-
"onCloseButtonClick"?: (event:
|
|
533
|
+
"onButtonClick"?: (event: TttxDialogBox_1_5_2CustomEvent<any>) => void;
|
|
534
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_5_2CustomEvent<any>) => void;
|
|
534
535
|
"open"?: boolean;
|
|
535
536
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
536
537
|
}
|
|
537
|
-
interface
|
|
538
|
+
interface TttxDialog_1_5_2 {
|
|
538
539
|
"allowOverflow"?: boolean;
|
|
539
540
|
"closeEnabled"?: boolean;
|
|
540
541
|
"header"?: string;
|
|
541
|
-
"onCloseButtonClick"?: (event:
|
|
542
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_5_2CustomEvent<any>) => void;
|
|
542
543
|
"open"?: boolean;
|
|
543
544
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
544
545
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
545
546
|
}
|
|
546
|
-
interface
|
|
547
|
+
interface TttxExpander_1_5_2 {
|
|
547
548
|
"lefticon"?: string;
|
|
548
549
|
"lefticoncolor"?: string;
|
|
549
550
|
"name"?: string;
|
|
550
|
-
"onToggleExpander"?: (event:
|
|
551
|
+
"onToggleExpander"?: (event: TttxExpander_1_5_2CustomEvent<{ open: boolean; name: string }>) => void;
|
|
551
552
|
"open"?: boolean;
|
|
552
553
|
}
|
|
553
|
-
interface
|
|
554
|
+
interface TttxFilter_1_5_2 {
|
|
554
555
|
"defaultFilterOptions"?: string[] | string;
|
|
555
556
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
556
557
|
"filterHeader"?: string;
|
|
557
558
|
"filterKey"?: string;
|
|
558
559
|
"filterOptions"?: string | FilterSettings[];
|
|
559
|
-
"onFilterChangeEvent"?: (event:
|
|
560
|
-
"onToggleFilter"?: (event:
|
|
560
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_5_2CustomEvent<FilterChangeEvent>) => void;
|
|
561
|
+
"onToggleFilter"?: (event: TttxFilter_1_5_2CustomEvent<boolean>) => void;
|
|
561
562
|
"popoverWidth"?: string;
|
|
562
563
|
"showOptionIcons"?: boolean;
|
|
563
564
|
"showSearchField"?: boolean;
|
|
564
565
|
"showSelectAll"?: boolean;
|
|
565
566
|
}
|
|
566
|
-
interface
|
|
567
|
+
interface TttxForm_1_5_2 {
|
|
567
568
|
"data"?: any;
|
|
568
569
|
"formschema"?: Record<string, any> | string;
|
|
569
|
-
"onDataChanged"?: (event:
|
|
570
|
-
"onDataSubmitted"?: (event:
|
|
570
|
+
"onDataChanged"?: (event: TttxForm_1_5_2CustomEvent<{ name: string; value: string }>) => void;
|
|
571
|
+
"onDataSubmitted"?: (event: TttxForm_1_5_2CustomEvent<FormData>) => void;
|
|
571
572
|
}
|
|
572
|
-
interface
|
|
573
|
+
interface TttxIcon_1_5_2 {
|
|
573
574
|
"color"?: string;
|
|
574
575
|
"icon"?: string;
|
|
575
576
|
"size"?: number;
|
|
576
577
|
}
|
|
577
|
-
interface
|
|
578
|
+
interface TttxKeyvalueBlock_1_5_2 {
|
|
578
579
|
"horizontal"?: boolean;
|
|
579
580
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
580
581
|
"spacedout"?: boolean;
|
|
581
582
|
}
|
|
582
|
-
interface
|
|
583
|
+
interface TttxList_1_5_2 {
|
|
583
584
|
"data"?: string | ListItem[];
|
|
584
585
|
"name"?: string;
|
|
585
|
-
"onListRowCheckboxClick"?: (event:
|
|
586
|
-
"onListRowClick"?: (event:
|
|
586
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_5_2CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
587
|
+
"onListRowClick"?: (event: TttxList_1_5_2CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
587
588
|
}
|
|
588
|
-
interface
|
|
589
|
+
interface TttxLoadingSpinner_1_5_2 {
|
|
589
590
|
"loadingMessage"?: boolean;
|
|
590
591
|
"size"?: 'small' | 'large';
|
|
591
592
|
}
|
|
592
|
-
interface
|
|
593
|
+
interface TttxMultiselectBox_1_5_2 {
|
|
593
594
|
"htmlVisibleValue"?: boolean;
|
|
594
595
|
"inline"?: boolean;
|
|
595
596
|
"label"?: string;
|
|
596
|
-
"onChangesApplied"?: (event:
|
|
597
|
-
"onSelectItemEvent"?: (event:
|
|
598
|
-
"onToggleOpen"?: (event:
|
|
597
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_5_2CustomEvent<SelectItem[]>) => void;
|
|
598
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_5_2CustomEvent<SelectItem>) => void;
|
|
599
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_5_2CustomEvent<boolean>) => void;
|
|
599
600
|
"optionsData"?: string | SelectItem[];
|
|
600
601
|
"placeholder"?: string;
|
|
601
602
|
"searchEnabled"?: boolean;
|
|
602
603
|
"visibleValue"?: string;
|
|
603
604
|
}
|
|
604
|
-
interface
|
|
605
|
+
interface TttxPercentageBar_1_5_2 {
|
|
605
606
|
"color"?: string;
|
|
606
607
|
"labelid"?: string;
|
|
607
608
|
"min"?: string;
|
|
608
609
|
"percentage"?: string | number;
|
|
609
610
|
"thresholds"?: string | Threshold[];
|
|
610
611
|
}
|
|
611
|
-
interface
|
|
612
|
+
interface TttxQrcode_1_5_2 {
|
|
612
613
|
"link"?: string;
|
|
613
614
|
"size"?: number;
|
|
614
615
|
}
|
|
615
|
-
interface
|
|
616
|
+
interface TttxSelectBox_1_5_2 {
|
|
616
617
|
"errorMsg"?: string;
|
|
617
618
|
"inline"?: boolean;
|
|
618
619
|
"label"?: string;
|
|
619
|
-
"
|
|
620
|
-
"
|
|
620
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_5_2CustomEvent<string>) => void;
|
|
621
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_5_2CustomEvent<SelectItem1>) => void;
|
|
622
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_5_2CustomEvent<boolean>) => void;
|
|
621
623
|
"optionsData"?: string | SelectItem1[];
|
|
622
624
|
"placeholder"?: string;
|
|
623
625
|
"searchEnabled"?: boolean;
|
|
624
626
|
"selectedValue"?: string;
|
|
625
627
|
"showErrorBubble"?: boolean;
|
|
626
628
|
"showErrorMsg"?: boolean;
|
|
629
|
+
"useExternalFiltering"?: boolean;
|
|
627
630
|
}
|
|
628
|
-
interface
|
|
631
|
+
interface TttxSorter_1_5_2 {
|
|
629
632
|
"defaultOption"?: string;
|
|
630
633
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
631
634
|
"fieldOptionsData"?: string | SorterData;
|
|
632
|
-
"onSorterChangeEvent"?: (event:
|
|
633
|
-
"onToggleSorter"?: (event:
|
|
635
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_5_2CustomEvent<SorterChangeEvent>) => void;
|
|
636
|
+
"onToggleSorter"?: (event: TttxSorter_1_5_2CustomEvent<boolean>) => void;
|
|
634
637
|
"sorterKey"?: string;
|
|
635
638
|
}
|
|
636
|
-
interface
|
|
639
|
+
interface TttxStandaloneInput_1_5_2 {
|
|
637
640
|
"autocomplete"?: 'off' | 'on';
|
|
638
641
|
"checked"?: boolean;
|
|
639
642
|
"disabled"?: boolean;
|
|
@@ -649,8 +652,8 @@ declare namespace LocalJSX {
|
|
|
649
652
|
"inputiconcolor"?: string;
|
|
650
653
|
/**
|
|
651
654
|
* tabindex - Allows the HTML elements to be focusable
|
|
652
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
653
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
655
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_5_2 input-index="1" />
|
|
656
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_5_2 inputindex={1} />
|
|
654
657
|
*/
|
|
655
658
|
"inputindex"?: string | number;
|
|
656
659
|
/**
|
|
@@ -664,13 +667,13 @@ declare namespace LocalJSX {
|
|
|
664
667
|
"min"?: MinMaxDates | number;
|
|
665
668
|
"minlength"?: string | number;
|
|
666
669
|
"name"?: string;
|
|
667
|
-
"onBlurChanged"?: (event:
|
|
668
|
-
"onFocusChanged"?: (event:
|
|
669
|
-
"onInputIconClick"?: (event:
|
|
670
|
-
"onInvalidChanged"?: (event:
|
|
671
|
-
"onLeftIconClick"?: (event:
|
|
672
|
-
"onRightIconClick"?: (event:
|
|
673
|
-
"onValueChanged"?: (event:
|
|
670
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_5_2CustomEvent<string>) => void;
|
|
671
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_5_2CustomEvent<string>) => void;
|
|
672
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_5_2CustomEvent<void>) => void;
|
|
673
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_5_2CustomEvent<string>) => void;
|
|
674
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_5_2CustomEvent<void>) => void;
|
|
675
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_5_2CustomEvent<void>) => void;
|
|
676
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_5_2CustomEvent<string>) => void;
|
|
674
677
|
"pattern"?: string;
|
|
675
678
|
"placeholder"?: string;
|
|
676
679
|
"readonly"?: string | boolean;
|
|
@@ -685,27 +688,27 @@ declare namespace LocalJSX {
|
|
|
685
688
|
"type"?: string;
|
|
686
689
|
"value"?: string | number;
|
|
687
690
|
}
|
|
688
|
-
interface
|
|
691
|
+
interface TttxTabs_1_5_2 {
|
|
689
692
|
"navigation"?: boolean;
|
|
690
|
-
"onLeftNavigation"?: (event:
|
|
691
|
-
"onRightNavigation"?: (event:
|
|
692
|
-
"onTabClick"?: (event:
|
|
693
|
+
"onLeftNavigation"?: (event: TttxTabs_1_5_2CustomEvent<any>) => void;
|
|
694
|
+
"onRightNavigation"?: (event: TttxTabs_1_5_2CustomEvent<any>) => void;
|
|
695
|
+
"onTabClick"?: (event: TttxTabs_1_5_2CustomEvent<{ tabId: string }>) => void;
|
|
693
696
|
"tabs"?: string | Tab[];
|
|
694
697
|
"tabsName"?: string;
|
|
695
698
|
"wide"?: boolean;
|
|
696
699
|
}
|
|
697
|
-
interface
|
|
700
|
+
interface TttxTag_1_5_2 {
|
|
698
701
|
"color"?: string;
|
|
699
702
|
"text"?: string;
|
|
700
703
|
"textColor"?: string;
|
|
701
704
|
}
|
|
702
|
-
interface
|
|
705
|
+
interface TttxTextarea_1_5_2 {
|
|
703
706
|
"disabled"?: boolean;
|
|
704
707
|
"errormsg"?: string;
|
|
705
708
|
/**
|
|
706
709
|
* tabindex - Allows the HTML elements to be focusable
|
|
707
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
708
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
710
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_5_2 input-index="1" />
|
|
711
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_5_2 inputindex={1} />
|
|
709
712
|
*/
|
|
710
713
|
"inputindex"?: string | number;
|
|
711
714
|
/**
|
|
@@ -716,10 +719,10 @@ declare namespace LocalJSX {
|
|
|
716
719
|
"label"?: string;
|
|
717
720
|
"maxlength"?: string | number;
|
|
718
721
|
"name"?: string;
|
|
719
|
-
"onBlurChanged"?: (event:
|
|
720
|
-
"onFocusChanged"?: (event:
|
|
721
|
-
"onInvalidChanged"?: (event:
|
|
722
|
-
"onValueChanged"?: (event:
|
|
722
|
+
"onBlurChanged"?: (event: TttxTextarea_1_5_2CustomEvent<string>) => void;
|
|
723
|
+
"onFocusChanged"?: (event: TttxTextarea_1_5_2CustomEvent<string>) => void;
|
|
724
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_5_2CustomEvent<string>) => void;
|
|
725
|
+
"onValueChanged"?: (event: TttxTextarea_1_5_2CustomEvent<string>) => void;
|
|
723
726
|
"placeholder"?: string;
|
|
724
727
|
"readonly"?: string | boolean;
|
|
725
728
|
"required"?: boolean;
|
|
@@ -733,73 +736,73 @@ declare namespace LocalJSX {
|
|
|
733
736
|
"textareaautofocus"?: boolean;
|
|
734
737
|
"value"?: string | number;
|
|
735
738
|
}
|
|
736
|
-
interface
|
|
739
|
+
interface TttxToolbar_1_5_2 {
|
|
737
740
|
"border"?: boolean;
|
|
738
741
|
}
|
|
739
|
-
interface
|
|
742
|
+
interface TttxTreeView_1_5_2 {
|
|
740
743
|
"data"?: TreeViewItem[];
|
|
741
|
-
"onClickEvent"?: (event:
|
|
742
|
-
"onExpandNode"?: (event:
|
|
744
|
+
"onClickEvent"?: (event: TttxTreeView_1_5_2CustomEvent<TreeViewItem>) => void;
|
|
745
|
+
"onExpandNode"?: (event: TttxTreeView_1_5_2CustomEvent<ExpandNodeEvent>) => void;
|
|
743
746
|
}
|
|
744
747
|
interface IntrinsicElements {
|
|
745
|
-
"tttx-
|
|
746
|
-
"tttx-checkbox-group-
|
|
747
|
-
"tttx-checkbox-group-
|
|
748
|
-
"tttx-checkbox-
|
|
749
|
-
"tttx-
|
|
750
|
-
"tttx-data-
|
|
751
|
-
"tttx-dialog-
|
|
752
|
-
"tttx-
|
|
753
|
-
"tttx-
|
|
754
|
-
"tttx-
|
|
755
|
-
"tttx-
|
|
756
|
-
"tttx-
|
|
757
|
-
"tttx-keyvalue-
|
|
758
|
-
"tttx-
|
|
759
|
-
"tttx-loading-
|
|
760
|
-
"tttx-multiselect-
|
|
761
|
-
"tttx-percentage-
|
|
762
|
-
"tttx-
|
|
763
|
-
"tttx-select-
|
|
764
|
-
"tttx-
|
|
765
|
-
"tttx-standalone-
|
|
766
|
-
"tttx-
|
|
767
|
-
"tttx-
|
|
768
|
-
"tttx-
|
|
769
|
-
"tttx-
|
|
770
|
-
"tttx-tree-
|
|
748
|
+
"tttx-button_1_5_2": TttxButton_1_5_2;
|
|
749
|
+
"tttx-checkbox-group-caption_1_5_2": TttxCheckboxGroupCaption_1_5_2;
|
|
750
|
+
"tttx-checkbox-group-heading_1_5_2": TttxCheckboxGroupHeading_1_5_2;
|
|
751
|
+
"tttx-checkbox-group_1_5_2": TttxCheckboxGroup_1_5_2;
|
|
752
|
+
"tttx-checkbox_1_5_2": TttxCheckbox_1_5_2;
|
|
753
|
+
"tttx-data-pattern_1_5_2": TttxDataPattern_1_5_2;
|
|
754
|
+
"tttx-dialog-box_1_5_2": TttxDialogBox_1_5_2;
|
|
755
|
+
"tttx-dialog_1_5_2": TttxDialog_1_5_2;
|
|
756
|
+
"tttx-expander_1_5_2": TttxExpander_1_5_2;
|
|
757
|
+
"tttx-filter_1_5_2": TttxFilter_1_5_2;
|
|
758
|
+
"tttx-form_1_5_2": TttxForm_1_5_2;
|
|
759
|
+
"tttx-icon_1_5_2": TttxIcon_1_5_2;
|
|
760
|
+
"tttx-keyvalue-block_1_5_2": TttxKeyvalueBlock_1_5_2;
|
|
761
|
+
"tttx-list_1_5_2": TttxList_1_5_2;
|
|
762
|
+
"tttx-loading-spinner_1_5_2": TttxLoadingSpinner_1_5_2;
|
|
763
|
+
"tttx-multiselect-box_1_5_2": TttxMultiselectBox_1_5_2;
|
|
764
|
+
"tttx-percentage-bar_1_5_2": TttxPercentageBar_1_5_2;
|
|
765
|
+
"tttx-qrcode_1_5_2": TttxQrcode_1_5_2;
|
|
766
|
+
"tttx-select-box_1_5_2": TttxSelectBox_1_5_2;
|
|
767
|
+
"tttx-sorter_1_5_2": TttxSorter_1_5_2;
|
|
768
|
+
"tttx-standalone-input_1_5_2": TttxStandaloneInput_1_5_2;
|
|
769
|
+
"tttx-tabs_1_5_2": TttxTabs_1_5_2;
|
|
770
|
+
"tttx-tag_1_5_2": TttxTag_1_5_2;
|
|
771
|
+
"tttx-textarea_1_5_2": TttxTextarea_1_5_2;
|
|
772
|
+
"tttx-toolbar_1_5_2": TttxToolbar_1_5_2;
|
|
773
|
+
"tttx-tree-view_1_5_2": TttxTreeView_1_5_2;
|
|
771
774
|
}
|
|
772
775
|
}
|
|
773
776
|
export { LocalJSX as JSX };
|
|
774
777
|
declare module "@stencil/core" {
|
|
775
778
|
export namespace JSX {
|
|
776
779
|
interface IntrinsicElements {
|
|
777
|
-
"tttx-
|
|
778
|
-
"tttx-checkbox-group-
|
|
779
|
-
"tttx-checkbox-group-
|
|
780
|
-
"tttx-checkbox-
|
|
781
|
-
"tttx-
|
|
782
|
-
"tttx-data-
|
|
783
|
-
"tttx-dialog-
|
|
784
|
-
"tttx-
|
|
785
|
-
"tttx-
|
|
786
|
-
"tttx-
|
|
787
|
-
"tttx-
|
|
788
|
-
"tttx-
|
|
789
|
-
"tttx-keyvalue-
|
|
790
|
-
"tttx-
|
|
791
|
-
"tttx-loading-
|
|
792
|
-
"tttx-multiselect-
|
|
793
|
-
"tttx-percentage-
|
|
794
|
-
"tttx-
|
|
795
|
-
"tttx-select-
|
|
796
|
-
"tttx-
|
|
797
|
-
"tttx-standalone-
|
|
798
|
-
"tttx-
|
|
799
|
-
"tttx-
|
|
800
|
-
"tttx-
|
|
801
|
-
"tttx-
|
|
802
|
-
"tttx-tree-
|
|
780
|
+
"tttx-button_1_5_2": LocalJSX.TttxButton_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxButton_1_5_2Element>;
|
|
781
|
+
"tttx-checkbox-group-caption_1_5_2": LocalJSX.TttxCheckboxGroupCaption_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_5_2Element>;
|
|
782
|
+
"tttx-checkbox-group-heading_1_5_2": LocalJSX.TttxCheckboxGroupHeading_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_5_2Element>;
|
|
783
|
+
"tttx-checkbox-group_1_5_2": LocalJSX.TttxCheckboxGroup_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_5_2Element>;
|
|
784
|
+
"tttx-checkbox_1_5_2": LocalJSX.TttxCheckbox_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_5_2Element>;
|
|
785
|
+
"tttx-data-pattern_1_5_2": LocalJSX.TttxDataPattern_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_5_2Element>;
|
|
786
|
+
"tttx-dialog-box_1_5_2": LocalJSX.TttxDialogBox_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_5_2Element>;
|
|
787
|
+
"tttx-dialog_1_5_2": LocalJSX.TttxDialog_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_5_2Element>;
|
|
788
|
+
"tttx-expander_1_5_2": LocalJSX.TttxExpander_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_5_2Element>;
|
|
789
|
+
"tttx-filter_1_5_2": LocalJSX.TttxFilter_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_5_2Element>;
|
|
790
|
+
"tttx-form_1_5_2": LocalJSX.TttxForm_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxForm_1_5_2Element>;
|
|
791
|
+
"tttx-icon_1_5_2": LocalJSX.TttxIcon_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_5_2Element>;
|
|
792
|
+
"tttx-keyvalue-block_1_5_2": LocalJSX.TttxKeyvalueBlock_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_5_2Element>;
|
|
793
|
+
"tttx-list_1_5_2": LocalJSX.TttxList_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxList_1_5_2Element>;
|
|
794
|
+
"tttx-loading-spinner_1_5_2": LocalJSX.TttxLoadingSpinner_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_5_2Element>;
|
|
795
|
+
"tttx-multiselect-box_1_5_2": LocalJSX.TttxMultiselectBox_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_5_2Element>;
|
|
796
|
+
"tttx-percentage-bar_1_5_2": LocalJSX.TttxPercentageBar_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_5_2Element>;
|
|
797
|
+
"tttx-qrcode_1_5_2": LocalJSX.TttxQrcode_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_5_2Element>;
|
|
798
|
+
"tttx-select-box_1_5_2": LocalJSX.TttxSelectBox_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_5_2Element>;
|
|
799
|
+
"tttx-sorter_1_5_2": LocalJSX.TttxSorter_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_5_2Element>;
|
|
800
|
+
"tttx-standalone-input_1_5_2": LocalJSX.TttxStandaloneInput_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_5_2Element>;
|
|
801
|
+
"tttx-tabs_1_5_2": LocalJSX.TttxTabs_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_5_2Element>;
|
|
802
|
+
"tttx-tag_1_5_2": LocalJSX.TttxTag_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxTag_1_5_2Element>;
|
|
803
|
+
"tttx-textarea_1_5_2": LocalJSX.TttxTextarea_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_5_2Element>;
|
|
804
|
+
"tttx-toolbar_1_5_2": LocalJSX.TttxToolbar_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_5_2Element>;
|
|
805
|
+
"tttx-tree-view_1_5_2": LocalJSX.TttxTreeView_1_5_2 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_5_2Element>;
|
|
803
806
|
}
|
|
804
807
|
}
|
|
805
808
|
}
|