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