@3t-transform/threeteeui 1.9.14 → 1.9.16
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_14.cjs.entry.js → tttx-button_1_9_16.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_14.cjs.entry.js → tttx-checkbox-group-caption_1_9_16.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_14.cjs.entry.js → tttx-checkbox-group-heading_1_9_16.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_14.cjs.entry.js → tttx-checkbox-group_1_9_16.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_14.cjs.entry.js → tttx-checkbox_1_9_16.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_14.cjs.entry.js → tttx-comments_1_9_16.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_14.cjs.entry.js → tttx-data-pattern_1_9_16.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_14.cjs.entry.js → tttx-datacard_1_9_16.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_14.cjs.entry.js → tttx-dialog-box_1_9_16.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_14.cjs.entry.js → tttx-dialog_1_9_16.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_14.cjs.entry.js → tttx-expander_1_9_16.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_14_4.cjs.entry.js → tttx-filter_1_9_16_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_14.cjs.entry.js → tttx-form_1_9_16.cjs.entry.js} +4 -3
- package/dist/cjs/{tttx-graph_1_9_14.cjs.entry.js → tttx-graph_1_9_16.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_14.cjs.entry.js → tttx-icon_1_9_16.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_14.cjs.entry.js → tttx-keyvalue-block_1_9_16.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_14_2.cjs.entry.js → tttx-loading-spinner_1_9_16_2.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-multiselect-box_1_9_14.cjs.entry.js → tttx-multiselect-box_1_9_16.cjs.entry.js} +11 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_14.cjs.entry.js → tttx-percentage-bar_1_9_16.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_14.cjs.entry.js → tttx-qrcode_1_9_16.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_14.cjs.entry.js → tttx-select-box_1_9_16.cjs.entry.js} +9 -5
- package/dist/cjs/{tttx-table_1_9_14.cjs.entry.js → tttx-table_1_9_16.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_14.cjs.entry.js → tttx-tabs_1_9_16.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_9_14.cjs.entry.js → tttx-tag_1_9_16.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_9_14.cjs.entry.js → tttx-textarea_1_9_16.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_14.cjs.entry.js → tttx-toggle_1_9_16.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_14.cjs.entry.js → tttx-tree-view_1_9_16.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 +4 -3
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +10 -7
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.js +1 -1
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +47 -47
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.css +4 -0
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +27 -6
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +69 -34
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.css +4 -0
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +25 -4
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +52 -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-button_1_9_14.d.ts → tttx-button_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_14.js → tttx-button_1_9_16.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_14.js → tttx-checkbox-group-caption_1_9_16.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_14.js → tttx-checkbox-group-heading_1_9_16.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_14.js → tttx-checkbox-group_1_9_16.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_14.d.ts → tttx-checkbox_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_14.js → tttx-checkbox_1_9_16.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_14.d.ts → tttx-comments_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_14.js → tttx-comments_1_9_16.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_14.js → tttx-data-pattern_1_9_16.js} +16 -16
- package/dist/components/{tttx-comments_1_9_14.d.ts → tttx-datacard_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_14.js → tttx-datacard_1_9_16.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_14.js → tttx-dialog-box_1_9_16.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_14.d.ts → tttx-dialog_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_14.js → tttx-dialog_1_9_16.js} +8 -8
- package/dist/components/tttx-expander_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_14.js → tttx-expander_1_9_16.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_14.d.ts → tttx-filter_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_14.js → tttx-filter_1_9_16.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_14.d.ts → tttx-form_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_14.js → tttx-form_1_9_16.js} +12 -11
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_14.d.ts → tttx-graph_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_14.js → tttx-graph_1_9_16.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_14.d.ts → tttx-icon_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_14.js → tttx-icon_1_9_16.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_14.js → tttx-keyvalue-block_1_9_16.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_14.d.ts → tttx-list_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_14.js → tttx-list_1_9_16.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_14.js → tttx-loading-spinner_1_9_16.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_14.js → tttx-multiselect-box_1_9_16.js} +20 -15
- package/dist/components/tttx-percentage-bar_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_14.js → tttx-percentage-bar_1_9_16.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_14.d.ts → tttx-qrcode_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_14.js → tttx-qrcode_1_9_16.js} +5 -5
- package/dist/components/tttx-select-box.js +15 -10
- package/dist/components/tttx-select-box_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_14.js → tttx-select-box_1_9_16.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_14.js → tttx-sorter_1_9_16.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_14.js → tttx-standalone-input_1_9_16.js} +2 -2
- package/dist/components/{tttx-table_1_9_14.d.ts → tttx-table_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_14.js → tttx-table_1_9_16.js} +5 -5
- package/dist/components/{tttx-form_1_9_14.d.ts → tttx-tabs_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_14.js → tttx-tabs_1_9_16.js} +9 -9
- package/dist/components/{tttx-tag_1_9_14.d.ts → tttx-tag_1_9_16.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_14.js → tttx-tag_1_9_16.js} +5 -5
- package/dist/components/tttx-textarea_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_14.js → tttx-textarea_1_9_16.js} +6 -6
- package/dist/components/tttx-toggle_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_14.js → tttx-toggle_1_9_16.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_14.js → tttx-toolbar_1_9_16.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_16.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_14.js → tttx-tree-view_1_9_16.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_14.entry.js → tttx-button_1_9_16.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_14.entry.js → tttx-checkbox-group-caption_1_9_16.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_14.entry.js → tttx-checkbox-group-heading_1_9_16.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_14.entry.js → tttx-checkbox-group_1_9_16.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_14.entry.js → tttx-checkbox_1_9_16.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_14.entry.js → tttx-comments_1_9_16.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_14.entry.js → tttx-data-pattern_1_9_16.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_14.entry.js → tttx-datacard_1_9_16.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_14.entry.js → tttx-dialog-box_1_9_16.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_14.entry.js → tttx-dialog_1_9_16.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_14.entry.js → tttx-expander_1_9_16.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_14_4.entry.js → tttx-filter_1_9_16_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_14.entry.js → tttx-form_1_9_16.entry.js} +4 -3
- package/dist/esm/{tttx-graph_1_9_14.entry.js → tttx-graph_1_9_16.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_14.entry.js → tttx-icon_1_9_16.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_14.entry.js → tttx-keyvalue-block_1_9_16.entry.js} +1 -1
- package/dist/esm/tttx-loading-spinner_1_9_16_2.entry.js +109 -0
- package/dist/esm/{tttx-multiselect-box_1_9_14.entry.js → tttx-multiselect-box_1_9_16.entry.js} +11 -7
- package/dist/esm/{tttx-percentage-bar_1_9_14.entry.js → tttx-percentage-bar_1_9_16.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_14.entry.js → tttx-qrcode_1_9_16.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_14.entry.js → tttx-select-box_1_9_16.entry.js} +9 -5
- package/dist/esm/{tttx-table_1_9_14.entry.js → tttx-table_1_9_16.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_14.entry.js → tttx-tabs_1_9_16.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_9_14.entry.js → tttx-tag_1_9_16.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_9_14.entry.js → tttx-textarea_1_9_16.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_14.entry.js → tttx-toggle_1_9_16.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_14.entry.js → tttx-tree-view_1_9_16.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0da9f04c.entry.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-0ffbf27e.entry.js +1 -1
- package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
- package/dist/tttx/p-23f45005.entry.js +1 -1
- package/dist/tttx/p-2d184378.entry.js +1 -0
- package/dist/tttx/p-2d4c1e8a.entry.js +1 -1
- package/dist/tttx/p-49ef7451.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-59c7b049.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-65e78636.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 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-cca0698c.entry.js +1 -0
- 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-form/tttx-form.d.ts +1 -0
- package/dist/types/components/molecules/tttx-multiselect-box/tttx-multiselect-box.d.ts +1 -0
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +2 -1
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.stories.d.ts +1 -0
- 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 +371 -367
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_14.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_14.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_14.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_14.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_14.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_14.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_14.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_14.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_14.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_14.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_14.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_14.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_14.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_14.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_14.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_14.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_14.d.ts +0 -11
- package/dist/esm/tttx-loading-spinner_1_9_14_2.entry.js +0 -109
- package/dist/tttx/p-de742b22.entry.js +0 -1
- package/dist/tttx/p-ee3be2c5.entry.js +0 -1
- package/dist/tttx/p-f0189f0a.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_16 {
|
|
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_16 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_16 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_16 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_16 {
|
|
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_16 {
|
|
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_16 {
|
|
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_16 {
|
|
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_16 {
|
|
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_16 {
|
|
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_16 {
|
|
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_16 {
|
|
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_16 {
|
|
99
99
|
/**
|
|
100
100
|
* Clear the validation message on a given form field
|
|
101
101
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -141,58 +141,60 @@ export namespace Components {
|
|
|
141
141
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
142
142
|
"submit": () => Promise<void>;
|
|
143
143
|
}
|
|
144
|
-
interface
|
|
144
|
+
interface TttxGraph_1_9_16 {
|
|
145
145
|
"chartData": string;
|
|
146
146
|
"chartText": string;
|
|
147
147
|
"chartType": string;
|
|
148
148
|
}
|
|
149
|
-
interface
|
|
149
|
+
interface TttxIcon_1_9_16 {
|
|
150
150
|
"color": string;
|
|
151
151
|
"icon": string;
|
|
152
152
|
"size": number;
|
|
153
153
|
}
|
|
154
|
-
interface
|
|
154
|
+
interface TttxKeyvalueBlock_1_9_16 {
|
|
155
155
|
"horizontal": boolean;
|
|
156
156
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
157
157
|
"spacedout": boolean;
|
|
158
158
|
}
|
|
159
|
-
interface
|
|
159
|
+
interface TttxList_1_9_16 {
|
|
160
160
|
"data": string | ListItem[];
|
|
161
161
|
"name": string;
|
|
162
162
|
}
|
|
163
|
-
interface
|
|
163
|
+
interface TttxLoadingSpinner_1_9_16 {
|
|
164
164
|
"loadingMessage": boolean;
|
|
165
165
|
"size": 'small' | 'large';
|
|
166
166
|
}
|
|
167
|
-
interface
|
|
167
|
+
interface TttxMultiselectBox_1_9_16 {
|
|
168
168
|
"htmlVisibleValue": boolean;
|
|
169
169
|
"inline": boolean;
|
|
170
170
|
"isLoading": boolean;
|
|
171
171
|
"label": string;
|
|
172
172
|
"optionsData": string | SelectItem[];
|
|
173
173
|
"placeholder": string;
|
|
174
|
+
"readOnly": boolean;
|
|
174
175
|
"searchEnabled": boolean;
|
|
175
176
|
"stopLocalSearch": boolean;
|
|
176
177
|
"visibleValue": string;
|
|
177
178
|
}
|
|
178
|
-
interface
|
|
179
|
+
interface TttxPercentageBar_1_9_16 {
|
|
179
180
|
"color"?: string;
|
|
180
181
|
"labelid"?: string;
|
|
181
182
|
"min": string;
|
|
182
183
|
"percentage": string | number;
|
|
183
184
|
"thresholds"?: string | Threshold[];
|
|
184
185
|
}
|
|
185
|
-
interface
|
|
186
|
+
interface TttxQrcode_1_9_16 {
|
|
186
187
|
"link": string;
|
|
187
188
|
"size": number;
|
|
188
189
|
}
|
|
189
|
-
interface
|
|
190
|
+
interface TttxSelectBox_1_9_16 {
|
|
190
191
|
"errorMsg": string;
|
|
191
192
|
"inline": boolean;
|
|
192
193
|
"isLoading": boolean;
|
|
193
194
|
"label": string;
|
|
194
195
|
"optionsData": string | SelectItem1[];
|
|
195
196
|
"placeholder": string;
|
|
197
|
+
"readOnly": boolean;
|
|
196
198
|
"searchEnabled": boolean;
|
|
197
199
|
"selectedValue": string;
|
|
198
200
|
"setSelectedItem": (value: string | undefined) => Promise<void>;
|
|
@@ -200,13 +202,13 @@ export namespace Components {
|
|
|
200
202
|
"showErrorMsg": boolean;
|
|
201
203
|
"useExternalFiltering": boolean;
|
|
202
204
|
}
|
|
203
|
-
interface
|
|
205
|
+
interface TttxSorter_1_9_16 {
|
|
204
206
|
"defaultOption": string;
|
|
205
207
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
206
208
|
"fieldOptionsData": string | SorterData;
|
|
207
209
|
"sorterKey": string;
|
|
208
210
|
}
|
|
209
|
-
interface
|
|
211
|
+
interface TttxStandaloneInput_1_9_16 {
|
|
210
212
|
"autocomplete": 'off' | 'on';
|
|
211
213
|
"checked": boolean;
|
|
212
214
|
"disabled": boolean;
|
|
@@ -222,8 +224,8 @@ export namespace Components {
|
|
|
222
224
|
"inputiconcolor": string;
|
|
223
225
|
/**
|
|
224
226
|
* tabindex - Allows the HTML elements to be focusable
|
|
225
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
226
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
227
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_16 input-index="1" />
|
|
228
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_16 inputindex={1} />
|
|
227
229
|
*/
|
|
228
230
|
"inputindex": string | number;
|
|
229
231
|
/**
|
|
@@ -251,7 +253,7 @@ export namespace Components {
|
|
|
251
253
|
"type": string;
|
|
252
254
|
"value": string | number;
|
|
253
255
|
}
|
|
254
|
-
interface
|
|
256
|
+
interface TttxTable_1_9_16 {
|
|
255
257
|
"data": any;
|
|
256
258
|
"draggableHeaders": boolean;
|
|
257
259
|
"headers": TableHeader[];
|
|
@@ -259,24 +261,24 @@ export namespace Components {
|
|
|
259
261
|
"selectable": boolean;
|
|
260
262
|
"selected": number;
|
|
261
263
|
}
|
|
262
|
-
interface
|
|
264
|
+
interface TttxTabs_1_9_16 {
|
|
263
265
|
"navigation": boolean;
|
|
264
266
|
"tabs": string | Tab[];
|
|
265
267
|
"tabsName": string;
|
|
266
268
|
"wide": boolean;
|
|
267
269
|
}
|
|
268
|
-
interface
|
|
270
|
+
interface TttxTag_1_9_16 {
|
|
269
271
|
"color": string;
|
|
270
272
|
"text": string;
|
|
271
273
|
"textColor": string;
|
|
272
274
|
}
|
|
273
|
-
interface
|
|
275
|
+
interface TttxTextarea_1_9_16 {
|
|
274
276
|
"disabled": boolean;
|
|
275
277
|
"errormsg": string;
|
|
276
278
|
/**
|
|
277
279
|
* tabindex - Allows the HTML elements to be focusable
|
|
278
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
279
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
280
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_16 input-index="1" />
|
|
281
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_16 inputindex={1} />
|
|
280
282
|
*/
|
|
281
283
|
"inputindex": string | number;
|
|
282
284
|
/**
|
|
@@ -300,335 +302,335 @@ export namespace Components {
|
|
|
300
302
|
"textareaautofocus": boolean;
|
|
301
303
|
"value": string | number;
|
|
302
304
|
}
|
|
303
|
-
interface
|
|
305
|
+
interface TttxToggle_1_9_16 {
|
|
304
306
|
"initialstate": boolean | string;
|
|
305
307
|
}
|
|
306
|
-
interface
|
|
308
|
+
interface TttxToolbar_1_9_16 {
|
|
307
309
|
"border": boolean;
|
|
308
310
|
}
|
|
309
|
-
interface
|
|
311
|
+
interface TttxTreeView_1_9_16 {
|
|
310
312
|
"data": TreeViewItem[];
|
|
311
313
|
}
|
|
312
314
|
}
|
|
313
|
-
export interface
|
|
315
|
+
export interface TttxCheckbox_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
314
316
|
detail: T;
|
|
315
|
-
target:
|
|
317
|
+
target: HTMLTttxCheckbox_1_9_16Element;
|
|
316
318
|
}
|
|
317
|
-
export interface
|
|
319
|
+
export interface TttxComments_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
318
320
|
detail: T;
|
|
319
|
-
target:
|
|
321
|
+
target: HTMLTttxComments_1_9_16Element;
|
|
320
322
|
}
|
|
321
|
-
export interface
|
|
323
|
+
export interface TttxDialogBox_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
322
324
|
detail: T;
|
|
323
|
-
target:
|
|
325
|
+
target: HTMLTttxDialogBox_1_9_16Element;
|
|
324
326
|
}
|
|
325
|
-
export interface
|
|
327
|
+
export interface TttxDialog_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
326
328
|
detail: T;
|
|
327
|
-
target:
|
|
329
|
+
target: HTMLTttxDialog_1_9_16Element;
|
|
328
330
|
}
|
|
329
|
-
export interface
|
|
331
|
+
export interface TttxExpander_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
330
332
|
detail: T;
|
|
331
|
-
target:
|
|
333
|
+
target: HTMLTttxExpander_1_9_16Element;
|
|
332
334
|
}
|
|
333
|
-
export interface
|
|
335
|
+
export interface TttxFilter_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
334
336
|
detail: T;
|
|
335
|
-
target:
|
|
337
|
+
target: HTMLTttxFilter_1_9_16Element;
|
|
336
338
|
}
|
|
337
|
-
export interface
|
|
339
|
+
export interface TttxForm_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
338
340
|
detail: T;
|
|
339
|
-
target:
|
|
341
|
+
target: HTMLTttxForm_1_9_16Element;
|
|
340
342
|
}
|
|
341
|
-
export interface
|
|
343
|
+
export interface TttxList_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
342
344
|
detail: T;
|
|
343
|
-
target:
|
|
345
|
+
target: HTMLTttxList_1_9_16Element;
|
|
344
346
|
}
|
|
345
|
-
export interface
|
|
347
|
+
export interface TttxMultiselectBox_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
346
348
|
detail: T;
|
|
347
|
-
target:
|
|
349
|
+
target: HTMLTttxMultiselectBox_1_9_16Element;
|
|
348
350
|
}
|
|
349
|
-
export interface
|
|
351
|
+
export interface TttxSelectBox_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
350
352
|
detail: T;
|
|
351
|
-
target:
|
|
353
|
+
target: HTMLTttxSelectBox_1_9_16Element;
|
|
352
354
|
}
|
|
353
|
-
export interface
|
|
355
|
+
export interface TttxSorter_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
354
356
|
detail: T;
|
|
355
|
-
target:
|
|
357
|
+
target: HTMLTttxSorter_1_9_16Element;
|
|
356
358
|
}
|
|
357
|
-
export interface
|
|
359
|
+
export interface TttxStandaloneInput_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
358
360
|
detail: T;
|
|
359
|
-
target:
|
|
361
|
+
target: HTMLTttxStandaloneInput_1_9_16Element;
|
|
360
362
|
}
|
|
361
|
-
export interface
|
|
363
|
+
export interface TttxTable_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
362
364
|
detail: T;
|
|
363
|
-
target:
|
|
365
|
+
target: HTMLTttxTable_1_9_16Element;
|
|
364
366
|
}
|
|
365
|
-
export interface
|
|
367
|
+
export interface TttxTabs_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
366
368
|
detail: T;
|
|
367
|
-
target:
|
|
369
|
+
target: HTMLTttxTabs_1_9_16Element;
|
|
368
370
|
}
|
|
369
|
-
export interface
|
|
371
|
+
export interface TttxTextarea_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
370
372
|
detail: T;
|
|
371
|
-
target:
|
|
373
|
+
target: HTMLTttxTextarea_1_9_16Element;
|
|
372
374
|
}
|
|
373
|
-
export interface
|
|
375
|
+
export interface TttxToggle_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
374
376
|
detail: T;
|
|
375
|
-
target:
|
|
377
|
+
target: HTMLTttxToggle_1_9_16Element;
|
|
376
378
|
}
|
|
377
|
-
export interface
|
|
379
|
+
export interface TttxTreeView_1_9_16CustomEvent<T> extends CustomEvent<T> {
|
|
378
380
|
detail: T;
|
|
379
|
-
target:
|
|
381
|
+
target: HTMLTttxTreeView_1_9_16Element;
|
|
380
382
|
}
|
|
381
383
|
declare global {
|
|
382
|
-
interface
|
|
384
|
+
interface HTMLTttxButton_1_9_16Element extends Components.TttxButton_1_9_16, HTMLStencilElement {
|
|
383
385
|
}
|
|
384
|
-
var
|
|
385
|
-
prototype:
|
|
386
|
-
new ():
|
|
386
|
+
var HTMLTttxButton_1_9_16Element: {
|
|
387
|
+
prototype: HTMLTttxButton_1_9_16Element;
|
|
388
|
+
new (): HTMLTttxButton_1_9_16Element;
|
|
387
389
|
};
|
|
388
|
-
interface
|
|
390
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_16Element extends Components.TttxCheckboxGroupCaption_1_9_16, HTMLStencilElement {
|
|
389
391
|
}
|
|
390
|
-
var
|
|
391
|
-
prototype:
|
|
392
|
-
new ():
|
|
392
|
+
var HTMLTttxCheckboxGroupCaption_1_9_16Element: {
|
|
393
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_16Element;
|
|
394
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_16Element;
|
|
393
395
|
};
|
|
394
|
-
interface
|
|
396
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_16Element extends Components.TttxCheckboxGroupHeading_1_9_16, HTMLStencilElement {
|
|
395
397
|
}
|
|
396
|
-
var
|
|
397
|
-
prototype:
|
|
398
|
-
new ():
|
|
398
|
+
var HTMLTttxCheckboxGroupHeading_1_9_16Element: {
|
|
399
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_16Element;
|
|
400
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_16Element;
|
|
399
401
|
};
|
|
400
|
-
interface
|
|
402
|
+
interface HTMLTttxCheckboxGroup_1_9_16Element extends Components.TttxCheckboxGroup_1_9_16, HTMLStencilElement {
|
|
401
403
|
}
|
|
402
|
-
var
|
|
403
|
-
prototype:
|
|
404
|
-
new ():
|
|
404
|
+
var HTMLTttxCheckboxGroup_1_9_16Element: {
|
|
405
|
+
prototype: HTMLTttxCheckboxGroup_1_9_16Element;
|
|
406
|
+
new (): HTMLTttxCheckboxGroup_1_9_16Element;
|
|
405
407
|
};
|
|
406
|
-
interface
|
|
408
|
+
interface HTMLTttxCheckbox_1_9_16Element extends Components.TttxCheckbox_1_9_16, HTMLStencilElement {
|
|
407
409
|
}
|
|
408
|
-
var
|
|
409
|
-
prototype:
|
|
410
|
-
new ():
|
|
410
|
+
var HTMLTttxCheckbox_1_9_16Element: {
|
|
411
|
+
prototype: HTMLTttxCheckbox_1_9_16Element;
|
|
412
|
+
new (): HTMLTttxCheckbox_1_9_16Element;
|
|
411
413
|
};
|
|
412
|
-
interface
|
|
414
|
+
interface HTMLTttxComments_1_9_16Element extends Components.TttxComments_1_9_16, HTMLStencilElement {
|
|
413
415
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
416
|
+
var HTMLTttxComments_1_9_16Element: {
|
|
417
|
+
prototype: HTMLTttxComments_1_9_16Element;
|
|
418
|
+
new (): HTMLTttxComments_1_9_16Element;
|
|
417
419
|
};
|
|
418
|
-
interface
|
|
420
|
+
interface HTMLTttxDataPattern_1_9_16Element extends Components.TttxDataPattern_1_9_16, HTMLStencilElement {
|
|
419
421
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
422
|
+
var HTMLTttxDataPattern_1_9_16Element: {
|
|
423
|
+
prototype: HTMLTttxDataPattern_1_9_16Element;
|
|
424
|
+
new (): HTMLTttxDataPattern_1_9_16Element;
|
|
423
425
|
};
|
|
424
|
-
interface
|
|
426
|
+
interface HTMLTttxDatacard_1_9_16Element extends Components.TttxDatacard_1_9_16, HTMLStencilElement {
|
|
425
427
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
428
|
+
var HTMLTttxDatacard_1_9_16Element: {
|
|
429
|
+
prototype: HTMLTttxDatacard_1_9_16Element;
|
|
430
|
+
new (): HTMLTttxDatacard_1_9_16Element;
|
|
429
431
|
};
|
|
430
|
-
interface
|
|
432
|
+
interface HTMLTttxDialogBox_1_9_16Element extends Components.TttxDialogBox_1_9_16, HTMLStencilElement {
|
|
431
433
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
434
|
+
var HTMLTttxDialogBox_1_9_16Element: {
|
|
435
|
+
prototype: HTMLTttxDialogBox_1_9_16Element;
|
|
436
|
+
new (): HTMLTttxDialogBox_1_9_16Element;
|
|
435
437
|
};
|
|
436
|
-
interface
|
|
438
|
+
interface HTMLTttxDialog_1_9_16Element extends Components.TttxDialog_1_9_16, HTMLStencilElement {
|
|
437
439
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
440
|
+
var HTMLTttxDialog_1_9_16Element: {
|
|
441
|
+
prototype: HTMLTttxDialog_1_9_16Element;
|
|
442
|
+
new (): HTMLTttxDialog_1_9_16Element;
|
|
441
443
|
};
|
|
442
|
-
interface
|
|
444
|
+
interface HTMLTttxExpander_1_9_16Element extends Components.TttxExpander_1_9_16, HTMLStencilElement {
|
|
443
445
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
446
|
+
var HTMLTttxExpander_1_9_16Element: {
|
|
447
|
+
prototype: HTMLTttxExpander_1_9_16Element;
|
|
448
|
+
new (): HTMLTttxExpander_1_9_16Element;
|
|
447
449
|
};
|
|
448
|
-
interface
|
|
450
|
+
interface HTMLTttxFilter_1_9_16Element extends Components.TttxFilter_1_9_16, HTMLStencilElement {
|
|
449
451
|
}
|
|
450
|
-
var
|
|
451
|
-
prototype:
|
|
452
|
-
new ():
|
|
452
|
+
var HTMLTttxFilter_1_9_16Element: {
|
|
453
|
+
prototype: HTMLTttxFilter_1_9_16Element;
|
|
454
|
+
new (): HTMLTttxFilter_1_9_16Element;
|
|
453
455
|
};
|
|
454
|
-
interface
|
|
456
|
+
interface HTMLTttxForm_1_9_16Element extends Components.TttxForm_1_9_16, HTMLStencilElement {
|
|
455
457
|
}
|
|
456
|
-
var
|
|
457
|
-
prototype:
|
|
458
|
-
new ():
|
|
458
|
+
var HTMLTttxForm_1_9_16Element: {
|
|
459
|
+
prototype: HTMLTttxForm_1_9_16Element;
|
|
460
|
+
new (): HTMLTttxForm_1_9_16Element;
|
|
459
461
|
};
|
|
460
|
-
interface
|
|
462
|
+
interface HTMLTttxGraph_1_9_16Element extends Components.TttxGraph_1_9_16, HTMLStencilElement {
|
|
461
463
|
}
|
|
462
|
-
var
|
|
463
|
-
prototype:
|
|
464
|
-
new ():
|
|
464
|
+
var HTMLTttxGraph_1_9_16Element: {
|
|
465
|
+
prototype: HTMLTttxGraph_1_9_16Element;
|
|
466
|
+
new (): HTMLTttxGraph_1_9_16Element;
|
|
465
467
|
};
|
|
466
|
-
interface
|
|
468
|
+
interface HTMLTttxIcon_1_9_16Element extends Components.TttxIcon_1_9_16, HTMLStencilElement {
|
|
467
469
|
}
|
|
468
|
-
var
|
|
469
|
-
prototype:
|
|
470
|
-
new ():
|
|
470
|
+
var HTMLTttxIcon_1_9_16Element: {
|
|
471
|
+
prototype: HTMLTttxIcon_1_9_16Element;
|
|
472
|
+
new (): HTMLTttxIcon_1_9_16Element;
|
|
471
473
|
};
|
|
472
|
-
interface
|
|
474
|
+
interface HTMLTttxKeyvalueBlock_1_9_16Element extends Components.TttxKeyvalueBlock_1_9_16, HTMLStencilElement {
|
|
473
475
|
}
|
|
474
|
-
var
|
|
475
|
-
prototype:
|
|
476
|
-
new ():
|
|
476
|
+
var HTMLTttxKeyvalueBlock_1_9_16Element: {
|
|
477
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_16Element;
|
|
478
|
+
new (): HTMLTttxKeyvalueBlock_1_9_16Element;
|
|
477
479
|
};
|
|
478
|
-
interface
|
|
480
|
+
interface HTMLTttxList_1_9_16Element extends Components.TttxList_1_9_16, HTMLStencilElement {
|
|
479
481
|
}
|
|
480
|
-
var
|
|
481
|
-
prototype:
|
|
482
|
-
new ():
|
|
482
|
+
var HTMLTttxList_1_9_16Element: {
|
|
483
|
+
prototype: HTMLTttxList_1_9_16Element;
|
|
484
|
+
new (): HTMLTttxList_1_9_16Element;
|
|
483
485
|
};
|
|
484
|
-
interface
|
|
486
|
+
interface HTMLTttxLoadingSpinner_1_9_16Element extends Components.TttxLoadingSpinner_1_9_16, HTMLStencilElement {
|
|
485
487
|
}
|
|
486
|
-
var
|
|
487
|
-
prototype:
|
|
488
|
-
new ():
|
|
488
|
+
var HTMLTttxLoadingSpinner_1_9_16Element: {
|
|
489
|
+
prototype: HTMLTttxLoadingSpinner_1_9_16Element;
|
|
490
|
+
new (): HTMLTttxLoadingSpinner_1_9_16Element;
|
|
489
491
|
};
|
|
490
|
-
interface
|
|
492
|
+
interface HTMLTttxMultiselectBox_1_9_16Element extends Components.TttxMultiselectBox_1_9_16, HTMLStencilElement {
|
|
491
493
|
}
|
|
492
|
-
var
|
|
493
|
-
prototype:
|
|
494
|
-
new ():
|
|
494
|
+
var HTMLTttxMultiselectBox_1_9_16Element: {
|
|
495
|
+
prototype: HTMLTttxMultiselectBox_1_9_16Element;
|
|
496
|
+
new (): HTMLTttxMultiselectBox_1_9_16Element;
|
|
495
497
|
};
|
|
496
|
-
interface
|
|
498
|
+
interface HTMLTttxPercentageBar_1_9_16Element extends Components.TttxPercentageBar_1_9_16, HTMLStencilElement {
|
|
497
499
|
}
|
|
498
|
-
var
|
|
499
|
-
prototype:
|
|
500
|
-
new ():
|
|
500
|
+
var HTMLTttxPercentageBar_1_9_16Element: {
|
|
501
|
+
prototype: HTMLTttxPercentageBar_1_9_16Element;
|
|
502
|
+
new (): HTMLTttxPercentageBar_1_9_16Element;
|
|
501
503
|
};
|
|
502
|
-
interface
|
|
504
|
+
interface HTMLTttxQrcode_1_9_16Element extends Components.TttxQrcode_1_9_16, HTMLStencilElement {
|
|
503
505
|
}
|
|
504
|
-
var
|
|
505
|
-
prototype:
|
|
506
|
-
new ():
|
|
506
|
+
var HTMLTttxQrcode_1_9_16Element: {
|
|
507
|
+
prototype: HTMLTttxQrcode_1_9_16Element;
|
|
508
|
+
new (): HTMLTttxQrcode_1_9_16Element;
|
|
507
509
|
};
|
|
508
|
-
interface
|
|
510
|
+
interface HTMLTttxSelectBox_1_9_16Element extends Components.TttxSelectBox_1_9_16, HTMLStencilElement {
|
|
509
511
|
}
|
|
510
|
-
var
|
|
511
|
-
prototype:
|
|
512
|
-
new ():
|
|
512
|
+
var HTMLTttxSelectBox_1_9_16Element: {
|
|
513
|
+
prototype: HTMLTttxSelectBox_1_9_16Element;
|
|
514
|
+
new (): HTMLTttxSelectBox_1_9_16Element;
|
|
513
515
|
};
|
|
514
|
-
interface
|
|
516
|
+
interface HTMLTttxSorter_1_9_16Element extends Components.TttxSorter_1_9_16, HTMLStencilElement {
|
|
515
517
|
}
|
|
516
|
-
var
|
|
517
|
-
prototype:
|
|
518
|
-
new ():
|
|
518
|
+
var HTMLTttxSorter_1_9_16Element: {
|
|
519
|
+
prototype: HTMLTttxSorter_1_9_16Element;
|
|
520
|
+
new (): HTMLTttxSorter_1_9_16Element;
|
|
519
521
|
};
|
|
520
|
-
interface
|
|
522
|
+
interface HTMLTttxStandaloneInput_1_9_16Element extends Components.TttxStandaloneInput_1_9_16, HTMLStencilElement {
|
|
521
523
|
}
|
|
522
|
-
var
|
|
523
|
-
prototype:
|
|
524
|
-
new ():
|
|
524
|
+
var HTMLTttxStandaloneInput_1_9_16Element: {
|
|
525
|
+
prototype: HTMLTttxStandaloneInput_1_9_16Element;
|
|
526
|
+
new (): HTMLTttxStandaloneInput_1_9_16Element;
|
|
525
527
|
};
|
|
526
|
-
interface
|
|
528
|
+
interface HTMLTttxTable_1_9_16Element extends Components.TttxTable_1_9_16, HTMLStencilElement {
|
|
527
529
|
}
|
|
528
|
-
var
|
|
529
|
-
prototype:
|
|
530
|
-
new ():
|
|
530
|
+
var HTMLTttxTable_1_9_16Element: {
|
|
531
|
+
prototype: HTMLTttxTable_1_9_16Element;
|
|
532
|
+
new (): HTMLTttxTable_1_9_16Element;
|
|
531
533
|
};
|
|
532
|
-
interface
|
|
534
|
+
interface HTMLTttxTabs_1_9_16Element extends Components.TttxTabs_1_9_16, HTMLStencilElement {
|
|
533
535
|
}
|
|
534
|
-
var
|
|
535
|
-
prototype:
|
|
536
|
-
new ():
|
|
536
|
+
var HTMLTttxTabs_1_9_16Element: {
|
|
537
|
+
prototype: HTMLTttxTabs_1_9_16Element;
|
|
538
|
+
new (): HTMLTttxTabs_1_9_16Element;
|
|
537
539
|
};
|
|
538
|
-
interface
|
|
540
|
+
interface HTMLTttxTag_1_9_16Element extends Components.TttxTag_1_9_16, HTMLStencilElement {
|
|
539
541
|
}
|
|
540
|
-
var
|
|
541
|
-
prototype:
|
|
542
|
-
new ():
|
|
542
|
+
var HTMLTttxTag_1_9_16Element: {
|
|
543
|
+
prototype: HTMLTttxTag_1_9_16Element;
|
|
544
|
+
new (): HTMLTttxTag_1_9_16Element;
|
|
543
545
|
};
|
|
544
|
-
interface
|
|
546
|
+
interface HTMLTttxTextarea_1_9_16Element extends Components.TttxTextarea_1_9_16, HTMLStencilElement {
|
|
545
547
|
}
|
|
546
|
-
var
|
|
547
|
-
prototype:
|
|
548
|
-
new ():
|
|
548
|
+
var HTMLTttxTextarea_1_9_16Element: {
|
|
549
|
+
prototype: HTMLTttxTextarea_1_9_16Element;
|
|
550
|
+
new (): HTMLTttxTextarea_1_9_16Element;
|
|
549
551
|
};
|
|
550
|
-
interface
|
|
552
|
+
interface HTMLTttxToggle_1_9_16Element extends Components.TttxToggle_1_9_16, HTMLStencilElement {
|
|
551
553
|
}
|
|
552
|
-
var
|
|
553
|
-
prototype:
|
|
554
|
-
new ():
|
|
554
|
+
var HTMLTttxToggle_1_9_16Element: {
|
|
555
|
+
prototype: HTMLTttxToggle_1_9_16Element;
|
|
556
|
+
new (): HTMLTttxToggle_1_9_16Element;
|
|
555
557
|
};
|
|
556
|
-
interface
|
|
558
|
+
interface HTMLTttxToolbar_1_9_16Element extends Components.TttxToolbar_1_9_16, HTMLStencilElement {
|
|
557
559
|
}
|
|
558
|
-
var
|
|
559
|
-
prototype:
|
|
560
|
-
new ():
|
|
560
|
+
var HTMLTttxToolbar_1_9_16Element: {
|
|
561
|
+
prototype: HTMLTttxToolbar_1_9_16Element;
|
|
562
|
+
new (): HTMLTttxToolbar_1_9_16Element;
|
|
561
563
|
};
|
|
562
|
-
interface
|
|
564
|
+
interface HTMLTttxTreeView_1_9_16Element extends Components.TttxTreeView_1_9_16, HTMLStencilElement {
|
|
563
565
|
}
|
|
564
|
-
var
|
|
565
|
-
prototype:
|
|
566
|
-
new ():
|
|
566
|
+
var HTMLTttxTreeView_1_9_16Element: {
|
|
567
|
+
prototype: HTMLTttxTreeView_1_9_16Element;
|
|
568
|
+
new (): HTMLTttxTreeView_1_9_16Element;
|
|
567
569
|
};
|
|
568
570
|
interface HTMLElementTagNameMap {
|
|
569
|
-
"tttx-
|
|
570
|
-
"tttx-checkbox-group-
|
|
571
|
-
"tttx-checkbox-group-
|
|
572
|
-
"tttx-checkbox-
|
|
573
|
-
"tttx-
|
|
574
|
-
"tttx-
|
|
575
|
-
"tttx-data-
|
|
576
|
-
"tttx-
|
|
577
|
-
"tttx-dialog-
|
|
578
|
-
"tttx-
|
|
579
|
-
"tttx-
|
|
580
|
-
"tttx-
|
|
581
|
-
"tttx-
|
|
582
|
-
"tttx-
|
|
583
|
-
"tttx-
|
|
584
|
-
"tttx-keyvalue-
|
|
585
|
-
"tttx-
|
|
586
|
-
"tttx-loading-
|
|
587
|
-
"tttx-multiselect-
|
|
588
|
-
"tttx-percentage-
|
|
589
|
-
"tttx-
|
|
590
|
-
"tttx-select-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-standalone-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-
|
|
597
|
-
"tttx-
|
|
598
|
-
"tttx-
|
|
599
|
-
"tttx-tree-
|
|
571
|
+
"tttx-button_1_9_16": HTMLTttxButton_1_9_16Element;
|
|
572
|
+
"tttx-checkbox-group-caption_1_9_16": HTMLTttxCheckboxGroupCaption_1_9_16Element;
|
|
573
|
+
"tttx-checkbox-group-heading_1_9_16": HTMLTttxCheckboxGroupHeading_1_9_16Element;
|
|
574
|
+
"tttx-checkbox-group_1_9_16": HTMLTttxCheckboxGroup_1_9_16Element;
|
|
575
|
+
"tttx-checkbox_1_9_16": HTMLTttxCheckbox_1_9_16Element;
|
|
576
|
+
"tttx-comments_1_9_16": HTMLTttxComments_1_9_16Element;
|
|
577
|
+
"tttx-data-pattern_1_9_16": HTMLTttxDataPattern_1_9_16Element;
|
|
578
|
+
"tttx-datacard_1_9_16": HTMLTttxDatacard_1_9_16Element;
|
|
579
|
+
"tttx-dialog-box_1_9_16": HTMLTttxDialogBox_1_9_16Element;
|
|
580
|
+
"tttx-dialog_1_9_16": HTMLTttxDialog_1_9_16Element;
|
|
581
|
+
"tttx-expander_1_9_16": HTMLTttxExpander_1_9_16Element;
|
|
582
|
+
"tttx-filter_1_9_16": HTMLTttxFilter_1_9_16Element;
|
|
583
|
+
"tttx-form_1_9_16": HTMLTttxForm_1_9_16Element;
|
|
584
|
+
"tttx-graph_1_9_16": HTMLTttxGraph_1_9_16Element;
|
|
585
|
+
"tttx-icon_1_9_16": HTMLTttxIcon_1_9_16Element;
|
|
586
|
+
"tttx-keyvalue-block_1_9_16": HTMLTttxKeyvalueBlock_1_9_16Element;
|
|
587
|
+
"tttx-list_1_9_16": HTMLTttxList_1_9_16Element;
|
|
588
|
+
"tttx-loading-spinner_1_9_16": HTMLTttxLoadingSpinner_1_9_16Element;
|
|
589
|
+
"tttx-multiselect-box_1_9_16": HTMLTttxMultiselectBox_1_9_16Element;
|
|
590
|
+
"tttx-percentage-bar_1_9_16": HTMLTttxPercentageBar_1_9_16Element;
|
|
591
|
+
"tttx-qrcode_1_9_16": HTMLTttxQrcode_1_9_16Element;
|
|
592
|
+
"tttx-select-box_1_9_16": HTMLTttxSelectBox_1_9_16Element;
|
|
593
|
+
"tttx-sorter_1_9_16": HTMLTttxSorter_1_9_16Element;
|
|
594
|
+
"tttx-standalone-input_1_9_16": HTMLTttxStandaloneInput_1_9_16Element;
|
|
595
|
+
"tttx-table_1_9_16": HTMLTttxTable_1_9_16Element;
|
|
596
|
+
"tttx-tabs_1_9_16": HTMLTttxTabs_1_9_16Element;
|
|
597
|
+
"tttx-tag_1_9_16": HTMLTttxTag_1_9_16Element;
|
|
598
|
+
"tttx-textarea_1_9_16": HTMLTttxTextarea_1_9_16Element;
|
|
599
|
+
"tttx-toggle_1_9_16": HTMLTttxToggle_1_9_16Element;
|
|
600
|
+
"tttx-toolbar_1_9_16": HTMLTttxToolbar_1_9_16Element;
|
|
601
|
+
"tttx-tree-view_1_9_16": HTMLTttxTreeView_1_9_16Element;
|
|
600
602
|
}
|
|
601
603
|
}
|
|
602
604
|
declare namespace LocalJSX {
|
|
603
|
-
interface
|
|
605
|
+
interface TttxButton_1_9_16 {
|
|
604
606
|
"design"?: string;
|
|
605
607
|
"icon"?: string;
|
|
606
608
|
"iconcolor"?: string;
|
|
607
609
|
"iconposition"?: 'left' | 'right';
|
|
608
610
|
"notext"?: boolean;
|
|
609
611
|
}
|
|
610
|
-
interface
|
|
612
|
+
interface TttxCheckboxGroupCaption_1_9_16 {
|
|
611
613
|
}
|
|
612
|
-
interface
|
|
614
|
+
interface TttxCheckboxGroupHeading_1_9_16 {
|
|
613
615
|
}
|
|
614
|
-
interface
|
|
616
|
+
interface TttxCheckboxGroup_1_9_16 {
|
|
615
617
|
}
|
|
616
|
-
interface
|
|
618
|
+
interface TttxCheckbox_1_9_16 {
|
|
617
619
|
"checkboxId"?: string;
|
|
618
620
|
"checked"?: boolean;
|
|
619
621
|
"indeterminate"?: boolean;
|
|
620
622
|
"inline"?: boolean;
|
|
621
623
|
"label"?: string;
|
|
622
|
-
"onCheckboxChangeEvent"?: (event:
|
|
624
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_16CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
623
625
|
}
|
|
624
|
-
interface
|
|
626
|
+
interface TttxComments_1_9_16 {
|
|
625
627
|
"comments"?: string | Comment[];
|
|
626
628
|
"currentuser"?: string;
|
|
627
|
-
"onCommentAdded"?: (event:
|
|
628
|
-
"onRequestFileDownload"?: (event:
|
|
629
|
-
"onRequestFileUpload"?: (event:
|
|
629
|
+
"onCommentAdded"?: (event: TttxComments_1_9_16CustomEvent<Comment>) => void;
|
|
630
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_16CustomEvent<string>) => void;
|
|
631
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_16CustomEvent<void>) => void;
|
|
630
632
|
}
|
|
631
|
-
interface
|
|
633
|
+
interface TttxDataPattern_1_9_16 {
|
|
632
634
|
"addbutton"?: boolean;
|
|
633
635
|
"addbuttonlabel"?: string;
|
|
634
636
|
"data"?: string;
|
|
@@ -638,7 +640,7 @@ declare namespace LocalJSX {
|
|
|
638
640
|
"searchplaceholder"?: string;
|
|
639
641
|
"sorterOptions"?: string;
|
|
640
642
|
}
|
|
641
|
-
interface
|
|
643
|
+
interface TttxDatacard_1_9_16 {
|
|
642
644
|
"cardTitle"?: string;
|
|
643
645
|
"cardType"?: string;
|
|
644
646
|
"chartConfig"?: string;
|
|
@@ -647,127 +649,129 @@ declare namespace LocalJSX {
|
|
|
647
649
|
"rightData"?: string;
|
|
648
650
|
"rightSubtext"?: string;
|
|
649
651
|
}
|
|
650
|
-
interface
|
|
652
|
+
interface TttxDialogBox_1_9_16 {
|
|
651
653
|
"allowOverflow"?: boolean;
|
|
652
654
|
"data"?: string | DialogItems;
|
|
653
|
-
"onButtonClick"?: (event:
|
|
654
|
-
"onCloseButtonClick"?: (event:
|
|
655
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_16CustomEvent<any>) => void;
|
|
656
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_16CustomEvent<any>) => void;
|
|
655
657
|
"open"?: boolean;
|
|
656
658
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
657
659
|
}
|
|
658
|
-
interface
|
|
660
|
+
interface TttxDialog_1_9_16 {
|
|
659
661
|
"allowOverflow"?: boolean;
|
|
660
662
|
"closeEnabled"?: boolean;
|
|
661
663
|
"header"?: string;
|
|
662
|
-
"onCloseButtonClick"?: (event:
|
|
664
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_16CustomEvent<any>) => void;
|
|
663
665
|
"open"?: boolean;
|
|
664
666
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
665
667
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
666
668
|
}
|
|
667
|
-
interface
|
|
669
|
+
interface TttxExpander_1_9_16 {
|
|
668
670
|
"lefticon"?: string;
|
|
669
671
|
"lefticoncolor"?: string;
|
|
670
672
|
"name"?: string;
|
|
671
|
-
"onToggleExpander"?: (event:
|
|
673
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_16CustomEvent<{ open: boolean; name: string }>) => void;
|
|
672
674
|
"open"?: boolean;
|
|
673
675
|
}
|
|
674
|
-
interface
|
|
676
|
+
interface TttxFilter_1_9_16 {
|
|
675
677
|
"defaultFilterOptions"?: string[] | string;
|
|
676
678
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
677
679
|
"filterHeader"?: string;
|
|
678
680
|
"filterKey"?: string;
|
|
679
681
|
"filterOptions"?: string | FilterSettings[];
|
|
680
|
-
"onFilterChangeEvent"?: (event:
|
|
681
|
-
"onToggleFilter"?: (event:
|
|
682
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_16CustomEvent<FilterChangeEvent>) => void;
|
|
683
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_16CustomEvent<boolean>) => void;
|
|
682
684
|
"popoverWidth"?: string;
|
|
683
685
|
"showOptionIcons"?: boolean;
|
|
684
686
|
"showSearchField"?: boolean;
|
|
685
687
|
"showSelectAll"?: boolean;
|
|
686
688
|
}
|
|
687
|
-
interface
|
|
689
|
+
interface TttxForm_1_9_16 {
|
|
688
690
|
"data"?: any;
|
|
689
691
|
"formschema"?: Record<string, any> | string;
|
|
690
|
-
"onDataChanged"?: (event:
|
|
691
|
-
"onDataSubmitted"?: (event:
|
|
692
|
-
"onSearchTermChanged"?: (event:
|
|
693
|
-
"onSelectToggleOpen"?: (event:
|
|
692
|
+
"onDataChanged"?: (event: TttxForm_1_9_16CustomEvent<{ name: string; value: string }>) => void;
|
|
693
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_16CustomEvent<FormData>) => void;
|
|
694
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_16CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
695
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_16CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
694
696
|
}
|
|
695
|
-
interface
|
|
697
|
+
interface TttxGraph_1_9_16 {
|
|
696
698
|
"chartData"?: string;
|
|
697
699
|
"chartText"?: string;
|
|
698
700
|
"chartType"?: string;
|
|
699
701
|
}
|
|
700
|
-
interface
|
|
702
|
+
interface TttxIcon_1_9_16 {
|
|
701
703
|
"color"?: string;
|
|
702
704
|
"icon"?: string;
|
|
703
705
|
"size"?: number;
|
|
704
706
|
}
|
|
705
|
-
interface
|
|
707
|
+
interface TttxKeyvalueBlock_1_9_16 {
|
|
706
708
|
"horizontal"?: boolean;
|
|
707
709
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
708
710
|
"spacedout"?: boolean;
|
|
709
711
|
}
|
|
710
|
-
interface
|
|
712
|
+
interface TttxList_1_9_16 {
|
|
711
713
|
"data"?: string | ListItem[];
|
|
712
714
|
"name"?: string;
|
|
713
|
-
"onListRowCheckboxClick"?: (event:
|
|
714
|
-
"onListRowClick"?: (event:
|
|
715
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_16CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
716
|
+
"onListRowClick"?: (event: TttxList_1_9_16CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
715
717
|
}
|
|
716
|
-
interface
|
|
718
|
+
interface TttxLoadingSpinner_1_9_16 {
|
|
717
719
|
"loadingMessage"?: boolean;
|
|
718
720
|
"size"?: 'small' | 'large';
|
|
719
721
|
}
|
|
720
|
-
interface
|
|
722
|
+
interface TttxMultiselectBox_1_9_16 {
|
|
721
723
|
"htmlVisibleValue"?: boolean;
|
|
722
724
|
"inline"?: boolean;
|
|
723
725
|
"isLoading"?: boolean;
|
|
724
726
|
"label"?: string;
|
|
725
|
-
"onChangesApplied"?: (event:
|
|
726
|
-
"onSearchDataChanged"?: (event:
|
|
727
|
-
"onSelectItemEvent"?: (event:
|
|
728
|
-
"onToggleOpen"?: (event:
|
|
727
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_16CustomEvent<SelectItem[]>) => void;
|
|
728
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_16CustomEvent<{ searchTerm: string; }>) => void;
|
|
729
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_16CustomEvent<SelectItem>) => void;
|
|
730
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_16CustomEvent<boolean>) => void;
|
|
729
731
|
"optionsData"?: string | SelectItem[];
|
|
730
732
|
"placeholder"?: string;
|
|
733
|
+
"readOnly"?: boolean;
|
|
731
734
|
"searchEnabled"?: boolean;
|
|
732
735
|
"stopLocalSearch"?: boolean;
|
|
733
736
|
"visibleValue"?: string;
|
|
734
737
|
}
|
|
735
|
-
interface
|
|
738
|
+
interface TttxPercentageBar_1_9_16 {
|
|
736
739
|
"color"?: string;
|
|
737
740
|
"labelid"?: string;
|
|
738
741
|
"min"?: string;
|
|
739
742
|
"percentage"?: string | number;
|
|
740
743
|
"thresholds"?: string | Threshold[];
|
|
741
744
|
}
|
|
742
|
-
interface
|
|
745
|
+
interface TttxQrcode_1_9_16 {
|
|
743
746
|
"link"?: string;
|
|
744
747
|
"size"?: number;
|
|
745
748
|
}
|
|
746
|
-
interface
|
|
749
|
+
interface TttxSelectBox_1_9_16 {
|
|
747
750
|
"errorMsg"?: string;
|
|
748
751
|
"inline"?: boolean;
|
|
749
752
|
"isLoading"?: boolean;
|
|
750
753
|
"label"?: string;
|
|
751
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
752
|
-
"onSelectItemEvent"?: (event:
|
|
753
|
-
"onToggleOpen"?: (event:
|
|
754
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_16CustomEvent<string>) => void;
|
|
755
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_16CustomEvent<SelectItem1>) => void;
|
|
756
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_16CustomEvent<boolean>) => void;
|
|
754
757
|
"optionsData"?: string | SelectItem1[];
|
|
755
758
|
"placeholder"?: string;
|
|
759
|
+
"readOnly"?: boolean;
|
|
756
760
|
"searchEnabled"?: boolean;
|
|
757
761
|
"selectedValue"?: string;
|
|
758
762
|
"showErrorBubble"?: boolean;
|
|
759
763
|
"showErrorMsg"?: boolean;
|
|
760
764
|
"useExternalFiltering"?: boolean;
|
|
761
765
|
}
|
|
762
|
-
interface
|
|
766
|
+
interface TttxSorter_1_9_16 {
|
|
763
767
|
"defaultOption"?: string;
|
|
764
768
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
765
769
|
"fieldOptionsData"?: string | SorterData;
|
|
766
|
-
"onSorterChangeEvent"?: (event:
|
|
767
|
-
"onToggleSorter"?: (event:
|
|
770
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_16CustomEvent<SorterChangeEvent>) => void;
|
|
771
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_16CustomEvent<boolean>) => void;
|
|
768
772
|
"sorterKey"?: string;
|
|
769
773
|
}
|
|
770
|
-
interface
|
|
774
|
+
interface TttxStandaloneInput_1_9_16 {
|
|
771
775
|
"autocomplete"?: 'off' | 'on';
|
|
772
776
|
"checked"?: boolean;
|
|
773
777
|
"disabled"?: boolean;
|
|
@@ -783,8 +787,8 @@ declare namespace LocalJSX {
|
|
|
783
787
|
"inputiconcolor"?: string;
|
|
784
788
|
/**
|
|
785
789
|
* tabindex - Allows the HTML elements to be focusable
|
|
786
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
787
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
790
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_16 input-index="1" />
|
|
791
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_16 inputindex={1} />
|
|
788
792
|
*/
|
|
789
793
|
"inputindex"?: string | number;
|
|
790
794
|
/**
|
|
@@ -798,13 +802,13 @@ declare namespace LocalJSX {
|
|
|
798
802
|
"min"?: MinMaxDates | number;
|
|
799
803
|
"minlength"?: string | number;
|
|
800
804
|
"name"?: string;
|
|
801
|
-
"onBlurChanged"?: (event:
|
|
802
|
-
"onFocusChanged"?: (event:
|
|
803
|
-
"onInputIconClick"?: (event:
|
|
804
|
-
"onInvalidChanged"?: (event:
|
|
805
|
-
"onLeftIconClick"?: (event:
|
|
806
|
-
"onRightIconClick"?: (event:
|
|
807
|
-
"onValueChanged"?: (event:
|
|
805
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_16CustomEvent<string>) => void;
|
|
806
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_16CustomEvent<string>) => void;
|
|
807
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_16CustomEvent<void>) => void;
|
|
808
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_16CustomEvent<string>) => void;
|
|
809
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_16CustomEvent<void>) => void;
|
|
810
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_16CustomEvent<void>) => void;
|
|
811
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_16CustomEvent<string>) => void;
|
|
808
812
|
"pattern"?: string;
|
|
809
813
|
"placeholder"?: string;
|
|
810
814
|
"readonly"?: string | boolean;
|
|
@@ -819,38 +823,38 @@ declare namespace LocalJSX {
|
|
|
819
823
|
"type"?: string;
|
|
820
824
|
"value"?: string | number;
|
|
821
825
|
}
|
|
822
|
-
interface
|
|
826
|
+
interface TttxTable_1_9_16 {
|
|
823
827
|
"data"?: any;
|
|
824
828
|
"draggableHeaders"?: boolean;
|
|
825
829
|
"headers"?: TableHeader[];
|
|
826
830
|
"loading"?: boolean;
|
|
827
|
-
"onHeaderClicked"?: (event:
|
|
828
|
-
"onHeaderOrderChanged"?: (event:
|
|
829
|
-
"onRowClicked"?: (event:
|
|
831
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_16CustomEvent<any>) => void;
|
|
832
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_16CustomEvent<string[]>) => void;
|
|
833
|
+
"onRowClicked"?: (event: TttxTable_1_9_16CustomEvent<any>) => void;
|
|
830
834
|
"selectable"?: boolean;
|
|
831
835
|
"selected"?: number;
|
|
832
836
|
}
|
|
833
|
-
interface
|
|
837
|
+
interface TttxTabs_1_9_16 {
|
|
834
838
|
"navigation"?: boolean;
|
|
835
|
-
"onLeftNavigation"?: (event:
|
|
836
|
-
"onRightNavigation"?: (event:
|
|
837
|
-
"onTabClick"?: (event:
|
|
839
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_16CustomEvent<any>) => void;
|
|
840
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_16CustomEvent<any>) => void;
|
|
841
|
+
"onTabClick"?: (event: TttxTabs_1_9_16CustomEvent<{ tabId: string }>) => void;
|
|
838
842
|
"tabs"?: string | Tab[];
|
|
839
843
|
"tabsName"?: string;
|
|
840
844
|
"wide"?: boolean;
|
|
841
845
|
}
|
|
842
|
-
interface
|
|
846
|
+
interface TttxTag_1_9_16 {
|
|
843
847
|
"color"?: string;
|
|
844
848
|
"text"?: string;
|
|
845
849
|
"textColor"?: string;
|
|
846
850
|
}
|
|
847
|
-
interface
|
|
851
|
+
interface TttxTextarea_1_9_16 {
|
|
848
852
|
"disabled"?: boolean;
|
|
849
853
|
"errormsg"?: string;
|
|
850
854
|
/**
|
|
851
855
|
* tabindex - Allows the HTML elements to be focusable
|
|
852
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
853
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
856
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_16 input-index="1" />
|
|
857
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_16 inputindex={1} />
|
|
854
858
|
*/
|
|
855
859
|
"inputindex"?: string | number;
|
|
856
860
|
/**
|
|
@@ -861,10 +865,10 @@ declare namespace LocalJSX {
|
|
|
861
865
|
"label"?: string;
|
|
862
866
|
"maxlength"?: string | number;
|
|
863
867
|
"name"?: string;
|
|
864
|
-
"onBlurChanged"?: (event:
|
|
865
|
-
"onFocusChanged"?: (event:
|
|
866
|
-
"onInvalidChanged"?: (event:
|
|
867
|
-
"onValueChanged"?: (event:
|
|
868
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_16CustomEvent<string>) => void;
|
|
869
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_16CustomEvent<string>) => void;
|
|
870
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_16CustomEvent<string>) => void;
|
|
871
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_16CustomEvent<string>) => void;
|
|
868
872
|
"placeholder"?: string;
|
|
869
873
|
"readonly"?: string | boolean;
|
|
870
874
|
"required"?: boolean;
|
|
@@ -878,88 +882,88 @@ declare namespace LocalJSX {
|
|
|
878
882
|
"textareaautofocus"?: boolean;
|
|
879
883
|
"value"?: string | number;
|
|
880
884
|
}
|
|
881
|
-
interface
|
|
885
|
+
interface TttxToggle_1_9_16 {
|
|
882
886
|
"initialstate"?: boolean | string;
|
|
883
|
-
"onToggleSwitchEvent"?: (event:
|
|
887
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_16CustomEvent<{checked: boolean}>) => void;
|
|
884
888
|
}
|
|
885
|
-
interface
|
|
889
|
+
interface TttxToolbar_1_9_16 {
|
|
886
890
|
"border"?: boolean;
|
|
887
891
|
}
|
|
888
|
-
interface
|
|
892
|
+
interface TttxTreeView_1_9_16 {
|
|
889
893
|
"data"?: TreeViewItem[];
|
|
890
|
-
"onCheckboxChange"?: (event:
|
|
891
|
-
"onClickEvent"?: (event:
|
|
892
|
-
"onExpandNode"?: (event:
|
|
894
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_16CustomEvent<TreeViewItem[]>) => void;
|
|
895
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_16CustomEvent<TreeViewItem>) => void;
|
|
896
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_16CustomEvent<ExpandNodeEvent>) => void;
|
|
893
897
|
}
|
|
894
898
|
interface IntrinsicElements {
|
|
895
|
-
"tttx-
|
|
896
|
-
"tttx-checkbox-group-
|
|
897
|
-
"tttx-checkbox-group-
|
|
898
|
-
"tttx-checkbox-
|
|
899
|
-
"tttx-
|
|
900
|
-
"tttx-
|
|
901
|
-
"tttx-data-
|
|
902
|
-
"tttx-
|
|
903
|
-
"tttx-dialog-
|
|
904
|
-
"tttx-
|
|
905
|
-
"tttx-
|
|
906
|
-
"tttx-
|
|
907
|
-
"tttx-
|
|
908
|
-
"tttx-
|
|
909
|
-
"tttx-
|
|
910
|
-
"tttx-keyvalue-
|
|
911
|
-
"tttx-
|
|
912
|
-
"tttx-loading-
|
|
913
|
-
"tttx-multiselect-
|
|
914
|
-
"tttx-percentage-
|
|
915
|
-
"tttx-
|
|
916
|
-
"tttx-select-
|
|
917
|
-
"tttx-
|
|
918
|
-
"tttx-standalone-
|
|
919
|
-
"tttx-
|
|
920
|
-
"tttx-
|
|
921
|
-
"tttx-
|
|
922
|
-
"tttx-
|
|
923
|
-
"tttx-
|
|
924
|
-
"tttx-
|
|
925
|
-
"tttx-tree-
|
|
899
|
+
"tttx-button_1_9_16": TttxButton_1_9_16;
|
|
900
|
+
"tttx-checkbox-group-caption_1_9_16": TttxCheckboxGroupCaption_1_9_16;
|
|
901
|
+
"tttx-checkbox-group-heading_1_9_16": TttxCheckboxGroupHeading_1_9_16;
|
|
902
|
+
"tttx-checkbox-group_1_9_16": TttxCheckboxGroup_1_9_16;
|
|
903
|
+
"tttx-checkbox_1_9_16": TttxCheckbox_1_9_16;
|
|
904
|
+
"tttx-comments_1_9_16": TttxComments_1_9_16;
|
|
905
|
+
"tttx-data-pattern_1_9_16": TttxDataPattern_1_9_16;
|
|
906
|
+
"tttx-datacard_1_9_16": TttxDatacard_1_9_16;
|
|
907
|
+
"tttx-dialog-box_1_9_16": TttxDialogBox_1_9_16;
|
|
908
|
+
"tttx-dialog_1_9_16": TttxDialog_1_9_16;
|
|
909
|
+
"tttx-expander_1_9_16": TttxExpander_1_9_16;
|
|
910
|
+
"tttx-filter_1_9_16": TttxFilter_1_9_16;
|
|
911
|
+
"tttx-form_1_9_16": TttxForm_1_9_16;
|
|
912
|
+
"tttx-graph_1_9_16": TttxGraph_1_9_16;
|
|
913
|
+
"tttx-icon_1_9_16": TttxIcon_1_9_16;
|
|
914
|
+
"tttx-keyvalue-block_1_9_16": TttxKeyvalueBlock_1_9_16;
|
|
915
|
+
"tttx-list_1_9_16": TttxList_1_9_16;
|
|
916
|
+
"tttx-loading-spinner_1_9_16": TttxLoadingSpinner_1_9_16;
|
|
917
|
+
"tttx-multiselect-box_1_9_16": TttxMultiselectBox_1_9_16;
|
|
918
|
+
"tttx-percentage-bar_1_9_16": TttxPercentageBar_1_9_16;
|
|
919
|
+
"tttx-qrcode_1_9_16": TttxQrcode_1_9_16;
|
|
920
|
+
"tttx-select-box_1_9_16": TttxSelectBox_1_9_16;
|
|
921
|
+
"tttx-sorter_1_9_16": TttxSorter_1_9_16;
|
|
922
|
+
"tttx-standalone-input_1_9_16": TttxStandaloneInput_1_9_16;
|
|
923
|
+
"tttx-table_1_9_16": TttxTable_1_9_16;
|
|
924
|
+
"tttx-tabs_1_9_16": TttxTabs_1_9_16;
|
|
925
|
+
"tttx-tag_1_9_16": TttxTag_1_9_16;
|
|
926
|
+
"tttx-textarea_1_9_16": TttxTextarea_1_9_16;
|
|
927
|
+
"tttx-toggle_1_9_16": TttxToggle_1_9_16;
|
|
928
|
+
"tttx-toolbar_1_9_16": TttxToolbar_1_9_16;
|
|
929
|
+
"tttx-tree-view_1_9_16": TttxTreeView_1_9_16;
|
|
926
930
|
}
|
|
927
931
|
}
|
|
928
932
|
export { LocalJSX as JSX };
|
|
929
933
|
declare module "@stencil/core" {
|
|
930
934
|
export namespace JSX {
|
|
931
935
|
interface IntrinsicElements {
|
|
932
|
-
"tttx-
|
|
933
|
-
"tttx-checkbox-group-
|
|
934
|
-
"tttx-checkbox-group-
|
|
935
|
-
"tttx-checkbox-
|
|
936
|
-
"tttx-
|
|
937
|
-
"tttx-
|
|
938
|
-
"tttx-data-
|
|
939
|
-
"tttx-
|
|
940
|
-
"tttx-dialog-
|
|
941
|
-
"tttx-
|
|
942
|
-
"tttx-
|
|
943
|
-
"tttx-
|
|
944
|
-
"tttx-
|
|
945
|
-
"tttx-
|
|
946
|
-
"tttx-
|
|
947
|
-
"tttx-keyvalue-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-loading-
|
|
950
|
-
"tttx-multiselect-
|
|
951
|
-
"tttx-percentage-
|
|
952
|
-
"tttx-
|
|
953
|
-
"tttx-select-
|
|
954
|
-
"tttx-
|
|
955
|
-
"tttx-standalone-
|
|
956
|
-
"tttx-
|
|
957
|
-
"tttx-
|
|
958
|
-
"tttx-
|
|
959
|
-
"tttx-
|
|
960
|
-
"tttx-
|
|
961
|
-
"tttx-
|
|
962
|
-
"tttx-tree-
|
|
936
|
+
"tttx-button_1_9_16": LocalJSX.TttxButton_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_16Element>;
|
|
937
|
+
"tttx-checkbox-group-caption_1_9_16": LocalJSX.TttxCheckboxGroupCaption_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_16Element>;
|
|
938
|
+
"tttx-checkbox-group-heading_1_9_16": LocalJSX.TttxCheckboxGroupHeading_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_16Element>;
|
|
939
|
+
"tttx-checkbox-group_1_9_16": LocalJSX.TttxCheckboxGroup_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_16Element>;
|
|
940
|
+
"tttx-checkbox_1_9_16": LocalJSX.TttxCheckbox_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_16Element>;
|
|
941
|
+
"tttx-comments_1_9_16": LocalJSX.TttxComments_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_16Element>;
|
|
942
|
+
"tttx-data-pattern_1_9_16": LocalJSX.TttxDataPattern_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_16Element>;
|
|
943
|
+
"tttx-datacard_1_9_16": LocalJSX.TttxDatacard_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_16Element>;
|
|
944
|
+
"tttx-dialog-box_1_9_16": LocalJSX.TttxDialogBox_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_16Element>;
|
|
945
|
+
"tttx-dialog_1_9_16": LocalJSX.TttxDialog_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_16Element>;
|
|
946
|
+
"tttx-expander_1_9_16": LocalJSX.TttxExpander_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_16Element>;
|
|
947
|
+
"tttx-filter_1_9_16": LocalJSX.TttxFilter_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_16Element>;
|
|
948
|
+
"tttx-form_1_9_16": LocalJSX.TttxForm_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_16Element>;
|
|
949
|
+
"tttx-graph_1_9_16": LocalJSX.TttxGraph_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_16Element>;
|
|
950
|
+
"tttx-icon_1_9_16": LocalJSX.TttxIcon_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_16Element>;
|
|
951
|
+
"tttx-keyvalue-block_1_9_16": LocalJSX.TttxKeyvalueBlock_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_16Element>;
|
|
952
|
+
"tttx-list_1_9_16": LocalJSX.TttxList_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_16Element>;
|
|
953
|
+
"tttx-loading-spinner_1_9_16": LocalJSX.TttxLoadingSpinner_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_16Element>;
|
|
954
|
+
"tttx-multiselect-box_1_9_16": LocalJSX.TttxMultiselectBox_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_16Element>;
|
|
955
|
+
"tttx-percentage-bar_1_9_16": LocalJSX.TttxPercentageBar_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_16Element>;
|
|
956
|
+
"tttx-qrcode_1_9_16": LocalJSX.TttxQrcode_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_16Element>;
|
|
957
|
+
"tttx-select-box_1_9_16": LocalJSX.TttxSelectBox_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_16Element>;
|
|
958
|
+
"tttx-sorter_1_9_16": LocalJSX.TttxSorter_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_16Element>;
|
|
959
|
+
"tttx-standalone-input_1_9_16": LocalJSX.TttxStandaloneInput_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_16Element>;
|
|
960
|
+
"tttx-table_1_9_16": LocalJSX.TttxTable_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_16Element>;
|
|
961
|
+
"tttx-tabs_1_9_16": LocalJSX.TttxTabs_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_16Element>;
|
|
962
|
+
"tttx-tag_1_9_16": LocalJSX.TttxTag_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_16Element>;
|
|
963
|
+
"tttx-textarea_1_9_16": LocalJSX.TttxTextarea_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_16Element>;
|
|
964
|
+
"tttx-toggle_1_9_16": LocalJSX.TttxToggle_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_16Element>;
|
|
965
|
+
"tttx-toolbar_1_9_16": LocalJSX.TttxToolbar_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_16Element>;
|
|
966
|
+
"tttx-tree-view_1_9_16": LocalJSX.TttxTreeView_1_9_16 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_16Element>;
|
|
963
967
|
}
|
|
964
968
|
}
|
|
965
969
|
}
|