@3t-transform/threeteeui 1.4.2 → 1.5.1
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_4_2.cjs.entry.js → tttx-button_1_5_1.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_4_2.cjs.entry.js → tttx-checkbox-group-caption_1_5_1.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_4_2.cjs.entry.js → tttx-checkbox-group-heading_1_5_1.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_4_2.cjs.entry.js → tttx-checkbox-group_1_5_1.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_4_2.cjs.entry.js → tttx-checkbox_1_5_1.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_4_2.cjs.entry.js → tttx-data-pattern_1_5_1.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-dialog-box_1_4_2.cjs.entry.js → tttx-dialog-box_1_5_1.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_4_2.cjs.entry.js → tttx-dialog_1_5_1.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_4_2.cjs.entry.js → tttx-expander_1_5_1.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_4_2_4.cjs.entry.js → tttx-filter_1_5_1_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_4_2.cjs.entry.js → tttx-form_1_5_1.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-icon_1_4_2.cjs.entry.js → tttx-icon_1_5_1.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_4_2.cjs.entry.js → tttx-keyvalue-block_1_5_1.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_4_2.cjs.entry.js → tttx-loading-spinner_1_5_1.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_4_2.cjs.entry.js → tttx-multiselect-box_1_5_1.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_4_2.cjs.entry.js → tttx-percentage-bar_1_5_1.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_4_2.cjs.entry.js → tttx-qrcode_1_5_1.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_4_2.cjs.entry.js → tttx-select-box_1_5_1.cjs.entry.js} +4 -4
- package/dist/cjs/tttx-standalone-input_1_5_1.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-tabs_1_4_2.cjs.entry.js → tttx-tabs_1_5_1.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_4_2.cjs.entry.js → tttx-tag_1_5_1.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_4_2.cjs.entry.js → tttx-textarea_1_5_1.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_4_2.cjs.entry.js → tttx-tree-view_1_5_1.cjs.entry.js} +12 -10
- 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 +4 -4
- 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.css +52 -53
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +12 -10
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -38
- 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_4_2.d.ts → tttx-button_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-button_1_4_2.js → tttx-button_1_5_1.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_4_2.js → tttx-checkbox-group-caption_1_5_1.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_4_2.js → tttx-checkbox-group-heading_1_5_1.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_4_2.js → tttx-checkbox-group_1_5_1.js} +5 -5
- package/dist/components/{tttx-expander_1_4_2.d.ts → tttx-checkbox_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_4_2.js → tttx-checkbox_1_5_1.js} +7 -7
- package/dist/components/tttx-data-pattern_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_4_2.js → tttx-data-pattern_1_5_1.js} +13 -13
- package/dist/components/{tttx-dialog-box_1_4_2.d.ts → tttx-dialog-box_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-dialog-box_1_4_2.js → tttx-dialog-box_1_5_1.js} +9 -9
- package/dist/components/{tttx-filter_1_4_2.d.ts → tttx-dialog_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_4_2.js → tttx-dialog_1_5_1.js} +8 -8
- package/dist/components/{tttx-checkbox_1_4_2.d.ts → tttx-expander_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-expander_1_4_2.js → tttx-expander_1_5_1.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-qrcode_1_4_2.d.ts → tttx-filter_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_4_2.js → tttx-filter_1_5_1.js} +2 -2
- package/dist/components/{tttx-icon_1_4_2.d.ts → tttx-form_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-form_1_4_2.js → tttx-form_1_5_1.js} +9 -9
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_4_2.d.ts → tttx-icon_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_4_2.js → tttx-icon_1_5_1.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_4_2.js → tttx-keyvalue-block_1_5_1.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-form_1_4_2.d.ts → tttx-list_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-list_1_4_2.js → tttx-list_1_5_1.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_4_2.js → tttx-loading-spinner_1_5_1.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_4_2.js → tttx-multiselect-box_1_5_1.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_4_2.js → tttx-percentage-bar_1_5_1.js} +6 -6
- package/dist/components/{tttx-dialog_1_4_2.d.ts → tttx-qrcode_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_4_2.js → tttx-qrcode_1_5_1.js} +5 -5
- package/dist/components/tttx-select-box.js +8 -8
- package/dist/components/tttx-select-box_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_4_2.js → tttx-select-box_1_5_1.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_4_2.js → tttx-sorter_1_5_1.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_4_2.js → tttx-standalone-input_1_5_1.js} +2 -2
- package/dist/components/{tttx-tabs_1_4_2.d.ts → tttx-tabs_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_4_2.js → tttx-tabs_1_5_1.js} +9 -9
- package/dist/components/{tttx-tag_1_4_2.d.ts → tttx-tag_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_4_2.js → tttx-tag_1_5_1.js} +5 -5
- package/dist/components/tttx-textarea_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_4_2.js → tttx-textarea_1_5_1.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_4_2.d.ts → tttx-toolbar_1_5_1.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_4_2.js → tttx-toolbar_1_5_1.js} +2 -2
- package/dist/components/tttx-tree-view_1_5_1.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_4_2.js → tttx-tree-view_1_5_1.js} +19 -17
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_4_2.entry.js → tttx-button_1_5_1.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_4_2.entry.js → tttx-checkbox-group-caption_1_5_1.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_4_2.entry.js → tttx-checkbox-group-heading_1_5_1.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_4_2.entry.js → tttx-checkbox-group_1_5_1.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_4_2.entry.js → tttx-checkbox_1_5_1.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_4_2.entry.js → tttx-data-pattern_1_5_1.entry.js} +2 -2
- package/dist/esm/{tttx-dialog-box_1_4_2.entry.js → tttx-dialog-box_1_5_1.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_4_2.entry.js → tttx-dialog_1_5_1.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_4_2.entry.js → tttx-expander_1_5_1.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_4_2_4.entry.js → tttx-filter_1_5_1_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_4_2.entry.js → tttx-form_1_5_1.entry.js} +2 -2
- package/dist/esm/{tttx-icon_1_4_2.entry.js → tttx-icon_1_5_1.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_4_2.entry.js → tttx-keyvalue-block_1_5_1.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_4_2.entry.js → tttx-loading-spinner_1_5_1.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_4_2.entry.js → tttx-multiselect-box_1_5_1.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_4_2.entry.js → tttx-percentage-bar_1_5_1.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_4_2.entry.js → tttx-qrcode_1_5_1.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_4_2.entry.js → tttx-select-box_1_5_1.entry.js} +4 -4
- package/dist/esm/tttx-standalone-input_1_5_1.entry.js +90 -0
- package/dist/esm/{tttx-tabs_1_4_2.entry.js → tttx-tabs_1_5_1.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_4_2.entry.js → tttx-tag_1_5_1.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_4_2.entry.js → tttx-textarea_1_5_1.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_4_2.entry.js → tttx-tree-view_1_5_1.entry.js} +13 -11
- 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-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 -0
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.entry.js +1 -1
- package/dist/tttx/p-7077c8ed.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 +1 -1
- 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/molecules/tttx-tree-view/tttx-tree-view.d.ts +4 -3
- package/dist/types/components.d.ts +304 -304
- package/package.json +2 -2
- package/dist/cjs/tttx-standalone-input_1_4_2.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_4_2.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_4_2.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_4_2.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_4_2.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_4_2.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_4_2.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_4_2.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_4_2.d.ts +0 -11
- package/dist/components/tttx-select-box_1_4_2.d.ts +0 -11
- package/dist/components/tttx-sorter_1_4_2.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_4_2.d.ts +0 -11
- package/dist/components/tttx-textarea_1_4_2.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_4_2.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_4_2.entry.js +0 -90
- package/dist/tttx/p-6deb8699.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_1 {
|
|
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_1 {
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupHeading_1_5_1 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroup_1_5_1 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckbox_1_5_1 {
|
|
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_1 {
|
|
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_1 {
|
|
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_1 {
|
|
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_1 {
|
|
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_1 {
|
|
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_1 {
|
|
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_1 {
|
|
111
111
|
"color": string;
|
|
112
112
|
"icon": string;
|
|
113
113
|
"size": number;
|
|
114
114
|
}
|
|
115
|
-
interface
|
|
115
|
+
interface TttxKeyvalueBlock_1_5_1 {
|
|
116
116
|
"horizontal": boolean;
|
|
117
117
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
118
118
|
"spacedout": boolean;
|
|
119
119
|
}
|
|
120
|
-
interface
|
|
120
|
+
interface TttxList_1_5_1 {
|
|
121
121
|
"data": string | ListItem[];
|
|
122
122
|
"name": string;
|
|
123
123
|
}
|
|
124
|
-
interface
|
|
124
|
+
interface TttxLoadingSpinner_1_5_1 {
|
|
125
125
|
"loadingMessage": boolean;
|
|
126
126
|
"size": 'small' | 'large';
|
|
127
127
|
}
|
|
128
|
-
interface
|
|
128
|
+
interface TttxMultiselectBox_1_5_1 {
|
|
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_1 {
|
|
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_1 {
|
|
145
145
|
"link": string;
|
|
146
146
|
"size": number;
|
|
147
147
|
}
|
|
148
|
-
interface
|
|
148
|
+
interface TttxSelectBox_1_5_1 {
|
|
149
149
|
"errorMsg": string;
|
|
150
150
|
"inline": boolean;
|
|
151
151
|
"label": string;
|
|
@@ -157,13 +157,13 @@ export namespace Components {
|
|
|
157
157
|
"showErrorBubble": boolean;
|
|
158
158
|
"showErrorMsg": boolean;
|
|
159
159
|
}
|
|
160
|
-
interface
|
|
160
|
+
interface TttxSorter_1_5_1 {
|
|
161
161
|
"defaultOption": string;
|
|
162
162
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
163
163
|
"fieldOptionsData": string | SorterData;
|
|
164
164
|
"sorterKey": string;
|
|
165
165
|
}
|
|
166
|
-
interface
|
|
166
|
+
interface TttxStandaloneInput_1_5_1 {
|
|
167
167
|
"autocomplete": 'off' | 'on';
|
|
168
168
|
"checked": boolean;
|
|
169
169
|
"disabled": boolean;
|
|
@@ -179,8 +179,8 @@ export namespace Components {
|
|
|
179
179
|
"inputiconcolor": string;
|
|
180
180
|
/**
|
|
181
181
|
* 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-
|
|
182
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_5_1 input-index="1" />
|
|
183
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_5_1 inputindex={1} />
|
|
184
184
|
*/
|
|
185
185
|
"inputindex": string | number;
|
|
186
186
|
/**
|
|
@@ -208,24 +208,24 @@ export namespace Components {
|
|
|
208
208
|
"type": string;
|
|
209
209
|
"value": string | number;
|
|
210
210
|
}
|
|
211
|
-
interface
|
|
211
|
+
interface TttxTabs_1_5_1 {
|
|
212
212
|
"navigation": boolean;
|
|
213
213
|
"tabs": string | Tab[];
|
|
214
214
|
"tabsName": string;
|
|
215
215
|
"wide": boolean;
|
|
216
216
|
}
|
|
217
|
-
interface
|
|
217
|
+
interface TttxTag_1_5_1 {
|
|
218
218
|
"color": string;
|
|
219
219
|
"text": string;
|
|
220
220
|
"textColor": string;
|
|
221
221
|
}
|
|
222
|
-
interface
|
|
222
|
+
interface TttxTextarea_1_5_1 {
|
|
223
223
|
"disabled": boolean;
|
|
224
224
|
"errormsg": string;
|
|
225
225
|
/**
|
|
226
226
|
* 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-
|
|
227
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_5_1 input-index="1" />
|
|
228
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_5_1 inputindex={1} />
|
|
229
229
|
*/
|
|
230
230
|
"inputindex": string | number;
|
|
231
231
|
/**
|
|
@@ -249,375 +249,375 @@ export namespace Components {
|
|
|
249
249
|
"textareaautofocus": boolean;
|
|
250
250
|
"value": string | number;
|
|
251
251
|
}
|
|
252
|
-
interface
|
|
252
|
+
interface TttxToolbar_1_5_1 {
|
|
253
253
|
"border": boolean;
|
|
254
254
|
}
|
|
255
|
-
interface
|
|
255
|
+
interface TttxTreeView_1_5_1 {
|
|
256
256
|
"data": TreeViewItem[];
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
|
-
export interface
|
|
259
|
+
export interface TttxCheckbox_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
260
260
|
detail: T;
|
|
261
|
-
target:
|
|
261
|
+
target: HTMLTttxCheckbox_1_5_1Element;
|
|
262
262
|
}
|
|
263
|
-
export interface
|
|
263
|
+
export interface TttxDialogBox_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
264
264
|
detail: T;
|
|
265
|
-
target:
|
|
265
|
+
target: HTMLTttxDialogBox_1_5_1Element;
|
|
266
266
|
}
|
|
267
|
-
export interface
|
|
267
|
+
export interface TttxDialog_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
268
268
|
detail: T;
|
|
269
|
-
target:
|
|
269
|
+
target: HTMLTttxDialog_1_5_1Element;
|
|
270
270
|
}
|
|
271
|
-
export interface
|
|
271
|
+
export interface TttxExpander_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
272
272
|
detail: T;
|
|
273
|
-
target:
|
|
273
|
+
target: HTMLTttxExpander_1_5_1Element;
|
|
274
274
|
}
|
|
275
|
-
export interface
|
|
275
|
+
export interface TttxFilter_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
276
276
|
detail: T;
|
|
277
|
-
target:
|
|
277
|
+
target: HTMLTttxFilter_1_5_1Element;
|
|
278
278
|
}
|
|
279
|
-
export interface
|
|
279
|
+
export interface TttxForm_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
280
280
|
detail: T;
|
|
281
|
-
target:
|
|
281
|
+
target: HTMLTttxForm_1_5_1Element;
|
|
282
282
|
}
|
|
283
|
-
export interface
|
|
283
|
+
export interface TttxList_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
284
284
|
detail: T;
|
|
285
|
-
target:
|
|
285
|
+
target: HTMLTttxList_1_5_1Element;
|
|
286
286
|
}
|
|
287
|
-
export interface
|
|
287
|
+
export interface TttxMultiselectBox_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
288
288
|
detail: T;
|
|
289
|
-
target:
|
|
289
|
+
target: HTMLTttxMultiselectBox_1_5_1Element;
|
|
290
290
|
}
|
|
291
|
-
export interface
|
|
291
|
+
export interface TttxSelectBox_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
292
292
|
detail: T;
|
|
293
|
-
target:
|
|
293
|
+
target: HTMLTttxSelectBox_1_5_1Element;
|
|
294
294
|
}
|
|
295
|
-
export interface
|
|
295
|
+
export interface TttxSorter_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
296
296
|
detail: T;
|
|
297
|
-
target:
|
|
297
|
+
target: HTMLTttxSorter_1_5_1Element;
|
|
298
298
|
}
|
|
299
|
-
export interface
|
|
299
|
+
export interface TttxStandaloneInput_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
300
300
|
detail: T;
|
|
301
|
-
target:
|
|
301
|
+
target: HTMLTttxStandaloneInput_1_5_1Element;
|
|
302
302
|
}
|
|
303
|
-
export interface
|
|
303
|
+
export interface TttxTabs_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
304
304
|
detail: T;
|
|
305
|
-
target:
|
|
305
|
+
target: HTMLTttxTabs_1_5_1Element;
|
|
306
306
|
}
|
|
307
|
-
export interface
|
|
307
|
+
export interface TttxTextarea_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
308
308
|
detail: T;
|
|
309
|
-
target:
|
|
309
|
+
target: HTMLTttxTextarea_1_5_1Element;
|
|
310
310
|
}
|
|
311
|
-
export interface
|
|
311
|
+
export interface TttxTreeView_1_5_1CustomEvent<T> extends CustomEvent<T> {
|
|
312
312
|
detail: T;
|
|
313
|
-
target:
|
|
313
|
+
target: HTMLTttxTreeView_1_5_1Element;
|
|
314
314
|
}
|
|
315
315
|
declare global {
|
|
316
|
-
interface
|
|
316
|
+
interface HTMLTttxButton_1_5_1Element extends Components.TttxButton_1_5_1, HTMLStencilElement {
|
|
317
317
|
}
|
|
318
|
-
var
|
|
319
|
-
prototype:
|
|
320
|
-
new ():
|
|
318
|
+
var HTMLTttxButton_1_5_1Element: {
|
|
319
|
+
prototype: HTMLTttxButton_1_5_1Element;
|
|
320
|
+
new (): HTMLTttxButton_1_5_1Element;
|
|
321
321
|
};
|
|
322
|
-
interface
|
|
322
|
+
interface HTMLTttxCheckboxGroupCaption_1_5_1Element extends Components.TttxCheckboxGroupCaption_1_5_1, HTMLStencilElement {
|
|
323
323
|
}
|
|
324
|
-
var
|
|
325
|
-
prototype:
|
|
326
|
-
new ():
|
|
324
|
+
var HTMLTttxCheckboxGroupCaption_1_5_1Element: {
|
|
325
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_5_1Element;
|
|
326
|
+
new (): HTMLTttxCheckboxGroupCaption_1_5_1Element;
|
|
327
327
|
};
|
|
328
|
-
interface
|
|
328
|
+
interface HTMLTttxCheckboxGroupHeading_1_5_1Element extends Components.TttxCheckboxGroupHeading_1_5_1, HTMLStencilElement {
|
|
329
329
|
}
|
|
330
|
-
var
|
|
331
|
-
prototype:
|
|
332
|
-
new ():
|
|
330
|
+
var HTMLTttxCheckboxGroupHeading_1_5_1Element: {
|
|
331
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_5_1Element;
|
|
332
|
+
new (): HTMLTttxCheckboxGroupHeading_1_5_1Element;
|
|
333
333
|
};
|
|
334
|
-
interface
|
|
334
|
+
interface HTMLTttxCheckboxGroup_1_5_1Element extends Components.TttxCheckboxGroup_1_5_1, HTMLStencilElement {
|
|
335
335
|
}
|
|
336
|
-
var
|
|
337
|
-
prototype:
|
|
338
|
-
new ():
|
|
336
|
+
var HTMLTttxCheckboxGroup_1_5_1Element: {
|
|
337
|
+
prototype: HTMLTttxCheckboxGroup_1_5_1Element;
|
|
338
|
+
new (): HTMLTttxCheckboxGroup_1_5_1Element;
|
|
339
339
|
};
|
|
340
|
-
interface
|
|
340
|
+
interface HTMLTttxCheckbox_1_5_1Element extends Components.TttxCheckbox_1_5_1, HTMLStencilElement {
|
|
341
341
|
}
|
|
342
|
-
var
|
|
343
|
-
prototype:
|
|
344
|
-
new ():
|
|
342
|
+
var HTMLTttxCheckbox_1_5_1Element: {
|
|
343
|
+
prototype: HTMLTttxCheckbox_1_5_1Element;
|
|
344
|
+
new (): HTMLTttxCheckbox_1_5_1Element;
|
|
345
345
|
};
|
|
346
|
-
interface
|
|
346
|
+
interface HTMLTttxDataPattern_1_5_1Element extends Components.TttxDataPattern_1_5_1, HTMLStencilElement {
|
|
347
347
|
}
|
|
348
|
-
var
|
|
349
|
-
prototype:
|
|
350
|
-
new ():
|
|
348
|
+
var HTMLTttxDataPattern_1_5_1Element: {
|
|
349
|
+
prototype: HTMLTttxDataPattern_1_5_1Element;
|
|
350
|
+
new (): HTMLTttxDataPattern_1_5_1Element;
|
|
351
351
|
};
|
|
352
|
-
interface
|
|
352
|
+
interface HTMLTttxDialogBox_1_5_1Element extends Components.TttxDialogBox_1_5_1, HTMLStencilElement {
|
|
353
353
|
}
|
|
354
|
-
var
|
|
355
|
-
prototype:
|
|
356
|
-
new ():
|
|
354
|
+
var HTMLTttxDialogBox_1_5_1Element: {
|
|
355
|
+
prototype: HTMLTttxDialogBox_1_5_1Element;
|
|
356
|
+
new (): HTMLTttxDialogBox_1_5_1Element;
|
|
357
357
|
};
|
|
358
|
-
interface
|
|
358
|
+
interface HTMLTttxDialog_1_5_1Element extends Components.TttxDialog_1_5_1, HTMLStencilElement {
|
|
359
359
|
}
|
|
360
|
-
var
|
|
361
|
-
prototype:
|
|
362
|
-
new ():
|
|
360
|
+
var HTMLTttxDialog_1_5_1Element: {
|
|
361
|
+
prototype: HTMLTttxDialog_1_5_1Element;
|
|
362
|
+
new (): HTMLTttxDialog_1_5_1Element;
|
|
363
363
|
};
|
|
364
|
-
interface
|
|
364
|
+
interface HTMLTttxExpander_1_5_1Element extends Components.TttxExpander_1_5_1, HTMLStencilElement {
|
|
365
365
|
}
|
|
366
|
-
var
|
|
367
|
-
prototype:
|
|
368
|
-
new ():
|
|
366
|
+
var HTMLTttxExpander_1_5_1Element: {
|
|
367
|
+
prototype: HTMLTttxExpander_1_5_1Element;
|
|
368
|
+
new (): HTMLTttxExpander_1_5_1Element;
|
|
369
369
|
};
|
|
370
|
-
interface
|
|
370
|
+
interface HTMLTttxFilter_1_5_1Element extends Components.TttxFilter_1_5_1, HTMLStencilElement {
|
|
371
371
|
}
|
|
372
|
-
var
|
|
373
|
-
prototype:
|
|
374
|
-
new ():
|
|
372
|
+
var HTMLTttxFilter_1_5_1Element: {
|
|
373
|
+
prototype: HTMLTttxFilter_1_5_1Element;
|
|
374
|
+
new (): HTMLTttxFilter_1_5_1Element;
|
|
375
375
|
};
|
|
376
|
-
interface
|
|
376
|
+
interface HTMLTttxForm_1_5_1Element extends Components.TttxForm_1_5_1, HTMLStencilElement {
|
|
377
377
|
}
|
|
378
|
-
var
|
|
379
|
-
prototype:
|
|
380
|
-
new ():
|
|
378
|
+
var HTMLTttxForm_1_5_1Element: {
|
|
379
|
+
prototype: HTMLTttxForm_1_5_1Element;
|
|
380
|
+
new (): HTMLTttxForm_1_5_1Element;
|
|
381
381
|
};
|
|
382
|
-
interface
|
|
382
|
+
interface HTMLTttxIcon_1_5_1Element extends Components.TttxIcon_1_5_1, HTMLStencilElement {
|
|
383
383
|
}
|
|
384
|
-
var
|
|
385
|
-
prototype:
|
|
386
|
-
new ():
|
|
384
|
+
var HTMLTttxIcon_1_5_1Element: {
|
|
385
|
+
prototype: HTMLTttxIcon_1_5_1Element;
|
|
386
|
+
new (): HTMLTttxIcon_1_5_1Element;
|
|
387
387
|
};
|
|
388
|
-
interface
|
|
388
|
+
interface HTMLTttxKeyvalueBlock_1_5_1Element extends Components.TttxKeyvalueBlock_1_5_1, HTMLStencilElement {
|
|
389
389
|
}
|
|
390
|
-
var
|
|
391
|
-
prototype:
|
|
392
|
-
new ():
|
|
390
|
+
var HTMLTttxKeyvalueBlock_1_5_1Element: {
|
|
391
|
+
prototype: HTMLTttxKeyvalueBlock_1_5_1Element;
|
|
392
|
+
new (): HTMLTttxKeyvalueBlock_1_5_1Element;
|
|
393
393
|
};
|
|
394
|
-
interface
|
|
394
|
+
interface HTMLTttxList_1_5_1Element extends Components.TttxList_1_5_1, HTMLStencilElement {
|
|
395
395
|
}
|
|
396
|
-
var
|
|
397
|
-
prototype:
|
|
398
|
-
new ():
|
|
396
|
+
var HTMLTttxList_1_5_1Element: {
|
|
397
|
+
prototype: HTMLTttxList_1_5_1Element;
|
|
398
|
+
new (): HTMLTttxList_1_5_1Element;
|
|
399
399
|
};
|
|
400
|
-
interface
|
|
400
|
+
interface HTMLTttxLoadingSpinner_1_5_1Element extends Components.TttxLoadingSpinner_1_5_1, HTMLStencilElement {
|
|
401
401
|
}
|
|
402
|
-
var
|
|
403
|
-
prototype:
|
|
404
|
-
new ():
|
|
402
|
+
var HTMLTttxLoadingSpinner_1_5_1Element: {
|
|
403
|
+
prototype: HTMLTttxLoadingSpinner_1_5_1Element;
|
|
404
|
+
new (): HTMLTttxLoadingSpinner_1_5_1Element;
|
|
405
405
|
};
|
|
406
|
-
interface
|
|
406
|
+
interface HTMLTttxMultiselectBox_1_5_1Element extends Components.TttxMultiselectBox_1_5_1, HTMLStencilElement {
|
|
407
407
|
}
|
|
408
|
-
var
|
|
409
|
-
prototype:
|
|
410
|
-
new ():
|
|
408
|
+
var HTMLTttxMultiselectBox_1_5_1Element: {
|
|
409
|
+
prototype: HTMLTttxMultiselectBox_1_5_1Element;
|
|
410
|
+
new (): HTMLTttxMultiselectBox_1_5_1Element;
|
|
411
411
|
};
|
|
412
|
-
interface
|
|
412
|
+
interface HTMLTttxPercentageBar_1_5_1Element extends Components.TttxPercentageBar_1_5_1, HTMLStencilElement {
|
|
413
413
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
414
|
+
var HTMLTttxPercentageBar_1_5_1Element: {
|
|
415
|
+
prototype: HTMLTttxPercentageBar_1_5_1Element;
|
|
416
|
+
new (): HTMLTttxPercentageBar_1_5_1Element;
|
|
417
417
|
};
|
|
418
|
-
interface
|
|
418
|
+
interface HTMLTttxQrcode_1_5_1Element extends Components.TttxQrcode_1_5_1, HTMLStencilElement {
|
|
419
419
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
420
|
+
var HTMLTttxQrcode_1_5_1Element: {
|
|
421
|
+
prototype: HTMLTttxQrcode_1_5_1Element;
|
|
422
|
+
new (): HTMLTttxQrcode_1_5_1Element;
|
|
423
423
|
};
|
|
424
|
-
interface
|
|
424
|
+
interface HTMLTttxSelectBox_1_5_1Element extends Components.TttxSelectBox_1_5_1, HTMLStencilElement {
|
|
425
425
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
426
|
+
var HTMLTttxSelectBox_1_5_1Element: {
|
|
427
|
+
prototype: HTMLTttxSelectBox_1_5_1Element;
|
|
428
|
+
new (): HTMLTttxSelectBox_1_5_1Element;
|
|
429
429
|
};
|
|
430
|
-
interface
|
|
430
|
+
interface HTMLTttxSorter_1_5_1Element extends Components.TttxSorter_1_5_1, HTMLStencilElement {
|
|
431
431
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
432
|
+
var HTMLTttxSorter_1_5_1Element: {
|
|
433
|
+
prototype: HTMLTttxSorter_1_5_1Element;
|
|
434
|
+
new (): HTMLTttxSorter_1_5_1Element;
|
|
435
435
|
};
|
|
436
|
-
interface
|
|
436
|
+
interface HTMLTttxStandaloneInput_1_5_1Element extends Components.TttxStandaloneInput_1_5_1, HTMLStencilElement {
|
|
437
437
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
438
|
+
var HTMLTttxStandaloneInput_1_5_1Element: {
|
|
439
|
+
prototype: HTMLTttxStandaloneInput_1_5_1Element;
|
|
440
|
+
new (): HTMLTttxStandaloneInput_1_5_1Element;
|
|
441
441
|
};
|
|
442
|
-
interface
|
|
442
|
+
interface HTMLTttxTabs_1_5_1Element extends Components.TttxTabs_1_5_1, HTMLStencilElement {
|
|
443
443
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
444
|
+
var HTMLTttxTabs_1_5_1Element: {
|
|
445
|
+
prototype: HTMLTttxTabs_1_5_1Element;
|
|
446
|
+
new (): HTMLTttxTabs_1_5_1Element;
|
|
447
447
|
};
|
|
448
|
-
interface
|
|
448
|
+
interface HTMLTttxTag_1_5_1Element extends Components.TttxTag_1_5_1, HTMLStencilElement {
|
|
449
449
|
}
|
|
450
|
-
var
|
|
451
|
-
prototype:
|
|
452
|
-
new ():
|
|
450
|
+
var HTMLTttxTag_1_5_1Element: {
|
|
451
|
+
prototype: HTMLTttxTag_1_5_1Element;
|
|
452
|
+
new (): HTMLTttxTag_1_5_1Element;
|
|
453
453
|
};
|
|
454
|
-
interface
|
|
454
|
+
interface HTMLTttxTextarea_1_5_1Element extends Components.TttxTextarea_1_5_1, HTMLStencilElement {
|
|
455
455
|
}
|
|
456
|
-
var
|
|
457
|
-
prototype:
|
|
458
|
-
new ():
|
|
456
|
+
var HTMLTttxTextarea_1_5_1Element: {
|
|
457
|
+
prototype: HTMLTttxTextarea_1_5_1Element;
|
|
458
|
+
new (): HTMLTttxTextarea_1_5_1Element;
|
|
459
459
|
};
|
|
460
|
-
interface
|
|
460
|
+
interface HTMLTttxToolbar_1_5_1Element extends Components.TttxToolbar_1_5_1, HTMLStencilElement {
|
|
461
461
|
}
|
|
462
|
-
var
|
|
463
|
-
prototype:
|
|
464
|
-
new ():
|
|
462
|
+
var HTMLTttxToolbar_1_5_1Element: {
|
|
463
|
+
prototype: HTMLTttxToolbar_1_5_1Element;
|
|
464
|
+
new (): HTMLTttxToolbar_1_5_1Element;
|
|
465
465
|
};
|
|
466
|
-
interface
|
|
466
|
+
interface HTMLTttxTreeView_1_5_1Element extends Components.TttxTreeView_1_5_1, HTMLStencilElement {
|
|
467
467
|
}
|
|
468
|
-
var
|
|
469
|
-
prototype:
|
|
470
|
-
new ():
|
|
468
|
+
var HTMLTttxTreeView_1_5_1Element: {
|
|
469
|
+
prototype: HTMLTttxTreeView_1_5_1Element;
|
|
470
|
+
new (): HTMLTttxTreeView_1_5_1Element;
|
|
471
471
|
};
|
|
472
472
|
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-
|
|
473
|
+
"tttx-button_1_5_1": HTMLTttxButton_1_5_1Element;
|
|
474
|
+
"tttx-checkbox-group-caption_1_5_1": HTMLTttxCheckboxGroupCaption_1_5_1Element;
|
|
475
|
+
"tttx-checkbox-group-heading_1_5_1": HTMLTttxCheckboxGroupHeading_1_5_1Element;
|
|
476
|
+
"tttx-checkbox-group_1_5_1": HTMLTttxCheckboxGroup_1_5_1Element;
|
|
477
|
+
"tttx-checkbox_1_5_1": HTMLTttxCheckbox_1_5_1Element;
|
|
478
|
+
"tttx-data-pattern_1_5_1": HTMLTttxDataPattern_1_5_1Element;
|
|
479
|
+
"tttx-dialog-box_1_5_1": HTMLTttxDialogBox_1_5_1Element;
|
|
480
|
+
"tttx-dialog_1_5_1": HTMLTttxDialog_1_5_1Element;
|
|
481
|
+
"tttx-expander_1_5_1": HTMLTttxExpander_1_5_1Element;
|
|
482
|
+
"tttx-filter_1_5_1": HTMLTttxFilter_1_5_1Element;
|
|
483
|
+
"tttx-form_1_5_1": HTMLTttxForm_1_5_1Element;
|
|
484
|
+
"tttx-icon_1_5_1": HTMLTttxIcon_1_5_1Element;
|
|
485
|
+
"tttx-keyvalue-block_1_5_1": HTMLTttxKeyvalueBlock_1_5_1Element;
|
|
486
|
+
"tttx-list_1_5_1": HTMLTttxList_1_5_1Element;
|
|
487
|
+
"tttx-loading-spinner_1_5_1": HTMLTttxLoadingSpinner_1_5_1Element;
|
|
488
|
+
"tttx-multiselect-box_1_5_1": HTMLTttxMultiselectBox_1_5_1Element;
|
|
489
|
+
"tttx-percentage-bar_1_5_1": HTMLTttxPercentageBar_1_5_1Element;
|
|
490
|
+
"tttx-qrcode_1_5_1": HTMLTttxQrcode_1_5_1Element;
|
|
491
|
+
"tttx-select-box_1_5_1": HTMLTttxSelectBox_1_5_1Element;
|
|
492
|
+
"tttx-sorter_1_5_1": HTMLTttxSorter_1_5_1Element;
|
|
493
|
+
"tttx-standalone-input_1_5_1": HTMLTttxStandaloneInput_1_5_1Element;
|
|
494
|
+
"tttx-tabs_1_5_1": HTMLTttxTabs_1_5_1Element;
|
|
495
|
+
"tttx-tag_1_5_1": HTMLTttxTag_1_5_1Element;
|
|
496
|
+
"tttx-textarea_1_5_1": HTMLTttxTextarea_1_5_1Element;
|
|
497
|
+
"tttx-toolbar_1_5_1": HTMLTttxToolbar_1_5_1Element;
|
|
498
|
+
"tttx-tree-view_1_5_1": HTMLTttxTreeView_1_5_1Element;
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
501
|
declare namespace LocalJSX {
|
|
502
|
-
interface
|
|
502
|
+
interface TttxButton_1_5_1 {
|
|
503
503
|
"design"?: string;
|
|
504
504
|
"icon"?: string;
|
|
505
505
|
"iconcolor"?: string;
|
|
506
506
|
"iconposition"?: 'left' | 'right';
|
|
507
507
|
"notext"?: boolean;
|
|
508
508
|
}
|
|
509
|
-
interface
|
|
509
|
+
interface TttxCheckboxGroupCaption_1_5_1 {
|
|
510
510
|
}
|
|
511
|
-
interface
|
|
511
|
+
interface TttxCheckboxGroupHeading_1_5_1 {
|
|
512
512
|
}
|
|
513
|
-
interface
|
|
513
|
+
interface TttxCheckboxGroup_1_5_1 {
|
|
514
514
|
}
|
|
515
|
-
interface
|
|
515
|
+
interface TttxCheckbox_1_5_1 {
|
|
516
516
|
"checkboxId"?: string;
|
|
517
517
|
"checked"?: boolean;
|
|
518
518
|
"indeterminate"?: boolean;
|
|
519
519
|
"inline"?: boolean;
|
|
520
520
|
"label"?: string;
|
|
521
|
-
"onCheckboxChangeEvent"?: (event:
|
|
521
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_5_1CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
522
522
|
}
|
|
523
|
-
interface
|
|
523
|
+
interface TttxDataPattern_1_5_1 {
|
|
524
524
|
"data"?: string;
|
|
525
525
|
"filterheader"?: string;
|
|
526
526
|
"filteroptions"?: string;
|
|
527
527
|
"sorteroptions"?: string;
|
|
528
528
|
}
|
|
529
|
-
interface
|
|
529
|
+
interface TttxDialogBox_1_5_1 {
|
|
530
530
|
"allowOverflow"?: boolean;
|
|
531
531
|
"data"?: string | DialogItems;
|
|
532
|
-
"onButtonClick"?: (event:
|
|
533
|
-
"onCloseButtonClick"?: (event:
|
|
532
|
+
"onButtonClick"?: (event: TttxDialogBox_1_5_1CustomEvent<any>) => void;
|
|
533
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_5_1CustomEvent<any>) => void;
|
|
534
534
|
"open"?: boolean;
|
|
535
535
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
536
536
|
}
|
|
537
|
-
interface
|
|
537
|
+
interface TttxDialog_1_5_1 {
|
|
538
538
|
"allowOverflow"?: boolean;
|
|
539
539
|
"closeEnabled"?: boolean;
|
|
540
540
|
"header"?: string;
|
|
541
|
-
"onCloseButtonClick"?: (event:
|
|
541
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_5_1CustomEvent<any>) => void;
|
|
542
542
|
"open"?: boolean;
|
|
543
543
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
544
544
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
545
545
|
}
|
|
546
|
-
interface
|
|
546
|
+
interface TttxExpander_1_5_1 {
|
|
547
547
|
"lefticon"?: string;
|
|
548
548
|
"lefticoncolor"?: string;
|
|
549
549
|
"name"?: string;
|
|
550
|
-
"onToggleExpander"?: (event:
|
|
550
|
+
"onToggleExpander"?: (event: TttxExpander_1_5_1CustomEvent<{ open: boolean; name: string }>) => void;
|
|
551
551
|
"open"?: boolean;
|
|
552
552
|
}
|
|
553
|
-
interface
|
|
553
|
+
interface TttxFilter_1_5_1 {
|
|
554
554
|
"defaultFilterOptions"?: string[] | string;
|
|
555
555
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
556
556
|
"filterHeader"?: string;
|
|
557
557
|
"filterKey"?: string;
|
|
558
558
|
"filterOptions"?: string | FilterSettings[];
|
|
559
|
-
"onFilterChangeEvent"?: (event:
|
|
560
|
-
"onToggleFilter"?: (event:
|
|
559
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_5_1CustomEvent<FilterChangeEvent>) => void;
|
|
560
|
+
"onToggleFilter"?: (event: TttxFilter_1_5_1CustomEvent<boolean>) => void;
|
|
561
561
|
"popoverWidth"?: string;
|
|
562
562
|
"showOptionIcons"?: boolean;
|
|
563
563
|
"showSearchField"?: boolean;
|
|
564
564
|
"showSelectAll"?: boolean;
|
|
565
565
|
}
|
|
566
|
-
interface
|
|
566
|
+
interface TttxForm_1_5_1 {
|
|
567
567
|
"data"?: any;
|
|
568
568
|
"formschema"?: Record<string, any> | string;
|
|
569
|
-
"onDataChanged"?: (event:
|
|
570
|
-
"onDataSubmitted"?: (event:
|
|
569
|
+
"onDataChanged"?: (event: TttxForm_1_5_1CustomEvent<{ name: string; value: string }>) => void;
|
|
570
|
+
"onDataSubmitted"?: (event: TttxForm_1_5_1CustomEvent<FormData>) => void;
|
|
571
571
|
}
|
|
572
|
-
interface
|
|
572
|
+
interface TttxIcon_1_5_1 {
|
|
573
573
|
"color"?: string;
|
|
574
574
|
"icon"?: string;
|
|
575
575
|
"size"?: number;
|
|
576
576
|
}
|
|
577
|
-
interface
|
|
577
|
+
interface TttxKeyvalueBlock_1_5_1 {
|
|
578
578
|
"horizontal"?: boolean;
|
|
579
579
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
580
580
|
"spacedout"?: boolean;
|
|
581
581
|
}
|
|
582
|
-
interface
|
|
582
|
+
interface TttxList_1_5_1 {
|
|
583
583
|
"data"?: string | ListItem[];
|
|
584
584
|
"name"?: string;
|
|
585
|
-
"onListRowCheckboxClick"?: (event:
|
|
586
|
-
"onListRowClick"?: (event:
|
|
585
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_5_1CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
586
|
+
"onListRowClick"?: (event: TttxList_1_5_1CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
587
587
|
}
|
|
588
|
-
interface
|
|
588
|
+
interface TttxLoadingSpinner_1_5_1 {
|
|
589
589
|
"loadingMessage"?: boolean;
|
|
590
590
|
"size"?: 'small' | 'large';
|
|
591
591
|
}
|
|
592
|
-
interface
|
|
592
|
+
interface TttxMultiselectBox_1_5_1 {
|
|
593
593
|
"htmlVisibleValue"?: boolean;
|
|
594
594
|
"inline"?: boolean;
|
|
595
595
|
"label"?: string;
|
|
596
|
-
"onChangesApplied"?: (event:
|
|
597
|
-
"onSelectItemEvent"?: (event:
|
|
598
|
-
"onToggleOpen"?: (event:
|
|
596
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_5_1CustomEvent<SelectItem[]>) => void;
|
|
597
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_5_1CustomEvent<SelectItem>) => void;
|
|
598
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_5_1CustomEvent<boolean>) => void;
|
|
599
599
|
"optionsData"?: string | SelectItem[];
|
|
600
600
|
"placeholder"?: string;
|
|
601
601
|
"searchEnabled"?: boolean;
|
|
602
602
|
"visibleValue"?: string;
|
|
603
603
|
}
|
|
604
|
-
interface
|
|
604
|
+
interface TttxPercentageBar_1_5_1 {
|
|
605
605
|
"color"?: string;
|
|
606
606
|
"labelid"?: string;
|
|
607
607
|
"min"?: string;
|
|
608
608
|
"percentage"?: string | number;
|
|
609
609
|
"thresholds"?: string | Threshold[];
|
|
610
610
|
}
|
|
611
|
-
interface
|
|
611
|
+
interface TttxQrcode_1_5_1 {
|
|
612
612
|
"link"?: string;
|
|
613
613
|
"size"?: number;
|
|
614
614
|
}
|
|
615
|
-
interface
|
|
615
|
+
interface TttxSelectBox_1_5_1 {
|
|
616
616
|
"errorMsg"?: string;
|
|
617
617
|
"inline"?: boolean;
|
|
618
618
|
"label"?: string;
|
|
619
|
-
"onSelectItemEvent"?: (event:
|
|
620
|
-
"onToggleOpen"?: (event:
|
|
619
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_5_1CustomEvent<SelectItem1>) => void;
|
|
620
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_5_1CustomEvent<boolean>) => void;
|
|
621
621
|
"optionsData"?: string | SelectItem1[];
|
|
622
622
|
"placeholder"?: string;
|
|
623
623
|
"searchEnabled"?: boolean;
|
|
@@ -625,15 +625,15 @@ declare namespace LocalJSX {
|
|
|
625
625
|
"showErrorBubble"?: boolean;
|
|
626
626
|
"showErrorMsg"?: boolean;
|
|
627
627
|
}
|
|
628
|
-
interface
|
|
628
|
+
interface TttxSorter_1_5_1 {
|
|
629
629
|
"defaultOption"?: string;
|
|
630
630
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
631
631
|
"fieldOptionsData"?: string | SorterData;
|
|
632
|
-
"onSorterChangeEvent"?: (event:
|
|
633
|
-
"onToggleSorter"?: (event:
|
|
632
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_5_1CustomEvent<SorterChangeEvent>) => void;
|
|
633
|
+
"onToggleSorter"?: (event: TttxSorter_1_5_1CustomEvent<boolean>) => void;
|
|
634
634
|
"sorterKey"?: string;
|
|
635
635
|
}
|
|
636
|
-
interface
|
|
636
|
+
interface TttxStandaloneInput_1_5_1 {
|
|
637
637
|
"autocomplete"?: 'off' | 'on';
|
|
638
638
|
"checked"?: boolean;
|
|
639
639
|
"disabled"?: boolean;
|
|
@@ -649,8 +649,8 @@ declare namespace LocalJSX {
|
|
|
649
649
|
"inputiconcolor"?: string;
|
|
650
650
|
/**
|
|
651
651
|
* 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-
|
|
652
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_5_1 input-index="1" />
|
|
653
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_5_1 inputindex={1} />
|
|
654
654
|
*/
|
|
655
655
|
"inputindex"?: string | number;
|
|
656
656
|
/**
|
|
@@ -664,13 +664,13 @@ declare namespace LocalJSX {
|
|
|
664
664
|
"min"?: MinMaxDates | number;
|
|
665
665
|
"minlength"?: string | number;
|
|
666
666
|
"name"?: string;
|
|
667
|
-
"onBlurChanged"?: (event:
|
|
668
|
-
"onFocusChanged"?: (event:
|
|
669
|
-
"onInputIconClick"?: (event:
|
|
670
|
-
"onInvalidChanged"?: (event:
|
|
671
|
-
"onLeftIconClick"?: (event:
|
|
672
|
-
"onRightIconClick"?: (event:
|
|
673
|
-
"onValueChanged"?: (event:
|
|
667
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_5_1CustomEvent<string>) => void;
|
|
668
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_5_1CustomEvent<string>) => void;
|
|
669
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_5_1CustomEvent<void>) => void;
|
|
670
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_5_1CustomEvent<string>) => void;
|
|
671
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_5_1CustomEvent<void>) => void;
|
|
672
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_5_1CustomEvent<void>) => void;
|
|
673
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_5_1CustomEvent<string>) => void;
|
|
674
674
|
"pattern"?: string;
|
|
675
675
|
"placeholder"?: string;
|
|
676
676
|
"readonly"?: string | boolean;
|
|
@@ -685,27 +685,27 @@ declare namespace LocalJSX {
|
|
|
685
685
|
"type"?: string;
|
|
686
686
|
"value"?: string | number;
|
|
687
687
|
}
|
|
688
|
-
interface
|
|
688
|
+
interface TttxTabs_1_5_1 {
|
|
689
689
|
"navigation"?: boolean;
|
|
690
|
-
"onLeftNavigation"?: (event:
|
|
691
|
-
"onRightNavigation"?: (event:
|
|
692
|
-
"onTabClick"?: (event:
|
|
690
|
+
"onLeftNavigation"?: (event: TttxTabs_1_5_1CustomEvent<any>) => void;
|
|
691
|
+
"onRightNavigation"?: (event: TttxTabs_1_5_1CustomEvent<any>) => void;
|
|
692
|
+
"onTabClick"?: (event: TttxTabs_1_5_1CustomEvent<{ tabId: string }>) => void;
|
|
693
693
|
"tabs"?: string | Tab[];
|
|
694
694
|
"tabsName"?: string;
|
|
695
695
|
"wide"?: boolean;
|
|
696
696
|
}
|
|
697
|
-
interface
|
|
697
|
+
interface TttxTag_1_5_1 {
|
|
698
698
|
"color"?: string;
|
|
699
699
|
"text"?: string;
|
|
700
700
|
"textColor"?: string;
|
|
701
701
|
}
|
|
702
|
-
interface
|
|
702
|
+
interface TttxTextarea_1_5_1 {
|
|
703
703
|
"disabled"?: boolean;
|
|
704
704
|
"errormsg"?: string;
|
|
705
705
|
/**
|
|
706
706
|
* 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-
|
|
707
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_5_1 input-index="1" />
|
|
708
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_5_1 inputindex={1} />
|
|
709
709
|
*/
|
|
710
710
|
"inputindex"?: string | number;
|
|
711
711
|
/**
|
|
@@ -716,10 +716,10 @@ declare namespace LocalJSX {
|
|
|
716
716
|
"label"?: string;
|
|
717
717
|
"maxlength"?: string | number;
|
|
718
718
|
"name"?: string;
|
|
719
|
-
"onBlurChanged"?: (event:
|
|
720
|
-
"onFocusChanged"?: (event:
|
|
721
|
-
"onInvalidChanged"?: (event:
|
|
722
|
-
"onValueChanged"?: (event:
|
|
719
|
+
"onBlurChanged"?: (event: TttxTextarea_1_5_1CustomEvent<string>) => void;
|
|
720
|
+
"onFocusChanged"?: (event: TttxTextarea_1_5_1CustomEvent<string>) => void;
|
|
721
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_5_1CustomEvent<string>) => void;
|
|
722
|
+
"onValueChanged"?: (event: TttxTextarea_1_5_1CustomEvent<string>) => void;
|
|
723
723
|
"placeholder"?: string;
|
|
724
724
|
"readonly"?: string | boolean;
|
|
725
725
|
"required"?: boolean;
|
|
@@ -733,73 +733,73 @@ declare namespace LocalJSX {
|
|
|
733
733
|
"textareaautofocus"?: boolean;
|
|
734
734
|
"value"?: string | number;
|
|
735
735
|
}
|
|
736
|
-
interface
|
|
736
|
+
interface TttxToolbar_1_5_1 {
|
|
737
737
|
"border"?: boolean;
|
|
738
738
|
}
|
|
739
|
-
interface
|
|
739
|
+
interface TttxTreeView_1_5_1 {
|
|
740
740
|
"data"?: TreeViewItem[];
|
|
741
|
-
"onClickEvent"?: (event:
|
|
742
|
-
"onExpandNode"?: (event:
|
|
741
|
+
"onClickEvent"?: (event: TttxTreeView_1_5_1CustomEvent<TreeViewItem>) => void;
|
|
742
|
+
"onExpandNode"?: (event: TttxTreeView_1_5_1CustomEvent<ExpandNodeEvent>) => void;
|
|
743
743
|
}
|
|
744
744
|
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-
|
|
745
|
+
"tttx-button_1_5_1": TttxButton_1_5_1;
|
|
746
|
+
"tttx-checkbox-group-caption_1_5_1": TttxCheckboxGroupCaption_1_5_1;
|
|
747
|
+
"tttx-checkbox-group-heading_1_5_1": TttxCheckboxGroupHeading_1_5_1;
|
|
748
|
+
"tttx-checkbox-group_1_5_1": TttxCheckboxGroup_1_5_1;
|
|
749
|
+
"tttx-checkbox_1_5_1": TttxCheckbox_1_5_1;
|
|
750
|
+
"tttx-data-pattern_1_5_1": TttxDataPattern_1_5_1;
|
|
751
|
+
"tttx-dialog-box_1_5_1": TttxDialogBox_1_5_1;
|
|
752
|
+
"tttx-dialog_1_5_1": TttxDialog_1_5_1;
|
|
753
|
+
"tttx-expander_1_5_1": TttxExpander_1_5_1;
|
|
754
|
+
"tttx-filter_1_5_1": TttxFilter_1_5_1;
|
|
755
|
+
"tttx-form_1_5_1": TttxForm_1_5_1;
|
|
756
|
+
"tttx-icon_1_5_1": TttxIcon_1_5_1;
|
|
757
|
+
"tttx-keyvalue-block_1_5_1": TttxKeyvalueBlock_1_5_1;
|
|
758
|
+
"tttx-list_1_5_1": TttxList_1_5_1;
|
|
759
|
+
"tttx-loading-spinner_1_5_1": TttxLoadingSpinner_1_5_1;
|
|
760
|
+
"tttx-multiselect-box_1_5_1": TttxMultiselectBox_1_5_1;
|
|
761
|
+
"tttx-percentage-bar_1_5_1": TttxPercentageBar_1_5_1;
|
|
762
|
+
"tttx-qrcode_1_5_1": TttxQrcode_1_5_1;
|
|
763
|
+
"tttx-select-box_1_5_1": TttxSelectBox_1_5_1;
|
|
764
|
+
"tttx-sorter_1_5_1": TttxSorter_1_5_1;
|
|
765
|
+
"tttx-standalone-input_1_5_1": TttxStandaloneInput_1_5_1;
|
|
766
|
+
"tttx-tabs_1_5_1": TttxTabs_1_5_1;
|
|
767
|
+
"tttx-tag_1_5_1": TttxTag_1_5_1;
|
|
768
|
+
"tttx-textarea_1_5_1": TttxTextarea_1_5_1;
|
|
769
|
+
"tttx-toolbar_1_5_1": TttxToolbar_1_5_1;
|
|
770
|
+
"tttx-tree-view_1_5_1": TttxTreeView_1_5_1;
|
|
771
771
|
}
|
|
772
772
|
}
|
|
773
773
|
export { LocalJSX as JSX };
|
|
774
774
|
declare module "@stencil/core" {
|
|
775
775
|
export namespace JSX {
|
|
776
776
|
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-
|
|
777
|
+
"tttx-button_1_5_1": LocalJSX.TttxButton_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxButton_1_5_1Element>;
|
|
778
|
+
"tttx-checkbox-group-caption_1_5_1": LocalJSX.TttxCheckboxGroupCaption_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_5_1Element>;
|
|
779
|
+
"tttx-checkbox-group-heading_1_5_1": LocalJSX.TttxCheckboxGroupHeading_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_5_1Element>;
|
|
780
|
+
"tttx-checkbox-group_1_5_1": LocalJSX.TttxCheckboxGroup_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_5_1Element>;
|
|
781
|
+
"tttx-checkbox_1_5_1": LocalJSX.TttxCheckbox_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_5_1Element>;
|
|
782
|
+
"tttx-data-pattern_1_5_1": LocalJSX.TttxDataPattern_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_5_1Element>;
|
|
783
|
+
"tttx-dialog-box_1_5_1": LocalJSX.TttxDialogBox_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_5_1Element>;
|
|
784
|
+
"tttx-dialog_1_5_1": LocalJSX.TttxDialog_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_5_1Element>;
|
|
785
|
+
"tttx-expander_1_5_1": LocalJSX.TttxExpander_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_5_1Element>;
|
|
786
|
+
"tttx-filter_1_5_1": LocalJSX.TttxFilter_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_5_1Element>;
|
|
787
|
+
"tttx-form_1_5_1": LocalJSX.TttxForm_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxForm_1_5_1Element>;
|
|
788
|
+
"tttx-icon_1_5_1": LocalJSX.TttxIcon_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_5_1Element>;
|
|
789
|
+
"tttx-keyvalue-block_1_5_1": LocalJSX.TttxKeyvalueBlock_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_5_1Element>;
|
|
790
|
+
"tttx-list_1_5_1": LocalJSX.TttxList_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxList_1_5_1Element>;
|
|
791
|
+
"tttx-loading-spinner_1_5_1": LocalJSX.TttxLoadingSpinner_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_5_1Element>;
|
|
792
|
+
"tttx-multiselect-box_1_5_1": LocalJSX.TttxMultiselectBox_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_5_1Element>;
|
|
793
|
+
"tttx-percentage-bar_1_5_1": LocalJSX.TttxPercentageBar_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_5_1Element>;
|
|
794
|
+
"tttx-qrcode_1_5_1": LocalJSX.TttxQrcode_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_5_1Element>;
|
|
795
|
+
"tttx-select-box_1_5_1": LocalJSX.TttxSelectBox_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_5_1Element>;
|
|
796
|
+
"tttx-sorter_1_5_1": LocalJSX.TttxSorter_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_5_1Element>;
|
|
797
|
+
"tttx-standalone-input_1_5_1": LocalJSX.TttxStandaloneInput_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_5_1Element>;
|
|
798
|
+
"tttx-tabs_1_5_1": LocalJSX.TttxTabs_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_5_1Element>;
|
|
799
|
+
"tttx-tag_1_5_1": LocalJSX.TttxTag_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxTag_1_5_1Element>;
|
|
800
|
+
"tttx-textarea_1_5_1": LocalJSX.TttxTextarea_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_5_1Element>;
|
|
801
|
+
"tttx-toolbar_1_5_1": LocalJSX.TttxToolbar_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_5_1Element>;
|
|
802
|
+
"tttx-tree-view_1_5_1": LocalJSX.TttxTreeView_1_5_1 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_5_1Element>;
|
|
803
803
|
}
|
|
804
804
|
}
|
|
805
805
|
}
|