@3t-transform/threeteeui 1.9.9 → 1.9.10
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_9.cjs.entry.js → tttx-button_1_9_10.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_9.cjs.entry.js → tttx-checkbox-group-caption_1_9_10.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_9.cjs.entry.js → tttx-checkbox-group-heading_1_9_10.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_9.cjs.entry.js → tttx-checkbox-group_1_9_10.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_9.cjs.entry.js → tttx-checkbox_1_9_10.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_9.cjs.entry.js → tttx-comments_1_9_10.cjs.entry.js} +2 -2
- package/dist/cjs/tttx-data-pattern_1_9_10.cjs.entry.js +30 -0
- package/dist/cjs/{tttx-datacard_1_9_9.cjs.entry.js → tttx-datacard_1_9_10.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_9.cjs.entry.js → tttx-dialog-box_1_9_10.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_9.cjs.entry.js → tttx-dialog_1_9_10.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_9.cjs.entry.js → tttx-expander_1_9_10.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_9_4.cjs.entry.js → tttx-filter_1_9_10_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_9.cjs.entry.js → tttx-form_1_9_10.cjs.entry.js} +6 -2
- package/dist/cjs/{tttx-graph_1_9_9.cjs.entry.js → tttx-graph_1_9_10.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_9.cjs.entry.js → tttx-icon_1_9_10.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_9.cjs.entry.js → tttx-keyvalue-block_1_9_10.cjs.entry.js} +1 -1
- package/dist/cjs/tttx-loading-spinner_1_9_10_2.cjs.entry.js +114 -0
- package/dist/cjs/{tttx-multiselect-box_1_9_9.cjs.entry.js → tttx-multiselect-box_1_9_10.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_9_9.cjs.entry.js → tttx-percentage-bar_1_9_10.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_9.cjs.entry.js → tttx-qrcode_1_9_10.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_9.cjs.entry.js → tttx-select-box_1_9_10.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-table_1_9_9.cjs.entry.js → tttx-table_1_9_10.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_9.cjs.entry.js → tttx-tabs_1_9_10.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_9_9.cjs.entry.js → tttx-tag_1_9_10.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_9_9.cjs.entry.js → tttx-textarea_1_9_10.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_9.cjs.entry.js → tttx-toggle_1_9_10.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_9.cjs.entry.js → tttx-tree-view_1_9_10.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 +6 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +6 -6
- 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 +33 -33
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +4 -4
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +18 -18
- 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-toolbar_1_9_9.d.ts → tttx-button_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_9.js → tttx-button_1_9_10.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_9.js → tttx-checkbox-group-caption_1_9_10.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_9.js → tttx-checkbox-group-heading_1_9_10.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_9.js → tttx-checkbox-group_1_9_10.js} +5 -5
- package/dist/components/{tttx-checkbox_1_9_9.d.ts → tttx-checkbox_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_9.js → tttx-checkbox_1_9_10.js} +7 -7
- package/dist/components/{tttx-comments_1_9_9.d.ts → tttx-comments_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_9.js → tttx-comments_1_9_10.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_9.js → tttx-data-pattern_1_9_10.js} +16 -16
- package/dist/components/tttx-datacard_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-datacard_1_9_9.js → tttx-datacard_1_9_10.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_9.js → tttx-dialog-box_1_9_10.js} +9 -9
- package/dist/components/{tttx-filter_1_9_9.d.ts → tttx-dialog_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_9.js → tttx-dialog_1_9_10.js} +8 -8
- package/dist/components/tttx-expander_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_9.js → tttx-expander_1_9_10.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/tttx-filter_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-filter_1_9_9.js → tttx-filter_1_9_10.js} +2 -2
- package/dist/components/{tttx-graph_1_9_9.d.ts → tttx-form_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_9.js → tttx-form_1_9_10.js} +14 -10
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-button_1_9_9.d.ts → tttx-graph_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_9.js → tttx-graph_1_9_10.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-table_1_9_9.d.ts → tttx-icon_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_9.js → tttx-icon_1_9_10.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_9.js → tttx-keyvalue-block_1_9_10.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_9.d.ts → tttx-list_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_9.js → tttx-list_1_9_10.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_9.js → tttx-loading-spinner_1_9_10.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_9.js → tttx-multiselect-box_1_9_10.js} +14 -14
- package/dist/components/tttx-percentage-bar_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_9.js → tttx-percentage-bar_1_9_10.js} +6 -6
- package/dist/components/tttx-qrcode_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-qrcode_1_9_9.js → tttx-qrcode_1_9_10.js} +5 -5
- package/dist/components/tttx-select-box.js +9 -9
- package/dist/components/tttx-select-box_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_9.js → tttx-select-box_1_9_10.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_9.js → tttx-sorter_1_9_10.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_9.js → tttx-standalone-input_1_9_10.js} +2 -2
- package/dist/components/{tttx-dialog_1_9_9.d.ts → tttx-table_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_9.js → tttx-table_1_9_10.js} +5 -5
- package/dist/components/{tttx-form_1_9_9.d.ts → tttx-tabs_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_9.js → tttx-tabs_1_9_10.js} +9 -9
- package/dist/components/{tttx-tabs_1_9_9.d.ts → tttx-tag_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_9.js → tttx-tag_1_9_10.js} +5 -5
- package/dist/components/tttx-textarea_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_9.js → tttx-textarea_1_9_10.js} +6 -6
- package/dist/components/tttx-toggle_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_9.js → tttx-toggle_1_9_10.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-datacard_1_9_9.d.ts → tttx-toolbar_1_9_10.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_9_9.js → tttx-toolbar_1_9_10.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_10.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_9.js → tttx-tree-view_1_9_10.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_9.entry.js → tttx-button_1_9_10.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_9.entry.js → tttx-checkbox-group-caption_1_9_10.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_9.entry.js → tttx-checkbox-group-heading_1_9_10.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_9.entry.js → tttx-checkbox-group_1_9_10.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_9.entry.js → tttx-checkbox_1_9_10.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_9.entry.js → tttx-comments_1_9_10.entry.js} +2 -2
- package/dist/esm/tttx-data-pattern_1_9_10.entry.js +26 -0
- package/dist/esm/{tttx-datacard_1_9_9.entry.js → tttx-datacard_1_9_10.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_9.entry.js → tttx-dialog-box_1_9_10.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_9.entry.js → tttx-dialog_1_9_10.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_9.entry.js → tttx-expander_1_9_10.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_9_4.entry.js → tttx-filter_1_9_10_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_9.entry.js → tttx-form_1_9_10.entry.js} +6 -2
- package/dist/esm/{tttx-graph_1_9_9.entry.js → tttx-graph_1_9_10.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_9.entry.js → tttx-icon_1_9_10.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_9.entry.js → tttx-keyvalue-block_1_9_10.entry.js} +1 -1
- package/dist/esm/tttx-loading-spinner_1_9_10_2.entry.js +109 -0
- package/dist/esm/{tttx-multiselect-box_1_9_9.entry.js → tttx-multiselect-box_1_9_10.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_9_9.entry.js → tttx-percentage-bar_1_9_10.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_9.entry.js → tttx-qrcode_1_9_10.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_9.entry.js → tttx-select-box_1_9_10.entry.js} +4 -4
- package/dist/esm/{tttx-table_1_9_9.entry.js → tttx-table_1_9_10.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_9.entry.js → tttx-tabs_1_9_10.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_9_9.entry.js → tttx-tag_1_9_10.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_9_9.entry.js → tttx-textarea_1_9_10.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_9.entry.js → tttx-toggle_1_9_10.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_9.entry.js → tttx-tree-view_1_9_10.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-2d4c1e8a.entry.js +1 -1
- package/dist/tttx/p-3771e252.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-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-63c63c26.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.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-9412b7bb.entry.js +1 -0
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-983d63ff.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-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 +365 -365
- package/package.json +1 -1
- package/dist/cjs/tttx-data-pattern_1_9_9.cjs.entry.js +0 -30
- package/dist/cjs/tttx-loading-spinner_1_9_9_2.cjs.entry.js +0 -114
- package/dist/components/tttx-checkbox-group-caption_1_9_9.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_9.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_9.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_9.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_9.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_9.d.ts +0 -11
- package/dist/components/tttx-icon_1_9_9.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_9.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_9.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_9.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_9.d.ts +0 -11
- package/dist/components/tttx-qrcode_1_9_9.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_9.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_9.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_9.d.ts +0 -11
- package/dist/components/tttx-tag_1_9_9.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_9.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_9.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_9.d.ts +0 -11
- package/dist/esm/tttx-data-pattern_1_9_9.entry.js +0 -26
- package/dist/esm/tttx-loading-spinner_1_9_9_2.entry.js +0 -109
- package/dist/tttx/p-35e451de.entry.js +0 -1
|
@@ -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_10 {
|
|
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_10 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_10 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_10 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_10 {
|
|
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_10 {
|
|
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_10 {
|
|
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_10 {
|
|
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_10 {
|
|
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_10 {
|
|
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_10 {
|
|
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_10 {
|
|
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_10 {
|
|
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
|
|
@@ -139,30 +139,30 @@ export namespace Components {
|
|
|
139
139
|
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
140
140
|
"submit": () => Promise<void>;
|
|
141
141
|
}
|
|
142
|
-
interface
|
|
142
|
+
interface TttxGraph_1_9_10 {
|
|
143
143
|
"chartData": string;
|
|
144
144
|
"chartText": string;
|
|
145
145
|
"chartType": string;
|
|
146
146
|
}
|
|
147
|
-
interface
|
|
147
|
+
interface TttxIcon_1_9_10 {
|
|
148
148
|
"color": string;
|
|
149
149
|
"icon": string;
|
|
150
150
|
"size": number;
|
|
151
151
|
}
|
|
152
|
-
interface
|
|
152
|
+
interface TttxKeyvalueBlock_1_9_10 {
|
|
153
153
|
"horizontal": boolean;
|
|
154
154
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
155
155
|
"spacedout": boolean;
|
|
156
156
|
}
|
|
157
|
-
interface
|
|
157
|
+
interface TttxList_1_9_10 {
|
|
158
158
|
"data": string | ListItem[];
|
|
159
159
|
"name": string;
|
|
160
160
|
}
|
|
161
|
-
interface
|
|
161
|
+
interface TttxLoadingSpinner_1_9_10 {
|
|
162
162
|
"loadingMessage": boolean;
|
|
163
163
|
"size": 'small' | 'large';
|
|
164
164
|
}
|
|
165
|
-
interface
|
|
165
|
+
interface TttxMultiselectBox_1_9_10 {
|
|
166
166
|
"htmlVisibleValue": boolean;
|
|
167
167
|
"inline": boolean;
|
|
168
168
|
"isLoading": boolean;
|
|
@@ -173,18 +173,18 @@ export namespace Components {
|
|
|
173
173
|
"stopLocalSearch": boolean;
|
|
174
174
|
"visibleValue": string;
|
|
175
175
|
}
|
|
176
|
-
interface
|
|
176
|
+
interface TttxPercentageBar_1_9_10 {
|
|
177
177
|
"color"?: string;
|
|
178
178
|
"labelid"?: string;
|
|
179
179
|
"min": string;
|
|
180
180
|
"percentage": string | number;
|
|
181
181
|
"thresholds"?: string | Threshold[];
|
|
182
182
|
}
|
|
183
|
-
interface
|
|
183
|
+
interface TttxQrcode_1_9_10 {
|
|
184
184
|
"link": string;
|
|
185
185
|
"size": number;
|
|
186
186
|
}
|
|
187
|
-
interface
|
|
187
|
+
interface TttxSelectBox_1_9_10 {
|
|
188
188
|
"errorMsg": string;
|
|
189
189
|
"inline": boolean;
|
|
190
190
|
"isLoading": boolean;
|
|
@@ -198,13 +198,13 @@ export namespace Components {
|
|
|
198
198
|
"showErrorMsg": boolean;
|
|
199
199
|
"useExternalFiltering": boolean;
|
|
200
200
|
}
|
|
201
|
-
interface
|
|
201
|
+
interface TttxSorter_1_9_10 {
|
|
202
202
|
"defaultOption": string;
|
|
203
203
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
204
204
|
"fieldOptionsData": string | SorterData;
|
|
205
205
|
"sorterKey": string;
|
|
206
206
|
}
|
|
207
|
-
interface
|
|
207
|
+
interface TttxStandaloneInput_1_9_10 {
|
|
208
208
|
"autocomplete": 'off' | 'on';
|
|
209
209
|
"checked": boolean;
|
|
210
210
|
"disabled": boolean;
|
|
@@ -220,8 +220,8 @@ export namespace Components {
|
|
|
220
220
|
"inputiconcolor": string;
|
|
221
221
|
/**
|
|
222
222
|
* tabindex - Allows the HTML elements to be focusable
|
|
223
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
224
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
223
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_10 input-index="1" />
|
|
224
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_10 inputindex={1} />
|
|
225
225
|
*/
|
|
226
226
|
"inputindex": string | number;
|
|
227
227
|
/**
|
|
@@ -249,7 +249,7 @@ export namespace Components {
|
|
|
249
249
|
"type": string;
|
|
250
250
|
"value": string | number;
|
|
251
251
|
}
|
|
252
|
-
interface
|
|
252
|
+
interface TttxTable_1_9_10 {
|
|
253
253
|
"data": any;
|
|
254
254
|
"draggableHeaders": boolean;
|
|
255
255
|
"headers": TableHeader[];
|
|
@@ -257,24 +257,24 @@ export namespace Components {
|
|
|
257
257
|
"selectable": boolean;
|
|
258
258
|
"selected": number;
|
|
259
259
|
}
|
|
260
|
-
interface
|
|
260
|
+
interface TttxTabs_1_9_10 {
|
|
261
261
|
"navigation": boolean;
|
|
262
262
|
"tabs": string | Tab[];
|
|
263
263
|
"tabsName": string;
|
|
264
264
|
"wide": boolean;
|
|
265
265
|
}
|
|
266
|
-
interface
|
|
266
|
+
interface TttxTag_1_9_10 {
|
|
267
267
|
"color": string;
|
|
268
268
|
"text": string;
|
|
269
269
|
"textColor": string;
|
|
270
270
|
}
|
|
271
|
-
interface
|
|
271
|
+
interface TttxTextarea_1_9_10 {
|
|
272
272
|
"disabled": boolean;
|
|
273
273
|
"errormsg": string;
|
|
274
274
|
/**
|
|
275
275
|
* tabindex - Allows the HTML elements to be focusable
|
|
276
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
277
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
276
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_10 input-index="1" />
|
|
277
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_10 inputindex={1} />
|
|
278
278
|
*/
|
|
279
279
|
"inputindex": string | number;
|
|
280
280
|
/**
|
|
@@ -298,335 +298,335 @@ export namespace Components {
|
|
|
298
298
|
"textareaautofocus": boolean;
|
|
299
299
|
"value": string | number;
|
|
300
300
|
}
|
|
301
|
-
interface
|
|
301
|
+
interface TttxToggle_1_9_10 {
|
|
302
302
|
"initialstate": boolean | string;
|
|
303
303
|
}
|
|
304
|
-
interface
|
|
304
|
+
interface TttxToolbar_1_9_10 {
|
|
305
305
|
"border": boolean;
|
|
306
306
|
}
|
|
307
|
-
interface
|
|
307
|
+
interface TttxTreeView_1_9_10 {
|
|
308
308
|
"data": TreeViewItem[];
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
export interface
|
|
311
|
+
export interface TttxCheckbox_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
312
312
|
detail: T;
|
|
313
|
-
target:
|
|
313
|
+
target: HTMLTttxCheckbox_1_9_10Element;
|
|
314
314
|
}
|
|
315
|
-
export interface
|
|
315
|
+
export interface TttxComments_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
316
316
|
detail: T;
|
|
317
|
-
target:
|
|
317
|
+
target: HTMLTttxComments_1_9_10Element;
|
|
318
318
|
}
|
|
319
|
-
export interface
|
|
319
|
+
export interface TttxDialogBox_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
320
320
|
detail: T;
|
|
321
|
-
target:
|
|
321
|
+
target: HTMLTttxDialogBox_1_9_10Element;
|
|
322
322
|
}
|
|
323
|
-
export interface
|
|
323
|
+
export interface TttxDialog_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
324
324
|
detail: T;
|
|
325
|
-
target:
|
|
325
|
+
target: HTMLTttxDialog_1_9_10Element;
|
|
326
326
|
}
|
|
327
|
-
export interface
|
|
327
|
+
export interface TttxExpander_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
328
328
|
detail: T;
|
|
329
|
-
target:
|
|
329
|
+
target: HTMLTttxExpander_1_9_10Element;
|
|
330
330
|
}
|
|
331
|
-
export interface
|
|
331
|
+
export interface TttxFilter_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
332
332
|
detail: T;
|
|
333
|
-
target:
|
|
333
|
+
target: HTMLTttxFilter_1_9_10Element;
|
|
334
334
|
}
|
|
335
|
-
export interface
|
|
335
|
+
export interface TttxForm_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
336
336
|
detail: T;
|
|
337
|
-
target:
|
|
337
|
+
target: HTMLTttxForm_1_9_10Element;
|
|
338
338
|
}
|
|
339
|
-
export interface
|
|
339
|
+
export interface TttxList_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
340
340
|
detail: T;
|
|
341
|
-
target:
|
|
341
|
+
target: HTMLTttxList_1_9_10Element;
|
|
342
342
|
}
|
|
343
|
-
export interface
|
|
343
|
+
export interface TttxMultiselectBox_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
344
344
|
detail: T;
|
|
345
|
-
target:
|
|
345
|
+
target: HTMLTttxMultiselectBox_1_9_10Element;
|
|
346
346
|
}
|
|
347
|
-
export interface
|
|
347
|
+
export interface TttxSelectBox_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
348
348
|
detail: T;
|
|
349
|
-
target:
|
|
349
|
+
target: HTMLTttxSelectBox_1_9_10Element;
|
|
350
350
|
}
|
|
351
|
-
export interface
|
|
351
|
+
export interface TttxSorter_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
352
352
|
detail: T;
|
|
353
|
-
target:
|
|
353
|
+
target: HTMLTttxSorter_1_9_10Element;
|
|
354
354
|
}
|
|
355
|
-
export interface
|
|
355
|
+
export interface TttxStandaloneInput_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
356
356
|
detail: T;
|
|
357
|
-
target:
|
|
357
|
+
target: HTMLTttxStandaloneInput_1_9_10Element;
|
|
358
358
|
}
|
|
359
|
-
export interface
|
|
359
|
+
export interface TttxTable_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
360
360
|
detail: T;
|
|
361
|
-
target:
|
|
361
|
+
target: HTMLTttxTable_1_9_10Element;
|
|
362
362
|
}
|
|
363
|
-
export interface
|
|
363
|
+
export interface TttxTabs_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
364
364
|
detail: T;
|
|
365
|
-
target:
|
|
365
|
+
target: HTMLTttxTabs_1_9_10Element;
|
|
366
366
|
}
|
|
367
|
-
export interface
|
|
367
|
+
export interface TttxTextarea_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
368
368
|
detail: T;
|
|
369
|
-
target:
|
|
369
|
+
target: HTMLTttxTextarea_1_9_10Element;
|
|
370
370
|
}
|
|
371
|
-
export interface
|
|
371
|
+
export interface TttxToggle_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
372
372
|
detail: T;
|
|
373
|
-
target:
|
|
373
|
+
target: HTMLTttxToggle_1_9_10Element;
|
|
374
374
|
}
|
|
375
|
-
export interface
|
|
375
|
+
export interface TttxTreeView_1_9_10CustomEvent<T> extends CustomEvent<T> {
|
|
376
376
|
detail: T;
|
|
377
|
-
target:
|
|
377
|
+
target: HTMLTttxTreeView_1_9_10Element;
|
|
378
378
|
}
|
|
379
379
|
declare global {
|
|
380
|
-
interface
|
|
380
|
+
interface HTMLTttxButton_1_9_10Element extends Components.TttxButton_1_9_10, HTMLStencilElement {
|
|
381
381
|
}
|
|
382
|
-
var
|
|
383
|
-
prototype:
|
|
384
|
-
new ():
|
|
382
|
+
var HTMLTttxButton_1_9_10Element: {
|
|
383
|
+
prototype: HTMLTttxButton_1_9_10Element;
|
|
384
|
+
new (): HTMLTttxButton_1_9_10Element;
|
|
385
385
|
};
|
|
386
|
-
interface
|
|
386
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_10Element extends Components.TttxCheckboxGroupCaption_1_9_10, HTMLStencilElement {
|
|
387
387
|
}
|
|
388
|
-
var
|
|
389
|
-
prototype:
|
|
390
|
-
new ():
|
|
388
|
+
var HTMLTttxCheckboxGroupCaption_1_9_10Element: {
|
|
389
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_10Element;
|
|
390
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_10Element;
|
|
391
391
|
};
|
|
392
|
-
interface
|
|
392
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_10Element extends Components.TttxCheckboxGroupHeading_1_9_10, HTMLStencilElement {
|
|
393
393
|
}
|
|
394
|
-
var
|
|
395
|
-
prototype:
|
|
396
|
-
new ():
|
|
394
|
+
var HTMLTttxCheckboxGroupHeading_1_9_10Element: {
|
|
395
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_10Element;
|
|
396
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_10Element;
|
|
397
397
|
};
|
|
398
|
-
interface
|
|
398
|
+
interface HTMLTttxCheckboxGroup_1_9_10Element extends Components.TttxCheckboxGroup_1_9_10, HTMLStencilElement {
|
|
399
399
|
}
|
|
400
|
-
var
|
|
401
|
-
prototype:
|
|
402
|
-
new ():
|
|
400
|
+
var HTMLTttxCheckboxGroup_1_9_10Element: {
|
|
401
|
+
prototype: HTMLTttxCheckboxGroup_1_9_10Element;
|
|
402
|
+
new (): HTMLTttxCheckboxGroup_1_9_10Element;
|
|
403
403
|
};
|
|
404
|
-
interface
|
|
404
|
+
interface HTMLTttxCheckbox_1_9_10Element extends Components.TttxCheckbox_1_9_10, HTMLStencilElement {
|
|
405
405
|
}
|
|
406
|
-
var
|
|
407
|
-
prototype:
|
|
408
|
-
new ():
|
|
406
|
+
var HTMLTttxCheckbox_1_9_10Element: {
|
|
407
|
+
prototype: HTMLTttxCheckbox_1_9_10Element;
|
|
408
|
+
new (): HTMLTttxCheckbox_1_9_10Element;
|
|
409
409
|
};
|
|
410
|
-
interface
|
|
410
|
+
interface HTMLTttxComments_1_9_10Element extends Components.TttxComments_1_9_10, HTMLStencilElement {
|
|
411
411
|
}
|
|
412
|
-
var
|
|
413
|
-
prototype:
|
|
414
|
-
new ():
|
|
412
|
+
var HTMLTttxComments_1_9_10Element: {
|
|
413
|
+
prototype: HTMLTttxComments_1_9_10Element;
|
|
414
|
+
new (): HTMLTttxComments_1_9_10Element;
|
|
415
415
|
};
|
|
416
|
-
interface
|
|
416
|
+
interface HTMLTttxDataPattern_1_9_10Element extends Components.TttxDataPattern_1_9_10, HTMLStencilElement {
|
|
417
417
|
}
|
|
418
|
-
var
|
|
419
|
-
prototype:
|
|
420
|
-
new ():
|
|
418
|
+
var HTMLTttxDataPattern_1_9_10Element: {
|
|
419
|
+
prototype: HTMLTttxDataPattern_1_9_10Element;
|
|
420
|
+
new (): HTMLTttxDataPattern_1_9_10Element;
|
|
421
421
|
};
|
|
422
|
-
interface
|
|
422
|
+
interface HTMLTttxDatacard_1_9_10Element extends Components.TttxDatacard_1_9_10, HTMLStencilElement {
|
|
423
423
|
}
|
|
424
|
-
var
|
|
425
|
-
prototype:
|
|
426
|
-
new ():
|
|
424
|
+
var HTMLTttxDatacard_1_9_10Element: {
|
|
425
|
+
prototype: HTMLTttxDatacard_1_9_10Element;
|
|
426
|
+
new (): HTMLTttxDatacard_1_9_10Element;
|
|
427
427
|
};
|
|
428
|
-
interface
|
|
428
|
+
interface HTMLTttxDialogBox_1_9_10Element extends Components.TttxDialogBox_1_9_10, HTMLStencilElement {
|
|
429
429
|
}
|
|
430
|
-
var
|
|
431
|
-
prototype:
|
|
432
|
-
new ():
|
|
430
|
+
var HTMLTttxDialogBox_1_9_10Element: {
|
|
431
|
+
prototype: HTMLTttxDialogBox_1_9_10Element;
|
|
432
|
+
new (): HTMLTttxDialogBox_1_9_10Element;
|
|
433
433
|
};
|
|
434
|
-
interface
|
|
434
|
+
interface HTMLTttxDialog_1_9_10Element extends Components.TttxDialog_1_9_10, HTMLStencilElement {
|
|
435
435
|
}
|
|
436
|
-
var
|
|
437
|
-
prototype:
|
|
438
|
-
new ():
|
|
436
|
+
var HTMLTttxDialog_1_9_10Element: {
|
|
437
|
+
prototype: HTMLTttxDialog_1_9_10Element;
|
|
438
|
+
new (): HTMLTttxDialog_1_9_10Element;
|
|
439
439
|
};
|
|
440
|
-
interface
|
|
440
|
+
interface HTMLTttxExpander_1_9_10Element extends Components.TttxExpander_1_9_10, HTMLStencilElement {
|
|
441
441
|
}
|
|
442
|
-
var
|
|
443
|
-
prototype:
|
|
444
|
-
new ():
|
|
442
|
+
var HTMLTttxExpander_1_9_10Element: {
|
|
443
|
+
prototype: HTMLTttxExpander_1_9_10Element;
|
|
444
|
+
new (): HTMLTttxExpander_1_9_10Element;
|
|
445
445
|
};
|
|
446
|
-
interface
|
|
446
|
+
interface HTMLTttxFilter_1_9_10Element extends Components.TttxFilter_1_9_10, HTMLStencilElement {
|
|
447
447
|
}
|
|
448
|
-
var
|
|
449
|
-
prototype:
|
|
450
|
-
new ():
|
|
448
|
+
var HTMLTttxFilter_1_9_10Element: {
|
|
449
|
+
prototype: HTMLTttxFilter_1_9_10Element;
|
|
450
|
+
new (): HTMLTttxFilter_1_9_10Element;
|
|
451
451
|
};
|
|
452
|
-
interface
|
|
452
|
+
interface HTMLTttxForm_1_9_10Element extends Components.TttxForm_1_9_10, HTMLStencilElement {
|
|
453
453
|
}
|
|
454
|
-
var
|
|
455
|
-
prototype:
|
|
456
|
-
new ():
|
|
454
|
+
var HTMLTttxForm_1_9_10Element: {
|
|
455
|
+
prototype: HTMLTttxForm_1_9_10Element;
|
|
456
|
+
new (): HTMLTttxForm_1_9_10Element;
|
|
457
457
|
};
|
|
458
|
-
interface
|
|
458
|
+
interface HTMLTttxGraph_1_9_10Element extends Components.TttxGraph_1_9_10, HTMLStencilElement {
|
|
459
459
|
}
|
|
460
|
-
var
|
|
461
|
-
prototype:
|
|
462
|
-
new ():
|
|
460
|
+
var HTMLTttxGraph_1_9_10Element: {
|
|
461
|
+
prototype: HTMLTttxGraph_1_9_10Element;
|
|
462
|
+
new (): HTMLTttxGraph_1_9_10Element;
|
|
463
463
|
};
|
|
464
|
-
interface
|
|
464
|
+
interface HTMLTttxIcon_1_9_10Element extends Components.TttxIcon_1_9_10, HTMLStencilElement {
|
|
465
465
|
}
|
|
466
|
-
var
|
|
467
|
-
prototype:
|
|
468
|
-
new ():
|
|
466
|
+
var HTMLTttxIcon_1_9_10Element: {
|
|
467
|
+
prototype: HTMLTttxIcon_1_9_10Element;
|
|
468
|
+
new (): HTMLTttxIcon_1_9_10Element;
|
|
469
469
|
};
|
|
470
|
-
interface
|
|
470
|
+
interface HTMLTttxKeyvalueBlock_1_9_10Element extends Components.TttxKeyvalueBlock_1_9_10, HTMLStencilElement {
|
|
471
471
|
}
|
|
472
|
-
var
|
|
473
|
-
prototype:
|
|
474
|
-
new ():
|
|
472
|
+
var HTMLTttxKeyvalueBlock_1_9_10Element: {
|
|
473
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_10Element;
|
|
474
|
+
new (): HTMLTttxKeyvalueBlock_1_9_10Element;
|
|
475
475
|
};
|
|
476
|
-
interface
|
|
476
|
+
interface HTMLTttxList_1_9_10Element extends Components.TttxList_1_9_10, HTMLStencilElement {
|
|
477
477
|
}
|
|
478
|
-
var
|
|
479
|
-
prototype:
|
|
480
|
-
new ():
|
|
478
|
+
var HTMLTttxList_1_9_10Element: {
|
|
479
|
+
prototype: HTMLTttxList_1_9_10Element;
|
|
480
|
+
new (): HTMLTttxList_1_9_10Element;
|
|
481
481
|
};
|
|
482
|
-
interface
|
|
482
|
+
interface HTMLTttxLoadingSpinner_1_9_10Element extends Components.TttxLoadingSpinner_1_9_10, HTMLStencilElement {
|
|
483
483
|
}
|
|
484
|
-
var
|
|
485
|
-
prototype:
|
|
486
|
-
new ():
|
|
484
|
+
var HTMLTttxLoadingSpinner_1_9_10Element: {
|
|
485
|
+
prototype: HTMLTttxLoadingSpinner_1_9_10Element;
|
|
486
|
+
new (): HTMLTttxLoadingSpinner_1_9_10Element;
|
|
487
487
|
};
|
|
488
|
-
interface
|
|
488
|
+
interface HTMLTttxMultiselectBox_1_9_10Element extends Components.TttxMultiselectBox_1_9_10, HTMLStencilElement {
|
|
489
489
|
}
|
|
490
|
-
var
|
|
491
|
-
prototype:
|
|
492
|
-
new ():
|
|
490
|
+
var HTMLTttxMultiselectBox_1_9_10Element: {
|
|
491
|
+
prototype: HTMLTttxMultiselectBox_1_9_10Element;
|
|
492
|
+
new (): HTMLTttxMultiselectBox_1_9_10Element;
|
|
493
493
|
};
|
|
494
|
-
interface
|
|
494
|
+
interface HTMLTttxPercentageBar_1_9_10Element extends Components.TttxPercentageBar_1_9_10, HTMLStencilElement {
|
|
495
495
|
}
|
|
496
|
-
var
|
|
497
|
-
prototype:
|
|
498
|
-
new ():
|
|
496
|
+
var HTMLTttxPercentageBar_1_9_10Element: {
|
|
497
|
+
prototype: HTMLTttxPercentageBar_1_9_10Element;
|
|
498
|
+
new (): HTMLTttxPercentageBar_1_9_10Element;
|
|
499
499
|
};
|
|
500
|
-
interface
|
|
500
|
+
interface HTMLTttxQrcode_1_9_10Element extends Components.TttxQrcode_1_9_10, HTMLStencilElement {
|
|
501
501
|
}
|
|
502
|
-
var
|
|
503
|
-
prototype:
|
|
504
|
-
new ():
|
|
502
|
+
var HTMLTttxQrcode_1_9_10Element: {
|
|
503
|
+
prototype: HTMLTttxQrcode_1_9_10Element;
|
|
504
|
+
new (): HTMLTttxQrcode_1_9_10Element;
|
|
505
505
|
};
|
|
506
|
-
interface
|
|
506
|
+
interface HTMLTttxSelectBox_1_9_10Element extends Components.TttxSelectBox_1_9_10, HTMLStencilElement {
|
|
507
507
|
}
|
|
508
|
-
var
|
|
509
|
-
prototype:
|
|
510
|
-
new ():
|
|
508
|
+
var HTMLTttxSelectBox_1_9_10Element: {
|
|
509
|
+
prototype: HTMLTttxSelectBox_1_9_10Element;
|
|
510
|
+
new (): HTMLTttxSelectBox_1_9_10Element;
|
|
511
511
|
};
|
|
512
|
-
interface
|
|
512
|
+
interface HTMLTttxSorter_1_9_10Element extends Components.TttxSorter_1_9_10, HTMLStencilElement {
|
|
513
513
|
}
|
|
514
|
-
var
|
|
515
|
-
prototype:
|
|
516
|
-
new ():
|
|
514
|
+
var HTMLTttxSorter_1_9_10Element: {
|
|
515
|
+
prototype: HTMLTttxSorter_1_9_10Element;
|
|
516
|
+
new (): HTMLTttxSorter_1_9_10Element;
|
|
517
517
|
};
|
|
518
|
-
interface
|
|
518
|
+
interface HTMLTttxStandaloneInput_1_9_10Element extends Components.TttxStandaloneInput_1_9_10, HTMLStencilElement {
|
|
519
519
|
}
|
|
520
|
-
var
|
|
521
|
-
prototype:
|
|
522
|
-
new ():
|
|
520
|
+
var HTMLTttxStandaloneInput_1_9_10Element: {
|
|
521
|
+
prototype: HTMLTttxStandaloneInput_1_9_10Element;
|
|
522
|
+
new (): HTMLTttxStandaloneInput_1_9_10Element;
|
|
523
523
|
};
|
|
524
|
-
interface
|
|
524
|
+
interface HTMLTttxTable_1_9_10Element extends Components.TttxTable_1_9_10, HTMLStencilElement {
|
|
525
525
|
}
|
|
526
|
-
var
|
|
527
|
-
prototype:
|
|
528
|
-
new ():
|
|
526
|
+
var HTMLTttxTable_1_9_10Element: {
|
|
527
|
+
prototype: HTMLTttxTable_1_9_10Element;
|
|
528
|
+
new (): HTMLTttxTable_1_9_10Element;
|
|
529
529
|
};
|
|
530
|
-
interface
|
|
530
|
+
interface HTMLTttxTabs_1_9_10Element extends Components.TttxTabs_1_9_10, HTMLStencilElement {
|
|
531
531
|
}
|
|
532
|
-
var
|
|
533
|
-
prototype:
|
|
534
|
-
new ():
|
|
532
|
+
var HTMLTttxTabs_1_9_10Element: {
|
|
533
|
+
prototype: HTMLTttxTabs_1_9_10Element;
|
|
534
|
+
new (): HTMLTttxTabs_1_9_10Element;
|
|
535
535
|
};
|
|
536
|
-
interface
|
|
536
|
+
interface HTMLTttxTag_1_9_10Element extends Components.TttxTag_1_9_10, HTMLStencilElement {
|
|
537
537
|
}
|
|
538
|
-
var
|
|
539
|
-
prototype:
|
|
540
|
-
new ():
|
|
538
|
+
var HTMLTttxTag_1_9_10Element: {
|
|
539
|
+
prototype: HTMLTttxTag_1_9_10Element;
|
|
540
|
+
new (): HTMLTttxTag_1_9_10Element;
|
|
541
541
|
};
|
|
542
|
-
interface
|
|
542
|
+
interface HTMLTttxTextarea_1_9_10Element extends Components.TttxTextarea_1_9_10, HTMLStencilElement {
|
|
543
543
|
}
|
|
544
|
-
var
|
|
545
|
-
prototype:
|
|
546
|
-
new ():
|
|
544
|
+
var HTMLTttxTextarea_1_9_10Element: {
|
|
545
|
+
prototype: HTMLTttxTextarea_1_9_10Element;
|
|
546
|
+
new (): HTMLTttxTextarea_1_9_10Element;
|
|
547
547
|
};
|
|
548
|
-
interface
|
|
548
|
+
interface HTMLTttxToggle_1_9_10Element extends Components.TttxToggle_1_9_10, HTMLStencilElement {
|
|
549
549
|
}
|
|
550
|
-
var
|
|
551
|
-
prototype:
|
|
552
|
-
new ():
|
|
550
|
+
var HTMLTttxToggle_1_9_10Element: {
|
|
551
|
+
prototype: HTMLTttxToggle_1_9_10Element;
|
|
552
|
+
new (): HTMLTttxToggle_1_9_10Element;
|
|
553
553
|
};
|
|
554
|
-
interface
|
|
554
|
+
interface HTMLTttxToolbar_1_9_10Element extends Components.TttxToolbar_1_9_10, HTMLStencilElement {
|
|
555
555
|
}
|
|
556
|
-
var
|
|
557
|
-
prototype:
|
|
558
|
-
new ():
|
|
556
|
+
var HTMLTttxToolbar_1_9_10Element: {
|
|
557
|
+
prototype: HTMLTttxToolbar_1_9_10Element;
|
|
558
|
+
new (): HTMLTttxToolbar_1_9_10Element;
|
|
559
559
|
};
|
|
560
|
-
interface
|
|
560
|
+
interface HTMLTttxTreeView_1_9_10Element extends Components.TttxTreeView_1_9_10, HTMLStencilElement {
|
|
561
561
|
}
|
|
562
|
-
var
|
|
563
|
-
prototype:
|
|
564
|
-
new ():
|
|
562
|
+
var HTMLTttxTreeView_1_9_10Element: {
|
|
563
|
+
prototype: HTMLTttxTreeView_1_9_10Element;
|
|
564
|
+
new (): HTMLTttxTreeView_1_9_10Element;
|
|
565
565
|
};
|
|
566
566
|
interface HTMLElementTagNameMap {
|
|
567
|
-
"tttx-
|
|
568
|
-
"tttx-checkbox-group-
|
|
569
|
-
"tttx-checkbox-group-
|
|
570
|
-
"tttx-checkbox-
|
|
571
|
-
"tttx-
|
|
572
|
-
"tttx-
|
|
573
|
-
"tttx-data-
|
|
574
|
-
"tttx-
|
|
575
|
-
"tttx-dialog-
|
|
576
|
-
"tttx-
|
|
577
|
-
"tttx-
|
|
578
|
-
"tttx-
|
|
579
|
-
"tttx-
|
|
580
|
-
"tttx-
|
|
581
|
-
"tttx-
|
|
582
|
-
"tttx-keyvalue-
|
|
583
|
-
"tttx-
|
|
584
|
-
"tttx-loading-
|
|
585
|
-
"tttx-multiselect-
|
|
586
|
-
"tttx-percentage-
|
|
587
|
-
"tttx-
|
|
588
|
-
"tttx-select-
|
|
589
|
-
"tttx-
|
|
590
|
-
"tttx-standalone-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-
|
|
597
|
-
"tttx-tree-
|
|
567
|
+
"tttx-button_1_9_10": HTMLTttxButton_1_9_10Element;
|
|
568
|
+
"tttx-checkbox-group-caption_1_9_10": HTMLTttxCheckboxGroupCaption_1_9_10Element;
|
|
569
|
+
"tttx-checkbox-group-heading_1_9_10": HTMLTttxCheckboxGroupHeading_1_9_10Element;
|
|
570
|
+
"tttx-checkbox-group_1_9_10": HTMLTttxCheckboxGroup_1_9_10Element;
|
|
571
|
+
"tttx-checkbox_1_9_10": HTMLTttxCheckbox_1_9_10Element;
|
|
572
|
+
"tttx-comments_1_9_10": HTMLTttxComments_1_9_10Element;
|
|
573
|
+
"tttx-data-pattern_1_9_10": HTMLTttxDataPattern_1_9_10Element;
|
|
574
|
+
"tttx-datacard_1_9_10": HTMLTttxDatacard_1_9_10Element;
|
|
575
|
+
"tttx-dialog-box_1_9_10": HTMLTttxDialogBox_1_9_10Element;
|
|
576
|
+
"tttx-dialog_1_9_10": HTMLTttxDialog_1_9_10Element;
|
|
577
|
+
"tttx-expander_1_9_10": HTMLTttxExpander_1_9_10Element;
|
|
578
|
+
"tttx-filter_1_9_10": HTMLTttxFilter_1_9_10Element;
|
|
579
|
+
"tttx-form_1_9_10": HTMLTttxForm_1_9_10Element;
|
|
580
|
+
"tttx-graph_1_9_10": HTMLTttxGraph_1_9_10Element;
|
|
581
|
+
"tttx-icon_1_9_10": HTMLTttxIcon_1_9_10Element;
|
|
582
|
+
"tttx-keyvalue-block_1_9_10": HTMLTttxKeyvalueBlock_1_9_10Element;
|
|
583
|
+
"tttx-list_1_9_10": HTMLTttxList_1_9_10Element;
|
|
584
|
+
"tttx-loading-spinner_1_9_10": HTMLTttxLoadingSpinner_1_9_10Element;
|
|
585
|
+
"tttx-multiselect-box_1_9_10": HTMLTttxMultiselectBox_1_9_10Element;
|
|
586
|
+
"tttx-percentage-bar_1_9_10": HTMLTttxPercentageBar_1_9_10Element;
|
|
587
|
+
"tttx-qrcode_1_9_10": HTMLTttxQrcode_1_9_10Element;
|
|
588
|
+
"tttx-select-box_1_9_10": HTMLTttxSelectBox_1_9_10Element;
|
|
589
|
+
"tttx-sorter_1_9_10": HTMLTttxSorter_1_9_10Element;
|
|
590
|
+
"tttx-standalone-input_1_9_10": HTMLTttxStandaloneInput_1_9_10Element;
|
|
591
|
+
"tttx-table_1_9_10": HTMLTttxTable_1_9_10Element;
|
|
592
|
+
"tttx-tabs_1_9_10": HTMLTttxTabs_1_9_10Element;
|
|
593
|
+
"tttx-tag_1_9_10": HTMLTttxTag_1_9_10Element;
|
|
594
|
+
"tttx-textarea_1_9_10": HTMLTttxTextarea_1_9_10Element;
|
|
595
|
+
"tttx-toggle_1_9_10": HTMLTttxToggle_1_9_10Element;
|
|
596
|
+
"tttx-toolbar_1_9_10": HTMLTttxToolbar_1_9_10Element;
|
|
597
|
+
"tttx-tree-view_1_9_10": HTMLTttxTreeView_1_9_10Element;
|
|
598
598
|
}
|
|
599
599
|
}
|
|
600
600
|
declare namespace LocalJSX {
|
|
601
|
-
interface
|
|
601
|
+
interface TttxButton_1_9_10 {
|
|
602
602
|
"design"?: string;
|
|
603
603
|
"icon"?: string;
|
|
604
604
|
"iconcolor"?: string;
|
|
605
605
|
"iconposition"?: 'left' | 'right';
|
|
606
606
|
"notext"?: boolean;
|
|
607
607
|
}
|
|
608
|
-
interface
|
|
608
|
+
interface TttxCheckboxGroupCaption_1_9_10 {
|
|
609
609
|
}
|
|
610
|
-
interface
|
|
610
|
+
interface TttxCheckboxGroupHeading_1_9_10 {
|
|
611
611
|
}
|
|
612
|
-
interface
|
|
612
|
+
interface TttxCheckboxGroup_1_9_10 {
|
|
613
613
|
}
|
|
614
|
-
interface
|
|
614
|
+
interface TttxCheckbox_1_9_10 {
|
|
615
615
|
"checkboxId"?: string;
|
|
616
616
|
"checked"?: boolean;
|
|
617
617
|
"indeterminate"?: boolean;
|
|
618
618
|
"inline"?: boolean;
|
|
619
619
|
"label"?: string;
|
|
620
|
-
"onCheckboxChangeEvent"?: (event:
|
|
620
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_10CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
621
621
|
}
|
|
622
|
-
interface
|
|
622
|
+
interface TttxComments_1_9_10 {
|
|
623
623
|
"comments"?: string | Comment[];
|
|
624
624
|
"currentuser"?: string;
|
|
625
|
-
"onCommentAdded"?: (event:
|
|
626
|
-
"onRequestFileDownload"?: (event:
|
|
627
|
-
"onRequestFileUpload"?: (event:
|
|
625
|
+
"onCommentAdded"?: (event: TttxComments_1_9_10CustomEvent<Comment>) => void;
|
|
626
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_10CustomEvent<string>) => void;
|
|
627
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_10CustomEvent<void>) => void;
|
|
628
628
|
}
|
|
629
|
-
interface
|
|
629
|
+
interface TttxDataPattern_1_9_10 {
|
|
630
630
|
"addbutton"?: boolean;
|
|
631
631
|
"addbuttonlabel"?: string;
|
|
632
632
|
"data"?: string;
|
|
@@ -636,7 +636,7 @@ declare namespace LocalJSX {
|
|
|
636
636
|
"searchplaceholder"?: string;
|
|
637
637
|
"sorterOptions"?: string;
|
|
638
638
|
}
|
|
639
|
-
interface
|
|
639
|
+
interface TttxDatacard_1_9_10 {
|
|
640
640
|
"cardTitle"?: string;
|
|
641
641
|
"cardType"?: string;
|
|
642
642
|
"chartConfig"?: string;
|
|
@@ -645,108 +645,108 @@ declare namespace LocalJSX {
|
|
|
645
645
|
"rightData"?: string;
|
|
646
646
|
"rightSubtext"?: string;
|
|
647
647
|
}
|
|
648
|
-
interface
|
|
648
|
+
interface TttxDialogBox_1_9_10 {
|
|
649
649
|
"allowOverflow"?: boolean;
|
|
650
650
|
"data"?: string | DialogItems;
|
|
651
|
-
"onButtonClick"?: (event:
|
|
652
|
-
"onCloseButtonClick"?: (event:
|
|
651
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_10CustomEvent<any>) => void;
|
|
652
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_10CustomEvent<any>) => void;
|
|
653
653
|
"open"?: boolean;
|
|
654
654
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
655
655
|
}
|
|
656
|
-
interface
|
|
656
|
+
interface TttxDialog_1_9_10 {
|
|
657
657
|
"allowOverflow"?: boolean;
|
|
658
658
|
"closeEnabled"?: boolean;
|
|
659
659
|
"header"?: string;
|
|
660
|
-
"onCloseButtonClick"?: (event:
|
|
660
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_10CustomEvent<any>) => void;
|
|
661
661
|
"open"?: boolean;
|
|
662
662
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
663
663
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
664
664
|
}
|
|
665
|
-
interface
|
|
665
|
+
interface TttxExpander_1_9_10 {
|
|
666
666
|
"lefticon"?: string;
|
|
667
667
|
"lefticoncolor"?: string;
|
|
668
668
|
"name"?: string;
|
|
669
|
-
"onToggleExpander"?: (event:
|
|
669
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_10CustomEvent<{ open: boolean; name: string }>) => void;
|
|
670
670
|
"open"?: boolean;
|
|
671
671
|
}
|
|
672
|
-
interface
|
|
672
|
+
interface TttxFilter_1_9_10 {
|
|
673
673
|
"defaultFilterOptions"?: string[] | string;
|
|
674
674
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
675
675
|
"filterHeader"?: string;
|
|
676
676
|
"filterKey"?: string;
|
|
677
677
|
"filterOptions"?: string | FilterSettings[];
|
|
678
|
-
"onFilterChangeEvent"?: (event:
|
|
679
|
-
"onToggleFilter"?: (event:
|
|
678
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_10CustomEvent<FilterChangeEvent>) => void;
|
|
679
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_10CustomEvent<boolean>) => void;
|
|
680
680
|
"popoverWidth"?: string;
|
|
681
681
|
"showOptionIcons"?: boolean;
|
|
682
682
|
"showSearchField"?: boolean;
|
|
683
683
|
"showSelectAll"?: boolean;
|
|
684
684
|
}
|
|
685
|
-
interface
|
|
685
|
+
interface TttxForm_1_9_10 {
|
|
686
686
|
"data"?: any;
|
|
687
687
|
"formschema"?: Record<string, any> | string;
|
|
688
|
-
"onDataChanged"?: (event:
|
|
689
|
-
"onDataSubmitted"?: (event:
|
|
688
|
+
"onDataChanged"?: (event: TttxForm_1_9_10CustomEvent<{ name: string; value: string }>) => void;
|
|
689
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_10CustomEvent<FormData>) => void;
|
|
690
690
|
}
|
|
691
|
-
interface
|
|
691
|
+
interface TttxGraph_1_9_10 {
|
|
692
692
|
"chartData"?: string;
|
|
693
693
|
"chartText"?: string;
|
|
694
694
|
"chartType"?: string;
|
|
695
695
|
}
|
|
696
|
-
interface
|
|
696
|
+
interface TttxIcon_1_9_10 {
|
|
697
697
|
"color"?: string;
|
|
698
698
|
"icon"?: string;
|
|
699
699
|
"size"?: number;
|
|
700
700
|
}
|
|
701
|
-
interface
|
|
701
|
+
interface TttxKeyvalueBlock_1_9_10 {
|
|
702
702
|
"horizontal"?: boolean;
|
|
703
703
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
704
704
|
"spacedout"?: boolean;
|
|
705
705
|
}
|
|
706
|
-
interface
|
|
706
|
+
interface TttxList_1_9_10 {
|
|
707
707
|
"data"?: string | ListItem[];
|
|
708
708
|
"name"?: string;
|
|
709
|
-
"onListRowCheckboxClick"?: (event:
|
|
710
|
-
"onListRowClick"?: (event:
|
|
709
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_10CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
710
|
+
"onListRowClick"?: (event: TttxList_1_9_10CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
711
711
|
}
|
|
712
|
-
interface
|
|
712
|
+
interface TttxLoadingSpinner_1_9_10 {
|
|
713
713
|
"loadingMessage"?: boolean;
|
|
714
714
|
"size"?: 'small' | 'large';
|
|
715
715
|
}
|
|
716
|
-
interface
|
|
716
|
+
interface TttxMultiselectBox_1_9_10 {
|
|
717
717
|
"htmlVisibleValue"?: boolean;
|
|
718
718
|
"inline"?: boolean;
|
|
719
719
|
"isLoading"?: boolean;
|
|
720
720
|
"label"?: string;
|
|
721
|
-
"onChangesApplied"?: (event:
|
|
722
|
-
"onSearchDataChanged"?: (event:
|
|
723
|
-
"onSelectItemEvent"?: (event:
|
|
724
|
-
"onToggleOpen"?: (event:
|
|
721
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_10CustomEvent<SelectItem[]>) => void;
|
|
722
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_10CustomEvent<{ searchTerm: string; }>) => void;
|
|
723
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_10CustomEvent<SelectItem>) => void;
|
|
724
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_10CustomEvent<boolean>) => void;
|
|
725
725
|
"optionsData"?: string | SelectItem[];
|
|
726
726
|
"placeholder"?: string;
|
|
727
727
|
"searchEnabled"?: boolean;
|
|
728
728
|
"stopLocalSearch"?: boolean;
|
|
729
729
|
"visibleValue"?: string;
|
|
730
730
|
}
|
|
731
|
-
interface
|
|
731
|
+
interface TttxPercentageBar_1_9_10 {
|
|
732
732
|
"color"?: string;
|
|
733
733
|
"labelid"?: string;
|
|
734
734
|
"min"?: string;
|
|
735
735
|
"percentage"?: string | number;
|
|
736
736
|
"thresholds"?: string | Threshold[];
|
|
737
737
|
}
|
|
738
|
-
interface
|
|
738
|
+
interface TttxQrcode_1_9_10 {
|
|
739
739
|
"link"?: string;
|
|
740
740
|
"size"?: number;
|
|
741
741
|
}
|
|
742
|
-
interface
|
|
742
|
+
interface TttxSelectBox_1_9_10 {
|
|
743
743
|
"errorMsg"?: string;
|
|
744
744
|
"inline"?: boolean;
|
|
745
745
|
"isLoading"?: boolean;
|
|
746
746
|
"label"?: string;
|
|
747
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
748
|
-
"onSelectItemEvent"?: (event:
|
|
749
|
-
"onToggleOpen"?: (event:
|
|
747
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_10CustomEvent<string>) => void;
|
|
748
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_10CustomEvent<SelectItem1>) => void;
|
|
749
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_10CustomEvent<boolean>) => void;
|
|
750
750
|
"optionsData"?: string | SelectItem1[];
|
|
751
751
|
"placeholder"?: string;
|
|
752
752
|
"searchEnabled"?: boolean;
|
|
@@ -755,15 +755,15 @@ declare namespace LocalJSX {
|
|
|
755
755
|
"showErrorMsg"?: boolean;
|
|
756
756
|
"useExternalFiltering"?: boolean;
|
|
757
757
|
}
|
|
758
|
-
interface
|
|
758
|
+
interface TttxSorter_1_9_10 {
|
|
759
759
|
"defaultOption"?: string;
|
|
760
760
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
761
761
|
"fieldOptionsData"?: string | SorterData;
|
|
762
|
-
"onSorterChangeEvent"?: (event:
|
|
763
|
-
"onToggleSorter"?: (event:
|
|
762
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_10CustomEvent<SorterChangeEvent>) => void;
|
|
763
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_10CustomEvent<boolean>) => void;
|
|
764
764
|
"sorterKey"?: string;
|
|
765
765
|
}
|
|
766
|
-
interface
|
|
766
|
+
interface TttxStandaloneInput_1_9_10 {
|
|
767
767
|
"autocomplete"?: 'off' | 'on';
|
|
768
768
|
"checked"?: boolean;
|
|
769
769
|
"disabled"?: boolean;
|
|
@@ -779,8 +779,8 @@ declare namespace LocalJSX {
|
|
|
779
779
|
"inputiconcolor"?: string;
|
|
780
780
|
/**
|
|
781
781
|
* tabindex - Allows the HTML elements to be focusable
|
|
782
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
783
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
782
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_10 input-index="1" />
|
|
783
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_10 inputindex={1} />
|
|
784
784
|
*/
|
|
785
785
|
"inputindex"?: string | number;
|
|
786
786
|
/**
|
|
@@ -794,13 +794,13 @@ declare namespace LocalJSX {
|
|
|
794
794
|
"min"?: MinMaxDates | number;
|
|
795
795
|
"minlength"?: string | number;
|
|
796
796
|
"name"?: string;
|
|
797
|
-
"onBlurChanged"?: (event:
|
|
798
|
-
"onFocusChanged"?: (event:
|
|
799
|
-
"onInputIconClick"?: (event:
|
|
800
|
-
"onInvalidChanged"?: (event:
|
|
801
|
-
"onLeftIconClick"?: (event:
|
|
802
|
-
"onRightIconClick"?: (event:
|
|
803
|
-
"onValueChanged"?: (event:
|
|
797
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_10CustomEvent<string>) => void;
|
|
798
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_10CustomEvent<string>) => void;
|
|
799
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_10CustomEvent<void>) => void;
|
|
800
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_10CustomEvent<string>) => void;
|
|
801
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_10CustomEvent<void>) => void;
|
|
802
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_10CustomEvent<void>) => void;
|
|
803
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_10CustomEvent<string>) => void;
|
|
804
804
|
"pattern"?: string;
|
|
805
805
|
"placeholder"?: string;
|
|
806
806
|
"readonly"?: string | boolean;
|
|
@@ -815,38 +815,38 @@ declare namespace LocalJSX {
|
|
|
815
815
|
"type"?: string;
|
|
816
816
|
"value"?: string | number;
|
|
817
817
|
}
|
|
818
|
-
interface
|
|
818
|
+
interface TttxTable_1_9_10 {
|
|
819
819
|
"data"?: any;
|
|
820
820
|
"draggableHeaders"?: boolean;
|
|
821
821
|
"headers"?: TableHeader[];
|
|
822
822
|
"loading"?: boolean;
|
|
823
|
-
"onHeaderClicked"?: (event:
|
|
824
|
-
"onHeaderOrderChanged"?: (event:
|
|
825
|
-
"onRowClicked"?: (event:
|
|
823
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_10CustomEvent<any>) => void;
|
|
824
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_10CustomEvent<string[]>) => void;
|
|
825
|
+
"onRowClicked"?: (event: TttxTable_1_9_10CustomEvent<any>) => void;
|
|
826
826
|
"selectable"?: boolean;
|
|
827
827
|
"selected"?: number;
|
|
828
828
|
}
|
|
829
|
-
interface
|
|
829
|
+
interface TttxTabs_1_9_10 {
|
|
830
830
|
"navigation"?: boolean;
|
|
831
|
-
"onLeftNavigation"?: (event:
|
|
832
|
-
"onRightNavigation"?: (event:
|
|
833
|
-
"onTabClick"?: (event:
|
|
831
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_10CustomEvent<any>) => void;
|
|
832
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_10CustomEvent<any>) => void;
|
|
833
|
+
"onTabClick"?: (event: TttxTabs_1_9_10CustomEvent<{ tabId: string }>) => void;
|
|
834
834
|
"tabs"?: string | Tab[];
|
|
835
835
|
"tabsName"?: string;
|
|
836
836
|
"wide"?: boolean;
|
|
837
837
|
}
|
|
838
|
-
interface
|
|
838
|
+
interface TttxTag_1_9_10 {
|
|
839
839
|
"color"?: string;
|
|
840
840
|
"text"?: string;
|
|
841
841
|
"textColor"?: string;
|
|
842
842
|
}
|
|
843
|
-
interface
|
|
843
|
+
interface TttxTextarea_1_9_10 {
|
|
844
844
|
"disabled"?: boolean;
|
|
845
845
|
"errormsg"?: string;
|
|
846
846
|
/**
|
|
847
847
|
* tabindex - Allows the HTML elements to be focusable
|
|
848
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
849
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
848
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_10 input-index="1" />
|
|
849
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_10 inputindex={1} />
|
|
850
850
|
*/
|
|
851
851
|
"inputindex"?: string | number;
|
|
852
852
|
/**
|
|
@@ -857,10 +857,10 @@ declare namespace LocalJSX {
|
|
|
857
857
|
"label"?: string;
|
|
858
858
|
"maxlength"?: string | number;
|
|
859
859
|
"name"?: string;
|
|
860
|
-
"onBlurChanged"?: (event:
|
|
861
|
-
"onFocusChanged"?: (event:
|
|
862
|
-
"onInvalidChanged"?: (event:
|
|
863
|
-
"onValueChanged"?: (event:
|
|
860
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_10CustomEvent<string>) => void;
|
|
861
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_10CustomEvent<string>) => void;
|
|
862
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_10CustomEvent<string>) => void;
|
|
863
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_10CustomEvent<string>) => void;
|
|
864
864
|
"placeholder"?: string;
|
|
865
865
|
"readonly"?: string | boolean;
|
|
866
866
|
"required"?: boolean;
|
|
@@ -874,88 +874,88 @@ declare namespace LocalJSX {
|
|
|
874
874
|
"textareaautofocus"?: boolean;
|
|
875
875
|
"value"?: string | number;
|
|
876
876
|
}
|
|
877
|
-
interface
|
|
877
|
+
interface TttxToggle_1_9_10 {
|
|
878
878
|
"initialstate"?: boolean | string;
|
|
879
|
-
"onToggleSwitchEvent"?: (event:
|
|
879
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_10CustomEvent<{checked: boolean}>) => void;
|
|
880
880
|
}
|
|
881
|
-
interface
|
|
881
|
+
interface TttxToolbar_1_9_10 {
|
|
882
882
|
"border"?: boolean;
|
|
883
883
|
}
|
|
884
|
-
interface
|
|
884
|
+
interface TttxTreeView_1_9_10 {
|
|
885
885
|
"data"?: TreeViewItem[];
|
|
886
|
-
"onCheckboxChange"?: (event:
|
|
887
|
-
"onClickEvent"?: (event:
|
|
888
|
-
"onExpandNode"?: (event:
|
|
886
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_10CustomEvent<TreeViewItem[]>) => void;
|
|
887
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_10CustomEvent<TreeViewItem>) => void;
|
|
888
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_10CustomEvent<ExpandNodeEvent>) => void;
|
|
889
889
|
}
|
|
890
890
|
interface IntrinsicElements {
|
|
891
|
-
"tttx-
|
|
892
|
-
"tttx-checkbox-group-
|
|
893
|
-
"tttx-checkbox-group-
|
|
894
|
-
"tttx-checkbox-
|
|
895
|
-
"tttx-
|
|
896
|
-
"tttx-
|
|
897
|
-
"tttx-data-
|
|
898
|
-
"tttx-
|
|
899
|
-
"tttx-dialog-
|
|
900
|
-
"tttx-
|
|
901
|
-
"tttx-
|
|
902
|
-
"tttx-
|
|
903
|
-
"tttx-
|
|
904
|
-
"tttx-
|
|
905
|
-
"tttx-
|
|
906
|
-
"tttx-keyvalue-
|
|
907
|
-
"tttx-
|
|
908
|
-
"tttx-loading-
|
|
909
|
-
"tttx-multiselect-
|
|
910
|
-
"tttx-percentage-
|
|
911
|
-
"tttx-
|
|
912
|
-
"tttx-select-
|
|
913
|
-
"tttx-
|
|
914
|
-
"tttx-standalone-
|
|
915
|
-
"tttx-
|
|
916
|
-
"tttx-
|
|
917
|
-
"tttx-
|
|
918
|
-
"tttx-
|
|
919
|
-
"tttx-
|
|
920
|
-
"tttx-
|
|
921
|
-
"tttx-tree-
|
|
891
|
+
"tttx-button_1_9_10": TttxButton_1_9_10;
|
|
892
|
+
"tttx-checkbox-group-caption_1_9_10": TttxCheckboxGroupCaption_1_9_10;
|
|
893
|
+
"tttx-checkbox-group-heading_1_9_10": TttxCheckboxGroupHeading_1_9_10;
|
|
894
|
+
"tttx-checkbox-group_1_9_10": TttxCheckboxGroup_1_9_10;
|
|
895
|
+
"tttx-checkbox_1_9_10": TttxCheckbox_1_9_10;
|
|
896
|
+
"tttx-comments_1_9_10": TttxComments_1_9_10;
|
|
897
|
+
"tttx-data-pattern_1_9_10": TttxDataPattern_1_9_10;
|
|
898
|
+
"tttx-datacard_1_9_10": TttxDatacard_1_9_10;
|
|
899
|
+
"tttx-dialog-box_1_9_10": TttxDialogBox_1_9_10;
|
|
900
|
+
"tttx-dialog_1_9_10": TttxDialog_1_9_10;
|
|
901
|
+
"tttx-expander_1_9_10": TttxExpander_1_9_10;
|
|
902
|
+
"tttx-filter_1_9_10": TttxFilter_1_9_10;
|
|
903
|
+
"tttx-form_1_9_10": TttxForm_1_9_10;
|
|
904
|
+
"tttx-graph_1_9_10": TttxGraph_1_9_10;
|
|
905
|
+
"tttx-icon_1_9_10": TttxIcon_1_9_10;
|
|
906
|
+
"tttx-keyvalue-block_1_9_10": TttxKeyvalueBlock_1_9_10;
|
|
907
|
+
"tttx-list_1_9_10": TttxList_1_9_10;
|
|
908
|
+
"tttx-loading-spinner_1_9_10": TttxLoadingSpinner_1_9_10;
|
|
909
|
+
"tttx-multiselect-box_1_9_10": TttxMultiselectBox_1_9_10;
|
|
910
|
+
"tttx-percentage-bar_1_9_10": TttxPercentageBar_1_9_10;
|
|
911
|
+
"tttx-qrcode_1_9_10": TttxQrcode_1_9_10;
|
|
912
|
+
"tttx-select-box_1_9_10": TttxSelectBox_1_9_10;
|
|
913
|
+
"tttx-sorter_1_9_10": TttxSorter_1_9_10;
|
|
914
|
+
"tttx-standalone-input_1_9_10": TttxStandaloneInput_1_9_10;
|
|
915
|
+
"tttx-table_1_9_10": TttxTable_1_9_10;
|
|
916
|
+
"tttx-tabs_1_9_10": TttxTabs_1_9_10;
|
|
917
|
+
"tttx-tag_1_9_10": TttxTag_1_9_10;
|
|
918
|
+
"tttx-textarea_1_9_10": TttxTextarea_1_9_10;
|
|
919
|
+
"tttx-toggle_1_9_10": TttxToggle_1_9_10;
|
|
920
|
+
"tttx-toolbar_1_9_10": TttxToolbar_1_9_10;
|
|
921
|
+
"tttx-tree-view_1_9_10": TttxTreeView_1_9_10;
|
|
922
922
|
}
|
|
923
923
|
}
|
|
924
924
|
export { LocalJSX as JSX };
|
|
925
925
|
declare module "@stencil/core" {
|
|
926
926
|
export namespace JSX {
|
|
927
927
|
interface IntrinsicElements {
|
|
928
|
-
"tttx-
|
|
929
|
-
"tttx-checkbox-group-
|
|
930
|
-
"tttx-checkbox-group-
|
|
931
|
-
"tttx-checkbox-
|
|
932
|
-
"tttx-
|
|
933
|
-
"tttx-
|
|
934
|
-
"tttx-data-
|
|
935
|
-
"tttx-
|
|
936
|
-
"tttx-dialog-
|
|
937
|
-
"tttx-
|
|
938
|
-
"tttx-
|
|
939
|
-
"tttx-
|
|
940
|
-
"tttx-
|
|
941
|
-
"tttx-
|
|
942
|
-
"tttx-
|
|
943
|
-
"tttx-keyvalue-
|
|
944
|
-
"tttx-
|
|
945
|
-
"tttx-loading-
|
|
946
|
-
"tttx-multiselect-
|
|
947
|
-
"tttx-percentage-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-select-
|
|
950
|
-
"tttx-
|
|
951
|
-
"tttx-standalone-
|
|
952
|
-
"tttx-
|
|
953
|
-
"tttx-
|
|
954
|
-
"tttx-
|
|
955
|
-
"tttx-
|
|
956
|
-
"tttx-
|
|
957
|
-
"tttx-
|
|
958
|
-
"tttx-tree-
|
|
928
|
+
"tttx-button_1_9_10": LocalJSX.TttxButton_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_10Element>;
|
|
929
|
+
"tttx-checkbox-group-caption_1_9_10": LocalJSX.TttxCheckboxGroupCaption_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_10Element>;
|
|
930
|
+
"tttx-checkbox-group-heading_1_9_10": LocalJSX.TttxCheckboxGroupHeading_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_10Element>;
|
|
931
|
+
"tttx-checkbox-group_1_9_10": LocalJSX.TttxCheckboxGroup_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_10Element>;
|
|
932
|
+
"tttx-checkbox_1_9_10": LocalJSX.TttxCheckbox_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_10Element>;
|
|
933
|
+
"tttx-comments_1_9_10": LocalJSX.TttxComments_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_10Element>;
|
|
934
|
+
"tttx-data-pattern_1_9_10": LocalJSX.TttxDataPattern_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_10Element>;
|
|
935
|
+
"tttx-datacard_1_9_10": LocalJSX.TttxDatacard_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_10Element>;
|
|
936
|
+
"tttx-dialog-box_1_9_10": LocalJSX.TttxDialogBox_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_10Element>;
|
|
937
|
+
"tttx-dialog_1_9_10": LocalJSX.TttxDialog_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_10Element>;
|
|
938
|
+
"tttx-expander_1_9_10": LocalJSX.TttxExpander_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_10Element>;
|
|
939
|
+
"tttx-filter_1_9_10": LocalJSX.TttxFilter_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_10Element>;
|
|
940
|
+
"tttx-form_1_9_10": LocalJSX.TttxForm_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_10Element>;
|
|
941
|
+
"tttx-graph_1_9_10": LocalJSX.TttxGraph_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_10Element>;
|
|
942
|
+
"tttx-icon_1_9_10": LocalJSX.TttxIcon_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_10Element>;
|
|
943
|
+
"tttx-keyvalue-block_1_9_10": LocalJSX.TttxKeyvalueBlock_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_10Element>;
|
|
944
|
+
"tttx-list_1_9_10": LocalJSX.TttxList_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_10Element>;
|
|
945
|
+
"tttx-loading-spinner_1_9_10": LocalJSX.TttxLoadingSpinner_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_10Element>;
|
|
946
|
+
"tttx-multiselect-box_1_9_10": LocalJSX.TttxMultiselectBox_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_10Element>;
|
|
947
|
+
"tttx-percentage-bar_1_9_10": LocalJSX.TttxPercentageBar_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_10Element>;
|
|
948
|
+
"tttx-qrcode_1_9_10": LocalJSX.TttxQrcode_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_10Element>;
|
|
949
|
+
"tttx-select-box_1_9_10": LocalJSX.TttxSelectBox_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_10Element>;
|
|
950
|
+
"tttx-sorter_1_9_10": LocalJSX.TttxSorter_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_10Element>;
|
|
951
|
+
"tttx-standalone-input_1_9_10": LocalJSX.TttxStandaloneInput_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_10Element>;
|
|
952
|
+
"tttx-table_1_9_10": LocalJSX.TttxTable_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_10Element>;
|
|
953
|
+
"tttx-tabs_1_9_10": LocalJSX.TttxTabs_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_10Element>;
|
|
954
|
+
"tttx-tag_1_9_10": LocalJSX.TttxTag_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_10Element>;
|
|
955
|
+
"tttx-textarea_1_9_10": LocalJSX.TttxTextarea_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_10Element>;
|
|
956
|
+
"tttx-toggle_1_9_10": LocalJSX.TttxToggle_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_10Element>;
|
|
957
|
+
"tttx-toolbar_1_9_10": LocalJSX.TttxToolbar_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_10Element>;
|
|
958
|
+
"tttx-tree-view_1_9_10": LocalJSX.TttxTreeView_1_9_10 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_10Element>;
|
|
959
959
|
}
|
|
960
960
|
}
|
|
961
961
|
}
|