@3t-transform/threeteeui 1.0.3 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{tttx-button_1_0_3.cjs.entry.js → tttx-button_1_1_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_0_3.cjs.entry.js → tttx-checkbox-group-caption_1_1_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_0_3.cjs.entry.js → tttx-checkbox-group-heading_1_1_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_0_3.cjs.entry.js → tttx-checkbox-group_1_1_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_0_3.cjs.entry.js → tttx-checkbox_1_1_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_0_3.cjs.entry.js → tttx-data-pattern_1_1_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-dialog-box_1_0_3.cjs.entry.js → tttx-dialog-box_1_1_0.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_0_3.cjs.entry.js → tttx-dialog_1_1_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_0_3.cjs.entry.js → tttx-expander_1_1_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_0_3_4.cjs.entry.js → tttx-filter_1_1_0_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_0_3.cjs.entry.js → tttx-form_1_1_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-icon_1_0_3.cjs.entry.js → tttx-icon_1_1_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_0_3.cjs.entry.js → tttx-keyvalue-block_1_1_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_0_3.cjs.entry.js → tttx-loading-spinner_1_1_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_0_3.cjs.entry.js → tttx-multiselect-box_1_1_0.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_0_3.cjs.entry.js → tttx-percentage-bar_1_1_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_0_3.cjs.entry.js → tttx-qrcode_1_1_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_0_3.cjs.entry.js → tttx-select-box_1_1_0.cjs.entry.js} +3 -3
- package/dist/cjs/tttx-standalone-input_1_1_0.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-tabs_1_0_3.cjs.entry.js → tttx-tabs_1_1_0.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_0_3.cjs.entry.js → tttx-tag_1_1_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_0_3.cjs.entry.js → tttx-textarea_1_1_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_0_3.cjs.entry.js → tttx-tree-view_1_1_0.cjs.entry.js} +7 -32
- 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 +3 -3
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +16 -16
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +16 -54
- 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_0_3.d.ts → tttx-button_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-button_1_0_3.js → tttx-button_1_1_0.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_0_3.js → tttx-checkbox-group-caption_1_1_0.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_0_3.js → tttx-checkbox-group-heading_1_1_0.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_0_3.js → tttx-checkbox-group_1_1_0.js} +5 -5
- package/dist/components/{tttx-expander_1_0_3.d.ts → tttx-checkbox_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_0_3.js → tttx-checkbox_1_1_0.js} +7 -7
- package/dist/components/tttx-data-pattern_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_0_3.js → tttx-data-pattern_1_1_0.js} +13 -13
- package/dist/components/{tttx-dialog-box_1_0_3.d.ts → tttx-dialog-box_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog-box_1_0_3.js → tttx-dialog-box_1_1_0.js} +9 -9
- package/dist/components/{tttx-filter_1_0_3.d.ts → tttx-dialog_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_0_3.js → tttx-dialog_1_1_0.js} +8 -8
- package/dist/components/{tttx-checkbox_1_0_3.d.ts → tttx-expander_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-expander_1_0_3.js → tttx-expander_1_1_0.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-dialog_1_0_3.d.ts → tttx-filter_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_0_3.js → tttx-filter_1_1_0.js} +2 -2
- package/dist/components/{tttx-icon_1_0_3.d.ts → tttx-form_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-form_1_0_3.js → tttx-form_1_1_0.js} +9 -9
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_0_3.d.ts → tttx-icon_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_0_3.js → tttx-icon_1_1_0.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_0_3.js → tttx-keyvalue-block_1_1_0.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-qrcode_1_0_3.d.ts → tttx-list_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-list_1_0_3.js → tttx-list_1_1_0.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_0_3.js → tttx-loading-spinner_1_1_0.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_0_3.js → tttx-multiselect-box_1_1_0.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_0_3.js → tttx-percentage-bar_1_1_0.js} +6 -6
- package/dist/components/tttx-qrcode_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-qrcode_1_0_3.js → tttx-qrcode_1_1_0.js} +5 -5
- package/dist/components/tttx-select-box.js +7 -7
- package/dist/components/tttx-select-box_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_0_3.js → tttx-select-box_1_1_0.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_0_3.js → tttx-sorter_1_1_0.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_0_3.js → tttx-standalone-input_1_1_0.js} +2 -2
- package/dist/components/{tttx-form_1_0_3.d.ts → tttx-tabs_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_0_3.js → tttx-tabs_1_1_0.js} +9 -9
- package/dist/components/{tttx-tag_1_0_3.d.ts → tttx-tag_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_0_3.js → tttx-tag_1_1_0.js} +5 -5
- package/dist/components/tttx-textarea_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_0_3.js → tttx-textarea_1_1_0.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_0_3.d.ts → tttx-toolbar_1_1_0.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_0_3.js → tttx-toolbar_1_1_0.js} +2 -2
- package/dist/components/tttx-tree-view_1_1_0.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_0_3.js → tttx-tree-view_1_1_0.js} +14 -41
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_0_3.entry.js → tttx-button_1_1_0.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_0_3.entry.js → tttx-checkbox-group-caption_1_1_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_0_3.entry.js → tttx-checkbox-group-heading_1_1_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_0_3.entry.js → tttx-checkbox-group_1_1_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_0_3.entry.js → tttx-checkbox_1_1_0.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_0_3.entry.js → tttx-data-pattern_1_1_0.entry.js} +2 -2
- package/dist/esm/{tttx-dialog-box_1_0_3.entry.js → tttx-dialog-box_1_1_0.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_0_3.entry.js → tttx-dialog_1_1_0.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_0_3.entry.js → tttx-expander_1_1_0.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_0_3_4.entry.js → tttx-filter_1_1_0_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_0_3.entry.js → tttx-form_1_1_0.entry.js} +2 -2
- package/dist/esm/{tttx-icon_1_0_3.entry.js → tttx-icon_1_1_0.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_0_3.entry.js → tttx-keyvalue-block_1_1_0.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_0_3.entry.js → tttx-loading-spinner_1_1_0.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_0_3.entry.js → tttx-multiselect-box_1_1_0.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_0_3.entry.js → tttx-percentage-bar_1_1_0.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_0_3.entry.js → tttx-qrcode_1_1_0.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_0_3.entry.js → tttx-select-box_1_1_0.entry.js} +3 -3
- package/dist/esm/tttx-standalone-input_1_1_0.entry.js +90 -0
- package/dist/esm/{tttx-tabs_1_0_3.entry.js → tttx-tabs_1_1_0.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_0_3.entry.js → tttx-tag_1_1_0.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_0_3.entry.js → tttx-textarea_1_1_0.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_0_3.entry.js → tttx-tree-view_1_1_0.entry.js} +7 -32
- 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-34be6c6d.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-59c7b049.entry.js +1 -1
- package/dist/tttx/p-5d2706b1.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6deb8699.entry.js +1 -0
- package/dist/tttx/p-796f699a.entry.js +1 -1
- package/dist/tttx/p-81aaafa0.entry.js +1 -1
- package/dist/tttx/p-87481935.entry.js +1 -1
- package/dist/tttx/p-884f37d3.entry.js +1 -1
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-983d63ff.entry.js +1 -1
- package/dist/tttx/p-a01e679a.entry.js +1 -1
- package/dist/tttx/p-a8e76e78.entry.js +1 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-c8589436.entry.js +1 -1
- package/dist/tttx/p-ee358ce4.entry.js +1 -1
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/p-f4db1cf2.entry.js +1 -1
- package/dist/tttx/p-fe967031.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-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 +2 -7
- package/dist/types/components.d.ts +304 -306
- package/package.json +1 -1
- package/dist/cjs/tttx-standalone-input_1_0_3.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_0_3.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_0_3.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_0_3.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_0_3.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_0_3.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_0_3.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_0_3.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_0_3.d.ts +0 -11
- package/dist/components/tttx-select-box_1_0_3.d.ts +0 -11
- package/dist/components/tttx-sorter_1_0_3.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_0_3.d.ts +0 -11
- package/dist/components/tttx-tabs_1_0_3.d.ts +0 -11
- package/dist/components/tttx-textarea_1_0_3.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_0_3.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_0_3.entry.js +0 -90
- package/dist/tttx/p-1c2a50d3.entry.js +0 -1
|
@@ -17,39 +17,39 @@ import { MinMaxDates } from "./components/molecules/tttx-standalone-input/tttx-s
|
|
|
17
17
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
18
18
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
19
19
|
export namespace Components {
|
|
20
|
-
interface
|
|
20
|
+
interface TttxButton_1_1_0 {
|
|
21
21
|
"design": string;
|
|
22
22
|
"icon": string;
|
|
23
23
|
"iconcolor": string;
|
|
24
24
|
"iconposition": 'left' | 'right';
|
|
25
25
|
"notext": boolean;
|
|
26
26
|
}
|
|
27
|
-
interface
|
|
27
|
+
interface TttxCheckboxGroupCaption_1_1_0 {
|
|
28
28
|
}
|
|
29
|
-
interface
|
|
29
|
+
interface TttxCheckboxGroupHeading_1_1_0 {
|
|
30
30
|
}
|
|
31
|
-
interface
|
|
31
|
+
interface TttxCheckboxGroup_1_1_0 {
|
|
32
32
|
}
|
|
33
|
-
interface
|
|
33
|
+
interface TttxCheckbox_1_1_0 {
|
|
34
34
|
"checkboxId": string;
|
|
35
35
|
"checked": boolean;
|
|
36
36
|
"indeterminate": boolean;
|
|
37
37
|
"inline": boolean;
|
|
38
38
|
"label": string;
|
|
39
39
|
}
|
|
40
|
-
interface
|
|
40
|
+
interface TttxDataPattern_1_1_0 {
|
|
41
41
|
"data": string;
|
|
42
42
|
"filterheader": string;
|
|
43
43
|
"filteroptions": string;
|
|
44
44
|
"sorteroptions": string;
|
|
45
45
|
}
|
|
46
|
-
interface
|
|
46
|
+
interface TttxDialogBox_1_1_0 {
|
|
47
47
|
"allowOverflow": boolean;
|
|
48
48
|
"data": string | DialogItems;
|
|
49
49
|
"open": boolean;
|
|
50
50
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
51
51
|
}
|
|
52
|
-
interface
|
|
52
|
+
interface TttxDialog_1_1_0 {
|
|
53
53
|
"allowOverflow": boolean;
|
|
54
54
|
"closeEnabled": boolean;
|
|
55
55
|
"header": string;
|
|
@@ -57,13 +57,13 @@ export namespace Components {
|
|
|
57
57
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
58
58
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
59
59
|
}
|
|
60
|
-
interface
|
|
60
|
+
interface TttxExpander_1_1_0 {
|
|
61
61
|
"lefticon"?: string;
|
|
62
62
|
"lefticoncolor"?: string;
|
|
63
63
|
"name": string;
|
|
64
64
|
"open": boolean;
|
|
65
65
|
}
|
|
66
|
-
interface
|
|
66
|
+
interface TttxFilter_1_1_0 {
|
|
67
67
|
"defaultFilterOptions": string[] | string;
|
|
68
68
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
69
69
|
"filterHeader": string;
|
|
@@ -74,7 +74,7 @@ export namespace Components {
|
|
|
74
74
|
"showSearchField": boolean;
|
|
75
75
|
"showSelectAll": boolean;
|
|
76
76
|
}
|
|
77
|
-
interface
|
|
77
|
+
interface TttxForm_1_1_0 {
|
|
78
78
|
"data": any;
|
|
79
79
|
"formschema": Record<string, any> | string;
|
|
80
80
|
/**
|
|
@@ -85,24 +85,24 @@ export namespace Components {
|
|
|
85
85
|
"setSelectOptions": (fieldname: string, options: { label: string; value: string; }[]) => Promise<void>;
|
|
86
86
|
"submit": () => Promise<void>;
|
|
87
87
|
}
|
|
88
|
-
interface
|
|
88
|
+
interface TttxIcon_1_1_0 {
|
|
89
89
|
"color": string;
|
|
90
90
|
"icon": string;
|
|
91
91
|
}
|
|
92
|
-
interface
|
|
92
|
+
interface TttxKeyvalueBlock_1_1_0 {
|
|
93
93
|
"horizontal": boolean;
|
|
94
94
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
95
95
|
"spacedout": boolean;
|
|
96
96
|
}
|
|
97
|
-
interface
|
|
97
|
+
interface TttxList_1_1_0 {
|
|
98
98
|
"data": string | ListItem[];
|
|
99
99
|
"name": string;
|
|
100
100
|
}
|
|
101
|
-
interface
|
|
101
|
+
interface TttxLoadingSpinner_1_1_0 {
|
|
102
102
|
"loadingMessage": boolean;
|
|
103
103
|
"size": 'small' | 'large';
|
|
104
104
|
}
|
|
105
|
-
interface
|
|
105
|
+
interface TttxMultiselectBox_1_1_0 {
|
|
106
106
|
"htmlVisibleValue": boolean;
|
|
107
107
|
"inline": boolean;
|
|
108
108
|
"label": string;
|
|
@@ -111,18 +111,18 @@ export namespace Components {
|
|
|
111
111
|
"searchEnabled": boolean;
|
|
112
112
|
"visibleValue": string;
|
|
113
113
|
}
|
|
114
|
-
interface
|
|
114
|
+
interface TttxPercentageBar_1_1_0 {
|
|
115
115
|
"color"?: string;
|
|
116
116
|
"labelid"?: string;
|
|
117
117
|
"min": string;
|
|
118
118
|
"percentage": string | number;
|
|
119
119
|
"thresholds"?: string | Threshold[];
|
|
120
120
|
}
|
|
121
|
-
interface
|
|
121
|
+
interface TttxQrcode_1_1_0 {
|
|
122
122
|
"link": string;
|
|
123
123
|
"size": number;
|
|
124
124
|
}
|
|
125
|
-
interface
|
|
125
|
+
interface TttxSelectBox_1_1_0 {
|
|
126
126
|
"inline": boolean;
|
|
127
127
|
"label": string;
|
|
128
128
|
"optionsData": string | SelectItem1[];
|
|
@@ -131,13 +131,13 @@ export namespace Components {
|
|
|
131
131
|
"selectedValue": string;
|
|
132
132
|
"setSelectedItem": (value: string) => Promise<void>;
|
|
133
133
|
}
|
|
134
|
-
interface
|
|
134
|
+
interface TttxSorter_1_1_0 {
|
|
135
135
|
"defaultOption": string;
|
|
136
136
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
137
137
|
"fieldOptionsData": string | SorterData;
|
|
138
138
|
"sorterKey": string;
|
|
139
139
|
}
|
|
140
|
-
interface
|
|
140
|
+
interface TttxStandaloneInput_1_1_0 {
|
|
141
141
|
"autocomplete": 'off' | 'on';
|
|
142
142
|
"checked": boolean;
|
|
143
143
|
"disabled": boolean;
|
|
@@ -153,8 +153,8 @@ export namespace Components {
|
|
|
153
153
|
"inputiconcolor": string;
|
|
154
154
|
/**
|
|
155
155
|
* tabindex - Allows the HTML elements to be focusable
|
|
156
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
157
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
156
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_1_0 input-index="1" />
|
|
157
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_1_0 inputindex={1} />
|
|
158
158
|
*/
|
|
159
159
|
"inputindex": string | number;
|
|
160
160
|
/**
|
|
@@ -182,24 +182,24 @@ export namespace Components {
|
|
|
182
182
|
"type": string;
|
|
183
183
|
"value": string | number;
|
|
184
184
|
}
|
|
185
|
-
interface
|
|
185
|
+
interface TttxTabs_1_1_0 {
|
|
186
186
|
"navigation": boolean;
|
|
187
187
|
"tabs": string | Tab[];
|
|
188
188
|
"tabsName": string;
|
|
189
189
|
"wide": boolean;
|
|
190
190
|
}
|
|
191
|
-
interface
|
|
191
|
+
interface TttxTag_1_1_0 {
|
|
192
192
|
"color": string;
|
|
193
193
|
"text": string;
|
|
194
194
|
"textColor": string;
|
|
195
195
|
}
|
|
196
|
-
interface
|
|
196
|
+
interface TttxTextarea_1_1_0 {
|
|
197
197
|
"disabled": boolean;
|
|
198
198
|
"errormsg": string;
|
|
199
199
|
/**
|
|
200
200
|
* tabindex - Allows the HTML elements to be focusable
|
|
201
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
202
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
201
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_1_0 input-index="1" />
|
|
202
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_1_0 inputindex={1} />
|
|
203
203
|
*/
|
|
204
204
|
"inputindex": string | number;
|
|
205
205
|
/**
|
|
@@ -223,388 +223,387 @@ export namespace Components {
|
|
|
223
223
|
"textareaautofocus": boolean;
|
|
224
224
|
"value": string | number;
|
|
225
225
|
}
|
|
226
|
-
interface
|
|
226
|
+
interface TttxToolbar_1_1_0 {
|
|
227
227
|
"border": boolean;
|
|
228
228
|
}
|
|
229
|
-
interface
|
|
229
|
+
interface TttxTreeView_1_1_0 {
|
|
230
230
|
"data": TreeViewItem[];
|
|
231
|
-
"firstSelected": boolean;
|
|
232
231
|
}
|
|
233
232
|
}
|
|
234
|
-
export interface
|
|
233
|
+
export interface TttxCheckbox_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
235
234
|
detail: T;
|
|
236
|
-
target:
|
|
235
|
+
target: HTMLTttxCheckbox_1_1_0Element;
|
|
237
236
|
}
|
|
238
|
-
export interface
|
|
237
|
+
export interface TttxDialogBox_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
239
238
|
detail: T;
|
|
240
|
-
target:
|
|
239
|
+
target: HTMLTttxDialogBox_1_1_0Element;
|
|
241
240
|
}
|
|
242
|
-
export interface
|
|
241
|
+
export interface TttxDialog_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
243
242
|
detail: T;
|
|
244
|
-
target:
|
|
243
|
+
target: HTMLTttxDialog_1_1_0Element;
|
|
245
244
|
}
|
|
246
|
-
export interface
|
|
245
|
+
export interface TttxExpander_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
247
246
|
detail: T;
|
|
248
|
-
target:
|
|
247
|
+
target: HTMLTttxExpander_1_1_0Element;
|
|
249
248
|
}
|
|
250
|
-
export interface
|
|
249
|
+
export interface TttxFilter_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
251
250
|
detail: T;
|
|
252
|
-
target:
|
|
251
|
+
target: HTMLTttxFilter_1_1_0Element;
|
|
253
252
|
}
|
|
254
|
-
export interface
|
|
253
|
+
export interface TttxForm_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
255
254
|
detail: T;
|
|
256
|
-
target:
|
|
255
|
+
target: HTMLTttxForm_1_1_0Element;
|
|
257
256
|
}
|
|
258
|
-
export interface
|
|
257
|
+
export interface TttxList_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
259
258
|
detail: T;
|
|
260
|
-
target:
|
|
259
|
+
target: HTMLTttxList_1_1_0Element;
|
|
261
260
|
}
|
|
262
|
-
export interface
|
|
261
|
+
export interface TttxMultiselectBox_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
263
262
|
detail: T;
|
|
264
|
-
target:
|
|
263
|
+
target: HTMLTttxMultiselectBox_1_1_0Element;
|
|
265
264
|
}
|
|
266
|
-
export interface
|
|
265
|
+
export interface TttxSelectBox_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
267
266
|
detail: T;
|
|
268
|
-
target:
|
|
267
|
+
target: HTMLTttxSelectBox_1_1_0Element;
|
|
269
268
|
}
|
|
270
|
-
export interface
|
|
269
|
+
export interface TttxSorter_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
271
270
|
detail: T;
|
|
272
|
-
target:
|
|
271
|
+
target: HTMLTttxSorter_1_1_0Element;
|
|
273
272
|
}
|
|
274
|
-
export interface
|
|
273
|
+
export interface TttxStandaloneInput_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
275
274
|
detail: T;
|
|
276
|
-
target:
|
|
275
|
+
target: HTMLTttxStandaloneInput_1_1_0Element;
|
|
277
276
|
}
|
|
278
|
-
export interface
|
|
277
|
+
export interface TttxTabs_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
279
278
|
detail: T;
|
|
280
|
-
target:
|
|
279
|
+
target: HTMLTttxTabs_1_1_0Element;
|
|
281
280
|
}
|
|
282
|
-
export interface
|
|
281
|
+
export interface TttxTextarea_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
283
282
|
detail: T;
|
|
284
|
-
target:
|
|
283
|
+
target: HTMLTttxTextarea_1_1_0Element;
|
|
285
284
|
}
|
|
286
|
-
export interface
|
|
285
|
+
export interface TttxTreeView_1_1_0CustomEvent<T> extends CustomEvent<T> {
|
|
287
286
|
detail: T;
|
|
288
|
-
target:
|
|
287
|
+
target: HTMLTttxTreeView_1_1_0Element;
|
|
289
288
|
}
|
|
290
289
|
declare global {
|
|
291
|
-
interface
|
|
290
|
+
interface HTMLTttxButton_1_1_0Element extends Components.TttxButton_1_1_0, HTMLStencilElement {
|
|
292
291
|
}
|
|
293
|
-
var
|
|
294
|
-
prototype:
|
|
295
|
-
new ():
|
|
292
|
+
var HTMLTttxButton_1_1_0Element: {
|
|
293
|
+
prototype: HTMLTttxButton_1_1_0Element;
|
|
294
|
+
new (): HTMLTttxButton_1_1_0Element;
|
|
296
295
|
};
|
|
297
|
-
interface
|
|
296
|
+
interface HTMLTttxCheckboxGroupCaption_1_1_0Element extends Components.TttxCheckboxGroupCaption_1_1_0, HTMLStencilElement {
|
|
298
297
|
}
|
|
299
|
-
var
|
|
300
|
-
prototype:
|
|
301
|
-
new ():
|
|
298
|
+
var HTMLTttxCheckboxGroupCaption_1_1_0Element: {
|
|
299
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_1_0Element;
|
|
300
|
+
new (): HTMLTttxCheckboxGroupCaption_1_1_0Element;
|
|
302
301
|
};
|
|
303
|
-
interface
|
|
302
|
+
interface HTMLTttxCheckboxGroupHeading_1_1_0Element extends Components.TttxCheckboxGroupHeading_1_1_0, HTMLStencilElement {
|
|
304
303
|
}
|
|
305
|
-
var
|
|
306
|
-
prototype:
|
|
307
|
-
new ():
|
|
304
|
+
var HTMLTttxCheckboxGroupHeading_1_1_0Element: {
|
|
305
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_1_0Element;
|
|
306
|
+
new (): HTMLTttxCheckboxGroupHeading_1_1_0Element;
|
|
308
307
|
};
|
|
309
|
-
interface
|
|
308
|
+
interface HTMLTttxCheckboxGroup_1_1_0Element extends Components.TttxCheckboxGroup_1_1_0, HTMLStencilElement {
|
|
310
309
|
}
|
|
311
|
-
var
|
|
312
|
-
prototype:
|
|
313
|
-
new ():
|
|
310
|
+
var HTMLTttxCheckboxGroup_1_1_0Element: {
|
|
311
|
+
prototype: HTMLTttxCheckboxGroup_1_1_0Element;
|
|
312
|
+
new (): HTMLTttxCheckboxGroup_1_1_0Element;
|
|
314
313
|
};
|
|
315
|
-
interface
|
|
314
|
+
interface HTMLTttxCheckbox_1_1_0Element extends Components.TttxCheckbox_1_1_0, HTMLStencilElement {
|
|
316
315
|
}
|
|
317
|
-
var
|
|
318
|
-
prototype:
|
|
319
|
-
new ():
|
|
316
|
+
var HTMLTttxCheckbox_1_1_0Element: {
|
|
317
|
+
prototype: HTMLTttxCheckbox_1_1_0Element;
|
|
318
|
+
new (): HTMLTttxCheckbox_1_1_0Element;
|
|
320
319
|
};
|
|
321
|
-
interface
|
|
320
|
+
interface HTMLTttxDataPattern_1_1_0Element extends Components.TttxDataPattern_1_1_0, HTMLStencilElement {
|
|
322
321
|
}
|
|
323
|
-
var
|
|
324
|
-
prototype:
|
|
325
|
-
new ():
|
|
322
|
+
var HTMLTttxDataPattern_1_1_0Element: {
|
|
323
|
+
prototype: HTMLTttxDataPattern_1_1_0Element;
|
|
324
|
+
new (): HTMLTttxDataPattern_1_1_0Element;
|
|
326
325
|
};
|
|
327
|
-
interface
|
|
326
|
+
interface HTMLTttxDialogBox_1_1_0Element extends Components.TttxDialogBox_1_1_0, HTMLStencilElement {
|
|
328
327
|
}
|
|
329
|
-
var
|
|
330
|
-
prototype:
|
|
331
|
-
new ():
|
|
328
|
+
var HTMLTttxDialogBox_1_1_0Element: {
|
|
329
|
+
prototype: HTMLTttxDialogBox_1_1_0Element;
|
|
330
|
+
new (): HTMLTttxDialogBox_1_1_0Element;
|
|
332
331
|
};
|
|
333
|
-
interface
|
|
332
|
+
interface HTMLTttxDialog_1_1_0Element extends Components.TttxDialog_1_1_0, HTMLStencilElement {
|
|
334
333
|
}
|
|
335
|
-
var
|
|
336
|
-
prototype:
|
|
337
|
-
new ():
|
|
334
|
+
var HTMLTttxDialog_1_1_0Element: {
|
|
335
|
+
prototype: HTMLTttxDialog_1_1_0Element;
|
|
336
|
+
new (): HTMLTttxDialog_1_1_0Element;
|
|
338
337
|
};
|
|
339
|
-
interface
|
|
338
|
+
interface HTMLTttxExpander_1_1_0Element extends Components.TttxExpander_1_1_0, HTMLStencilElement {
|
|
340
339
|
}
|
|
341
|
-
var
|
|
342
|
-
prototype:
|
|
343
|
-
new ():
|
|
340
|
+
var HTMLTttxExpander_1_1_0Element: {
|
|
341
|
+
prototype: HTMLTttxExpander_1_1_0Element;
|
|
342
|
+
new (): HTMLTttxExpander_1_1_0Element;
|
|
344
343
|
};
|
|
345
|
-
interface
|
|
344
|
+
interface HTMLTttxFilter_1_1_0Element extends Components.TttxFilter_1_1_0, HTMLStencilElement {
|
|
346
345
|
}
|
|
347
|
-
var
|
|
348
|
-
prototype:
|
|
349
|
-
new ():
|
|
346
|
+
var HTMLTttxFilter_1_1_0Element: {
|
|
347
|
+
prototype: HTMLTttxFilter_1_1_0Element;
|
|
348
|
+
new (): HTMLTttxFilter_1_1_0Element;
|
|
350
349
|
};
|
|
351
|
-
interface
|
|
350
|
+
interface HTMLTttxForm_1_1_0Element extends Components.TttxForm_1_1_0, HTMLStencilElement {
|
|
352
351
|
}
|
|
353
|
-
var
|
|
354
|
-
prototype:
|
|
355
|
-
new ():
|
|
352
|
+
var HTMLTttxForm_1_1_0Element: {
|
|
353
|
+
prototype: HTMLTttxForm_1_1_0Element;
|
|
354
|
+
new (): HTMLTttxForm_1_1_0Element;
|
|
356
355
|
};
|
|
357
|
-
interface
|
|
356
|
+
interface HTMLTttxIcon_1_1_0Element extends Components.TttxIcon_1_1_0, HTMLStencilElement {
|
|
358
357
|
}
|
|
359
|
-
var
|
|
360
|
-
prototype:
|
|
361
|
-
new ():
|
|
358
|
+
var HTMLTttxIcon_1_1_0Element: {
|
|
359
|
+
prototype: HTMLTttxIcon_1_1_0Element;
|
|
360
|
+
new (): HTMLTttxIcon_1_1_0Element;
|
|
362
361
|
};
|
|
363
|
-
interface
|
|
362
|
+
interface HTMLTttxKeyvalueBlock_1_1_0Element extends Components.TttxKeyvalueBlock_1_1_0, HTMLStencilElement {
|
|
364
363
|
}
|
|
365
|
-
var
|
|
366
|
-
prototype:
|
|
367
|
-
new ():
|
|
364
|
+
var HTMLTttxKeyvalueBlock_1_1_0Element: {
|
|
365
|
+
prototype: HTMLTttxKeyvalueBlock_1_1_0Element;
|
|
366
|
+
new (): HTMLTttxKeyvalueBlock_1_1_0Element;
|
|
368
367
|
};
|
|
369
|
-
interface
|
|
368
|
+
interface HTMLTttxList_1_1_0Element extends Components.TttxList_1_1_0, HTMLStencilElement {
|
|
370
369
|
}
|
|
371
|
-
var
|
|
372
|
-
prototype:
|
|
373
|
-
new ():
|
|
370
|
+
var HTMLTttxList_1_1_0Element: {
|
|
371
|
+
prototype: HTMLTttxList_1_1_0Element;
|
|
372
|
+
new (): HTMLTttxList_1_1_0Element;
|
|
374
373
|
};
|
|
375
|
-
interface
|
|
374
|
+
interface HTMLTttxLoadingSpinner_1_1_0Element extends Components.TttxLoadingSpinner_1_1_0, HTMLStencilElement {
|
|
376
375
|
}
|
|
377
|
-
var
|
|
378
|
-
prototype:
|
|
379
|
-
new ():
|
|
376
|
+
var HTMLTttxLoadingSpinner_1_1_0Element: {
|
|
377
|
+
prototype: HTMLTttxLoadingSpinner_1_1_0Element;
|
|
378
|
+
new (): HTMLTttxLoadingSpinner_1_1_0Element;
|
|
380
379
|
};
|
|
381
|
-
interface
|
|
380
|
+
interface HTMLTttxMultiselectBox_1_1_0Element extends Components.TttxMultiselectBox_1_1_0, HTMLStencilElement {
|
|
382
381
|
}
|
|
383
|
-
var
|
|
384
|
-
prototype:
|
|
385
|
-
new ():
|
|
382
|
+
var HTMLTttxMultiselectBox_1_1_0Element: {
|
|
383
|
+
prototype: HTMLTttxMultiselectBox_1_1_0Element;
|
|
384
|
+
new (): HTMLTttxMultiselectBox_1_1_0Element;
|
|
386
385
|
};
|
|
387
|
-
interface
|
|
386
|
+
interface HTMLTttxPercentageBar_1_1_0Element extends Components.TttxPercentageBar_1_1_0, HTMLStencilElement {
|
|
388
387
|
}
|
|
389
|
-
var
|
|
390
|
-
prototype:
|
|
391
|
-
new ():
|
|
388
|
+
var HTMLTttxPercentageBar_1_1_0Element: {
|
|
389
|
+
prototype: HTMLTttxPercentageBar_1_1_0Element;
|
|
390
|
+
new (): HTMLTttxPercentageBar_1_1_0Element;
|
|
392
391
|
};
|
|
393
|
-
interface
|
|
392
|
+
interface HTMLTttxQrcode_1_1_0Element extends Components.TttxQrcode_1_1_0, HTMLStencilElement {
|
|
394
393
|
}
|
|
395
|
-
var
|
|
396
|
-
prototype:
|
|
397
|
-
new ():
|
|
394
|
+
var HTMLTttxQrcode_1_1_0Element: {
|
|
395
|
+
prototype: HTMLTttxQrcode_1_1_0Element;
|
|
396
|
+
new (): HTMLTttxQrcode_1_1_0Element;
|
|
398
397
|
};
|
|
399
|
-
interface
|
|
398
|
+
interface HTMLTttxSelectBox_1_1_0Element extends Components.TttxSelectBox_1_1_0, HTMLStencilElement {
|
|
400
399
|
}
|
|
401
|
-
var
|
|
402
|
-
prototype:
|
|
403
|
-
new ():
|
|
400
|
+
var HTMLTttxSelectBox_1_1_0Element: {
|
|
401
|
+
prototype: HTMLTttxSelectBox_1_1_0Element;
|
|
402
|
+
new (): HTMLTttxSelectBox_1_1_0Element;
|
|
404
403
|
};
|
|
405
|
-
interface
|
|
404
|
+
interface HTMLTttxSorter_1_1_0Element extends Components.TttxSorter_1_1_0, HTMLStencilElement {
|
|
406
405
|
}
|
|
407
|
-
var
|
|
408
|
-
prototype:
|
|
409
|
-
new ():
|
|
406
|
+
var HTMLTttxSorter_1_1_0Element: {
|
|
407
|
+
prototype: HTMLTttxSorter_1_1_0Element;
|
|
408
|
+
new (): HTMLTttxSorter_1_1_0Element;
|
|
410
409
|
};
|
|
411
|
-
interface
|
|
410
|
+
interface HTMLTttxStandaloneInput_1_1_0Element extends Components.TttxStandaloneInput_1_1_0, HTMLStencilElement {
|
|
412
411
|
}
|
|
413
|
-
var
|
|
414
|
-
prototype:
|
|
415
|
-
new ():
|
|
412
|
+
var HTMLTttxStandaloneInput_1_1_0Element: {
|
|
413
|
+
prototype: HTMLTttxStandaloneInput_1_1_0Element;
|
|
414
|
+
new (): HTMLTttxStandaloneInput_1_1_0Element;
|
|
416
415
|
};
|
|
417
|
-
interface
|
|
416
|
+
interface HTMLTttxTabs_1_1_0Element extends Components.TttxTabs_1_1_0, HTMLStencilElement {
|
|
418
417
|
}
|
|
419
|
-
var
|
|
420
|
-
prototype:
|
|
421
|
-
new ():
|
|
418
|
+
var HTMLTttxTabs_1_1_0Element: {
|
|
419
|
+
prototype: HTMLTttxTabs_1_1_0Element;
|
|
420
|
+
new (): HTMLTttxTabs_1_1_0Element;
|
|
422
421
|
};
|
|
423
|
-
interface
|
|
422
|
+
interface HTMLTttxTag_1_1_0Element extends Components.TttxTag_1_1_0, HTMLStencilElement {
|
|
424
423
|
}
|
|
425
|
-
var
|
|
426
|
-
prototype:
|
|
427
|
-
new ():
|
|
424
|
+
var HTMLTttxTag_1_1_0Element: {
|
|
425
|
+
prototype: HTMLTttxTag_1_1_0Element;
|
|
426
|
+
new (): HTMLTttxTag_1_1_0Element;
|
|
428
427
|
};
|
|
429
|
-
interface
|
|
428
|
+
interface HTMLTttxTextarea_1_1_0Element extends Components.TttxTextarea_1_1_0, HTMLStencilElement {
|
|
430
429
|
}
|
|
431
|
-
var
|
|
432
|
-
prototype:
|
|
433
|
-
new ():
|
|
430
|
+
var HTMLTttxTextarea_1_1_0Element: {
|
|
431
|
+
prototype: HTMLTttxTextarea_1_1_0Element;
|
|
432
|
+
new (): HTMLTttxTextarea_1_1_0Element;
|
|
434
433
|
};
|
|
435
|
-
interface
|
|
434
|
+
interface HTMLTttxToolbar_1_1_0Element extends Components.TttxToolbar_1_1_0, HTMLStencilElement {
|
|
436
435
|
}
|
|
437
|
-
var
|
|
438
|
-
prototype:
|
|
439
|
-
new ():
|
|
436
|
+
var HTMLTttxToolbar_1_1_0Element: {
|
|
437
|
+
prototype: HTMLTttxToolbar_1_1_0Element;
|
|
438
|
+
new (): HTMLTttxToolbar_1_1_0Element;
|
|
440
439
|
};
|
|
441
|
-
interface
|
|
440
|
+
interface HTMLTttxTreeView_1_1_0Element extends Components.TttxTreeView_1_1_0, HTMLStencilElement {
|
|
442
441
|
}
|
|
443
|
-
var
|
|
444
|
-
prototype:
|
|
445
|
-
new ():
|
|
442
|
+
var HTMLTttxTreeView_1_1_0Element: {
|
|
443
|
+
prototype: HTMLTttxTreeView_1_1_0Element;
|
|
444
|
+
new (): HTMLTttxTreeView_1_1_0Element;
|
|
446
445
|
};
|
|
447
446
|
interface HTMLElementTagNameMap {
|
|
448
|
-
"tttx-
|
|
449
|
-
"tttx-checkbox-group-
|
|
450
|
-
"tttx-checkbox-group-
|
|
451
|
-
"tttx-checkbox-
|
|
452
|
-
"tttx-
|
|
453
|
-
"tttx-data-
|
|
454
|
-
"tttx-dialog-
|
|
455
|
-
"tttx-
|
|
456
|
-
"tttx-
|
|
457
|
-
"tttx-
|
|
458
|
-
"tttx-
|
|
459
|
-
"tttx-
|
|
460
|
-
"tttx-keyvalue-
|
|
461
|
-
"tttx-
|
|
462
|
-
"tttx-loading-
|
|
463
|
-
"tttx-multiselect-
|
|
464
|
-
"tttx-percentage-
|
|
465
|
-
"tttx-
|
|
466
|
-
"tttx-select-
|
|
467
|
-
"tttx-
|
|
468
|
-
"tttx-standalone-
|
|
469
|
-
"tttx-
|
|
470
|
-
"tttx-
|
|
471
|
-
"tttx-
|
|
472
|
-
"tttx-
|
|
473
|
-
"tttx-tree-
|
|
447
|
+
"tttx-button_1_1_0": HTMLTttxButton_1_1_0Element;
|
|
448
|
+
"tttx-checkbox-group-caption_1_1_0": HTMLTttxCheckboxGroupCaption_1_1_0Element;
|
|
449
|
+
"tttx-checkbox-group-heading_1_1_0": HTMLTttxCheckboxGroupHeading_1_1_0Element;
|
|
450
|
+
"tttx-checkbox-group_1_1_0": HTMLTttxCheckboxGroup_1_1_0Element;
|
|
451
|
+
"tttx-checkbox_1_1_0": HTMLTttxCheckbox_1_1_0Element;
|
|
452
|
+
"tttx-data-pattern_1_1_0": HTMLTttxDataPattern_1_1_0Element;
|
|
453
|
+
"tttx-dialog-box_1_1_0": HTMLTttxDialogBox_1_1_0Element;
|
|
454
|
+
"tttx-dialog_1_1_0": HTMLTttxDialog_1_1_0Element;
|
|
455
|
+
"tttx-expander_1_1_0": HTMLTttxExpander_1_1_0Element;
|
|
456
|
+
"tttx-filter_1_1_0": HTMLTttxFilter_1_1_0Element;
|
|
457
|
+
"tttx-form_1_1_0": HTMLTttxForm_1_1_0Element;
|
|
458
|
+
"tttx-icon_1_1_0": HTMLTttxIcon_1_1_0Element;
|
|
459
|
+
"tttx-keyvalue-block_1_1_0": HTMLTttxKeyvalueBlock_1_1_0Element;
|
|
460
|
+
"tttx-list_1_1_0": HTMLTttxList_1_1_0Element;
|
|
461
|
+
"tttx-loading-spinner_1_1_0": HTMLTttxLoadingSpinner_1_1_0Element;
|
|
462
|
+
"tttx-multiselect-box_1_1_0": HTMLTttxMultiselectBox_1_1_0Element;
|
|
463
|
+
"tttx-percentage-bar_1_1_0": HTMLTttxPercentageBar_1_1_0Element;
|
|
464
|
+
"tttx-qrcode_1_1_0": HTMLTttxQrcode_1_1_0Element;
|
|
465
|
+
"tttx-select-box_1_1_0": HTMLTttxSelectBox_1_1_0Element;
|
|
466
|
+
"tttx-sorter_1_1_0": HTMLTttxSorter_1_1_0Element;
|
|
467
|
+
"tttx-standalone-input_1_1_0": HTMLTttxStandaloneInput_1_1_0Element;
|
|
468
|
+
"tttx-tabs_1_1_0": HTMLTttxTabs_1_1_0Element;
|
|
469
|
+
"tttx-tag_1_1_0": HTMLTttxTag_1_1_0Element;
|
|
470
|
+
"tttx-textarea_1_1_0": HTMLTttxTextarea_1_1_0Element;
|
|
471
|
+
"tttx-toolbar_1_1_0": HTMLTttxToolbar_1_1_0Element;
|
|
472
|
+
"tttx-tree-view_1_1_0": HTMLTttxTreeView_1_1_0Element;
|
|
474
473
|
}
|
|
475
474
|
}
|
|
476
475
|
declare namespace LocalJSX {
|
|
477
|
-
interface
|
|
476
|
+
interface TttxButton_1_1_0 {
|
|
478
477
|
"design"?: string;
|
|
479
478
|
"icon"?: string;
|
|
480
479
|
"iconcolor"?: string;
|
|
481
480
|
"iconposition"?: 'left' | 'right';
|
|
482
481
|
"notext"?: boolean;
|
|
483
482
|
}
|
|
484
|
-
interface
|
|
483
|
+
interface TttxCheckboxGroupCaption_1_1_0 {
|
|
485
484
|
}
|
|
486
|
-
interface
|
|
485
|
+
interface TttxCheckboxGroupHeading_1_1_0 {
|
|
487
486
|
}
|
|
488
|
-
interface
|
|
487
|
+
interface TttxCheckboxGroup_1_1_0 {
|
|
489
488
|
}
|
|
490
|
-
interface
|
|
489
|
+
interface TttxCheckbox_1_1_0 {
|
|
491
490
|
"checkboxId"?: string;
|
|
492
491
|
"checked"?: boolean;
|
|
493
492
|
"indeterminate"?: boolean;
|
|
494
493
|
"inline"?: boolean;
|
|
495
494
|
"label"?: string;
|
|
496
|
-
"onCheckboxChangeEvent"?: (event:
|
|
495
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_1_0CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
497
496
|
}
|
|
498
|
-
interface
|
|
497
|
+
interface TttxDataPattern_1_1_0 {
|
|
499
498
|
"data"?: string;
|
|
500
499
|
"filterheader"?: string;
|
|
501
500
|
"filteroptions"?: string;
|
|
502
501
|
"sorteroptions"?: string;
|
|
503
502
|
}
|
|
504
|
-
interface
|
|
503
|
+
interface TttxDialogBox_1_1_0 {
|
|
505
504
|
"allowOverflow"?: boolean;
|
|
506
505
|
"data"?: string | DialogItems;
|
|
507
|
-
"onButtonClick"?: (event:
|
|
508
|
-
"onCloseButtonClick"?: (event:
|
|
506
|
+
"onButtonClick"?: (event: TttxDialogBox_1_1_0CustomEvent<any>) => void;
|
|
507
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_1_0CustomEvent<any>) => void;
|
|
509
508
|
"open"?: boolean;
|
|
510
509
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
511
510
|
}
|
|
512
|
-
interface
|
|
511
|
+
interface TttxDialog_1_1_0 {
|
|
513
512
|
"allowOverflow"?: boolean;
|
|
514
513
|
"closeEnabled"?: boolean;
|
|
515
514
|
"header"?: string;
|
|
516
|
-
"onCloseButtonClick"?: (event:
|
|
515
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_1_0CustomEvent<any>) => void;
|
|
517
516
|
"open"?: boolean;
|
|
518
517
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
519
518
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
520
519
|
}
|
|
521
|
-
interface
|
|
520
|
+
interface TttxExpander_1_1_0 {
|
|
522
521
|
"lefticon"?: string;
|
|
523
522
|
"lefticoncolor"?: string;
|
|
524
523
|
"name"?: string;
|
|
525
|
-
"onToggleExpander"?: (event:
|
|
524
|
+
"onToggleExpander"?: (event: TttxExpander_1_1_0CustomEvent<{ open: boolean; name: string }>) => void;
|
|
526
525
|
"open"?: boolean;
|
|
527
526
|
}
|
|
528
|
-
interface
|
|
527
|
+
interface TttxFilter_1_1_0 {
|
|
529
528
|
"defaultFilterOptions"?: string[] | string;
|
|
530
529
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
531
530
|
"filterHeader"?: string;
|
|
532
531
|
"filterKey"?: string;
|
|
533
532
|
"filterOptions"?: string | FilterSettings[];
|
|
534
|
-
"onFilterChangeEvent"?: (event:
|
|
535
|
-
"onToggleFilter"?: (event:
|
|
533
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_1_0CustomEvent<FilterChangeEvent>) => void;
|
|
534
|
+
"onToggleFilter"?: (event: TttxFilter_1_1_0CustomEvent<boolean>) => void;
|
|
536
535
|
"popoverWidth"?: string;
|
|
537
536
|
"showOptionIcons"?: boolean;
|
|
538
537
|
"showSearchField"?: boolean;
|
|
539
538
|
"showSelectAll"?: boolean;
|
|
540
539
|
}
|
|
541
|
-
interface
|
|
540
|
+
interface TttxForm_1_1_0 {
|
|
542
541
|
"data"?: any;
|
|
543
542
|
"formschema"?: Record<string, any> | string;
|
|
544
|
-
"onDataChanged"?: (event:
|
|
545
|
-
"onDataSubmitted"?: (event:
|
|
543
|
+
"onDataChanged"?: (event: TttxForm_1_1_0CustomEvent<{ name: string; value: any }>) => void;
|
|
544
|
+
"onDataSubmitted"?: (event: TttxForm_1_1_0CustomEvent<FormData>) => void;
|
|
546
545
|
}
|
|
547
|
-
interface
|
|
546
|
+
interface TttxIcon_1_1_0 {
|
|
548
547
|
"color"?: string;
|
|
549
548
|
"icon"?: string;
|
|
550
549
|
}
|
|
551
|
-
interface
|
|
550
|
+
interface TttxKeyvalueBlock_1_1_0 {
|
|
552
551
|
"horizontal"?: boolean;
|
|
553
552
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
554
553
|
"spacedout"?: boolean;
|
|
555
554
|
}
|
|
556
|
-
interface
|
|
555
|
+
interface TttxList_1_1_0 {
|
|
557
556
|
"data"?: string | ListItem[];
|
|
558
557
|
"name"?: string;
|
|
559
|
-
"onListRowCheckboxClick"?: (event:
|
|
560
|
-
"onListRowClick"?: (event:
|
|
558
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_1_0CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
559
|
+
"onListRowClick"?: (event: TttxList_1_1_0CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
561
560
|
}
|
|
562
|
-
interface
|
|
561
|
+
interface TttxLoadingSpinner_1_1_0 {
|
|
563
562
|
"loadingMessage"?: boolean;
|
|
564
563
|
"size"?: 'small' | 'large';
|
|
565
564
|
}
|
|
566
|
-
interface
|
|
565
|
+
interface TttxMultiselectBox_1_1_0 {
|
|
567
566
|
"htmlVisibleValue"?: boolean;
|
|
568
567
|
"inline"?: boolean;
|
|
569
568
|
"label"?: string;
|
|
570
|
-
"onChangesApplied"?: (event:
|
|
571
|
-
"onSelectItemEvent"?: (event:
|
|
572
|
-
"onToggleOpen"?: (event:
|
|
569
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_1_0CustomEvent<SelectItem[]>) => void;
|
|
570
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_1_0CustomEvent<SelectItem>) => void;
|
|
571
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_1_0CustomEvent<boolean>) => void;
|
|
573
572
|
"optionsData"?: string | SelectItem[];
|
|
574
573
|
"placeholder"?: string;
|
|
575
574
|
"searchEnabled"?: boolean;
|
|
576
575
|
"visibleValue"?: string;
|
|
577
576
|
}
|
|
578
|
-
interface
|
|
577
|
+
interface TttxPercentageBar_1_1_0 {
|
|
579
578
|
"color"?: string;
|
|
580
579
|
"labelid"?: string;
|
|
581
580
|
"min"?: string;
|
|
582
581
|
"percentage"?: string | number;
|
|
583
582
|
"thresholds"?: string | Threshold[];
|
|
584
583
|
}
|
|
585
|
-
interface
|
|
584
|
+
interface TttxQrcode_1_1_0 {
|
|
586
585
|
"link"?: string;
|
|
587
586
|
"size"?: number;
|
|
588
587
|
}
|
|
589
|
-
interface
|
|
588
|
+
interface TttxSelectBox_1_1_0 {
|
|
590
589
|
"inline"?: boolean;
|
|
591
590
|
"label"?: string;
|
|
592
|
-
"onSelectItemEvent"?: (event:
|
|
593
|
-
"onToggleOpen"?: (event:
|
|
591
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_1_0CustomEvent<SelectItem1>) => void;
|
|
592
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_1_0CustomEvent<boolean>) => void;
|
|
594
593
|
"optionsData"?: string | SelectItem1[];
|
|
595
594
|
"placeholder"?: string;
|
|
596
595
|
"searchEnabled"?: boolean;
|
|
597
596
|
"selectedValue"?: string;
|
|
598
597
|
}
|
|
599
|
-
interface
|
|
598
|
+
interface TttxSorter_1_1_0 {
|
|
600
599
|
"defaultOption"?: string;
|
|
601
600
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
602
601
|
"fieldOptionsData"?: string | SorterData;
|
|
603
|
-
"onSorterChangeEvent"?: (event:
|
|
604
|
-
"onToggleSorter"?: (event:
|
|
602
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_1_0CustomEvent<SorterChangeEvent>) => void;
|
|
603
|
+
"onToggleSorter"?: (event: TttxSorter_1_1_0CustomEvent<boolean>) => void;
|
|
605
604
|
"sorterKey"?: string;
|
|
606
605
|
}
|
|
607
|
-
interface
|
|
606
|
+
interface TttxStandaloneInput_1_1_0 {
|
|
608
607
|
"autocomplete"?: 'off' | 'on';
|
|
609
608
|
"checked"?: boolean;
|
|
610
609
|
"disabled"?: boolean;
|
|
@@ -620,8 +619,8 @@ declare namespace LocalJSX {
|
|
|
620
619
|
"inputiconcolor"?: string;
|
|
621
620
|
/**
|
|
622
621
|
* tabindex - Allows the HTML elements to be focusable
|
|
623
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
624
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
622
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_1_0 input-index="1" />
|
|
623
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_1_0 inputindex={1} />
|
|
625
624
|
*/
|
|
626
625
|
"inputindex"?: string | number;
|
|
627
626
|
/**
|
|
@@ -635,13 +634,13 @@ declare namespace LocalJSX {
|
|
|
635
634
|
"min"?: MinMaxDates | number;
|
|
636
635
|
"minlength"?: string | number;
|
|
637
636
|
"name"?: string;
|
|
638
|
-
"onBlurChanged"?: (event:
|
|
639
|
-
"onFocusChanged"?: (event:
|
|
640
|
-
"onInputIconClick"?: (event:
|
|
641
|
-
"onInvalidChanged"?: (event:
|
|
642
|
-
"onLeftIconClick"?: (event:
|
|
643
|
-
"onRightIconClick"?: (event:
|
|
644
|
-
"onValueChanged"?: (event:
|
|
637
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_1_0CustomEvent<string>) => void;
|
|
638
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_1_0CustomEvent<string>) => void;
|
|
639
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_1_0CustomEvent<void>) => void;
|
|
640
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_1_0CustomEvent<string>) => void;
|
|
641
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_1_0CustomEvent<void>) => void;
|
|
642
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_1_0CustomEvent<void>) => void;
|
|
643
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_1_0CustomEvent<string>) => void;
|
|
645
644
|
"pattern"?: string;
|
|
646
645
|
"placeholder"?: string;
|
|
647
646
|
"readonly"?: string | boolean;
|
|
@@ -656,27 +655,27 @@ declare namespace LocalJSX {
|
|
|
656
655
|
"type"?: string;
|
|
657
656
|
"value"?: string | number;
|
|
658
657
|
}
|
|
659
|
-
interface
|
|
658
|
+
interface TttxTabs_1_1_0 {
|
|
660
659
|
"navigation"?: boolean;
|
|
661
|
-
"onLeftNavigation"?: (event:
|
|
662
|
-
"onRightNavigation"?: (event:
|
|
663
|
-
"onTabClick"?: (event:
|
|
660
|
+
"onLeftNavigation"?: (event: TttxTabs_1_1_0CustomEvent<any>) => void;
|
|
661
|
+
"onRightNavigation"?: (event: TttxTabs_1_1_0CustomEvent<any>) => void;
|
|
662
|
+
"onTabClick"?: (event: TttxTabs_1_1_0CustomEvent<{ tabId: string }>) => void;
|
|
664
663
|
"tabs"?: string | Tab[];
|
|
665
664
|
"tabsName"?: string;
|
|
666
665
|
"wide"?: boolean;
|
|
667
666
|
}
|
|
668
|
-
interface
|
|
667
|
+
interface TttxTag_1_1_0 {
|
|
669
668
|
"color"?: string;
|
|
670
669
|
"text"?: string;
|
|
671
670
|
"textColor"?: string;
|
|
672
671
|
}
|
|
673
|
-
interface
|
|
672
|
+
interface TttxTextarea_1_1_0 {
|
|
674
673
|
"disabled"?: boolean;
|
|
675
674
|
"errormsg"?: string;
|
|
676
675
|
/**
|
|
677
676
|
* tabindex - Allows the HTML elements to be focusable
|
|
678
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
679
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
677
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_1_0 input-index="1" />
|
|
678
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_1_0 inputindex={1} />
|
|
680
679
|
*/
|
|
681
680
|
"inputindex"?: string | number;
|
|
682
681
|
/**
|
|
@@ -687,10 +686,10 @@ declare namespace LocalJSX {
|
|
|
687
686
|
"label"?: string;
|
|
688
687
|
"maxlength"?: string | number;
|
|
689
688
|
"name"?: string;
|
|
690
|
-
"onBlurChanged"?: (event:
|
|
691
|
-
"onFocusChanged"?: (event:
|
|
692
|
-
"onInvalidChanged"?: (event:
|
|
693
|
-
"onValueChanged"?: (event:
|
|
689
|
+
"onBlurChanged"?: (event: TttxTextarea_1_1_0CustomEvent<string>) => void;
|
|
690
|
+
"onFocusChanged"?: (event: TttxTextarea_1_1_0CustomEvent<string>) => void;
|
|
691
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_1_0CustomEvent<string>) => void;
|
|
692
|
+
"onValueChanged"?: (event: TttxTextarea_1_1_0CustomEvent<string>) => void;
|
|
694
693
|
"placeholder"?: string;
|
|
695
694
|
"readonly"?: string | boolean;
|
|
696
695
|
"required"?: boolean;
|
|
@@ -704,74 +703,73 @@ declare namespace LocalJSX {
|
|
|
704
703
|
"textareaautofocus"?: boolean;
|
|
705
704
|
"value"?: string | number;
|
|
706
705
|
}
|
|
707
|
-
interface
|
|
706
|
+
interface TttxToolbar_1_1_0 {
|
|
708
707
|
"border"?: boolean;
|
|
709
708
|
}
|
|
710
|
-
interface
|
|
709
|
+
interface TttxTreeView_1_1_0 {
|
|
711
710
|
"data"?: TreeViewItem[];
|
|
712
|
-
"
|
|
713
|
-
"
|
|
714
|
-
"onExpandNode"?: (event: TttxTreeView_1_0_3CustomEvent<ExpandNodeEvent>) => void;
|
|
711
|
+
"onClickEvent"?: (event: TttxTreeView_1_1_0CustomEvent<TreeViewItem>) => void;
|
|
712
|
+
"onExpandNode"?: (event: TttxTreeView_1_1_0CustomEvent<ExpandNodeEvent>) => void;
|
|
715
713
|
}
|
|
716
714
|
interface IntrinsicElements {
|
|
717
|
-
"tttx-
|
|
718
|
-
"tttx-checkbox-group-
|
|
719
|
-
"tttx-checkbox-group-
|
|
720
|
-
"tttx-checkbox-
|
|
721
|
-
"tttx-
|
|
722
|
-
"tttx-data-
|
|
723
|
-
"tttx-dialog-
|
|
724
|
-
"tttx-
|
|
725
|
-
"tttx-
|
|
726
|
-
"tttx-
|
|
727
|
-
"tttx-
|
|
728
|
-
"tttx-
|
|
729
|
-
"tttx-keyvalue-
|
|
730
|
-
"tttx-
|
|
731
|
-
"tttx-loading-
|
|
732
|
-
"tttx-multiselect-
|
|
733
|
-
"tttx-percentage-
|
|
734
|
-
"tttx-
|
|
735
|
-
"tttx-select-
|
|
736
|
-
"tttx-
|
|
737
|
-
"tttx-standalone-
|
|
738
|
-
"tttx-
|
|
739
|
-
"tttx-
|
|
740
|
-
"tttx-
|
|
741
|
-
"tttx-
|
|
742
|
-
"tttx-tree-
|
|
715
|
+
"tttx-button_1_1_0": TttxButton_1_1_0;
|
|
716
|
+
"tttx-checkbox-group-caption_1_1_0": TttxCheckboxGroupCaption_1_1_0;
|
|
717
|
+
"tttx-checkbox-group-heading_1_1_0": TttxCheckboxGroupHeading_1_1_0;
|
|
718
|
+
"tttx-checkbox-group_1_1_0": TttxCheckboxGroup_1_1_0;
|
|
719
|
+
"tttx-checkbox_1_1_0": TttxCheckbox_1_1_0;
|
|
720
|
+
"tttx-data-pattern_1_1_0": TttxDataPattern_1_1_0;
|
|
721
|
+
"tttx-dialog-box_1_1_0": TttxDialogBox_1_1_0;
|
|
722
|
+
"tttx-dialog_1_1_0": TttxDialog_1_1_0;
|
|
723
|
+
"tttx-expander_1_1_0": TttxExpander_1_1_0;
|
|
724
|
+
"tttx-filter_1_1_0": TttxFilter_1_1_0;
|
|
725
|
+
"tttx-form_1_1_0": TttxForm_1_1_0;
|
|
726
|
+
"tttx-icon_1_1_0": TttxIcon_1_1_0;
|
|
727
|
+
"tttx-keyvalue-block_1_1_0": TttxKeyvalueBlock_1_1_0;
|
|
728
|
+
"tttx-list_1_1_0": TttxList_1_1_0;
|
|
729
|
+
"tttx-loading-spinner_1_1_0": TttxLoadingSpinner_1_1_0;
|
|
730
|
+
"tttx-multiselect-box_1_1_0": TttxMultiselectBox_1_1_0;
|
|
731
|
+
"tttx-percentage-bar_1_1_0": TttxPercentageBar_1_1_0;
|
|
732
|
+
"tttx-qrcode_1_1_0": TttxQrcode_1_1_0;
|
|
733
|
+
"tttx-select-box_1_1_0": TttxSelectBox_1_1_0;
|
|
734
|
+
"tttx-sorter_1_1_0": TttxSorter_1_1_0;
|
|
735
|
+
"tttx-standalone-input_1_1_0": TttxStandaloneInput_1_1_0;
|
|
736
|
+
"tttx-tabs_1_1_0": TttxTabs_1_1_0;
|
|
737
|
+
"tttx-tag_1_1_0": TttxTag_1_1_0;
|
|
738
|
+
"tttx-textarea_1_1_0": TttxTextarea_1_1_0;
|
|
739
|
+
"tttx-toolbar_1_1_0": TttxToolbar_1_1_0;
|
|
740
|
+
"tttx-tree-view_1_1_0": TttxTreeView_1_1_0;
|
|
743
741
|
}
|
|
744
742
|
}
|
|
745
743
|
export { LocalJSX as JSX };
|
|
746
744
|
declare module "@stencil/core" {
|
|
747
745
|
export namespace JSX {
|
|
748
746
|
interface IntrinsicElements {
|
|
749
|
-
"tttx-
|
|
750
|
-
"tttx-checkbox-group-
|
|
751
|
-
"tttx-checkbox-group-
|
|
752
|
-
"tttx-checkbox-
|
|
753
|
-
"tttx-
|
|
754
|
-
"tttx-data-
|
|
755
|
-
"tttx-dialog-
|
|
756
|
-
"tttx-
|
|
757
|
-
"tttx-
|
|
758
|
-
"tttx-
|
|
759
|
-
"tttx-
|
|
760
|
-
"tttx-
|
|
761
|
-
"tttx-keyvalue-
|
|
762
|
-
"tttx-
|
|
763
|
-
"tttx-loading-
|
|
764
|
-
"tttx-multiselect-
|
|
765
|
-
"tttx-percentage-
|
|
766
|
-
"tttx-
|
|
767
|
-
"tttx-select-
|
|
768
|
-
"tttx-
|
|
769
|
-
"tttx-standalone-
|
|
770
|
-
"tttx-
|
|
771
|
-
"tttx-
|
|
772
|
-
"tttx-
|
|
773
|
-
"tttx-
|
|
774
|
-
"tttx-tree-
|
|
747
|
+
"tttx-button_1_1_0": LocalJSX.TttxButton_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxButton_1_1_0Element>;
|
|
748
|
+
"tttx-checkbox-group-caption_1_1_0": LocalJSX.TttxCheckboxGroupCaption_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_1_0Element>;
|
|
749
|
+
"tttx-checkbox-group-heading_1_1_0": LocalJSX.TttxCheckboxGroupHeading_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_1_0Element>;
|
|
750
|
+
"tttx-checkbox-group_1_1_0": LocalJSX.TttxCheckboxGroup_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_1_0Element>;
|
|
751
|
+
"tttx-checkbox_1_1_0": LocalJSX.TttxCheckbox_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_1_0Element>;
|
|
752
|
+
"tttx-data-pattern_1_1_0": LocalJSX.TttxDataPattern_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_1_0Element>;
|
|
753
|
+
"tttx-dialog-box_1_1_0": LocalJSX.TttxDialogBox_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_1_0Element>;
|
|
754
|
+
"tttx-dialog_1_1_0": LocalJSX.TttxDialog_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_1_0Element>;
|
|
755
|
+
"tttx-expander_1_1_0": LocalJSX.TttxExpander_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_1_0Element>;
|
|
756
|
+
"tttx-filter_1_1_0": LocalJSX.TttxFilter_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_1_0Element>;
|
|
757
|
+
"tttx-form_1_1_0": LocalJSX.TttxForm_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxForm_1_1_0Element>;
|
|
758
|
+
"tttx-icon_1_1_0": LocalJSX.TttxIcon_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_1_0Element>;
|
|
759
|
+
"tttx-keyvalue-block_1_1_0": LocalJSX.TttxKeyvalueBlock_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_1_0Element>;
|
|
760
|
+
"tttx-list_1_1_0": LocalJSX.TttxList_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxList_1_1_0Element>;
|
|
761
|
+
"tttx-loading-spinner_1_1_0": LocalJSX.TttxLoadingSpinner_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_1_0Element>;
|
|
762
|
+
"tttx-multiselect-box_1_1_0": LocalJSX.TttxMultiselectBox_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_1_0Element>;
|
|
763
|
+
"tttx-percentage-bar_1_1_0": LocalJSX.TttxPercentageBar_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_1_0Element>;
|
|
764
|
+
"tttx-qrcode_1_1_0": LocalJSX.TttxQrcode_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_1_0Element>;
|
|
765
|
+
"tttx-select-box_1_1_0": LocalJSX.TttxSelectBox_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_1_0Element>;
|
|
766
|
+
"tttx-sorter_1_1_0": LocalJSX.TttxSorter_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_1_0Element>;
|
|
767
|
+
"tttx-standalone-input_1_1_0": LocalJSX.TttxStandaloneInput_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_1_0Element>;
|
|
768
|
+
"tttx-tabs_1_1_0": LocalJSX.TttxTabs_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_1_0Element>;
|
|
769
|
+
"tttx-tag_1_1_0": LocalJSX.TttxTag_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxTag_1_1_0Element>;
|
|
770
|
+
"tttx-textarea_1_1_0": LocalJSX.TttxTextarea_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_1_0Element>;
|
|
771
|
+
"tttx-toolbar_1_1_0": LocalJSX.TttxToolbar_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_1_0Element>;
|
|
772
|
+
"tttx-tree-view_1_1_0": LocalJSX.TttxTreeView_1_1_0 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_1_0Element>;
|
|
775
773
|
}
|
|
776
774
|
}
|
|
777
775
|
}
|