@3t-transform/threeteeui 1.9.7 → 1.9.9
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_7.cjs.entry.js → tttx-button_1_9_9.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_7.cjs.entry.js → tttx-checkbox-group-caption_1_9_9.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_7.cjs.entry.js → tttx-checkbox-group-heading_1_9_9.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_7.cjs.entry.js → tttx-checkbox-group_1_9_9.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_7.cjs.entry.js → tttx-checkbox_1_9_9.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_7.cjs.entry.js → tttx-comments_1_9_9.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_7.cjs.entry.js → tttx-data-pattern_1_9_9.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_7.cjs.entry.js → tttx-datacard_1_9_9.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_7.cjs.entry.js → tttx-dialog-box_1_9_9.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_7.cjs.entry.js → tttx-dialog_1_9_9.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_7.cjs.entry.js → tttx-expander_1_9_9.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_7_4.cjs.entry.js → tttx-filter_1_9_9_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_7.cjs.entry.js → tttx-form_1_9_9.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-graph_1_9_7.cjs.entry.js → tttx-graph_1_9_9.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_7.cjs.entry.js → tttx-icon_1_9_9.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_7.cjs.entry.js → tttx-keyvalue-block_1_9_9.cjs.entry.js} +1 -1
- package/dist/cjs/tttx-loading-spinner_1_9_9_2.cjs.entry.js +114 -0
- package/dist/cjs/{tttx-multiselect-box_1_9_7.cjs.entry.js → tttx-multiselect-box_1_9_9.cjs.entry.js} +11 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_7.cjs.entry.js → tttx-percentage-bar_1_9_9.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_7.cjs.entry.js → tttx-qrcode_1_9_9.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_7.cjs.entry.js → tttx-select-box_1_9_9.cjs.entry.js} +5 -4
- package/dist/cjs/{tttx-table_1_9_7.cjs.entry.js → tttx-table_1_9_9.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_7.cjs.entry.js → tttx-tabs_1_9_9.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_9_7.cjs.entry.js → tttx-tag_1_9_9.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_9_7.cjs.entry.js → tttx-textarea_1_9_9.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_7.cjs.entry.js → tttx-toggle_1_9_9.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_7.cjs.entry.js → tttx-tree-view_1_9_9.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 +5 -5
- 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 +11 -7
- 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 +22 -4
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +23 -19
- 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_7.d.ts → tttx-button_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_7.js → tttx-button_1_9_9.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_7.js → tttx-checkbox-group-caption_1_9_9.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_7.js → tttx-checkbox-group-heading_1_9_9.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_7.js → tttx-checkbox-group_1_9_9.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_7.d.ts → tttx-checkbox_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_7.js → tttx-checkbox_1_9_9.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_7.d.ts → tttx-comments_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_7.js → tttx-comments_1_9_9.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_7.js → tttx-data-pattern_1_9_9.js} +16 -16
- package/dist/components/{tttx-comments_1_9_7.d.ts → tttx-datacard_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_7.js → tttx-datacard_1_9_9.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_7.js → tttx-dialog-box_1_9_9.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_7.d.ts → tttx-dialog_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_7.js → tttx-dialog_1_9_9.js} +8 -8
- package/dist/components/tttx-expander_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_7.js → tttx-expander_1_9_9.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_7.d.ts → tttx-filter_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_7.js → tttx-filter_1_9_9.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_7.d.ts → tttx-form_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_7.js → tttx-form_1_9_9.js} +16 -10
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_7.d.ts → tttx-graph_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_7.js → tttx-graph_1_9_9.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_7.d.ts → tttx-icon_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_7.js → tttx-icon_1_9_9.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_7.js → tttx-keyvalue-block_1_9_9.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_7.d.ts → tttx-list_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_7.js → tttx-list_1_9_9.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_7.js → tttx-loading-spinner_1_9_9.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_7.js → tttx-multiselect-box_1_9_9.js} +19 -15
- package/dist/components/tttx-percentage-bar_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_7.js → tttx-percentage-bar_1_9_9.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_7.d.ts → tttx-qrcode_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_7.js → tttx-qrcode_1_9_9.js} +5 -5
- package/dist/components/tttx-select-box.js +17 -9
- package/dist/components/tttx-select-box_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_7.js → tttx-select-box_1_9_9.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_7.js → tttx-sorter_1_9_9.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_7.js → tttx-standalone-input_1_9_9.js} +2 -2
- package/dist/components/{tttx-table_1_9_7.d.ts → tttx-table_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_7.js → tttx-table_1_9_9.js} +5 -5
- package/dist/components/{tttx-form_1_9_7.d.ts → tttx-tabs_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_7.js → tttx-tabs_1_9_9.js} +9 -9
- package/dist/components/{tttx-tag_1_9_7.d.ts → tttx-tag_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_7.js → tttx-tag_1_9_9.js} +5 -5
- package/dist/components/tttx-textarea_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_7.js → tttx-textarea_1_9_9.js} +6 -6
- package/dist/components/tttx-toggle_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_7.js → tttx-toggle_1_9_9.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_9_7.d.ts → tttx-toolbar_1_9_9.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_9_7.js → tttx-toolbar_1_9_9.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_9.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_7.js → tttx-tree-view_1_9_9.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_7.entry.js → tttx-button_1_9_9.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_7.entry.js → tttx-checkbox-group-caption_1_9_9.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_7.entry.js → tttx-checkbox-group-heading_1_9_9.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_7.entry.js → tttx-checkbox-group_1_9_9.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_7.entry.js → tttx-checkbox_1_9_9.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_7.entry.js → tttx-comments_1_9_9.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_7.entry.js → tttx-data-pattern_1_9_9.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_7.entry.js → tttx-datacard_1_9_9.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_7.entry.js → tttx-dialog-box_1_9_9.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_7.entry.js → tttx-dialog_1_9_9.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_7.entry.js → tttx-expander_1_9_9.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_7_4.entry.js → tttx-filter_1_9_9_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_7.entry.js → tttx-form_1_9_9.entry.js} +2 -2
- package/dist/esm/{tttx-graph_1_9_7.entry.js → tttx-graph_1_9_9.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_7.entry.js → tttx-icon_1_9_9.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_7.entry.js → tttx-keyvalue-block_1_9_9.entry.js} +1 -1
- package/dist/esm/tttx-loading-spinner_1_9_9_2.entry.js +109 -0
- package/dist/esm/{tttx-multiselect-box_1_9_7.entry.js → tttx-multiselect-box_1_9_9.entry.js} +11 -7
- package/dist/esm/{tttx-percentage-bar_1_9_7.entry.js → tttx-percentage-bar_1_9_9.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_7.entry.js → tttx-qrcode_1_9_9.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_7.entry.js → tttx-select-box_1_9_9.entry.js} +5 -4
- package/dist/esm/{tttx-table_1_9_7.entry.js → tttx-table_1_9_9.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_7.entry.js → tttx-tabs_1_9_9.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_9_7.entry.js → tttx-tag_1_9_9.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_9_7.entry.js → tttx-textarea_1_9_9.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_7.entry.js → tttx-toggle_1_9_9.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_7.entry.js → tttx-tree-view_1_9_9.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-35e451de.entry.js +1 -1
- package/dist/tttx/p-3771e252.entry.js +1 -0
- 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 -0
- 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-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 -0
- 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 +2 -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 +367 -365
- package/package.json +1 -1
- package/dist/cjs/tttx-loading-spinner_1_9_7.cjs.entry.js +0 -26
- package/dist/cjs/tttx-standalone-input_1_9_7.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_9_7.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_7.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_7.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_7.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_7.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_7.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_7.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_7.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_7.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_7.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_7.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_7.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_7.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_7.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_7.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_7.d.ts +0 -11
- package/dist/esm/tttx-loading-spinner_1_9_7.entry.js +0 -22
- package/dist/esm/tttx-standalone-input_1_9_7.entry.js +0 -90
- package/dist/tttx/p-0354044f.entry.js +0 -1
- package/dist/tttx/p-68add84a.entry.js +0 -1
- package/dist/tttx/p-796f699a.entry.js +0 -1
- package/dist/tttx/p-8b0b95b7.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_9 {
|
|
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_9 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_9 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_9 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_9 {
|
|
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_9 {
|
|
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_9 {
|
|
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_9 {
|
|
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_9 {
|
|
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_9 {
|
|
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_9 {
|
|
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_9 {
|
|
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_9 {
|
|
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_9 {
|
|
143
143
|
"chartData": string;
|
|
144
144
|
"chartText": string;
|
|
145
145
|
"chartType": string;
|
|
146
146
|
}
|
|
147
|
-
interface
|
|
147
|
+
interface TttxIcon_1_9_9 {
|
|
148
148
|
"color": string;
|
|
149
149
|
"icon": string;
|
|
150
150
|
"size": number;
|
|
151
151
|
}
|
|
152
|
-
interface
|
|
152
|
+
interface TttxKeyvalueBlock_1_9_9 {
|
|
153
153
|
"horizontal": boolean;
|
|
154
154
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
155
155
|
"spacedout": boolean;
|
|
156
156
|
}
|
|
157
|
-
interface
|
|
157
|
+
interface TttxList_1_9_9 {
|
|
158
158
|
"data": string | ListItem[];
|
|
159
159
|
"name": string;
|
|
160
160
|
}
|
|
161
|
-
interface
|
|
161
|
+
interface TttxLoadingSpinner_1_9_9 {
|
|
162
162
|
"loadingMessage": boolean;
|
|
163
163
|
"size": 'small' | 'large';
|
|
164
164
|
}
|
|
165
|
-
interface
|
|
165
|
+
interface TttxMultiselectBox_1_9_9 {
|
|
166
166
|
"htmlVisibleValue": boolean;
|
|
167
167
|
"inline": boolean;
|
|
168
168
|
"isLoading": boolean;
|
|
@@ -173,20 +173,21 @@ export namespace Components {
|
|
|
173
173
|
"stopLocalSearch": boolean;
|
|
174
174
|
"visibleValue": string;
|
|
175
175
|
}
|
|
176
|
-
interface
|
|
176
|
+
interface TttxPercentageBar_1_9_9 {
|
|
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_9 {
|
|
184
184
|
"link": string;
|
|
185
185
|
"size": number;
|
|
186
186
|
}
|
|
187
|
-
interface
|
|
187
|
+
interface TttxSelectBox_1_9_9 {
|
|
188
188
|
"errorMsg": string;
|
|
189
189
|
"inline": boolean;
|
|
190
|
+
"isLoading": boolean;
|
|
190
191
|
"label": string;
|
|
191
192
|
"optionsData": string | SelectItem1[];
|
|
192
193
|
"placeholder": string;
|
|
@@ -197,13 +198,13 @@ export namespace Components {
|
|
|
197
198
|
"showErrorMsg": boolean;
|
|
198
199
|
"useExternalFiltering": boolean;
|
|
199
200
|
}
|
|
200
|
-
interface
|
|
201
|
+
interface TttxSorter_1_9_9 {
|
|
201
202
|
"defaultOption": string;
|
|
202
203
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
203
204
|
"fieldOptionsData": string | SorterData;
|
|
204
205
|
"sorterKey": string;
|
|
205
206
|
}
|
|
206
|
-
interface
|
|
207
|
+
interface TttxStandaloneInput_1_9_9 {
|
|
207
208
|
"autocomplete": 'off' | 'on';
|
|
208
209
|
"checked": boolean;
|
|
209
210
|
"disabled": boolean;
|
|
@@ -219,8 +220,8 @@ export namespace Components {
|
|
|
219
220
|
"inputiconcolor": string;
|
|
220
221
|
/**
|
|
221
222
|
* tabindex - Allows the HTML elements to be focusable
|
|
222
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
223
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
223
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_9 input-index="1" />
|
|
224
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_9 inputindex={1} />
|
|
224
225
|
*/
|
|
225
226
|
"inputindex": string | number;
|
|
226
227
|
/**
|
|
@@ -248,7 +249,7 @@ export namespace Components {
|
|
|
248
249
|
"type": string;
|
|
249
250
|
"value": string | number;
|
|
250
251
|
}
|
|
251
|
-
interface
|
|
252
|
+
interface TttxTable_1_9_9 {
|
|
252
253
|
"data": any;
|
|
253
254
|
"draggableHeaders": boolean;
|
|
254
255
|
"headers": TableHeader[];
|
|
@@ -256,24 +257,24 @@ export namespace Components {
|
|
|
256
257
|
"selectable": boolean;
|
|
257
258
|
"selected": number;
|
|
258
259
|
}
|
|
259
|
-
interface
|
|
260
|
+
interface TttxTabs_1_9_9 {
|
|
260
261
|
"navigation": boolean;
|
|
261
262
|
"tabs": string | Tab[];
|
|
262
263
|
"tabsName": string;
|
|
263
264
|
"wide": boolean;
|
|
264
265
|
}
|
|
265
|
-
interface
|
|
266
|
+
interface TttxTag_1_9_9 {
|
|
266
267
|
"color": string;
|
|
267
268
|
"text": string;
|
|
268
269
|
"textColor": string;
|
|
269
270
|
}
|
|
270
|
-
interface
|
|
271
|
+
interface TttxTextarea_1_9_9 {
|
|
271
272
|
"disabled": boolean;
|
|
272
273
|
"errormsg": string;
|
|
273
274
|
/**
|
|
274
275
|
* tabindex - Allows the HTML elements to be focusable
|
|
275
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
276
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
276
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_9 input-index="1" />
|
|
277
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_9 inputindex={1} />
|
|
277
278
|
*/
|
|
278
279
|
"inputindex": string | number;
|
|
279
280
|
/**
|
|
@@ -297,335 +298,335 @@ export namespace Components {
|
|
|
297
298
|
"textareaautofocus": boolean;
|
|
298
299
|
"value": string | number;
|
|
299
300
|
}
|
|
300
|
-
interface
|
|
301
|
+
interface TttxToggle_1_9_9 {
|
|
301
302
|
"initialstate": boolean | string;
|
|
302
303
|
}
|
|
303
|
-
interface
|
|
304
|
+
interface TttxToolbar_1_9_9 {
|
|
304
305
|
"border": boolean;
|
|
305
306
|
}
|
|
306
|
-
interface
|
|
307
|
+
interface TttxTreeView_1_9_9 {
|
|
307
308
|
"data": TreeViewItem[];
|
|
308
309
|
}
|
|
309
310
|
}
|
|
310
|
-
export interface
|
|
311
|
+
export interface TttxCheckbox_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
311
312
|
detail: T;
|
|
312
|
-
target:
|
|
313
|
+
target: HTMLTttxCheckbox_1_9_9Element;
|
|
313
314
|
}
|
|
314
|
-
export interface
|
|
315
|
+
export interface TttxComments_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
315
316
|
detail: T;
|
|
316
|
-
target:
|
|
317
|
+
target: HTMLTttxComments_1_9_9Element;
|
|
317
318
|
}
|
|
318
|
-
export interface
|
|
319
|
+
export interface TttxDialogBox_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
319
320
|
detail: T;
|
|
320
|
-
target:
|
|
321
|
+
target: HTMLTttxDialogBox_1_9_9Element;
|
|
321
322
|
}
|
|
322
|
-
export interface
|
|
323
|
+
export interface TttxDialog_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
323
324
|
detail: T;
|
|
324
|
-
target:
|
|
325
|
+
target: HTMLTttxDialog_1_9_9Element;
|
|
325
326
|
}
|
|
326
|
-
export interface
|
|
327
|
+
export interface TttxExpander_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
327
328
|
detail: T;
|
|
328
|
-
target:
|
|
329
|
+
target: HTMLTttxExpander_1_9_9Element;
|
|
329
330
|
}
|
|
330
|
-
export interface
|
|
331
|
+
export interface TttxFilter_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
331
332
|
detail: T;
|
|
332
|
-
target:
|
|
333
|
+
target: HTMLTttxFilter_1_9_9Element;
|
|
333
334
|
}
|
|
334
|
-
export interface
|
|
335
|
+
export interface TttxForm_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
335
336
|
detail: T;
|
|
336
|
-
target:
|
|
337
|
+
target: HTMLTttxForm_1_9_9Element;
|
|
337
338
|
}
|
|
338
|
-
export interface
|
|
339
|
+
export interface TttxList_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
339
340
|
detail: T;
|
|
340
|
-
target:
|
|
341
|
+
target: HTMLTttxList_1_9_9Element;
|
|
341
342
|
}
|
|
342
|
-
export interface
|
|
343
|
+
export interface TttxMultiselectBox_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
343
344
|
detail: T;
|
|
344
|
-
target:
|
|
345
|
+
target: HTMLTttxMultiselectBox_1_9_9Element;
|
|
345
346
|
}
|
|
346
|
-
export interface
|
|
347
|
+
export interface TttxSelectBox_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
347
348
|
detail: T;
|
|
348
|
-
target:
|
|
349
|
+
target: HTMLTttxSelectBox_1_9_9Element;
|
|
349
350
|
}
|
|
350
|
-
export interface
|
|
351
|
+
export interface TttxSorter_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
351
352
|
detail: T;
|
|
352
|
-
target:
|
|
353
|
+
target: HTMLTttxSorter_1_9_9Element;
|
|
353
354
|
}
|
|
354
|
-
export interface
|
|
355
|
+
export interface TttxStandaloneInput_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
355
356
|
detail: T;
|
|
356
|
-
target:
|
|
357
|
+
target: HTMLTttxStandaloneInput_1_9_9Element;
|
|
357
358
|
}
|
|
358
|
-
export interface
|
|
359
|
+
export interface TttxTable_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
359
360
|
detail: T;
|
|
360
|
-
target:
|
|
361
|
+
target: HTMLTttxTable_1_9_9Element;
|
|
361
362
|
}
|
|
362
|
-
export interface
|
|
363
|
+
export interface TttxTabs_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
363
364
|
detail: T;
|
|
364
|
-
target:
|
|
365
|
+
target: HTMLTttxTabs_1_9_9Element;
|
|
365
366
|
}
|
|
366
|
-
export interface
|
|
367
|
+
export interface TttxTextarea_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
367
368
|
detail: T;
|
|
368
|
-
target:
|
|
369
|
+
target: HTMLTttxTextarea_1_9_9Element;
|
|
369
370
|
}
|
|
370
|
-
export interface
|
|
371
|
+
export interface TttxToggle_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
371
372
|
detail: T;
|
|
372
|
-
target:
|
|
373
|
+
target: HTMLTttxToggle_1_9_9Element;
|
|
373
374
|
}
|
|
374
|
-
export interface
|
|
375
|
+
export interface TttxTreeView_1_9_9CustomEvent<T> extends CustomEvent<T> {
|
|
375
376
|
detail: T;
|
|
376
|
-
target:
|
|
377
|
+
target: HTMLTttxTreeView_1_9_9Element;
|
|
377
378
|
}
|
|
378
379
|
declare global {
|
|
379
|
-
interface
|
|
380
|
+
interface HTMLTttxButton_1_9_9Element extends Components.TttxButton_1_9_9, HTMLStencilElement {
|
|
380
381
|
}
|
|
381
|
-
var
|
|
382
|
-
prototype:
|
|
383
|
-
new ():
|
|
382
|
+
var HTMLTttxButton_1_9_9Element: {
|
|
383
|
+
prototype: HTMLTttxButton_1_9_9Element;
|
|
384
|
+
new (): HTMLTttxButton_1_9_9Element;
|
|
384
385
|
};
|
|
385
|
-
interface
|
|
386
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_9Element extends Components.TttxCheckboxGroupCaption_1_9_9, HTMLStencilElement {
|
|
386
387
|
}
|
|
387
|
-
var
|
|
388
|
-
prototype:
|
|
389
|
-
new ():
|
|
388
|
+
var HTMLTttxCheckboxGroupCaption_1_9_9Element: {
|
|
389
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_9Element;
|
|
390
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_9Element;
|
|
390
391
|
};
|
|
391
|
-
interface
|
|
392
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_9Element extends Components.TttxCheckboxGroupHeading_1_9_9, HTMLStencilElement {
|
|
392
393
|
}
|
|
393
|
-
var
|
|
394
|
-
prototype:
|
|
395
|
-
new ():
|
|
394
|
+
var HTMLTttxCheckboxGroupHeading_1_9_9Element: {
|
|
395
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_9Element;
|
|
396
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_9Element;
|
|
396
397
|
};
|
|
397
|
-
interface
|
|
398
|
+
interface HTMLTttxCheckboxGroup_1_9_9Element extends Components.TttxCheckboxGroup_1_9_9, HTMLStencilElement {
|
|
398
399
|
}
|
|
399
|
-
var
|
|
400
|
-
prototype:
|
|
401
|
-
new ():
|
|
400
|
+
var HTMLTttxCheckboxGroup_1_9_9Element: {
|
|
401
|
+
prototype: HTMLTttxCheckboxGroup_1_9_9Element;
|
|
402
|
+
new (): HTMLTttxCheckboxGroup_1_9_9Element;
|
|
402
403
|
};
|
|
403
|
-
interface
|
|
404
|
+
interface HTMLTttxCheckbox_1_9_9Element extends Components.TttxCheckbox_1_9_9, HTMLStencilElement {
|
|
404
405
|
}
|
|
405
|
-
var
|
|
406
|
-
prototype:
|
|
407
|
-
new ():
|
|
406
|
+
var HTMLTttxCheckbox_1_9_9Element: {
|
|
407
|
+
prototype: HTMLTttxCheckbox_1_9_9Element;
|
|
408
|
+
new (): HTMLTttxCheckbox_1_9_9Element;
|
|
408
409
|
};
|
|
409
|
-
interface
|
|
410
|
+
interface HTMLTttxComments_1_9_9Element extends Components.TttxComments_1_9_9, HTMLStencilElement {
|
|
410
411
|
}
|
|
411
|
-
var
|
|
412
|
-
prototype:
|
|
413
|
-
new ():
|
|
412
|
+
var HTMLTttxComments_1_9_9Element: {
|
|
413
|
+
prototype: HTMLTttxComments_1_9_9Element;
|
|
414
|
+
new (): HTMLTttxComments_1_9_9Element;
|
|
414
415
|
};
|
|
415
|
-
interface
|
|
416
|
+
interface HTMLTttxDataPattern_1_9_9Element extends Components.TttxDataPattern_1_9_9, HTMLStencilElement {
|
|
416
417
|
}
|
|
417
|
-
var
|
|
418
|
-
prototype:
|
|
419
|
-
new ():
|
|
418
|
+
var HTMLTttxDataPattern_1_9_9Element: {
|
|
419
|
+
prototype: HTMLTttxDataPattern_1_9_9Element;
|
|
420
|
+
new (): HTMLTttxDataPattern_1_9_9Element;
|
|
420
421
|
};
|
|
421
|
-
interface
|
|
422
|
+
interface HTMLTttxDatacard_1_9_9Element extends Components.TttxDatacard_1_9_9, HTMLStencilElement {
|
|
422
423
|
}
|
|
423
|
-
var
|
|
424
|
-
prototype:
|
|
425
|
-
new ():
|
|
424
|
+
var HTMLTttxDatacard_1_9_9Element: {
|
|
425
|
+
prototype: HTMLTttxDatacard_1_9_9Element;
|
|
426
|
+
new (): HTMLTttxDatacard_1_9_9Element;
|
|
426
427
|
};
|
|
427
|
-
interface
|
|
428
|
+
interface HTMLTttxDialogBox_1_9_9Element extends Components.TttxDialogBox_1_9_9, HTMLStencilElement {
|
|
428
429
|
}
|
|
429
|
-
var
|
|
430
|
-
prototype:
|
|
431
|
-
new ():
|
|
430
|
+
var HTMLTttxDialogBox_1_9_9Element: {
|
|
431
|
+
prototype: HTMLTttxDialogBox_1_9_9Element;
|
|
432
|
+
new (): HTMLTttxDialogBox_1_9_9Element;
|
|
432
433
|
};
|
|
433
|
-
interface
|
|
434
|
+
interface HTMLTttxDialog_1_9_9Element extends Components.TttxDialog_1_9_9, HTMLStencilElement {
|
|
434
435
|
}
|
|
435
|
-
var
|
|
436
|
-
prototype:
|
|
437
|
-
new ():
|
|
436
|
+
var HTMLTttxDialog_1_9_9Element: {
|
|
437
|
+
prototype: HTMLTttxDialog_1_9_9Element;
|
|
438
|
+
new (): HTMLTttxDialog_1_9_9Element;
|
|
438
439
|
};
|
|
439
|
-
interface
|
|
440
|
+
interface HTMLTttxExpander_1_9_9Element extends Components.TttxExpander_1_9_9, HTMLStencilElement {
|
|
440
441
|
}
|
|
441
|
-
var
|
|
442
|
-
prototype:
|
|
443
|
-
new ():
|
|
442
|
+
var HTMLTttxExpander_1_9_9Element: {
|
|
443
|
+
prototype: HTMLTttxExpander_1_9_9Element;
|
|
444
|
+
new (): HTMLTttxExpander_1_9_9Element;
|
|
444
445
|
};
|
|
445
|
-
interface
|
|
446
|
+
interface HTMLTttxFilter_1_9_9Element extends Components.TttxFilter_1_9_9, HTMLStencilElement {
|
|
446
447
|
}
|
|
447
|
-
var
|
|
448
|
-
prototype:
|
|
449
|
-
new ():
|
|
448
|
+
var HTMLTttxFilter_1_9_9Element: {
|
|
449
|
+
prototype: HTMLTttxFilter_1_9_9Element;
|
|
450
|
+
new (): HTMLTttxFilter_1_9_9Element;
|
|
450
451
|
};
|
|
451
|
-
interface
|
|
452
|
+
interface HTMLTttxForm_1_9_9Element extends Components.TttxForm_1_9_9, HTMLStencilElement {
|
|
452
453
|
}
|
|
453
|
-
var
|
|
454
|
-
prototype:
|
|
455
|
-
new ():
|
|
454
|
+
var HTMLTttxForm_1_9_9Element: {
|
|
455
|
+
prototype: HTMLTttxForm_1_9_9Element;
|
|
456
|
+
new (): HTMLTttxForm_1_9_9Element;
|
|
456
457
|
};
|
|
457
|
-
interface
|
|
458
|
+
interface HTMLTttxGraph_1_9_9Element extends Components.TttxGraph_1_9_9, HTMLStencilElement {
|
|
458
459
|
}
|
|
459
|
-
var
|
|
460
|
-
prototype:
|
|
461
|
-
new ():
|
|
460
|
+
var HTMLTttxGraph_1_9_9Element: {
|
|
461
|
+
prototype: HTMLTttxGraph_1_9_9Element;
|
|
462
|
+
new (): HTMLTttxGraph_1_9_9Element;
|
|
462
463
|
};
|
|
463
|
-
interface
|
|
464
|
+
interface HTMLTttxIcon_1_9_9Element extends Components.TttxIcon_1_9_9, HTMLStencilElement {
|
|
464
465
|
}
|
|
465
|
-
var
|
|
466
|
-
prototype:
|
|
467
|
-
new ():
|
|
466
|
+
var HTMLTttxIcon_1_9_9Element: {
|
|
467
|
+
prototype: HTMLTttxIcon_1_9_9Element;
|
|
468
|
+
new (): HTMLTttxIcon_1_9_9Element;
|
|
468
469
|
};
|
|
469
|
-
interface
|
|
470
|
+
interface HTMLTttxKeyvalueBlock_1_9_9Element extends Components.TttxKeyvalueBlock_1_9_9, HTMLStencilElement {
|
|
470
471
|
}
|
|
471
|
-
var
|
|
472
|
-
prototype:
|
|
473
|
-
new ():
|
|
472
|
+
var HTMLTttxKeyvalueBlock_1_9_9Element: {
|
|
473
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_9Element;
|
|
474
|
+
new (): HTMLTttxKeyvalueBlock_1_9_9Element;
|
|
474
475
|
};
|
|
475
|
-
interface
|
|
476
|
+
interface HTMLTttxList_1_9_9Element extends Components.TttxList_1_9_9, HTMLStencilElement {
|
|
476
477
|
}
|
|
477
|
-
var
|
|
478
|
-
prototype:
|
|
479
|
-
new ():
|
|
478
|
+
var HTMLTttxList_1_9_9Element: {
|
|
479
|
+
prototype: HTMLTttxList_1_9_9Element;
|
|
480
|
+
new (): HTMLTttxList_1_9_9Element;
|
|
480
481
|
};
|
|
481
|
-
interface
|
|
482
|
+
interface HTMLTttxLoadingSpinner_1_9_9Element extends Components.TttxLoadingSpinner_1_9_9, HTMLStencilElement {
|
|
482
483
|
}
|
|
483
|
-
var
|
|
484
|
-
prototype:
|
|
485
|
-
new ():
|
|
484
|
+
var HTMLTttxLoadingSpinner_1_9_9Element: {
|
|
485
|
+
prototype: HTMLTttxLoadingSpinner_1_9_9Element;
|
|
486
|
+
new (): HTMLTttxLoadingSpinner_1_9_9Element;
|
|
486
487
|
};
|
|
487
|
-
interface
|
|
488
|
+
interface HTMLTttxMultiselectBox_1_9_9Element extends Components.TttxMultiselectBox_1_9_9, HTMLStencilElement {
|
|
488
489
|
}
|
|
489
|
-
var
|
|
490
|
-
prototype:
|
|
491
|
-
new ():
|
|
490
|
+
var HTMLTttxMultiselectBox_1_9_9Element: {
|
|
491
|
+
prototype: HTMLTttxMultiselectBox_1_9_9Element;
|
|
492
|
+
new (): HTMLTttxMultiselectBox_1_9_9Element;
|
|
492
493
|
};
|
|
493
|
-
interface
|
|
494
|
+
interface HTMLTttxPercentageBar_1_9_9Element extends Components.TttxPercentageBar_1_9_9, HTMLStencilElement {
|
|
494
495
|
}
|
|
495
|
-
var
|
|
496
|
-
prototype:
|
|
497
|
-
new ():
|
|
496
|
+
var HTMLTttxPercentageBar_1_9_9Element: {
|
|
497
|
+
prototype: HTMLTttxPercentageBar_1_9_9Element;
|
|
498
|
+
new (): HTMLTttxPercentageBar_1_9_9Element;
|
|
498
499
|
};
|
|
499
|
-
interface
|
|
500
|
+
interface HTMLTttxQrcode_1_9_9Element extends Components.TttxQrcode_1_9_9, HTMLStencilElement {
|
|
500
501
|
}
|
|
501
|
-
var
|
|
502
|
-
prototype:
|
|
503
|
-
new ():
|
|
502
|
+
var HTMLTttxQrcode_1_9_9Element: {
|
|
503
|
+
prototype: HTMLTttxQrcode_1_9_9Element;
|
|
504
|
+
new (): HTMLTttxQrcode_1_9_9Element;
|
|
504
505
|
};
|
|
505
|
-
interface
|
|
506
|
+
interface HTMLTttxSelectBox_1_9_9Element extends Components.TttxSelectBox_1_9_9, HTMLStencilElement {
|
|
506
507
|
}
|
|
507
|
-
var
|
|
508
|
-
prototype:
|
|
509
|
-
new ():
|
|
508
|
+
var HTMLTttxSelectBox_1_9_9Element: {
|
|
509
|
+
prototype: HTMLTttxSelectBox_1_9_9Element;
|
|
510
|
+
new (): HTMLTttxSelectBox_1_9_9Element;
|
|
510
511
|
};
|
|
511
|
-
interface
|
|
512
|
+
interface HTMLTttxSorter_1_9_9Element extends Components.TttxSorter_1_9_9, HTMLStencilElement {
|
|
512
513
|
}
|
|
513
|
-
var
|
|
514
|
-
prototype:
|
|
515
|
-
new ():
|
|
514
|
+
var HTMLTttxSorter_1_9_9Element: {
|
|
515
|
+
prototype: HTMLTttxSorter_1_9_9Element;
|
|
516
|
+
new (): HTMLTttxSorter_1_9_9Element;
|
|
516
517
|
};
|
|
517
|
-
interface
|
|
518
|
+
interface HTMLTttxStandaloneInput_1_9_9Element extends Components.TttxStandaloneInput_1_9_9, HTMLStencilElement {
|
|
518
519
|
}
|
|
519
|
-
var
|
|
520
|
-
prototype:
|
|
521
|
-
new ():
|
|
520
|
+
var HTMLTttxStandaloneInput_1_9_9Element: {
|
|
521
|
+
prototype: HTMLTttxStandaloneInput_1_9_9Element;
|
|
522
|
+
new (): HTMLTttxStandaloneInput_1_9_9Element;
|
|
522
523
|
};
|
|
523
|
-
interface
|
|
524
|
+
interface HTMLTttxTable_1_9_9Element extends Components.TttxTable_1_9_9, HTMLStencilElement {
|
|
524
525
|
}
|
|
525
|
-
var
|
|
526
|
-
prototype:
|
|
527
|
-
new ():
|
|
526
|
+
var HTMLTttxTable_1_9_9Element: {
|
|
527
|
+
prototype: HTMLTttxTable_1_9_9Element;
|
|
528
|
+
new (): HTMLTttxTable_1_9_9Element;
|
|
528
529
|
};
|
|
529
|
-
interface
|
|
530
|
+
interface HTMLTttxTabs_1_9_9Element extends Components.TttxTabs_1_9_9, HTMLStencilElement {
|
|
530
531
|
}
|
|
531
|
-
var
|
|
532
|
-
prototype:
|
|
533
|
-
new ():
|
|
532
|
+
var HTMLTttxTabs_1_9_9Element: {
|
|
533
|
+
prototype: HTMLTttxTabs_1_9_9Element;
|
|
534
|
+
new (): HTMLTttxTabs_1_9_9Element;
|
|
534
535
|
};
|
|
535
|
-
interface
|
|
536
|
+
interface HTMLTttxTag_1_9_9Element extends Components.TttxTag_1_9_9, HTMLStencilElement {
|
|
536
537
|
}
|
|
537
|
-
var
|
|
538
|
-
prototype:
|
|
539
|
-
new ():
|
|
538
|
+
var HTMLTttxTag_1_9_9Element: {
|
|
539
|
+
prototype: HTMLTttxTag_1_9_9Element;
|
|
540
|
+
new (): HTMLTttxTag_1_9_9Element;
|
|
540
541
|
};
|
|
541
|
-
interface
|
|
542
|
+
interface HTMLTttxTextarea_1_9_9Element extends Components.TttxTextarea_1_9_9, HTMLStencilElement {
|
|
542
543
|
}
|
|
543
|
-
var
|
|
544
|
-
prototype:
|
|
545
|
-
new ():
|
|
544
|
+
var HTMLTttxTextarea_1_9_9Element: {
|
|
545
|
+
prototype: HTMLTttxTextarea_1_9_9Element;
|
|
546
|
+
new (): HTMLTttxTextarea_1_9_9Element;
|
|
546
547
|
};
|
|
547
|
-
interface
|
|
548
|
+
interface HTMLTttxToggle_1_9_9Element extends Components.TttxToggle_1_9_9, HTMLStencilElement {
|
|
548
549
|
}
|
|
549
|
-
var
|
|
550
|
-
prototype:
|
|
551
|
-
new ():
|
|
550
|
+
var HTMLTttxToggle_1_9_9Element: {
|
|
551
|
+
prototype: HTMLTttxToggle_1_9_9Element;
|
|
552
|
+
new (): HTMLTttxToggle_1_9_9Element;
|
|
552
553
|
};
|
|
553
|
-
interface
|
|
554
|
+
interface HTMLTttxToolbar_1_9_9Element extends Components.TttxToolbar_1_9_9, HTMLStencilElement {
|
|
554
555
|
}
|
|
555
|
-
var
|
|
556
|
-
prototype:
|
|
557
|
-
new ():
|
|
556
|
+
var HTMLTttxToolbar_1_9_9Element: {
|
|
557
|
+
prototype: HTMLTttxToolbar_1_9_9Element;
|
|
558
|
+
new (): HTMLTttxToolbar_1_9_9Element;
|
|
558
559
|
};
|
|
559
|
-
interface
|
|
560
|
+
interface HTMLTttxTreeView_1_9_9Element extends Components.TttxTreeView_1_9_9, HTMLStencilElement {
|
|
560
561
|
}
|
|
561
|
-
var
|
|
562
|
-
prototype:
|
|
563
|
-
new ():
|
|
562
|
+
var HTMLTttxTreeView_1_9_9Element: {
|
|
563
|
+
prototype: HTMLTttxTreeView_1_9_9Element;
|
|
564
|
+
new (): HTMLTttxTreeView_1_9_9Element;
|
|
564
565
|
};
|
|
565
566
|
interface HTMLElementTagNameMap {
|
|
566
|
-
"tttx-
|
|
567
|
-
"tttx-checkbox-group-
|
|
568
|
-
"tttx-checkbox-group-
|
|
569
|
-
"tttx-checkbox-
|
|
570
|
-
"tttx-
|
|
571
|
-
"tttx-
|
|
572
|
-
"tttx-data-
|
|
573
|
-
"tttx-
|
|
574
|
-
"tttx-dialog-
|
|
575
|
-
"tttx-
|
|
576
|
-
"tttx-
|
|
577
|
-
"tttx-
|
|
578
|
-
"tttx-
|
|
579
|
-
"tttx-
|
|
580
|
-
"tttx-
|
|
581
|
-
"tttx-keyvalue-
|
|
582
|
-
"tttx-
|
|
583
|
-
"tttx-loading-
|
|
584
|
-
"tttx-multiselect-
|
|
585
|
-
"tttx-percentage-
|
|
586
|
-
"tttx-
|
|
587
|
-
"tttx-select-
|
|
588
|
-
"tttx-
|
|
589
|
-
"tttx-standalone-
|
|
590
|
-
"tttx-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-tree-
|
|
567
|
+
"tttx-button_1_9_9": HTMLTttxButton_1_9_9Element;
|
|
568
|
+
"tttx-checkbox-group-caption_1_9_9": HTMLTttxCheckboxGroupCaption_1_9_9Element;
|
|
569
|
+
"tttx-checkbox-group-heading_1_9_9": HTMLTttxCheckboxGroupHeading_1_9_9Element;
|
|
570
|
+
"tttx-checkbox-group_1_9_9": HTMLTttxCheckboxGroup_1_9_9Element;
|
|
571
|
+
"tttx-checkbox_1_9_9": HTMLTttxCheckbox_1_9_9Element;
|
|
572
|
+
"tttx-comments_1_9_9": HTMLTttxComments_1_9_9Element;
|
|
573
|
+
"tttx-data-pattern_1_9_9": HTMLTttxDataPattern_1_9_9Element;
|
|
574
|
+
"tttx-datacard_1_9_9": HTMLTttxDatacard_1_9_9Element;
|
|
575
|
+
"tttx-dialog-box_1_9_9": HTMLTttxDialogBox_1_9_9Element;
|
|
576
|
+
"tttx-dialog_1_9_9": HTMLTttxDialog_1_9_9Element;
|
|
577
|
+
"tttx-expander_1_9_9": HTMLTttxExpander_1_9_9Element;
|
|
578
|
+
"tttx-filter_1_9_9": HTMLTttxFilter_1_9_9Element;
|
|
579
|
+
"tttx-form_1_9_9": HTMLTttxForm_1_9_9Element;
|
|
580
|
+
"tttx-graph_1_9_9": HTMLTttxGraph_1_9_9Element;
|
|
581
|
+
"tttx-icon_1_9_9": HTMLTttxIcon_1_9_9Element;
|
|
582
|
+
"tttx-keyvalue-block_1_9_9": HTMLTttxKeyvalueBlock_1_9_9Element;
|
|
583
|
+
"tttx-list_1_9_9": HTMLTttxList_1_9_9Element;
|
|
584
|
+
"tttx-loading-spinner_1_9_9": HTMLTttxLoadingSpinner_1_9_9Element;
|
|
585
|
+
"tttx-multiselect-box_1_9_9": HTMLTttxMultiselectBox_1_9_9Element;
|
|
586
|
+
"tttx-percentage-bar_1_9_9": HTMLTttxPercentageBar_1_9_9Element;
|
|
587
|
+
"tttx-qrcode_1_9_9": HTMLTttxQrcode_1_9_9Element;
|
|
588
|
+
"tttx-select-box_1_9_9": HTMLTttxSelectBox_1_9_9Element;
|
|
589
|
+
"tttx-sorter_1_9_9": HTMLTttxSorter_1_9_9Element;
|
|
590
|
+
"tttx-standalone-input_1_9_9": HTMLTttxStandaloneInput_1_9_9Element;
|
|
591
|
+
"tttx-table_1_9_9": HTMLTttxTable_1_9_9Element;
|
|
592
|
+
"tttx-tabs_1_9_9": HTMLTttxTabs_1_9_9Element;
|
|
593
|
+
"tttx-tag_1_9_9": HTMLTttxTag_1_9_9Element;
|
|
594
|
+
"tttx-textarea_1_9_9": HTMLTttxTextarea_1_9_9Element;
|
|
595
|
+
"tttx-toggle_1_9_9": HTMLTttxToggle_1_9_9Element;
|
|
596
|
+
"tttx-toolbar_1_9_9": HTMLTttxToolbar_1_9_9Element;
|
|
597
|
+
"tttx-tree-view_1_9_9": HTMLTttxTreeView_1_9_9Element;
|
|
597
598
|
}
|
|
598
599
|
}
|
|
599
600
|
declare namespace LocalJSX {
|
|
600
|
-
interface
|
|
601
|
+
interface TttxButton_1_9_9 {
|
|
601
602
|
"design"?: string;
|
|
602
603
|
"icon"?: string;
|
|
603
604
|
"iconcolor"?: string;
|
|
604
605
|
"iconposition"?: 'left' | 'right';
|
|
605
606
|
"notext"?: boolean;
|
|
606
607
|
}
|
|
607
|
-
interface
|
|
608
|
+
interface TttxCheckboxGroupCaption_1_9_9 {
|
|
608
609
|
}
|
|
609
|
-
interface
|
|
610
|
+
interface TttxCheckboxGroupHeading_1_9_9 {
|
|
610
611
|
}
|
|
611
|
-
interface
|
|
612
|
+
interface TttxCheckboxGroup_1_9_9 {
|
|
612
613
|
}
|
|
613
|
-
interface
|
|
614
|
+
interface TttxCheckbox_1_9_9 {
|
|
614
615
|
"checkboxId"?: string;
|
|
615
616
|
"checked"?: boolean;
|
|
616
617
|
"indeterminate"?: boolean;
|
|
617
618
|
"inline"?: boolean;
|
|
618
619
|
"label"?: string;
|
|
619
|
-
"onCheckboxChangeEvent"?: (event:
|
|
620
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_9CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
620
621
|
}
|
|
621
|
-
interface
|
|
622
|
+
interface TttxComments_1_9_9 {
|
|
622
623
|
"comments"?: string | Comment[];
|
|
623
624
|
"currentuser"?: string;
|
|
624
|
-
"onCommentAdded"?: (event:
|
|
625
|
-
"onRequestFileDownload"?: (event:
|
|
626
|
-
"onRequestFileUpload"?: (event:
|
|
625
|
+
"onCommentAdded"?: (event: TttxComments_1_9_9CustomEvent<Comment>) => void;
|
|
626
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_9CustomEvent<string>) => void;
|
|
627
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_9CustomEvent<void>) => void;
|
|
627
628
|
}
|
|
628
|
-
interface
|
|
629
|
+
interface TttxDataPattern_1_9_9 {
|
|
629
630
|
"addbutton"?: boolean;
|
|
630
631
|
"addbuttonlabel"?: string;
|
|
631
632
|
"data"?: string;
|
|
@@ -635,7 +636,7 @@ declare namespace LocalJSX {
|
|
|
635
636
|
"searchplaceholder"?: string;
|
|
636
637
|
"sorterOptions"?: string;
|
|
637
638
|
}
|
|
638
|
-
interface
|
|
639
|
+
interface TttxDatacard_1_9_9 {
|
|
639
640
|
"cardTitle"?: string;
|
|
640
641
|
"cardType"?: string;
|
|
641
642
|
"chartConfig"?: string;
|
|
@@ -644,107 +645,108 @@ declare namespace LocalJSX {
|
|
|
644
645
|
"rightData"?: string;
|
|
645
646
|
"rightSubtext"?: string;
|
|
646
647
|
}
|
|
647
|
-
interface
|
|
648
|
+
interface TttxDialogBox_1_9_9 {
|
|
648
649
|
"allowOverflow"?: boolean;
|
|
649
650
|
"data"?: string | DialogItems;
|
|
650
|
-
"onButtonClick"?: (event:
|
|
651
|
-
"onCloseButtonClick"?: (event:
|
|
651
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_9CustomEvent<any>) => void;
|
|
652
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_9CustomEvent<any>) => void;
|
|
652
653
|
"open"?: boolean;
|
|
653
654
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
654
655
|
}
|
|
655
|
-
interface
|
|
656
|
+
interface TttxDialog_1_9_9 {
|
|
656
657
|
"allowOverflow"?: boolean;
|
|
657
658
|
"closeEnabled"?: boolean;
|
|
658
659
|
"header"?: string;
|
|
659
|
-
"onCloseButtonClick"?: (event:
|
|
660
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_9CustomEvent<any>) => void;
|
|
660
661
|
"open"?: boolean;
|
|
661
662
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
662
663
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
663
664
|
}
|
|
664
|
-
interface
|
|
665
|
+
interface TttxExpander_1_9_9 {
|
|
665
666
|
"lefticon"?: string;
|
|
666
667
|
"lefticoncolor"?: string;
|
|
667
668
|
"name"?: string;
|
|
668
|
-
"onToggleExpander"?: (event:
|
|
669
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_9CustomEvent<{ open: boolean; name: string }>) => void;
|
|
669
670
|
"open"?: boolean;
|
|
670
671
|
}
|
|
671
|
-
interface
|
|
672
|
+
interface TttxFilter_1_9_9 {
|
|
672
673
|
"defaultFilterOptions"?: string[] | string;
|
|
673
674
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
674
675
|
"filterHeader"?: string;
|
|
675
676
|
"filterKey"?: string;
|
|
676
677
|
"filterOptions"?: string | FilterSettings[];
|
|
677
|
-
"onFilterChangeEvent"?: (event:
|
|
678
|
-
"onToggleFilter"?: (event:
|
|
678
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_9CustomEvent<FilterChangeEvent>) => void;
|
|
679
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_9CustomEvent<boolean>) => void;
|
|
679
680
|
"popoverWidth"?: string;
|
|
680
681
|
"showOptionIcons"?: boolean;
|
|
681
682
|
"showSearchField"?: boolean;
|
|
682
683
|
"showSelectAll"?: boolean;
|
|
683
684
|
}
|
|
684
|
-
interface
|
|
685
|
+
interface TttxForm_1_9_9 {
|
|
685
686
|
"data"?: any;
|
|
686
687
|
"formschema"?: Record<string, any> | string;
|
|
687
|
-
"onDataChanged"?: (event:
|
|
688
|
-
"onDataSubmitted"?: (event:
|
|
688
|
+
"onDataChanged"?: (event: TttxForm_1_9_9CustomEvent<{ name: string; value: string }>) => void;
|
|
689
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_9CustomEvent<FormData>) => void;
|
|
689
690
|
}
|
|
690
|
-
interface
|
|
691
|
+
interface TttxGraph_1_9_9 {
|
|
691
692
|
"chartData"?: string;
|
|
692
693
|
"chartText"?: string;
|
|
693
694
|
"chartType"?: string;
|
|
694
695
|
}
|
|
695
|
-
interface
|
|
696
|
+
interface TttxIcon_1_9_9 {
|
|
696
697
|
"color"?: string;
|
|
697
698
|
"icon"?: string;
|
|
698
699
|
"size"?: number;
|
|
699
700
|
}
|
|
700
|
-
interface
|
|
701
|
+
interface TttxKeyvalueBlock_1_9_9 {
|
|
701
702
|
"horizontal"?: boolean;
|
|
702
703
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
703
704
|
"spacedout"?: boolean;
|
|
704
705
|
}
|
|
705
|
-
interface
|
|
706
|
+
interface TttxList_1_9_9 {
|
|
706
707
|
"data"?: string | ListItem[];
|
|
707
708
|
"name"?: string;
|
|
708
|
-
"onListRowCheckboxClick"?: (event:
|
|
709
|
-
"onListRowClick"?: (event:
|
|
709
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_9CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
710
|
+
"onListRowClick"?: (event: TttxList_1_9_9CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
710
711
|
}
|
|
711
|
-
interface
|
|
712
|
+
interface TttxLoadingSpinner_1_9_9 {
|
|
712
713
|
"loadingMessage"?: boolean;
|
|
713
714
|
"size"?: 'small' | 'large';
|
|
714
715
|
}
|
|
715
|
-
interface
|
|
716
|
+
interface TttxMultiselectBox_1_9_9 {
|
|
716
717
|
"htmlVisibleValue"?: boolean;
|
|
717
718
|
"inline"?: boolean;
|
|
718
719
|
"isLoading"?: boolean;
|
|
719
720
|
"label"?: string;
|
|
720
|
-
"onChangesApplied"?: (event:
|
|
721
|
-
"onSearchDataChanged"?: (event:
|
|
722
|
-
"onSelectItemEvent"?: (event:
|
|
723
|
-
"onToggleOpen"?: (event:
|
|
721
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_9CustomEvent<SelectItem[]>) => void;
|
|
722
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_9CustomEvent<{ searchTerm: string; }>) => void;
|
|
723
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_9CustomEvent<SelectItem>) => void;
|
|
724
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_9CustomEvent<boolean>) => void;
|
|
724
725
|
"optionsData"?: string | SelectItem[];
|
|
725
726
|
"placeholder"?: string;
|
|
726
727
|
"searchEnabled"?: boolean;
|
|
727
728
|
"stopLocalSearch"?: boolean;
|
|
728
729
|
"visibleValue"?: string;
|
|
729
730
|
}
|
|
730
|
-
interface
|
|
731
|
+
interface TttxPercentageBar_1_9_9 {
|
|
731
732
|
"color"?: string;
|
|
732
733
|
"labelid"?: string;
|
|
733
734
|
"min"?: string;
|
|
734
735
|
"percentage"?: string | number;
|
|
735
736
|
"thresholds"?: string | Threshold[];
|
|
736
737
|
}
|
|
737
|
-
interface
|
|
738
|
+
interface TttxQrcode_1_9_9 {
|
|
738
739
|
"link"?: string;
|
|
739
740
|
"size"?: number;
|
|
740
741
|
}
|
|
741
|
-
interface
|
|
742
|
+
interface TttxSelectBox_1_9_9 {
|
|
742
743
|
"errorMsg"?: string;
|
|
743
744
|
"inline"?: boolean;
|
|
745
|
+
"isLoading"?: boolean;
|
|
744
746
|
"label"?: string;
|
|
745
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
746
|
-
"onSelectItemEvent"?: (event:
|
|
747
|
-
"onToggleOpen"?: (event:
|
|
747
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_9CustomEvent<string>) => void;
|
|
748
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_9CustomEvent<SelectItem1>) => void;
|
|
749
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_9CustomEvent<boolean>) => void;
|
|
748
750
|
"optionsData"?: string | SelectItem1[];
|
|
749
751
|
"placeholder"?: string;
|
|
750
752
|
"searchEnabled"?: boolean;
|
|
@@ -753,15 +755,15 @@ declare namespace LocalJSX {
|
|
|
753
755
|
"showErrorMsg"?: boolean;
|
|
754
756
|
"useExternalFiltering"?: boolean;
|
|
755
757
|
}
|
|
756
|
-
interface
|
|
758
|
+
interface TttxSorter_1_9_9 {
|
|
757
759
|
"defaultOption"?: string;
|
|
758
760
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
759
761
|
"fieldOptionsData"?: string | SorterData;
|
|
760
|
-
"onSorterChangeEvent"?: (event:
|
|
761
|
-
"onToggleSorter"?: (event:
|
|
762
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_9CustomEvent<SorterChangeEvent>) => void;
|
|
763
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_9CustomEvent<boolean>) => void;
|
|
762
764
|
"sorterKey"?: string;
|
|
763
765
|
}
|
|
764
|
-
interface
|
|
766
|
+
interface TttxStandaloneInput_1_9_9 {
|
|
765
767
|
"autocomplete"?: 'off' | 'on';
|
|
766
768
|
"checked"?: boolean;
|
|
767
769
|
"disabled"?: boolean;
|
|
@@ -777,8 +779,8 @@ declare namespace LocalJSX {
|
|
|
777
779
|
"inputiconcolor"?: string;
|
|
778
780
|
/**
|
|
779
781
|
* tabindex - Allows the HTML elements to be focusable
|
|
780
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
781
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
782
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_9 input-index="1" />
|
|
783
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_9 inputindex={1} />
|
|
782
784
|
*/
|
|
783
785
|
"inputindex"?: string | number;
|
|
784
786
|
/**
|
|
@@ -792,13 +794,13 @@ declare namespace LocalJSX {
|
|
|
792
794
|
"min"?: MinMaxDates | number;
|
|
793
795
|
"minlength"?: string | number;
|
|
794
796
|
"name"?: string;
|
|
795
|
-
"onBlurChanged"?: (event:
|
|
796
|
-
"onFocusChanged"?: (event:
|
|
797
|
-
"onInputIconClick"?: (event:
|
|
798
|
-
"onInvalidChanged"?: (event:
|
|
799
|
-
"onLeftIconClick"?: (event:
|
|
800
|
-
"onRightIconClick"?: (event:
|
|
801
|
-
"onValueChanged"?: (event:
|
|
797
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_9CustomEvent<string>) => void;
|
|
798
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_9CustomEvent<string>) => void;
|
|
799
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_9CustomEvent<void>) => void;
|
|
800
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_9CustomEvent<string>) => void;
|
|
801
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_9CustomEvent<void>) => void;
|
|
802
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_9CustomEvent<void>) => void;
|
|
803
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_9CustomEvent<string>) => void;
|
|
802
804
|
"pattern"?: string;
|
|
803
805
|
"placeholder"?: string;
|
|
804
806
|
"readonly"?: string | boolean;
|
|
@@ -813,38 +815,38 @@ declare namespace LocalJSX {
|
|
|
813
815
|
"type"?: string;
|
|
814
816
|
"value"?: string | number;
|
|
815
817
|
}
|
|
816
|
-
interface
|
|
818
|
+
interface TttxTable_1_9_9 {
|
|
817
819
|
"data"?: any;
|
|
818
820
|
"draggableHeaders"?: boolean;
|
|
819
821
|
"headers"?: TableHeader[];
|
|
820
822
|
"loading"?: boolean;
|
|
821
|
-
"onHeaderClicked"?: (event:
|
|
822
|
-
"onHeaderOrderChanged"?: (event:
|
|
823
|
-
"onRowClicked"?: (event:
|
|
823
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_9CustomEvent<any>) => void;
|
|
824
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_9CustomEvent<string[]>) => void;
|
|
825
|
+
"onRowClicked"?: (event: TttxTable_1_9_9CustomEvent<any>) => void;
|
|
824
826
|
"selectable"?: boolean;
|
|
825
827
|
"selected"?: number;
|
|
826
828
|
}
|
|
827
|
-
interface
|
|
829
|
+
interface TttxTabs_1_9_9 {
|
|
828
830
|
"navigation"?: boolean;
|
|
829
|
-
"onLeftNavigation"?: (event:
|
|
830
|
-
"onRightNavigation"?: (event:
|
|
831
|
-
"onTabClick"?: (event:
|
|
831
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_9CustomEvent<any>) => void;
|
|
832
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_9CustomEvent<any>) => void;
|
|
833
|
+
"onTabClick"?: (event: TttxTabs_1_9_9CustomEvent<{ tabId: string }>) => void;
|
|
832
834
|
"tabs"?: string | Tab[];
|
|
833
835
|
"tabsName"?: string;
|
|
834
836
|
"wide"?: boolean;
|
|
835
837
|
}
|
|
836
|
-
interface
|
|
838
|
+
interface TttxTag_1_9_9 {
|
|
837
839
|
"color"?: string;
|
|
838
840
|
"text"?: string;
|
|
839
841
|
"textColor"?: string;
|
|
840
842
|
}
|
|
841
|
-
interface
|
|
843
|
+
interface TttxTextarea_1_9_9 {
|
|
842
844
|
"disabled"?: boolean;
|
|
843
845
|
"errormsg"?: string;
|
|
844
846
|
/**
|
|
845
847
|
* tabindex - Allows the HTML elements to be focusable
|
|
846
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
847
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
848
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_9 input-index="1" />
|
|
849
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_9 inputindex={1} />
|
|
848
850
|
*/
|
|
849
851
|
"inputindex"?: string | number;
|
|
850
852
|
/**
|
|
@@ -855,10 +857,10 @@ declare namespace LocalJSX {
|
|
|
855
857
|
"label"?: string;
|
|
856
858
|
"maxlength"?: string | number;
|
|
857
859
|
"name"?: string;
|
|
858
|
-
"onBlurChanged"?: (event:
|
|
859
|
-
"onFocusChanged"?: (event:
|
|
860
|
-
"onInvalidChanged"?: (event:
|
|
861
|
-
"onValueChanged"?: (event:
|
|
860
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_9CustomEvent<string>) => void;
|
|
861
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_9CustomEvent<string>) => void;
|
|
862
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_9CustomEvent<string>) => void;
|
|
863
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_9CustomEvent<string>) => void;
|
|
862
864
|
"placeholder"?: string;
|
|
863
865
|
"readonly"?: string | boolean;
|
|
864
866
|
"required"?: boolean;
|
|
@@ -872,88 +874,88 @@ declare namespace LocalJSX {
|
|
|
872
874
|
"textareaautofocus"?: boolean;
|
|
873
875
|
"value"?: string | number;
|
|
874
876
|
}
|
|
875
|
-
interface
|
|
877
|
+
interface TttxToggle_1_9_9 {
|
|
876
878
|
"initialstate"?: boolean | string;
|
|
877
|
-
"onToggleSwitchEvent"?: (event:
|
|
879
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_9CustomEvent<{checked: boolean}>) => void;
|
|
878
880
|
}
|
|
879
|
-
interface
|
|
881
|
+
interface TttxToolbar_1_9_9 {
|
|
880
882
|
"border"?: boolean;
|
|
881
883
|
}
|
|
882
|
-
interface
|
|
884
|
+
interface TttxTreeView_1_9_9 {
|
|
883
885
|
"data"?: TreeViewItem[];
|
|
884
|
-
"onCheckboxChange"?: (event:
|
|
885
|
-
"onClickEvent"?: (event:
|
|
886
|
-
"onExpandNode"?: (event:
|
|
886
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_9CustomEvent<TreeViewItem[]>) => void;
|
|
887
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_9CustomEvent<TreeViewItem>) => void;
|
|
888
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_9CustomEvent<ExpandNodeEvent>) => void;
|
|
887
889
|
}
|
|
888
890
|
interface IntrinsicElements {
|
|
889
|
-
"tttx-
|
|
890
|
-
"tttx-checkbox-group-
|
|
891
|
-
"tttx-checkbox-group-
|
|
892
|
-
"tttx-checkbox-
|
|
893
|
-
"tttx-
|
|
894
|
-
"tttx-
|
|
895
|
-
"tttx-data-
|
|
896
|
-
"tttx-
|
|
897
|
-
"tttx-dialog-
|
|
898
|
-
"tttx-
|
|
899
|
-
"tttx-
|
|
900
|
-
"tttx-
|
|
901
|
-
"tttx-
|
|
902
|
-
"tttx-
|
|
903
|
-
"tttx-
|
|
904
|
-
"tttx-keyvalue-
|
|
905
|
-
"tttx-
|
|
906
|
-
"tttx-loading-
|
|
907
|
-
"tttx-multiselect-
|
|
908
|
-
"tttx-percentage-
|
|
909
|
-
"tttx-
|
|
910
|
-
"tttx-select-
|
|
911
|
-
"tttx-
|
|
912
|
-
"tttx-standalone-
|
|
913
|
-
"tttx-
|
|
914
|
-
"tttx-
|
|
915
|
-
"tttx-
|
|
916
|
-
"tttx-
|
|
917
|
-
"tttx-
|
|
918
|
-
"tttx-
|
|
919
|
-
"tttx-tree-
|
|
891
|
+
"tttx-button_1_9_9": TttxButton_1_9_9;
|
|
892
|
+
"tttx-checkbox-group-caption_1_9_9": TttxCheckboxGroupCaption_1_9_9;
|
|
893
|
+
"tttx-checkbox-group-heading_1_9_9": TttxCheckboxGroupHeading_1_9_9;
|
|
894
|
+
"tttx-checkbox-group_1_9_9": TttxCheckboxGroup_1_9_9;
|
|
895
|
+
"tttx-checkbox_1_9_9": TttxCheckbox_1_9_9;
|
|
896
|
+
"tttx-comments_1_9_9": TttxComments_1_9_9;
|
|
897
|
+
"tttx-data-pattern_1_9_9": TttxDataPattern_1_9_9;
|
|
898
|
+
"tttx-datacard_1_9_9": TttxDatacard_1_9_9;
|
|
899
|
+
"tttx-dialog-box_1_9_9": TttxDialogBox_1_9_9;
|
|
900
|
+
"tttx-dialog_1_9_9": TttxDialog_1_9_9;
|
|
901
|
+
"tttx-expander_1_9_9": TttxExpander_1_9_9;
|
|
902
|
+
"tttx-filter_1_9_9": TttxFilter_1_9_9;
|
|
903
|
+
"tttx-form_1_9_9": TttxForm_1_9_9;
|
|
904
|
+
"tttx-graph_1_9_9": TttxGraph_1_9_9;
|
|
905
|
+
"tttx-icon_1_9_9": TttxIcon_1_9_9;
|
|
906
|
+
"tttx-keyvalue-block_1_9_9": TttxKeyvalueBlock_1_9_9;
|
|
907
|
+
"tttx-list_1_9_9": TttxList_1_9_9;
|
|
908
|
+
"tttx-loading-spinner_1_9_9": TttxLoadingSpinner_1_9_9;
|
|
909
|
+
"tttx-multiselect-box_1_9_9": TttxMultiselectBox_1_9_9;
|
|
910
|
+
"tttx-percentage-bar_1_9_9": TttxPercentageBar_1_9_9;
|
|
911
|
+
"tttx-qrcode_1_9_9": TttxQrcode_1_9_9;
|
|
912
|
+
"tttx-select-box_1_9_9": TttxSelectBox_1_9_9;
|
|
913
|
+
"tttx-sorter_1_9_9": TttxSorter_1_9_9;
|
|
914
|
+
"tttx-standalone-input_1_9_9": TttxStandaloneInput_1_9_9;
|
|
915
|
+
"tttx-table_1_9_9": TttxTable_1_9_9;
|
|
916
|
+
"tttx-tabs_1_9_9": TttxTabs_1_9_9;
|
|
917
|
+
"tttx-tag_1_9_9": TttxTag_1_9_9;
|
|
918
|
+
"tttx-textarea_1_9_9": TttxTextarea_1_9_9;
|
|
919
|
+
"tttx-toggle_1_9_9": TttxToggle_1_9_9;
|
|
920
|
+
"tttx-toolbar_1_9_9": TttxToolbar_1_9_9;
|
|
921
|
+
"tttx-tree-view_1_9_9": TttxTreeView_1_9_9;
|
|
920
922
|
}
|
|
921
923
|
}
|
|
922
924
|
export { LocalJSX as JSX };
|
|
923
925
|
declare module "@stencil/core" {
|
|
924
926
|
export namespace JSX {
|
|
925
927
|
interface IntrinsicElements {
|
|
926
|
-
"tttx-
|
|
927
|
-
"tttx-checkbox-group-
|
|
928
|
-
"tttx-checkbox-group-
|
|
929
|
-
"tttx-checkbox-
|
|
930
|
-
"tttx-
|
|
931
|
-
"tttx-
|
|
932
|
-
"tttx-data-
|
|
933
|
-
"tttx-
|
|
934
|
-
"tttx-dialog-
|
|
935
|
-
"tttx-
|
|
936
|
-
"tttx-
|
|
937
|
-
"tttx-
|
|
938
|
-
"tttx-
|
|
939
|
-
"tttx-
|
|
940
|
-
"tttx-
|
|
941
|
-
"tttx-keyvalue-
|
|
942
|
-
"tttx-
|
|
943
|
-
"tttx-loading-
|
|
944
|
-
"tttx-multiselect-
|
|
945
|
-
"tttx-percentage-
|
|
946
|
-
"tttx-
|
|
947
|
-
"tttx-select-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-standalone-
|
|
950
|
-
"tttx-
|
|
951
|
-
"tttx-
|
|
952
|
-
"tttx-
|
|
953
|
-
"tttx-
|
|
954
|
-
"tttx-
|
|
955
|
-
"tttx-
|
|
956
|
-
"tttx-tree-
|
|
928
|
+
"tttx-button_1_9_9": LocalJSX.TttxButton_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_9Element>;
|
|
929
|
+
"tttx-checkbox-group-caption_1_9_9": LocalJSX.TttxCheckboxGroupCaption_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_9Element>;
|
|
930
|
+
"tttx-checkbox-group-heading_1_9_9": LocalJSX.TttxCheckboxGroupHeading_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_9Element>;
|
|
931
|
+
"tttx-checkbox-group_1_9_9": LocalJSX.TttxCheckboxGroup_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_9Element>;
|
|
932
|
+
"tttx-checkbox_1_9_9": LocalJSX.TttxCheckbox_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_9Element>;
|
|
933
|
+
"tttx-comments_1_9_9": LocalJSX.TttxComments_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_9Element>;
|
|
934
|
+
"tttx-data-pattern_1_9_9": LocalJSX.TttxDataPattern_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_9Element>;
|
|
935
|
+
"tttx-datacard_1_9_9": LocalJSX.TttxDatacard_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_9Element>;
|
|
936
|
+
"tttx-dialog-box_1_9_9": LocalJSX.TttxDialogBox_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_9Element>;
|
|
937
|
+
"tttx-dialog_1_9_9": LocalJSX.TttxDialog_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_9Element>;
|
|
938
|
+
"tttx-expander_1_9_9": LocalJSX.TttxExpander_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_9Element>;
|
|
939
|
+
"tttx-filter_1_9_9": LocalJSX.TttxFilter_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_9Element>;
|
|
940
|
+
"tttx-form_1_9_9": LocalJSX.TttxForm_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_9Element>;
|
|
941
|
+
"tttx-graph_1_9_9": LocalJSX.TttxGraph_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_9Element>;
|
|
942
|
+
"tttx-icon_1_9_9": LocalJSX.TttxIcon_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_9Element>;
|
|
943
|
+
"tttx-keyvalue-block_1_9_9": LocalJSX.TttxKeyvalueBlock_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_9Element>;
|
|
944
|
+
"tttx-list_1_9_9": LocalJSX.TttxList_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_9Element>;
|
|
945
|
+
"tttx-loading-spinner_1_9_9": LocalJSX.TttxLoadingSpinner_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_9Element>;
|
|
946
|
+
"tttx-multiselect-box_1_9_9": LocalJSX.TttxMultiselectBox_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_9Element>;
|
|
947
|
+
"tttx-percentage-bar_1_9_9": LocalJSX.TttxPercentageBar_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_9Element>;
|
|
948
|
+
"tttx-qrcode_1_9_9": LocalJSX.TttxQrcode_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_9Element>;
|
|
949
|
+
"tttx-select-box_1_9_9": LocalJSX.TttxSelectBox_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_9Element>;
|
|
950
|
+
"tttx-sorter_1_9_9": LocalJSX.TttxSorter_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_9Element>;
|
|
951
|
+
"tttx-standalone-input_1_9_9": LocalJSX.TttxStandaloneInput_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_9Element>;
|
|
952
|
+
"tttx-table_1_9_9": LocalJSX.TttxTable_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_9Element>;
|
|
953
|
+
"tttx-tabs_1_9_9": LocalJSX.TttxTabs_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_9Element>;
|
|
954
|
+
"tttx-tag_1_9_9": LocalJSX.TttxTag_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_9Element>;
|
|
955
|
+
"tttx-textarea_1_9_9": LocalJSX.TttxTextarea_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_9Element>;
|
|
956
|
+
"tttx-toggle_1_9_9": LocalJSX.TttxToggle_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_9Element>;
|
|
957
|
+
"tttx-toolbar_1_9_9": LocalJSX.TttxToolbar_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_9Element>;
|
|
958
|
+
"tttx-tree-view_1_9_9": LocalJSX.TttxTreeView_1_9_9 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_9Element>;
|
|
957
959
|
}
|
|
958
960
|
}
|
|
959
961
|
}
|