@3t-transform/threeteeui 1.9.18 → 1.9.19
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_9_18.cjs.entry.js → tttx-button_1_9_19.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_18.cjs.entry.js → tttx-checkbox-group-caption_1_9_19.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_18.cjs.entry.js → tttx-checkbox-group-heading_1_9_19.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_18.cjs.entry.js → tttx-checkbox-group_1_9_19.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_18.cjs.entry.js → tttx-checkbox_1_9_19.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_18.cjs.entry.js → tttx-comments_1_9_19.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_18.cjs.entry.js → tttx-data-pattern_1_9_19.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_18.cjs.entry.js → tttx-datacard_1_9_19.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_18.cjs.entry.js → tttx-dialog-box_1_9_19.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_18.cjs.entry.js → tttx-dialog_1_9_19.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_18.cjs.entry.js → tttx-expander_1_9_19.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_18_4.cjs.entry.js → tttx-filter_1_9_19_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_18.cjs.entry.js → tttx-form_1_9_19.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-graph_1_9_18.cjs.entry.js → tttx-graph_1_9_19.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_18.cjs.entry.js → tttx-icon_1_9_19.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_18.cjs.entry.js → tttx-keyvalue-block_1_9_19.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_18_2.cjs.entry.js → tttx-loading-spinner_1_9_19_2.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-multiselect-box_1_9_18.cjs.entry.js → tttx-multiselect-box_1_9_19.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_9_18.cjs.entry.js → tttx-percentage-bar_1_9_19.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_18.cjs.entry.js → tttx-qrcode_1_9_19.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_18.cjs.entry.js → tttx-select-box_1_9_19.cjs.entry.js} +43 -22
- package/dist/cjs/{tttx-table_1_9_18.cjs.entry.js → tttx-table_1_9_19.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_18.cjs.entry.js → tttx-tabs_1_9_19.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_9_18.cjs.entry.js → tttx-tag_1_9_19.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_9_18.cjs.entry.js → tttx-textarea_1_9_19.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_18.cjs.entry.js → tttx-toggle_1_9_19.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_18.cjs.entry.js → tttx-tree-view_1_9_19.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/components/atoms/tttx-button/tttx-button.js +2 -2
- package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +20 -20
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.js +2 -2
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.js +4 -4
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.stories.js +10 -10
- 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/atoms/tttx-toggle/tttx-toggle.js +1 -1
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.stories.js +2 -2
- 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-comments/tttx-comments.js +2 -2
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +1 -1
- 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 +7 -7
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.js +1 -1
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +47 -47
- 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 +35 -35
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +43 -22
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +20 -20
- 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-table/tttx-table.js +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +5 -5
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +31 -31
- package/dist/components/index.js +31 -31
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_9_18.d.ts → tttx-button_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_18.js → tttx-button_1_9_19.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_18.js → tttx-checkbox-group-caption_1_9_19.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_18.js → tttx-checkbox-group-heading_1_9_19.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_18.js → tttx-checkbox-group_1_9_19.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_18.d.ts → tttx-checkbox_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_18.js → tttx-checkbox_1_9_19.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_18.d.ts → tttx-comments_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_18.js → tttx-comments_1_9_19.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_18.js → tttx-data-pattern_1_9_19.js} +16 -16
- package/dist/components/{tttx-comments_1_9_18.d.ts → tttx-datacard_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_18.js → tttx-datacard_1_9_19.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_18.js → tttx-dialog-box_1_9_19.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_18.d.ts → tttx-dialog_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_18.js → tttx-dialog_1_9_19.js} +8 -8
- package/dist/components/tttx-expander_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_18.js → tttx-expander_1_9_19.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_18.d.ts → tttx-filter_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_18.js → tttx-filter_1_9_19.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_18.d.ts → tttx-form_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_18.js → tttx-form_1_9_19.js} +10 -10
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_18.d.ts → tttx-graph_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_18.js → tttx-graph_1_9_19.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_18.d.ts → tttx-icon_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_18.js → tttx-icon_1_9_19.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_18.js → tttx-keyvalue-block_1_9_19.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_18.d.ts → tttx-list_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_18.js → tttx-list_1_9_19.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_18.js → tttx-loading-spinner_1_9_19.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_18.js → tttx-multiselect-box_1_9_19.js} +14 -14
- package/dist/components/tttx-percentage-bar_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_18.js → tttx-percentage-bar_1_9_19.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_18.d.ts → tttx-qrcode_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_18.js → tttx-qrcode_1_9_19.js} +5 -5
- package/dist/components/tttx-select-box.js +48 -27
- package/dist/components/tttx-select-box_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_18.js → tttx-select-box_1_9_19.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_18.js → tttx-sorter_1_9_19.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_18.js → tttx-standalone-input_1_9_19.js} +2 -2
- package/dist/components/{tttx-table_1_9_18.d.ts → tttx-table_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_18.js → tttx-table_1_9_19.js} +5 -5
- package/dist/components/{tttx-form_1_9_18.d.ts → tttx-tabs_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_18.js → tttx-tabs_1_9_19.js} +9 -9
- package/dist/components/{tttx-tag_1_9_18.d.ts → tttx-tag_1_9_19.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_18.js → tttx-tag_1_9_19.js} +5 -5
- package/dist/components/tttx-textarea_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_18.js → tttx-textarea_1_9_19.js} +6 -6
- package/dist/components/tttx-toggle_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_18.js → tttx-toggle_1_9_19.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_18.js → tttx-toolbar_1_9_19.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_19.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_18.js → tttx-tree-view_1_9_19.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_18.entry.js → tttx-button_1_9_19.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_18.entry.js → tttx-checkbox-group-caption_1_9_19.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_18.entry.js → tttx-checkbox-group-heading_1_9_19.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_18.entry.js → tttx-checkbox-group_1_9_19.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_18.entry.js → tttx-checkbox_1_9_19.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_18.entry.js → tttx-comments_1_9_19.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_18.entry.js → tttx-data-pattern_1_9_19.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_18.entry.js → tttx-datacard_1_9_19.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_18.entry.js → tttx-dialog-box_1_9_19.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_18.entry.js → tttx-dialog_1_9_19.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_18.entry.js → tttx-expander_1_9_19.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_18_4.entry.js → tttx-filter_1_9_19_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_18.entry.js → tttx-form_1_9_19.entry.js} +2 -2
- package/dist/esm/{tttx-graph_1_9_18.entry.js → tttx-graph_1_9_19.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_18.entry.js → tttx-icon_1_9_19.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_18.entry.js → tttx-keyvalue-block_1_9_19.entry.js} +1 -1
- package/dist/esm/tttx-loading-spinner_1_9_19_2.entry.js +109 -0
- package/dist/esm/{tttx-multiselect-box_1_9_18.entry.js → tttx-multiselect-box_1_9_19.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_9_18.entry.js → tttx-percentage-bar_1_9_19.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_18.entry.js → tttx-qrcode_1_9_19.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_18.entry.js → tttx-select-box_1_9_19.entry.js} +43 -22
- package/dist/esm/{tttx-table_1_9_18.entry.js → tttx-table_1_9_19.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_18.entry.js → tttx-tabs_1_9_19.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_9_18.entry.js → tttx-tag_1_9_19.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_9_18.entry.js → tttx-textarea_1_9_19.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_18.entry.js → tttx-toggle_1_9_19.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_18.entry.js → tttx-tree-view_1_9_19.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0da9f04c.entry.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-0ffbf27e.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-2d184378.entry.js +1 -1
- package/dist/tttx/p-2d4c1e8a.entry.js +1 -1
- package/dist/tttx/p-49ef7451.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-5adde0ce.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.entry.js +1 -1
- package/dist/tttx/{p-9ecc8d0b.entry.js → p-6bd36b5b.entry.js} +1 -1
- package/dist/tttx/p-74148f2a.entry.js +1 -1
- package/dist/tttx/p-79e218d0.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-996a6061.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-b7347352.entry.js +1 -1
- package/dist/tttx/p-bbad0784.entry.js +1 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-cfe412d0.entry.js +1 -1
- package/dist/tttx/p-de6e8250.entry.js +1 -1
- package/dist/tttx/p-f374e293.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.d.ts +368 -368
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_18.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_18.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_18.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_18.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_18.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_18.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_18.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_18.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_18.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_18.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_18.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_18.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_18.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_18.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_18.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_18.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_18.d.ts +0 -11
- package/dist/esm/tttx-loading-spinner_1_9_18_2.entry.js +0 -109
|
@@ -20,32 +20,32 @@ import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types"
|
|
|
20
20
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
21
21
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
22
22
|
export namespace Components {
|
|
23
|
-
interface
|
|
23
|
+
interface TttxButton_1_9_19 {
|
|
24
24
|
"design": string;
|
|
25
25
|
"icon": string;
|
|
26
26
|
"iconcolor": string;
|
|
27
27
|
"iconposition": 'left' | 'right';
|
|
28
28
|
"notext": boolean;
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupCaption_1_9_19 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_19 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_19 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_19 {
|
|
37
37
|
"checkboxId": string;
|
|
38
38
|
"checked": boolean;
|
|
39
39
|
"indeterminate": boolean;
|
|
40
40
|
"inline": boolean;
|
|
41
41
|
"label": string;
|
|
42
42
|
}
|
|
43
|
-
interface
|
|
43
|
+
interface TttxComments_1_9_19 {
|
|
44
44
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
45
45
|
"comments": string | Comment[];
|
|
46
46
|
"currentuser": string;
|
|
47
47
|
}
|
|
48
|
-
interface
|
|
48
|
+
interface TttxDataPattern_1_9_19 {
|
|
49
49
|
"addbutton": boolean;
|
|
50
50
|
"addbuttonlabel": string;
|
|
51
51
|
"data": string;
|
|
@@ -55,7 +55,7 @@ export namespace Components {
|
|
|
55
55
|
"searchplaceholder": string;
|
|
56
56
|
"sorterOptions": string;
|
|
57
57
|
}
|
|
58
|
-
interface
|
|
58
|
+
interface TttxDatacard_1_9_19 {
|
|
59
59
|
"cardTitle": string;
|
|
60
60
|
"cardType": string;
|
|
61
61
|
"chartConfig": string;
|
|
@@ -64,13 +64,13 @@ export namespace Components {
|
|
|
64
64
|
"rightData": string;
|
|
65
65
|
"rightSubtext": string;
|
|
66
66
|
}
|
|
67
|
-
interface
|
|
67
|
+
interface TttxDialogBox_1_9_19 {
|
|
68
68
|
"allowOverflow": boolean;
|
|
69
69
|
"data": string | DialogItems;
|
|
70
70
|
"open": boolean;
|
|
71
71
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
72
72
|
}
|
|
73
|
-
interface
|
|
73
|
+
interface TttxDialog_1_9_19 {
|
|
74
74
|
"allowOverflow": boolean;
|
|
75
75
|
"closeEnabled": boolean;
|
|
76
76
|
"header": string;
|
|
@@ -78,13 +78,13 @@ export namespace Components {
|
|
|
78
78
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
79
79
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
80
80
|
}
|
|
81
|
-
interface
|
|
81
|
+
interface TttxExpander_1_9_19 {
|
|
82
82
|
"lefticon"?: string;
|
|
83
83
|
"lefticoncolor"?: string;
|
|
84
84
|
"name": string;
|
|
85
85
|
"open": boolean;
|
|
86
86
|
}
|
|
87
|
-
interface
|
|
87
|
+
interface TttxFilter_1_9_19 {
|
|
88
88
|
"defaultFilterOptions": string[] | string;
|
|
89
89
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
90
90
|
"filterHeader": string;
|
|
@@ -95,7 +95,7 @@ export namespace Components {
|
|
|
95
95
|
"showSearchField": boolean;
|
|
96
96
|
"showSelectAll": boolean;
|
|
97
97
|
}
|
|
98
|
-
interface
|
|
98
|
+
interface TttxForm_1_9_19 {
|
|
99
99
|
/**
|
|
100
100
|
* Clear the validation message on a given form field
|
|
101
101
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -141,30 +141,30 @@ export namespace Components {
|
|
|
141
141
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
142
142
|
"submit": () => Promise<void>;
|
|
143
143
|
}
|
|
144
|
-
interface
|
|
144
|
+
interface TttxGraph_1_9_19 {
|
|
145
145
|
"chartData": string;
|
|
146
146
|
"chartText": string;
|
|
147
147
|
"chartType": string;
|
|
148
148
|
}
|
|
149
|
-
interface
|
|
149
|
+
interface TttxIcon_1_9_19 {
|
|
150
150
|
"color": string;
|
|
151
151
|
"icon": string;
|
|
152
152
|
"size": number;
|
|
153
153
|
}
|
|
154
|
-
interface
|
|
154
|
+
interface TttxKeyvalueBlock_1_9_19 {
|
|
155
155
|
"horizontal": boolean;
|
|
156
156
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
157
157
|
"spacedout": boolean;
|
|
158
158
|
}
|
|
159
|
-
interface
|
|
159
|
+
interface TttxList_1_9_19 {
|
|
160
160
|
"data": string | ListItem[];
|
|
161
161
|
"name": string;
|
|
162
162
|
}
|
|
163
|
-
interface
|
|
163
|
+
interface TttxLoadingSpinner_1_9_19 {
|
|
164
164
|
"loadingMessage": boolean;
|
|
165
165
|
"size": 'small' | 'large';
|
|
166
166
|
}
|
|
167
|
-
interface
|
|
167
|
+
interface TttxMultiselectBox_1_9_19 {
|
|
168
168
|
"htmlVisibleValue": boolean;
|
|
169
169
|
"inline": boolean;
|
|
170
170
|
"isLoading": boolean;
|
|
@@ -176,18 +176,18 @@ export namespace Components {
|
|
|
176
176
|
"stopLocalSearch": boolean;
|
|
177
177
|
"visibleValue": string;
|
|
178
178
|
}
|
|
179
|
-
interface
|
|
179
|
+
interface TttxPercentageBar_1_9_19 {
|
|
180
180
|
"color"?: string;
|
|
181
181
|
"labelid"?: string;
|
|
182
182
|
"min": string;
|
|
183
183
|
"percentage": string | number;
|
|
184
184
|
"thresholds"?: string | Threshold[];
|
|
185
185
|
}
|
|
186
|
-
interface
|
|
186
|
+
interface TttxQrcode_1_9_19 {
|
|
187
187
|
"link": string;
|
|
188
188
|
"size": number;
|
|
189
189
|
}
|
|
190
|
-
interface
|
|
190
|
+
interface TttxSelectBox_1_9_19 {
|
|
191
191
|
"errorMsg": string;
|
|
192
192
|
"inline": boolean;
|
|
193
193
|
"isLoading": boolean;
|
|
@@ -202,13 +202,13 @@ export namespace Components {
|
|
|
202
202
|
"showErrorMsg": boolean;
|
|
203
203
|
"useExternalFiltering": boolean;
|
|
204
204
|
}
|
|
205
|
-
interface
|
|
205
|
+
interface TttxSorter_1_9_19 {
|
|
206
206
|
"defaultOption": string;
|
|
207
207
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
208
208
|
"fieldOptionsData": string | SorterData;
|
|
209
209
|
"sorterKey": string;
|
|
210
210
|
}
|
|
211
|
-
interface
|
|
211
|
+
interface TttxStandaloneInput_1_9_19 {
|
|
212
212
|
"autocomplete": 'off' | 'on';
|
|
213
213
|
"checked": boolean;
|
|
214
214
|
"disabled": boolean;
|
|
@@ -224,8 +224,8 @@ export namespace Components {
|
|
|
224
224
|
"inputiconcolor": string;
|
|
225
225
|
/**
|
|
226
226
|
* tabindex - Allows the HTML elements to be focusable
|
|
227
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
228
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
227
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_19 input-index="1" />
|
|
228
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_19 inputindex={1} />
|
|
229
229
|
*/
|
|
230
230
|
"inputindex": string | number;
|
|
231
231
|
/**
|
|
@@ -253,7 +253,7 @@ export namespace Components {
|
|
|
253
253
|
"type": string;
|
|
254
254
|
"value": string | number;
|
|
255
255
|
}
|
|
256
|
-
interface
|
|
256
|
+
interface TttxTable_1_9_19 {
|
|
257
257
|
"data": any;
|
|
258
258
|
"draggableHeaders": boolean;
|
|
259
259
|
"headers": TableHeader[];
|
|
@@ -261,24 +261,24 @@ export namespace Components {
|
|
|
261
261
|
"selectable": boolean;
|
|
262
262
|
"selected": number;
|
|
263
263
|
}
|
|
264
|
-
interface
|
|
264
|
+
interface TttxTabs_1_9_19 {
|
|
265
265
|
"navigation": boolean;
|
|
266
266
|
"tabs": string | Tab[];
|
|
267
267
|
"tabsName": string;
|
|
268
268
|
"wide": boolean;
|
|
269
269
|
}
|
|
270
|
-
interface
|
|
270
|
+
interface TttxTag_1_9_19 {
|
|
271
271
|
"color": string;
|
|
272
272
|
"text": string;
|
|
273
273
|
"textColor": string;
|
|
274
274
|
}
|
|
275
|
-
interface
|
|
275
|
+
interface TttxTextarea_1_9_19 {
|
|
276
276
|
"disabled": boolean;
|
|
277
277
|
"errormsg": string;
|
|
278
278
|
/**
|
|
279
279
|
* tabindex - Allows the HTML elements to be focusable
|
|
280
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
281
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
280
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_19 input-index="1" />
|
|
281
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_19 inputindex={1} />
|
|
282
282
|
*/
|
|
283
283
|
"inputindex": string | number;
|
|
284
284
|
/**
|
|
@@ -302,335 +302,335 @@ export namespace Components {
|
|
|
302
302
|
"textareaautofocus": boolean;
|
|
303
303
|
"value": string | number;
|
|
304
304
|
}
|
|
305
|
-
interface
|
|
305
|
+
interface TttxToggle_1_9_19 {
|
|
306
306
|
"initialstate": boolean | string;
|
|
307
307
|
}
|
|
308
|
-
interface
|
|
308
|
+
interface TttxToolbar_1_9_19 {
|
|
309
309
|
"border": boolean;
|
|
310
310
|
}
|
|
311
|
-
interface
|
|
311
|
+
interface TttxTreeView_1_9_19 {
|
|
312
312
|
"data": TreeViewItem[];
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
|
-
export interface
|
|
315
|
+
export interface TttxCheckbox_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
316
316
|
detail: T;
|
|
317
|
-
target:
|
|
317
|
+
target: HTMLTttxCheckbox_1_9_19Element;
|
|
318
318
|
}
|
|
319
|
-
export interface
|
|
319
|
+
export interface TttxComments_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
320
320
|
detail: T;
|
|
321
|
-
target:
|
|
321
|
+
target: HTMLTttxComments_1_9_19Element;
|
|
322
322
|
}
|
|
323
|
-
export interface
|
|
323
|
+
export interface TttxDialogBox_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
324
324
|
detail: T;
|
|
325
|
-
target:
|
|
325
|
+
target: HTMLTttxDialogBox_1_9_19Element;
|
|
326
326
|
}
|
|
327
|
-
export interface
|
|
327
|
+
export interface TttxDialog_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
328
328
|
detail: T;
|
|
329
|
-
target:
|
|
329
|
+
target: HTMLTttxDialog_1_9_19Element;
|
|
330
330
|
}
|
|
331
|
-
export interface
|
|
331
|
+
export interface TttxExpander_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
332
332
|
detail: T;
|
|
333
|
-
target:
|
|
333
|
+
target: HTMLTttxExpander_1_9_19Element;
|
|
334
334
|
}
|
|
335
|
-
export interface
|
|
335
|
+
export interface TttxFilter_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
336
336
|
detail: T;
|
|
337
|
-
target:
|
|
337
|
+
target: HTMLTttxFilter_1_9_19Element;
|
|
338
338
|
}
|
|
339
|
-
export interface
|
|
339
|
+
export interface TttxForm_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
340
340
|
detail: T;
|
|
341
|
-
target:
|
|
341
|
+
target: HTMLTttxForm_1_9_19Element;
|
|
342
342
|
}
|
|
343
|
-
export interface
|
|
343
|
+
export interface TttxList_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
344
344
|
detail: T;
|
|
345
|
-
target:
|
|
345
|
+
target: HTMLTttxList_1_9_19Element;
|
|
346
346
|
}
|
|
347
|
-
export interface
|
|
347
|
+
export interface TttxMultiselectBox_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
348
348
|
detail: T;
|
|
349
|
-
target:
|
|
349
|
+
target: HTMLTttxMultiselectBox_1_9_19Element;
|
|
350
350
|
}
|
|
351
|
-
export interface
|
|
351
|
+
export interface TttxSelectBox_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
352
352
|
detail: T;
|
|
353
|
-
target:
|
|
353
|
+
target: HTMLTttxSelectBox_1_9_19Element;
|
|
354
354
|
}
|
|
355
|
-
export interface
|
|
355
|
+
export interface TttxSorter_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
356
356
|
detail: T;
|
|
357
|
-
target:
|
|
357
|
+
target: HTMLTttxSorter_1_9_19Element;
|
|
358
358
|
}
|
|
359
|
-
export interface
|
|
359
|
+
export interface TttxStandaloneInput_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
360
360
|
detail: T;
|
|
361
|
-
target:
|
|
361
|
+
target: HTMLTttxStandaloneInput_1_9_19Element;
|
|
362
362
|
}
|
|
363
|
-
export interface
|
|
363
|
+
export interface TttxTable_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
364
364
|
detail: T;
|
|
365
|
-
target:
|
|
365
|
+
target: HTMLTttxTable_1_9_19Element;
|
|
366
366
|
}
|
|
367
|
-
export interface
|
|
367
|
+
export interface TttxTabs_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
368
368
|
detail: T;
|
|
369
|
-
target:
|
|
369
|
+
target: HTMLTttxTabs_1_9_19Element;
|
|
370
370
|
}
|
|
371
|
-
export interface
|
|
371
|
+
export interface TttxTextarea_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
372
372
|
detail: T;
|
|
373
|
-
target:
|
|
373
|
+
target: HTMLTttxTextarea_1_9_19Element;
|
|
374
374
|
}
|
|
375
|
-
export interface
|
|
375
|
+
export interface TttxToggle_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
376
376
|
detail: T;
|
|
377
|
-
target:
|
|
377
|
+
target: HTMLTttxToggle_1_9_19Element;
|
|
378
378
|
}
|
|
379
|
-
export interface
|
|
379
|
+
export interface TttxTreeView_1_9_19CustomEvent<T> extends CustomEvent<T> {
|
|
380
380
|
detail: T;
|
|
381
|
-
target:
|
|
381
|
+
target: HTMLTttxTreeView_1_9_19Element;
|
|
382
382
|
}
|
|
383
383
|
declare global {
|
|
384
|
-
interface
|
|
384
|
+
interface HTMLTttxButton_1_9_19Element extends Components.TttxButton_1_9_19, HTMLStencilElement {
|
|
385
385
|
}
|
|
386
|
-
var
|
|
387
|
-
prototype:
|
|
388
|
-
new ():
|
|
386
|
+
var HTMLTttxButton_1_9_19Element: {
|
|
387
|
+
prototype: HTMLTttxButton_1_9_19Element;
|
|
388
|
+
new (): HTMLTttxButton_1_9_19Element;
|
|
389
389
|
};
|
|
390
|
-
interface
|
|
390
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_19Element extends Components.TttxCheckboxGroupCaption_1_9_19, HTMLStencilElement {
|
|
391
391
|
}
|
|
392
|
-
var
|
|
393
|
-
prototype:
|
|
394
|
-
new ():
|
|
392
|
+
var HTMLTttxCheckboxGroupCaption_1_9_19Element: {
|
|
393
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_19Element;
|
|
394
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_19Element;
|
|
395
395
|
};
|
|
396
|
-
interface
|
|
396
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_19Element extends Components.TttxCheckboxGroupHeading_1_9_19, HTMLStencilElement {
|
|
397
397
|
}
|
|
398
|
-
var
|
|
399
|
-
prototype:
|
|
400
|
-
new ():
|
|
398
|
+
var HTMLTttxCheckboxGroupHeading_1_9_19Element: {
|
|
399
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_19Element;
|
|
400
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_19Element;
|
|
401
401
|
};
|
|
402
|
-
interface
|
|
402
|
+
interface HTMLTttxCheckboxGroup_1_9_19Element extends Components.TttxCheckboxGroup_1_9_19, HTMLStencilElement {
|
|
403
403
|
}
|
|
404
|
-
var
|
|
405
|
-
prototype:
|
|
406
|
-
new ():
|
|
404
|
+
var HTMLTttxCheckboxGroup_1_9_19Element: {
|
|
405
|
+
prototype: HTMLTttxCheckboxGroup_1_9_19Element;
|
|
406
|
+
new (): HTMLTttxCheckboxGroup_1_9_19Element;
|
|
407
407
|
};
|
|
408
|
-
interface
|
|
408
|
+
interface HTMLTttxCheckbox_1_9_19Element extends Components.TttxCheckbox_1_9_19, HTMLStencilElement {
|
|
409
409
|
}
|
|
410
|
-
var
|
|
411
|
-
prototype:
|
|
412
|
-
new ():
|
|
410
|
+
var HTMLTttxCheckbox_1_9_19Element: {
|
|
411
|
+
prototype: HTMLTttxCheckbox_1_9_19Element;
|
|
412
|
+
new (): HTMLTttxCheckbox_1_9_19Element;
|
|
413
413
|
};
|
|
414
|
-
interface
|
|
414
|
+
interface HTMLTttxComments_1_9_19Element extends Components.TttxComments_1_9_19, HTMLStencilElement {
|
|
415
415
|
}
|
|
416
|
-
var
|
|
417
|
-
prototype:
|
|
418
|
-
new ():
|
|
416
|
+
var HTMLTttxComments_1_9_19Element: {
|
|
417
|
+
prototype: HTMLTttxComments_1_9_19Element;
|
|
418
|
+
new (): HTMLTttxComments_1_9_19Element;
|
|
419
419
|
};
|
|
420
|
-
interface
|
|
420
|
+
interface HTMLTttxDataPattern_1_9_19Element extends Components.TttxDataPattern_1_9_19, HTMLStencilElement {
|
|
421
421
|
}
|
|
422
|
-
var
|
|
423
|
-
prototype:
|
|
424
|
-
new ():
|
|
422
|
+
var HTMLTttxDataPattern_1_9_19Element: {
|
|
423
|
+
prototype: HTMLTttxDataPattern_1_9_19Element;
|
|
424
|
+
new (): HTMLTttxDataPattern_1_9_19Element;
|
|
425
425
|
};
|
|
426
|
-
interface
|
|
426
|
+
interface HTMLTttxDatacard_1_9_19Element extends Components.TttxDatacard_1_9_19, HTMLStencilElement {
|
|
427
427
|
}
|
|
428
|
-
var
|
|
429
|
-
prototype:
|
|
430
|
-
new ():
|
|
428
|
+
var HTMLTttxDatacard_1_9_19Element: {
|
|
429
|
+
prototype: HTMLTttxDatacard_1_9_19Element;
|
|
430
|
+
new (): HTMLTttxDatacard_1_9_19Element;
|
|
431
431
|
};
|
|
432
|
-
interface
|
|
432
|
+
interface HTMLTttxDialogBox_1_9_19Element extends Components.TttxDialogBox_1_9_19, HTMLStencilElement {
|
|
433
433
|
}
|
|
434
|
-
var
|
|
435
|
-
prototype:
|
|
436
|
-
new ():
|
|
434
|
+
var HTMLTttxDialogBox_1_9_19Element: {
|
|
435
|
+
prototype: HTMLTttxDialogBox_1_9_19Element;
|
|
436
|
+
new (): HTMLTttxDialogBox_1_9_19Element;
|
|
437
437
|
};
|
|
438
|
-
interface
|
|
438
|
+
interface HTMLTttxDialog_1_9_19Element extends Components.TttxDialog_1_9_19, HTMLStencilElement {
|
|
439
439
|
}
|
|
440
|
-
var
|
|
441
|
-
prototype:
|
|
442
|
-
new ():
|
|
440
|
+
var HTMLTttxDialog_1_9_19Element: {
|
|
441
|
+
prototype: HTMLTttxDialog_1_9_19Element;
|
|
442
|
+
new (): HTMLTttxDialog_1_9_19Element;
|
|
443
443
|
};
|
|
444
|
-
interface
|
|
444
|
+
interface HTMLTttxExpander_1_9_19Element extends Components.TttxExpander_1_9_19, HTMLStencilElement {
|
|
445
445
|
}
|
|
446
|
-
var
|
|
447
|
-
prototype:
|
|
448
|
-
new ():
|
|
446
|
+
var HTMLTttxExpander_1_9_19Element: {
|
|
447
|
+
prototype: HTMLTttxExpander_1_9_19Element;
|
|
448
|
+
new (): HTMLTttxExpander_1_9_19Element;
|
|
449
449
|
};
|
|
450
|
-
interface
|
|
450
|
+
interface HTMLTttxFilter_1_9_19Element extends Components.TttxFilter_1_9_19, HTMLStencilElement {
|
|
451
451
|
}
|
|
452
|
-
var
|
|
453
|
-
prototype:
|
|
454
|
-
new ():
|
|
452
|
+
var HTMLTttxFilter_1_9_19Element: {
|
|
453
|
+
prototype: HTMLTttxFilter_1_9_19Element;
|
|
454
|
+
new (): HTMLTttxFilter_1_9_19Element;
|
|
455
455
|
};
|
|
456
|
-
interface
|
|
456
|
+
interface HTMLTttxForm_1_9_19Element extends Components.TttxForm_1_9_19, HTMLStencilElement {
|
|
457
457
|
}
|
|
458
|
-
var
|
|
459
|
-
prototype:
|
|
460
|
-
new ():
|
|
458
|
+
var HTMLTttxForm_1_9_19Element: {
|
|
459
|
+
prototype: HTMLTttxForm_1_9_19Element;
|
|
460
|
+
new (): HTMLTttxForm_1_9_19Element;
|
|
461
461
|
};
|
|
462
|
-
interface
|
|
462
|
+
interface HTMLTttxGraph_1_9_19Element extends Components.TttxGraph_1_9_19, HTMLStencilElement {
|
|
463
463
|
}
|
|
464
|
-
var
|
|
465
|
-
prototype:
|
|
466
|
-
new ():
|
|
464
|
+
var HTMLTttxGraph_1_9_19Element: {
|
|
465
|
+
prototype: HTMLTttxGraph_1_9_19Element;
|
|
466
|
+
new (): HTMLTttxGraph_1_9_19Element;
|
|
467
467
|
};
|
|
468
|
-
interface
|
|
468
|
+
interface HTMLTttxIcon_1_9_19Element extends Components.TttxIcon_1_9_19, HTMLStencilElement {
|
|
469
469
|
}
|
|
470
|
-
var
|
|
471
|
-
prototype:
|
|
472
|
-
new ():
|
|
470
|
+
var HTMLTttxIcon_1_9_19Element: {
|
|
471
|
+
prototype: HTMLTttxIcon_1_9_19Element;
|
|
472
|
+
new (): HTMLTttxIcon_1_9_19Element;
|
|
473
473
|
};
|
|
474
|
-
interface
|
|
474
|
+
interface HTMLTttxKeyvalueBlock_1_9_19Element extends Components.TttxKeyvalueBlock_1_9_19, HTMLStencilElement {
|
|
475
475
|
}
|
|
476
|
-
var
|
|
477
|
-
prototype:
|
|
478
|
-
new ():
|
|
476
|
+
var HTMLTttxKeyvalueBlock_1_9_19Element: {
|
|
477
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_19Element;
|
|
478
|
+
new (): HTMLTttxKeyvalueBlock_1_9_19Element;
|
|
479
479
|
};
|
|
480
|
-
interface
|
|
480
|
+
interface HTMLTttxList_1_9_19Element extends Components.TttxList_1_9_19, HTMLStencilElement {
|
|
481
481
|
}
|
|
482
|
-
var
|
|
483
|
-
prototype:
|
|
484
|
-
new ():
|
|
482
|
+
var HTMLTttxList_1_9_19Element: {
|
|
483
|
+
prototype: HTMLTttxList_1_9_19Element;
|
|
484
|
+
new (): HTMLTttxList_1_9_19Element;
|
|
485
485
|
};
|
|
486
|
-
interface
|
|
486
|
+
interface HTMLTttxLoadingSpinner_1_9_19Element extends Components.TttxLoadingSpinner_1_9_19, HTMLStencilElement {
|
|
487
487
|
}
|
|
488
|
-
var
|
|
489
|
-
prototype:
|
|
490
|
-
new ():
|
|
488
|
+
var HTMLTttxLoadingSpinner_1_9_19Element: {
|
|
489
|
+
prototype: HTMLTttxLoadingSpinner_1_9_19Element;
|
|
490
|
+
new (): HTMLTttxLoadingSpinner_1_9_19Element;
|
|
491
491
|
};
|
|
492
|
-
interface
|
|
492
|
+
interface HTMLTttxMultiselectBox_1_9_19Element extends Components.TttxMultiselectBox_1_9_19, HTMLStencilElement {
|
|
493
493
|
}
|
|
494
|
-
var
|
|
495
|
-
prototype:
|
|
496
|
-
new ():
|
|
494
|
+
var HTMLTttxMultiselectBox_1_9_19Element: {
|
|
495
|
+
prototype: HTMLTttxMultiselectBox_1_9_19Element;
|
|
496
|
+
new (): HTMLTttxMultiselectBox_1_9_19Element;
|
|
497
497
|
};
|
|
498
|
-
interface
|
|
498
|
+
interface HTMLTttxPercentageBar_1_9_19Element extends Components.TttxPercentageBar_1_9_19, HTMLStencilElement {
|
|
499
499
|
}
|
|
500
|
-
var
|
|
501
|
-
prototype:
|
|
502
|
-
new ():
|
|
500
|
+
var HTMLTttxPercentageBar_1_9_19Element: {
|
|
501
|
+
prototype: HTMLTttxPercentageBar_1_9_19Element;
|
|
502
|
+
new (): HTMLTttxPercentageBar_1_9_19Element;
|
|
503
503
|
};
|
|
504
|
-
interface
|
|
504
|
+
interface HTMLTttxQrcode_1_9_19Element extends Components.TttxQrcode_1_9_19, HTMLStencilElement {
|
|
505
505
|
}
|
|
506
|
-
var
|
|
507
|
-
prototype:
|
|
508
|
-
new ():
|
|
506
|
+
var HTMLTttxQrcode_1_9_19Element: {
|
|
507
|
+
prototype: HTMLTttxQrcode_1_9_19Element;
|
|
508
|
+
new (): HTMLTttxQrcode_1_9_19Element;
|
|
509
509
|
};
|
|
510
|
-
interface
|
|
510
|
+
interface HTMLTttxSelectBox_1_9_19Element extends Components.TttxSelectBox_1_9_19, HTMLStencilElement {
|
|
511
511
|
}
|
|
512
|
-
var
|
|
513
|
-
prototype:
|
|
514
|
-
new ():
|
|
512
|
+
var HTMLTttxSelectBox_1_9_19Element: {
|
|
513
|
+
prototype: HTMLTttxSelectBox_1_9_19Element;
|
|
514
|
+
new (): HTMLTttxSelectBox_1_9_19Element;
|
|
515
515
|
};
|
|
516
|
-
interface
|
|
516
|
+
interface HTMLTttxSorter_1_9_19Element extends Components.TttxSorter_1_9_19, HTMLStencilElement {
|
|
517
517
|
}
|
|
518
|
-
var
|
|
519
|
-
prototype:
|
|
520
|
-
new ():
|
|
518
|
+
var HTMLTttxSorter_1_9_19Element: {
|
|
519
|
+
prototype: HTMLTttxSorter_1_9_19Element;
|
|
520
|
+
new (): HTMLTttxSorter_1_9_19Element;
|
|
521
521
|
};
|
|
522
|
-
interface
|
|
522
|
+
interface HTMLTttxStandaloneInput_1_9_19Element extends Components.TttxStandaloneInput_1_9_19, HTMLStencilElement {
|
|
523
523
|
}
|
|
524
|
-
var
|
|
525
|
-
prototype:
|
|
526
|
-
new ():
|
|
524
|
+
var HTMLTttxStandaloneInput_1_9_19Element: {
|
|
525
|
+
prototype: HTMLTttxStandaloneInput_1_9_19Element;
|
|
526
|
+
new (): HTMLTttxStandaloneInput_1_9_19Element;
|
|
527
527
|
};
|
|
528
|
-
interface
|
|
528
|
+
interface HTMLTttxTable_1_9_19Element extends Components.TttxTable_1_9_19, HTMLStencilElement {
|
|
529
529
|
}
|
|
530
|
-
var
|
|
531
|
-
prototype:
|
|
532
|
-
new ():
|
|
530
|
+
var HTMLTttxTable_1_9_19Element: {
|
|
531
|
+
prototype: HTMLTttxTable_1_9_19Element;
|
|
532
|
+
new (): HTMLTttxTable_1_9_19Element;
|
|
533
533
|
};
|
|
534
|
-
interface
|
|
534
|
+
interface HTMLTttxTabs_1_9_19Element extends Components.TttxTabs_1_9_19, HTMLStencilElement {
|
|
535
535
|
}
|
|
536
|
-
var
|
|
537
|
-
prototype:
|
|
538
|
-
new ():
|
|
536
|
+
var HTMLTttxTabs_1_9_19Element: {
|
|
537
|
+
prototype: HTMLTttxTabs_1_9_19Element;
|
|
538
|
+
new (): HTMLTttxTabs_1_9_19Element;
|
|
539
539
|
};
|
|
540
|
-
interface
|
|
540
|
+
interface HTMLTttxTag_1_9_19Element extends Components.TttxTag_1_9_19, HTMLStencilElement {
|
|
541
541
|
}
|
|
542
|
-
var
|
|
543
|
-
prototype:
|
|
544
|
-
new ():
|
|
542
|
+
var HTMLTttxTag_1_9_19Element: {
|
|
543
|
+
prototype: HTMLTttxTag_1_9_19Element;
|
|
544
|
+
new (): HTMLTttxTag_1_9_19Element;
|
|
545
545
|
};
|
|
546
|
-
interface
|
|
546
|
+
interface HTMLTttxTextarea_1_9_19Element extends Components.TttxTextarea_1_9_19, HTMLStencilElement {
|
|
547
547
|
}
|
|
548
|
-
var
|
|
549
|
-
prototype:
|
|
550
|
-
new ():
|
|
548
|
+
var HTMLTttxTextarea_1_9_19Element: {
|
|
549
|
+
prototype: HTMLTttxTextarea_1_9_19Element;
|
|
550
|
+
new (): HTMLTttxTextarea_1_9_19Element;
|
|
551
551
|
};
|
|
552
|
-
interface
|
|
552
|
+
interface HTMLTttxToggle_1_9_19Element extends Components.TttxToggle_1_9_19, HTMLStencilElement {
|
|
553
553
|
}
|
|
554
|
-
var
|
|
555
|
-
prototype:
|
|
556
|
-
new ():
|
|
554
|
+
var HTMLTttxToggle_1_9_19Element: {
|
|
555
|
+
prototype: HTMLTttxToggle_1_9_19Element;
|
|
556
|
+
new (): HTMLTttxToggle_1_9_19Element;
|
|
557
557
|
};
|
|
558
|
-
interface
|
|
558
|
+
interface HTMLTttxToolbar_1_9_19Element extends Components.TttxToolbar_1_9_19, HTMLStencilElement {
|
|
559
559
|
}
|
|
560
|
-
var
|
|
561
|
-
prototype:
|
|
562
|
-
new ():
|
|
560
|
+
var HTMLTttxToolbar_1_9_19Element: {
|
|
561
|
+
prototype: HTMLTttxToolbar_1_9_19Element;
|
|
562
|
+
new (): HTMLTttxToolbar_1_9_19Element;
|
|
563
563
|
};
|
|
564
|
-
interface
|
|
564
|
+
interface HTMLTttxTreeView_1_9_19Element extends Components.TttxTreeView_1_9_19, HTMLStencilElement {
|
|
565
565
|
}
|
|
566
|
-
var
|
|
567
|
-
prototype:
|
|
568
|
-
new ():
|
|
566
|
+
var HTMLTttxTreeView_1_9_19Element: {
|
|
567
|
+
prototype: HTMLTttxTreeView_1_9_19Element;
|
|
568
|
+
new (): HTMLTttxTreeView_1_9_19Element;
|
|
569
569
|
};
|
|
570
570
|
interface HTMLElementTagNameMap {
|
|
571
|
-
"tttx-
|
|
572
|
-
"tttx-checkbox-group-
|
|
573
|
-
"tttx-checkbox-group-
|
|
574
|
-
"tttx-checkbox-
|
|
575
|
-
"tttx-
|
|
576
|
-
"tttx-
|
|
577
|
-
"tttx-data-
|
|
578
|
-
"tttx-
|
|
579
|
-
"tttx-dialog-
|
|
580
|
-
"tttx-
|
|
581
|
-
"tttx-
|
|
582
|
-
"tttx-
|
|
583
|
-
"tttx-
|
|
584
|
-
"tttx-
|
|
585
|
-
"tttx-
|
|
586
|
-
"tttx-keyvalue-
|
|
587
|
-
"tttx-
|
|
588
|
-
"tttx-loading-
|
|
589
|
-
"tttx-multiselect-
|
|
590
|
-
"tttx-percentage-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-select-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-standalone-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-
|
|
597
|
-
"tttx-
|
|
598
|
-
"tttx-
|
|
599
|
-
"tttx-
|
|
600
|
-
"tttx-
|
|
601
|
-
"tttx-tree-
|
|
571
|
+
"tttx-button_1_9_19": HTMLTttxButton_1_9_19Element;
|
|
572
|
+
"tttx-checkbox-group-caption_1_9_19": HTMLTttxCheckboxGroupCaption_1_9_19Element;
|
|
573
|
+
"tttx-checkbox-group-heading_1_9_19": HTMLTttxCheckboxGroupHeading_1_9_19Element;
|
|
574
|
+
"tttx-checkbox-group_1_9_19": HTMLTttxCheckboxGroup_1_9_19Element;
|
|
575
|
+
"tttx-checkbox_1_9_19": HTMLTttxCheckbox_1_9_19Element;
|
|
576
|
+
"tttx-comments_1_9_19": HTMLTttxComments_1_9_19Element;
|
|
577
|
+
"tttx-data-pattern_1_9_19": HTMLTttxDataPattern_1_9_19Element;
|
|
578
|
+
"tttx-datacard_1_9_19": HTMLTttxDatacard_1_9_19Element;
|
|
579
|
+
"tttx-dialog-box_1_9_19": HTMLTttxDialogBox_1_9_19Element;
|
|
580
|
+
"tttx-dialog_1_9_19": HTMLTttxDialog_1_9_19Element;
|
|
581
|
+
"tttx-expander_1_9_19": HTMLTttxExpander_1_9_19Element;
|
|
582
|
+
"tttx-filter_1_9_19": HTMLTttxFilter_1_9_19Element;
|
|
583
|
+
"tttx-form_1_9_19": HTMLTttxForm_1_9_19Element;
|
|
584
|
+
"tttx-graph_1_9_19": HTMLTttxGraph_1_9_19Element;
|
|
585
|
+
"tttx-icon_1_9_19": HTMLTttxIcon_1_9_19Element;
|
|
586
|
+
"tttx-keyvalue-block_1_9_19": HTMLTttxKeyvalueBlock_1_9_19Element;
|
|
587
|
+
"tttx-list_1_9_19": HTMLTttxList_1_9_19Element;
|
|
588
|
+
"tttx-loading-spinner_1_9_19": HTMLTttxLoadingSpinner_1_9_19Element;
|
|
589
|
+
"tttx-multiselect-box_1_9_19": HTMLTttxMultiselectBox_1_9_19Element;
|
|
590
|
+
"tttx-percentage-bar_1_9_19": HTMLTttxPercentageBar_1_9_19Element;
|
|
591
|
+
"tttx-qrcode_1_9_19": HTMLTttxQrcode_1_9_19Element;
|
|
592
|
+
"tttx-select-box_1_9_19": HTMLTttxSelectBox_1_9_19Element;
|
|
593
|
+
"tttx-sorter_1_9_19": HTMLTttxSorter_1_9_19Element;
|
|
594
|
+
"tttx-standalone-input_1_9_19": HTMLTttxStandaloneInput_1_9_19Element;
|
|
595
|
+
"tttx-table_1_9_19": HTMLTttxTable_1_9_19Element;
|
|
596
|
+
"tttx-tabs_1_9_19": HTMLTttxTabs_1_9_19Element;
|
|
597
|
+
"tttx-tag_1_9_19": HTMLTttxTag_1_9_19Element;
|
|
598
|
+
"tttx-textarea_1_9_19": HTMLTttxTextarea_1_9_19Element;
|
|
599
|
+
"tttx-toggle_1_9_19": HTMLTttxToggle_1_9_19Element;
|
|
600
|
+
"tttx-toolbar_1_9_19": HTMLTttxToolbar_1_9_19Element;
|
|
601
|
+
"tttx-tree-view_1_9_19": HTMLTttxTreeView_1_9_19Element;
|
|
602
602
|
}
|
|
603
603
|
}
|
|
604
604
|
declare namespace LocalJSX {
|
|
605
|
-
interface
|
|
605
|
+
interface TttxButton_1_9_19 {
|
|
606
606
|
"design"?: string;
|
|
607
607
|
"icon"?: string;
|
|
608
608
|
"iconcolor"?: string;
|
|
609
609
|
"iconposition"?: 'left' | 'right';
|
|
610
610
|
"notext"?: boolean;
|
|
611
611
|
}
|
|
612
|
-
interface
|
|
612
|
+
interface TttxCheckboxGroupCaption_1_9_19 {
|
|
613
613
|
}
|
|
614
|
-
interface
|
|
614
|
+
interface TttxCheckboxGroupHeading_1_9_19 {
|
|
615
615
|
}
|
|
616
|
-
interface
|
|
616
|
+
interface TttxCheckboxGroup_1_9_19 {
|
|
617
617
|
}
|
|
618
|
-
interface
|
|
618
|
+
interface TttxCheckbox_1_9_19 {
|
|
619
619
|
"checkboxId"?: string;
|
|
620
620
|
"checked"?: boolean;
|
|
621
621
|
"indeterminate"?: boolean;
|
|
622
622
|
"inline"?: boolean;
|
|
623
623
|
"label"?: string;
|
|
624
|
-
"onCheckboxChangeEvent"?: (event:
|
|
624
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_19CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
625
625
|
}
|
|
626
|
-
interface
|
|
626
|
+
interface TttxComments_1_9_19 {
|
|
627
627
|
"comments"?: string | Comment[];
|
|
628
628
|
"currentuser"?: string;
|
|
629
|
-
"onCommentAdded"?: (event:
|
|
630
|
-
"onRequestFileDownload"?: (event:
|
|
631
|
-
"onRequestFileUpload"?: (event:
|
|
629
|
+
"onCommentAdded"?: (event: TttxComments_1_9_19CustomEvent<Comment>) => void;
|
|
630
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_19CustomEvent<string>) => void;
|
|
631
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_19CustomEvent<void>) => void;
|
|
632
632
|
}
|
|
633
|
-
interface
|
|
633
|
+
interface TttxDataPattern_1_9_19 {
|
|
634
634
|
"addbutton"?: boolean;
|
|
635
635
|
"addbuttonlabel"?: string;
|
|
636
636
|
"data"?: string;
|
|
@@ -640,7 +640,7 @@ declare namespace LocalJSX {
|
|
|
640
640
|
"searchplaceholder"?: string;
|
|
641
641
|
"sorterOptions"?: string;
|
|
642
642
|
}
|
|
643
|
-
interface
|
|
643
|
+
interface TttxDatacard_1_9_19 {
|
|
644
644
|
"cardTitle"?: string;
|
|
645
645
|
"cardType"?: string;
|
|
646
646
|
"chartConfig"?: string;
|
|
@@ -649,86 +649,86 @@ declare namespace LocalJSX {
|
|
|
649
649
|
"rightData"?: string;
|
|
650
650
|
"rightSubtext"?: string;
|
|
651
651
|
}
|
|
652
|
-
interface
|
|
652
|
+
interface TttxDialogBox_1_9_19 {
|
|
653
653
|
"allowOverflow"?: boolean;
|
|
654
654
|
"data"?: string | DialogItems;
|
|
655
|
-
"onButtonClick"?: (event:
|
|
656
|
-
"onCloseButtonClick"?: (event:
|
|
657
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
655
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_19CustomEvent<any>) => void;
|
|
656
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_19CustomEvent<any>) => void;
|
|
657
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_19CustomEvent<any>) => void;
|
|
658
658
|
"open"?: boolean;
|
|
659
659
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
660
660
|
}
|
|
661
|
-
interface
|
|
661
|
+
interface TttxDialog_1_9_19 {
|
|
662
662
|
"allowOverflow"?: boolean;
|
|
663
663
|
"closeEnabled"?: boolean;
|
|
664
664
|
"header"?: string;
|
|
665
|
-
"onCloseButtonClick"?: (event:
|
|
665
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_19CustomEvent<any>) => void;
|
|
666
666
|
"open"?: boolean;
|
|
667
667
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
668
668
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
669
669
|
}
|
|
670
|
-
interface
|
|
670
|
+
interface TttxExpander_1_9_19 {
|
|
671
671
|
"lefticon"?: string;
|
|
672
672
|
"lefticoncolor"?: string;
|
|
673
673
|
"name"?: string;
|
|
674
|
-
"onToggleExpander"?: (event:
|
|
674
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_19CustomEvent<{ open: boolean; name: string }>) => void;
|
|
675
675
|
"open"?: boolean;
|
|
676
676
|
}
|
|
677
|
-
interface
|
|
677
|
+
interface TttxFilter_1_9_19 {
|
|
678
678
|
"defaultFilterOptions"?: string[] | string;
|
|
679
679
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
680
680
|
"filterHeader"?: string;
|
|
681
681
|
"filterKey"?: string;
|
|
682
682
|
"filterOptions"?: string | FilterSettings[];
|
|
683
|
-
"onFilterChangeEvent"?: (event:
|
|
684
|
-
"onToggleFilter"?: (event:
|
|
683
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_19CustomEvent<FilterChangeEvent>) => void;
|
|
684
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_19CustomEvent<boolean>) => void;
|
|
685
685
|
"popoverWidth"?: string;
|
|
686
686
|
"showOptionIcons"?: boolean;
|
|
687
687
|
"showSearchField"?: boolean;
|
|
688
688
|
"showSelectAll"?: boolean;
|
|
689
689
|
}
|
|
690
|
-
interface
|
|
690
|
+
interface TttxForm_1_9_19 {
|
|
691
691
|
"data"?: any;
|
|
692
692
|
"formschema"?: Record<string, any> | string;
|
|
693
|
-
"onDataChanged"?: (event:
|
|
694
|
-
"onDataSubmitted"?: (event:
|
|
695
|
-
"onSearchTermChanged"?: (event:
|
|
696
|
-
"onSelectToggleOpen"?: (event:
|
|
693
|
+
"onDataChanged"?: (event: TttxForm_1_9_19CustomEvent<{ name: string; value: string }>) => void;
|
|
694
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_19CustomEvent<FormData>) => void;
|
|
695
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_19CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
696
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_19CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
697
697
|
}
|
|
698
|
-
interface
|
|
698
|
+
interface TttxGraph_1_9_19 {
|
|
699
699
|
"chartData"?: string;
|
|
700
700
|
"chartText"?: string;
|
|
701
701
|
"chartType"?: string;
|
|
702
702
|
}
|
|
703
|
-
interface
|
|
703
|
+
interface TttxIcon_1_9_19 {
|
|
704
704
|
"color"?: string;
|
|
705
705
|
"icon"?: string;
|
|
706
706
|
"size"?: number;
|
|
707
707
|
}
|
|
708
|
-
interface
|
|
708
|
+
interface TttxKeyvalueBlock_1_9_19 {
|
|
709
709
|
"horizontal"?: boolean;
|
|
710
710
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
711
711
|
"spacedout"?: boolean;
|
|
712
712
|
}
|
|
713
|
-
interface
|
|
713
|
+
interface TttxList_1_9_19 {
|
|
714
714
|
"data"?: string | ListItem[];
|
|
715
715
|
"name"?: string;
|
|
716
|
-
"onListRowCheckboxClick"?: (event:
|
|
717
|
-
"onListRowClick"?: (event:
|
|
716
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_19CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
717
|
+
"onListRowClick"?: (event: TttxList_1_9_19CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
718
718
|
}
|
|
719
|
-
interface
|
|
719
|
+
interface TttxLoadingSpinner_1_9_19 {
|
|
720
720
|
"loadingMessage"?: boolean;
|
|
721
721
|
"size"?: 'small' | 'large';
|
|
722
722
|
}
|
|
723
|
-
interface
|
|
723
|
+
interface TttxMultiselectBox_1_9_19 {
|
|
724
724
|
"htmlVisibleValue"?: boolean;
|
|
725
725
|
"inline"?: boolean;
|
|
726
726
|
"isLoading"?: boolean;
|
|
727
727
|
"label"?: string;
|
|
728
|
-
"onChangesApplied"?: (event:
|
|
729
|
-
"onSearchDataChanged"?: (event:
|
|
730
|
-
"onSelectItemEvent"?: (event:
|
|
731
|
-
"onToggleOpen"?: (event:
|
|
728
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_19CustomEvent<SelectItem[]>) => void;
|
|
729
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_19CustomEvent<{ searchTerm: string; }>) => void;
|
|
730
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_19CustomEvent<SelectItem>) => void;
|
|
731
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_19CustomEvent<boolean>) => void;
|
|
732
732
|
"optionsData"?: string | SelectItem[];
|
|
733
733
|
"placeholder"?: string;
|
|
734
734
|
"readOnly"?: boolean;
|
|
@@ -736,25 +736,25 @@ declare namespace LocalJSX {
|
|
|
736
736
|
"stopLocalSearch"?: boolean;
|
|
737
737
|
"visibleValue"?: string;
|
|
738
738
|
}
|
|
739
|
-
interface
|
|
739
|
+
interface TttxPercentageBar_1_9_19 {
|
|
740
740
|
"color"?: string;
|
|
741
741
|
"labelid"?: string;
|
|
742
742
|
"min"?: string;
|
|
743
743
|
"percentage"?: string | number;
|
|
744
744
|
"thresholds"?: string | Threshold[];
|
|
745
745
|
}
|
|
746
|
-
interface
|
|
746
|
+
interface TttxQrcode_1_9_19 {
|
|
747
747
|
"link"?: string;
|
|
748
748
|
"size"?: number;
|
|
749
749
|
}
|
|
750
|
-
interface
|
|
750
|
+
interface TttxSelectBox_1_9_19 {
|
|
751
751
|
"errorMsg"?: string;
|
|
752
752
|
"inline"?: boolean;
|
|
753
753
|
"isLoading"?: boolean;
|
|
754
754
|
"label"?: string;
|
|
755
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
756
|
-
"onSelectItemEvent"?: (event:
|
|
757
|
-
"onToggleOpen"?: (event:
|
|
755
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_19CustomEvent<string>) => void;
|
|
756
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_19CustomEvent<SelectItem1>) => void;
|
|
757
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_19CustomEvent<boolean>) => void;
|
|
758
758
|
"optionsData"?: string | SelectItem1[];
|
|
759
759
|
"placeholder"?: string;
|
|
760
760
|
"readOnly"?: boolean;
|
|
@@ -764,15 +764,15 @@ declare namespace LocalJSX {
|
|
|
764
764
|
"showErrorMsg"?: boolean;
|
|
765
765
|
"useExternalFiltering"?: boolean;
|
|
766
766
|
}
|
|
767
|
-
interface
|
|
767
|
+
interface TttxSorter_1_9_19 {
|
|
768
768
|
"defaultOption"?: string;
|
|
769
769
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
770
770
|
"fieldOptionsData"?: string | SorterData;
|
|
771
|
-
"onSorterChangeEvent"?: (event:
|
|
772
|
-
"onToggleSorter"?: (event:
|
|
771
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_19CustomEvent<SorterChangeEvent>) => void;
|
|
772
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_19CustomEvent<boolean>) => void;
|
|
773
773
|
"sorterKey"?: string;
|
|
774
774
|
}
|
|
775
|
-
interface
|
|
775
|
+
interface TttxStandaloneInput_1_9_19 {
|
|
776
776
|
"autocomplete"?: 'off' | 'on';
|
|
777
777
|
"checked"?: boolean;
|
|
778
778
|
"disabled"?: boolean;
|
|
@@ -788,8 +788,8 @@ declare namespace LocalJSX {
|
|
|
788
788
|
"inputiconcolor"?: string;
|
|
789
789
|
/**
|
|
790
790
|
* tabindex - Allows the HTML elements to be focusable
|
|
791
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
792
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
791
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_19 input-index="1" />
|
|
792
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_19 inputindex={1} />
|
|
793
793
|
*/
|
|
794
794
|
"inputindex"?: string | number;
|
|
795
795
|
/**
|
|
@@ -803,13 +803,13 @@ declare namespace LocalJSX {
|
|
|
803
803
|
"min"?: MinMaxDates | number;
|
|
804
804
|
"minlength"?: string | number;
|
|
805
805
|
"name"?: string;
|
|
806
|
-
"onBlurChanged"?: (event:
|
|
807
|
-
"onFocusChanged"?: (event:
|
|
808
|
-
"onInputIconClick"?: (event:
|
|
809
|
-
"onInvalidChanged"?: (event:
|
|
810
|
-
"onLeftIconClick"?: (event:
|
|
811
|
-
"onRightIconClick"?: (event:
|
|
812
|
-
"onValueChanged"?: (event:
|
|
806
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_19CustomEvent<string>) => void;
|
|
807
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_19CustomEvent<string>) => void;
|
|
808
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_19CustomEvent<void>) => void;
|
|
809
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_19CustomEvent<string>) => void;
|
|
810
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_19CustomEvent<void>) => void;
|
|
811
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_19CustomEvent<void>) => void;
|
|
812
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_19CustomEvent<string>) => void;
|
|
813
813
|
"pattern"?: string;
|
|
814
814
|
"placeholder"?: string;
|
|
815
815
|
"readonly"?: string | boolean;
|
|
@@ -824,38 +824,38 @@ declare namespace LocalJSX {
|
|
|
824
824
|
"type"?: string;
|
|
825
825
|
"value"?: string | number;
|
|
826
826
|
}
|
|
827
|
-
interface
|
|
827
|
+
interface TttxTable_1_9_19 {
|
|
828
828
|
"data"?: any;
|
|
829
829
|
"draggableHeaders"?: boolean;
|
|
830
830
|
"headers"?: TableHeader[];
|
|
831
831
|
"loading"?: boolean;
|
|
832
|
-
"onHeaderClicked"?: (event:
|
|
833
|
-
"onHeaderOrderChanged"?: (event:
|
|
834
|
-
"onRowClicked"?: (event:
|
|
832
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_19CustomEvent<any>) => void;
|
|
833
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_19CustomEvent<string[]>) => void;
|
|
834
|
+
"onRowClicked"?: (event: TttxTable_1_9_19CustomEvent<any>) => void;
|
|
835
835
|
"selectable"?: boolean;
|
|
836
836
|
"selected"?: number;
|
|
837
837
|
}
|
|
838
|
-
interface
|
|
838
|
+
interface TttxTabs_1_9_19 {
|
|
839
839
|
"navigation"?: boolean;
|
|
840
|
-
"onLeftNavigation"?: (event:
|
|
841
|
-
"onRightNavigation"?: (event:
|
|
842
|
-
"onTabClick"?: (event:
|
|
840
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_19CustomEvent<any>) => void;
|
|
841
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_19CustomEvent<any>) => void;
|
|
842
|
+
"onTabClick"?: (event: TttxTabs_1_9_19CustomEvent<{ tabId: string }>) => void;
|
|
843
843
|
"tabs"?: string | Tab[];
|
|
844
844
|
"tabsName"?: string;
|
|
845
845
|
"wide"?: boolean;
|
|
846
846
|
}
|
|
847
|
-
interface
|
|
847
|
+
interface TttxTag_1_9_19 {
|
|
848
848
|
"color"?: string;
|
|
849
849
|
"text"?: string;
|
|
850
850
|
"textColor"?: string;
|
|
851
851
|
}
|
|
852
|
-
interface
|
|
852
|
+
interface TttxTextarea_1_9_19 {
|
|
853
853
|
"disabled"?: boolean;
|
|
854
854
|
"errormsg"?: string;
|
|
855
855
|
/**
|
|
856
856
|
* tabindex - Allows the HTML elements to be focusable
|
|
857
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
858
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
857
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_19 input-index="1" />
|
|
858
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_19 inputindex={1} />
|
|
859
859
|
*/
|
|
860
860
|
"inputindex"?: string | number;
|
|
861
861
|
/**
|
|
@@ -866,10 +866,10 @@ declare namespace LocalJSX {
|
|
|
866
866
|
"label"?: string;
|
|
867
867
|
"maxlength"?: string | number;
|
|
868
868
|
"name"?: string;
|
|
869
|
-
"onBlurChanged"?: (event:
|
|
870
|
-
"onFocusChanged"?: (event:
|
|
871
|
-
"onInvalidChanged"?: (event:
|
|
872
|
-
"onValueChanged"?: (event:
|
|
869
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_19CustomEvent<string>) => void;
|
|
870
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_19CustomEvent<string>) => void;
|
|
871
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_19CustomEvent<string>) => void;
|
|
872
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_19CustomEvent<string>) => void;
|
|
873
873
|
"placeholder"?: string;
|
|
874
874
|
"readonly"?: string | boolean;
|
|
875
875
|
"required"?: boolean;
|
|
@@ -883,88 +883,88 @@ declare namespace LocalJSX {
|
|
|
883
883
|
"textareaautofocus"?: boolean;
|
|
884
884
|
"value"?: string | number;
|
|
885
885
|
}
|
|
886
|
-
interface
|
|
886
|
+
interface TttxToggle_1_9_19 {
|
|
887
887
|
"initialstate"?: boolean | string;
|
|
888
|
-
"onToggleSwitchEvent"?: (event:
|
|
888
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_19CustomEvent<{checked: boolean}>) => void;
|
|
889
889
|
}
|
|
890
|
-
interface
|
|
890
|
+
interface TttxToolbar_1_9_19 {
|
|
891
891
|
"border"?: boolean;
|
|
892
892
|
}
|
|
893
|
-
interface
|
|
893
|
+
interface TttxTreeView_1_9_19 {
|
|
894
894
|
"data"?: TreeViewItem[];
|
|
895
|
-
"onCheckboxChange"?: (event:
|
|
896
|
-
"onClickEvent"?: (event:
|
|
897
|
-
"onExpandNode"?: (event:
|
|
895
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_19CustomEvent<TreeViewItem[]>) => void;
|
|
896
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_19CustomEvent<TreeViewItem>) => void;
|
|
897
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_19CustomEvent<ExpandNodeEvent>) => void;
|
|
898
898
|
}
|
|
899
899
|
interface IntrinsicElements {
|
|
900
|
-
"tttx-
|
|
901
|
-
"tttx-checkbox-group-
|
|
902
|
-
"tttx-checkbox-group-
|
|
903
|
-
"tttx-checkbox-
|
|
904
|
-
"tttx-
|
|
905
|
-
"tttx-
|
|
906
|
-
"tttx-data-
|
|
907
|
-
"tttx-
|
|
908
|
-
"tttx-dialog-
|
|
909
|
-
"tttx-
|
|
910
|
-
"tttx-
|
|
911
|
-
"tttx-
|
|
912
|
-
"tttx-
|
|
913
|
-
"tttx-
|
|
914
|
-
"tttx-
|
|
915
|
-
"tttx-keyvalue-
|
|
916
|
-
"tttx-
|
|
917
|
-
"tttx-loading-
|
|
918
|
-
"tttx-multiselect-
|
|
919
|
-
"tttx-percentage-
|
|
920
|
-
"tttx-
|
|
921
|
-
"tttx-select-
|
|
922
|
-
"tttx-
|
|
923
|
-
"tttx-standalone-
|
|
924
|
-
"tttx-
|
|
925
|
-
"tttx-
|
|
926
|
-
"tttx-
|
|
927
|
-
"tttx-
|
|
928
|
-
"tttx-
|
|
929
|
-
"tttx-
|
|
930
|
-
"tttx-tree-
|
|
900
|
+
"tttx-button_1_9_19": TttxButton_1_9_19;
|
|
901
|
+
"tttx-checkbox-group-caption_1_9_19": TttxCheckboxGroupCaption_1_9_19;
|
|
902
|
+
"tttx-checkbox-group-heading_1_9_19": TttxCheckboxGroupHeading_1_9_19;
|
|
903
|
+
"tttx-checkbox-group_1_9_19": TttxCheckboxGroup_1_9_19;
|
|
904
|
+
"tttx-checkbox_1_9_19": TttxCheckbox_1_9_19;
|
|
905
|
+
"tttx-comments_1_9_19": TttxComments_1_9_19;
|
|
906
|
+
"tttx-data-pattern_1_9_19": TttxDataPattern_1_9_19;
|
|
907
|
+
"tttx-datacard_1_9_19": TttxDatacard_1_9_19;
|
|
908
|
+
"tttx-dialog-box_1_9_19": TttxDialogBox_1_9_19;
|
|
909
|
+
"tttx-dialog_1_9_19": TttxDialog_1_9_19;
|
|
910
|
+
"tttx-expander_1_9_19": TttxExpander_1_9_19;
|
|
911
|
+
"tttx-filter_1_9_19": TttxFilter_1_9_19;
|
|
912
|
+
"tttx-form_1_9_19": TttxForm_1_9_19;
|
|
913
|
+
"tttx-graph_1_9_19": TttxGraph_1_9_19;
|
|
914
|
+
"tttx-icon_1_9_19": TttxIcon_1_9_19;
|
|
915
|
+
"tttx-keyvalue-block_1_9_19": TttxKeyvalueBlock_1_9_19;
|
|
916
|
+
"tttx-list_1_9_19": TttxList_1_9_19;
|
|
917
|
+
"tttx-loading-spinner_1_9_19": TttxLoadingSpinner_1_9_19;
|
|
918
|
+
"tttx-multiselect-box_1_9_19": TttxMultiselectBox_1_9_19;
|
|
919
|
+
"tttx-percentage-bar_1_9_19": TttxPercentageBar_1_9_19;
|
|
920
|
+
"tttx-qrcode_1_9_19": TttxQrcode_1_9_19;
|
|
921
|
+
"tttx-select-box_1_9_19": TttxSelectBox_1_9_19;
|
|
922
|
+
"tttx-sorter_1_9_19": TttxSorter_1_9_19;
|
|
923
|
+
"tttx-standalone-input_1_9_19": TttxStandaloneInput_1_9_19;
|
|
924
|
+
"tttx-table_1_9_19": TttxTable_1_9_19;
|
|
925
|
+
"tttx-tabs_1_9_19": TttxTabs_1_9_19;
|
|
926
|
+
"tttx-tag_1_9_19": TttxTag_1_9_19;
|
|
927
|
+
"tttx-textarea_1_9_19": TttxTextarea_1_9_19;
|
|
928
|
+
"tttx-toggle_1_9_19": TttxToggle_1_9_19;
|
|
929
|
+
"tttx-toolbar_1_9_19": TttxToolbar_1_9_19;
|
|
930
|
+
"tttx-tree-view_1_9_19": TttxTreeView_1_9_19;
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
933
|
export { LocalJSX as JSX };
|
|
934
934
|
declare module "@stencil/core" {
|
|
935
935
|
export namespace JSX {
|
|
936
936
|
interface IntrinsicElements {
|
|
937
|
-
"tttx-
|
|
938
|
-
"tttx-checkbox-group-
|
|
939
|
-
"tttx-checkbox-group-
|
|
940
|
-
"tttx-checkbox-
|
|
941
|
-
"tttx-
|
|
942
|
-
"tttx-
|
|
943
|
-
"tttx-data-
|
|
944
|
-
"tttx-
|
|
945
|
-
"tttx-dialog-
|
|
946
|
-
"tttx-
|
|
947
|
-
"tttx-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-
|
|
950
|
-
"tttx-
|
|
951
|
-
"tttx-
|
|
952
|
-
"tttx-keyvalue-
|
|
953
|
-
"tttx-
|
|
954
|
-
"tttx-loading-
|
|
955
|
-
"tttx-multiselect-
|
|
956
|
-
"tttx-percentage-
|
|
957
|
-
"tttx-
|
|
958
|
-
"tttx-select-
|
|
959
|
-
"tttx-
|
|
960
|
-
"tttx-standalone-
|
|
961
|
-
"tttx-
|
|
962
|
-
"tttx-
|
|
963
|
-
"tttx-
|
|
964
|
-
"tttx-
|
|
965
|
-
"tttx-
|
|
966
|
-
"tttx-
|
|
967
|
-
"tttx-tree-
|
|
937
|
+
"tttx-button_1_9_19": LocalJSX.TttxButton_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_19Element>;
|
|
938
|
+
"tttx-checkbox-group-caption_1_9_19": LocalJSX.TttxCheckboxGroupCaption_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_19Element>;
|
|
939
|
+
"tttx-checkbox-group-heading_1_9_19": LocalJSX.TttxCheckboxGroupHeading_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_19Element>;
|
|
940
|
+
"tttx-checkbox-group_1_9_19": LocalJSX.TttxCheckboxGroup_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_19Element>;
|
|
941
|
+
"tttx-checkbox_1_9_19": LocalJSX.TttxCheckbox_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_19Element>;
|
|
942
|
+
"tttx-comments_1_9_19": LocalJSX.TttxComments_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_19Element>;
|
|
943
|
+
"tttx-data-pattern_1_9_19": LocalJSX.TttxDataPattern_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_19Element>;
|
|
944
|
+
"tttx-datacard_1_9_19": LocalJSX.TttxDatacard_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_19Element>;
|
|
945
|
+
"tttx-dialog-box_1_9_19": LocalJSX.TttxDialogBox_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_19Element>;
|
|
946
|
+
"tttx-dialog_1_9_19": LocalJSX.TttxDialog_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_19Element>;
|
|
947
|
+
"tttx-expander_1_9_19": LocalJSX.TttxExpander_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_19Element>;
|
|
948
|
+
"tttx-filter_1_9_19": LocalJSX.TttxFilter_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_19Element>;
|
|
949
|
+
"tttx-form_1_9_19": LocalJSX.TttxForm_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_19Element>;
|
|
950
|
+
"tttx-graph_1_9_19": LocalJSX.TttxGraph_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_19Element>;
|
|
951
|
+
"tttx-icon_1_9_19": LocalJSX.TttxIcon_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_19Element>;
|
|
952
|
+
"tttx-keyvalue-block_1_9_19": LocalJSX.TttxKeyvalueBlock_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_19Element>;
|
|
953
|
+
"tttx-list_1_9_19": LocalJSX.TttxList_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_19Element>;
|
|
954
|
+
"tttx-loading-spinner_1_9_19": LocalJSX.TttxLoadingSpinner_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_19Element>;
|
|
955
|
+
"tttx-multiselect-box_1_9_19": LocalJSX.TttxMultiselectBox_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_19Element>;
|
|
956
|
+
"tttx-percentage-bar_1_9_19": LocalJSX.TttxPercentageBar_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_19Element>;
|
|
957
|
+
"tttx-qrcode_1_9_19": LocalJSX.TttxQrcode_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_19Element>;
|
|
958
|
+
"tttx-select-box_1_9_19": LocalJSX.TttxSelectBox_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_19Element>;
|
|
959
|
+
"tttx-sorter_1_9_19": LocalJSX.TttxSorter_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_19Element>;
|
|
960
|
+
"tttx-standalone-input_1_9_19": LocalJSX.TttxStandaloneInput_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_19Element>;
|
|
961
|
+
"tttx-table_1_9_19": LocalJSX.TttxTable_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_19Element>;
|
|
962
|
+
"tttx-tabs_1_9_19": LocalJSX.TttxTabs_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_19Element>;
|
|
963
|
+
"tttx-tag_1_9_19": LocalJSX.TttxTag_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_19Element>;
|
|
964
|
+
"tttx-textarea_1_9_19": LocalJSX.TttxTextarea_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_19Element>;
|
|
965
|
+
"tttx-toggle_1_9_19": LocalJSX.TttxToggle_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_19Element>;
|
|
966
|
+
"tttx-toolbar_1_9_19": LocalJSX.TttxToolbar_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_19Element>;
|
|
967
|
+
"tttx-tree-view_1_9_19": LocalJSX.TttxTreeView_1_9_19 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_19Element>;
|
|
968
968
|
}
|
|
969
969
|
}
|
|
970
970
|
}
|