@3t-transform/threeteeui 1.9.25 → 1.9.26
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_25.cjs.entry.js → tttx-button_1_9_26.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_25.cjs.entry.js → tttx-checkbox-group-caption_1_9_26.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_25.cjs.entry.js → tttx-checkbox-group-heading_1_9_26.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_25.cjs.entry.js → tttx-checkbox-group_1_9_26.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_25.cjs.entry.js → tttx-checkbox_1_9_26.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_25.cjs.entry.js → tttx-comments_1_9_26.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_25.cjs.entry.js → tttx-data-pattern_1_9_26.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_25.cjs.entry.js → tttx-datacard_1_9_26.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_25.cjs.entry.js → tttx-dialog-box_1_9_26.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_25.cjs.entry.js → tttx-dialog_1_9_26.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_25.cjs.entry.js → tttx-expander_1_9_26.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_25_4.cjs.entry.js → tttx-filter_1_9_26_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_25.cjs.entry.js → tttx-form_1_9_26.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-graph_1_9_25.cjs.entry.js → tttx-graph_1_9_26.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_25.cjs.entry.js → tttx-icon_1_9_26.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_25.cjs.entry.js → tttx-keyvalue-block_1_9_26.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_25_3.cjs.entry.js → tttx-loading-spinner_1_9_26_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_25.cjs.entry.js → tttx-multiselect-box_1_9_26.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_25.cjs.entry.js → tttx-percentage-bar_1_9_26.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_25.cjs.entry.js → tttx-qrcode_1_9_26.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_25.cjs.entry.js → tttx-select-box_1_9_26.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-table_1_9_25.cjs.entry.js → tttx-table_1_9_26.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_25.cjs.entry.js → tttx-tabs_1_9_26.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_25.cjs.entry.js → tttx-textarea_1_9_26.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_25.cjs.entry.js → tttx-toggle_1_9_26.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_25.cjs.entry.js → tttx-tree-view_1_9_26.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 +2 -2
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.js +1 -1
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-caption.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-heading.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.stories.js +10 -10
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.js +2 -2
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.js +2 -2
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +3 -3
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +24 -24
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.js +2 -2
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.stories.js +9 -9
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +3 -3
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +7 -7
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.js +1 -1
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +47 -47
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +7 -7
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +5 -5
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +22 -22
- 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_25.d.ts → tttx-button_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_25.js → tttx-button_1_9_26.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_25.js → tttx-checkbox-group-caption_1_9_26.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_25.js → tttx-checkbox-group-heading_1_9_26.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_25.js → tttx-checkbox-group_1_9_26.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_25.d.ts → tttx-checkbox_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_25.js → tttx-checkbox_1_9_26.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_25.d.ts → tttx-comments_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_25.js → tttx-comments_1_9_26.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_25.js → tttx-data-pattern_1_9_26.js} +16 -16
- package/dist/components/{tttx-comments_1_9_25.d.ts → tttx-datacard_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_25.js → tttx-datacard_1_9_26.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_25.js → tttx-dialog-box_1_9_26.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_25.d.ts → tttx-dialog_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_25.js → tttx-dialog_1_9_26.js} +8 -8
- package/dist/components/tttx-expander_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_25.js → tttx-expander_1_9_26.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_25.d.ts → tttx-filter_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_25.js → tttx-filter_1_9_26.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_25.d.ts → tttx-form_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_25.js → tttx-form_1_9_26.js} +11 -11
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_25.d.ts → tttx-graph_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_25.js → tttx-graph_1_9_26.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_25.d.ts → tttx-icon_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_25.js → tttx-icon_1_9_26.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_25.js → tttx-keyvalue-block_1_9_26.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_25.d.ts → tttx-list_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_25.js → tttx-list_1_9_26.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_25.js → tttx-loading-spinner_1_9_26.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_25.js → tttx-multiselect-box_1_9_26.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_25.js → tttx-percentage-bar_1_9_26.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_25.d.ts → tttx-qrcode_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_25.js → tttx-qrcode_1_9_26.js} +5 -5
- package/dist/components/tttx-select-box.js +11 -11
- package/dist/components/tttx-select-box_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_25.js → tttx-select-box_1_9_26.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_25.js → tttx-sorter_1_9_26.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_25.js → tttx-standalone-input_1_9_26.js} +2 -2
- package/dist/components/{tttx-table_1_9_25.d.ts → tttx-table_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_25.js → tttx-table_1_9_26.js} +5 -5
- package/dist/components/{tttx-form_1_9_25.d.ts → tttx-tabs_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_25.js → tttx-tabs_1_9_26.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_25.d.ts → tttx-tag_1_9_26.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_25.js → tttx-tag_1_9_26.js} +2 -2
- package/dist/components/tttx-textarea_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_25.js → tttx-textarea_1_9_26.js} +6 -6
- package/dist/components/tttx-toggle_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_25.js → tttx-toggle_1_9_26.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_25.js → tttx-toolbar_1_9_26.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_26.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_25.js → tttx-tree-view_1_9_26.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_25.entry.js → tttx-button_1_9_26.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_25.entry.js → tttx-checkbox-group-caption_1_9_26.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_25.entry.js → tttx-checkbox-group-heading_1_9_26.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_25.entry.js → tttx-checkbox-group_1_9_26.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_25.entry.js → tttx-checkbox_1_9_26.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_25.entry.js → tttx-comments_1_9_26.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_25.entry.js → tttx-data-pattern_1_9_26.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_25.entry.js → tttx-datacard_1_9_26.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_25.entry.js → tttx-dialog-box_1_9_26.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_25.entry.js → tttx-dialog_1_9_26.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_25.entry.js → tttx-expander_1_9_26.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_25_4.entry.js → tttx-filter_1_9_26_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_25.entry.js → tttx-form_1_9_26.entry.js} +2 -2
- package/dist/esm/{tttx-graph_1_9_25.entry.js → tttx-graph_1_9_26.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_25.entry.js → tttx-icon_1_9_26.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_25.entry.js → tttx-keyvalue-block_1_9_26.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_25_3.entry.js → tttx-loading-spinner_1_9_26_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_25.entry.js → tttx-multiselect-box_1_9_26.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_25.entry.js → tttx-percentage-bar_1_9_26.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_25.entry.js → tttx-qrcode_1_9_26.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_25.entry.js → tttx-select-box_1_9_26.entry.js} +5 -5
- package/dist/esm/{tttx-table_1_9_25.entry.js → tttx-table_1_9_26.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_25.entry.js → tttx-tabs_1_9_26.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_25.entry.js → tttx-textarea_1_9_26.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_25.entry.js → tttx-toggle_1_9_26.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_25.entry.js → tttx-tree-view_1_9_26.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0da9f04c.entry.js +1 -1
- package/dist/tttx/p-0dfda92a.entry.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-0ffbf27e.entry.js +1 -1
- package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
- package/dist/tttx/p-23f45005.entry.js +1 -1
- package/dist/tttx/p-2d4c1e8a.entry.js +1 -1
- package/dist/tttx/p-49ef7451.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-5722f326.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-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-9434561e.entry.js +1 -1
- package/dist/tttx/p-996a6061.entry.js +1 -1
- package/dist/tttx/p-a01e679a.entry.js +1 -1
- package/dist/tttx/p-a8e76e78.entry.js +1 -1
- package/dist/tttx/p-b7347352.entry.js +1 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-c34d99d1.entry.js +1 -1
- package/dist/tttx/p-cfe412d0.entry.js +1 -1
- package/dist/tttx/p-de6e8250.entry.js +1 -1
- package/dist/tttx/p-f115bff6.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-checkbox-group/interfaces.d.ts +10 -0
- package/dist/types/components/molecules/tttx-dialog-box/interfaces.d.ts +25 -0
- package/dist/types/components/molecules/tttx-list/interfaces.d.ts +38 -0
- package/dist/types/components/molecules/tttx-multiselect-box/interfaces.d.ts +7 -0
- package/dist/types/components/molecules/tttx-select-box/interfaces.d.ts +7 -0
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +1 -1
- package/dist/types/components/molecules/tttx-sorter/interfaces.d.ts +9 -0
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-tabs/interfaces.d.ts +10 -0
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +369 -369
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_25.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_25.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_25.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_25.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_25.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_25.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_25.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_25.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_25.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_25.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_25.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_25.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_25.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_25.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_25.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_25.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_25.d.ts +0 -11
|
@@ -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_26 {
|
|
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_26 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_26 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_26 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_26 {
|
|
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_26 {
|
|
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_26 {
|
|
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_26 {
|
|
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_26 {
|
|
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_26 {
|
|
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_26 {
|
|
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_26 {
|
|
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_26 {
|
|
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
|
|
@@ -142,30 +142,30 @@ export namespace Components {
|
|
|
142
142
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
143
143
|
"submit": () => Promise<void>;
|
|
144
144
|
}
|
|
145
|
-
interface
|
|
145
|
+
interface TttxGraph_1_9_26 {
|
|
146
146
|
"chartData": string;
|
|
147
147
|
"chartText": string;
|
|
148
148
|
"chartType": string;
|
|
149
149
|
}
|
|
150
|
-
interface
|
|
150
|
+
interface TttxIcon_1_9_26 {
|
|
151
151
|
"color": string;
|
|
152
152
|
"icon": string;
|
|
153
153
|
"size": number;
|
|
154
154
|
}
|
|
155
|
-
interface
|
|
155
|
+
interface TttxKeyvalueBlock_1_9_26 {
|
|
156
156
|
"horizontal": boolean;
|
|
157
157
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
158
158
|
"spacedout": boolean;
|
|
159
159
|
}
|
|
160
|
-
interface
|
|
160
|
+
interface TttxList_1_9_26 {
|
|
161
161
|
"data": string | ListItem[];
|
|
162
162
|
"name": string;
|
|
163
163
|
}
|
|
164
|
-
interface
|
|
164
|
+
interface TttxLoadingSpinner_1_9_26 {
|
|
165
165
|
"loadingMessage": boolean;
|
|
166
166
|
"size": 'small' | 'large';
|
|
167
167
|
}
|
|
168
|
-
interface
|
|
168
|
+
interface TttxMultiselectBox_1_9_26 {
|
|
169
169
|
"htmlVisibleValue": boolean;
|
|
170
170
|
"inline": boolean;
|
|
171
171
|
"isLoading": boolean;
|
|
@@ -179,18 +179,18 @@ export namespace Components {
|
|
|
179
179
|
"stopLocalSearch": boolean;
|
|
180
180
|
"visibleValue": string;
|
|
181
181
|
}
|
|
182
|
-
interface
|
|
182
|
+
interface TttxPercentageBar_1_9_26 {
|
|
183
183
|
"color"?: string;
|
|
184
184
|
"labelid"?: string;
|
|
185
185
|
"min": string;
|
|
186
186
|
"percentage": string | number;
|
|
187
187
|
"thresholds"?: string | Threshold[];
|
|
188
188
|
}
|
|
189
|
-
interface
|
|
189
|
+
interface TttxQrcode_1_9_26 {
|
|
190
190
|
"link": string;
|
|
191
191
|
"size": number;
|
|
192
192
|
}
|
|
193
|
-
interface
|
|
193
|
+
interface TttxSelectBox_1_9_26 {
|
|
194
194
|
"errorMsg": string;
|
|
195
195
|
"inline": boolean;
|
|
196
196
|
"isAllExternalDataLoaded": boolean;
|
|
@@ -209,13 +209,13 @@ export namespace Components {
|
|
|
209
209
|
"useExternalFiltering": boolean;
|
|
210
210
|
"useExternalPaginatedFiltering": boolean;
|
|
211
211
|
}
|
|
212
|
-
interface
|
|
212
|
+
interface TttxSorter_1_9_26 {
|
|
213
213
|
"defaultOption": string;
|
|
214
214
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
215
215
|
"fieldOptionsData": string | SorterData;
|
|
216
216
|
"sorterKey": string;
|
|
217
217
|
}
|
|
218
|
-
interface
|
|
218
|
+
interface TttxStandaloneInput_1_9_26 {
|
|
219
219
|
"autocomplete": 'off' | 'on';
|
|
220
220
|
"checked": boolean;
|
|
221
221
|
"disabled": boolean;
|
|
@@ -231,8 +231,8 @@ export namespace Components {
|
|
|
231
231
|
"inputiconcolor": string;
|
|
232
232
|
/**
|
|
233
233
|
* tabindex - Allows the HTML elements to be focusable
|
|
234
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
235
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
234
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_26 input-index="1" />
|
|
235
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_26 inputindex={1} />
|
|
236
236
|
*/
|
|
237
237
|
"inputindex": string | number;
|
|
238
238
|
/**
|
|
@@ -260,7 +260,7 @@ export namespace Components {
|
|
|
260
260
|
"type": string;
|
|
261
261
|
"value": string | number;
|
|
262
262
|
}
|
|
263
|
-
interface
|
|
263
|
+
interface TttxTable_1_9_26 {
|
|
264
264
|
"data": any;
|
|
265
265
|
"draggableHeaders": boolean;
|
|
266
266
|
"headers": TableHeader[];
|
|
@@ -268,13 +268,13 @@ export namespace Components {
|
|
|
268
268
|
"selectable": boolean;
|
|
269
269
|
"selected": number;
|
|
270
270
|
}
|
|
271
|
-
interface
|
|
271
|
+
interface TttxTabs_1_9_26 {
|
|
272
272
|
"navigation": boolean;
|
|
273
273
|
"tabs": string | Tab[];
|
|
274
274
|
"tabsName": string;
|
|
275
275
|
"wide": boolean;
|
|
276
276
|
}
|
|
277
|
-
interface
|
|
277
|
+
interface TttxTag_1_9_26 {
|
|
278
278
|
"color": string;
|
|
279
279
|
"hasIcon": boolean;
|
|
280
280
|
"icon": string;
|
|
@@ -283,13 +283,13 @@ export namespace Components {
|
|
|
283
283
|
"text": string;
|
|
284
284
|
"textColor": string;
|
|
285
285
|
}
|
|
286
|
-
interface
|
|
286
|
+
interface TttxTextarea_1_9_26 {
|
|
287
287
|
"disabled": boolean;
|
|
288
288
|
"errormsg": string;
|
|
289
289
|
/**
|
|
290
290
|
* tabindex - Allows the HTML elements to be focusable
|
|
291
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
292
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
291
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_26 input-index="1" />
|
|
292
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_26 inputindex={1} />
|
|
293
293
|
*/
|
|
294
294
|
"inputindex": string | number;
|
|
295
295
|
/**
|
|
@@ -313,335 +313,335 @@ export namespace Components {
|
|
|
313
313
|
"textareaautofocus": boolean;
|
|
314
314
|
"value": string | number;
|
|
315
315
|
}
|
|
316
|
-
interface
|
|
316
|
+
interface TttxToggle_1_9_26 {
|
|
317
317
|
"initialstate": boolean | string;
|
|
318
318
|
}
|
|
319
|
-
interface
|
|
319
|
+
interface TttxToolbar_1_9_26 {
|
|
320
320
|
"border": boolean;
|
|
321
321
|
}
|
|
322
|
-
interface
|
|
322
|
+
interface TttxTreeView_1_9_26 {
|
|
323
323
|
"data": TreeViewItem[];
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
|
-
export interface
|
|
326
|
+
export interface TttxCheckbox_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
327
327
|
detail: T;
|
|
328
|
-
target:
|
|
328
|
+
target: HTMLTttxCheckbox_1_9_26Element;
|
|
329
329
|
}
|
|
330
|
-
export interface
|
|
330
|
+
export interface TttxComments_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
331
331
|
detail: T;
|
|
332
|
-
target:
|
|
332
|
+
target: HTMLTttxComments_1_9_26Element;
|
|
333
333
|
}
|
|
334
|
-
export interface
|
|
334
|
+
export interface TttxDialogBox_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
335
335
|
detail: T;
|
|
336
|
-
target:
|
|
336
|
+
target: HTMLTttxDialogBox_1_9_26Element;
|
|
337
337
|
}
|
|
338
|
-
export interface
|
|
338
|
+
export interface TttxDialog_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
339
339
|
detail: T;
|
|
340
|
-
target:
|
|
340
|
+
target: HTMLTttxDialog_1_9_26Element;
|
|
341
341
|
}
|
|
342
|
-
export interface
|
|
342
|
+
export interface TttxExpander_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
343
343
|
detail: T;
|
|
344
|
-
target:
|
|
344
|
+
target: HTMLTttxExpander_1_9_26Element;
|
|
345
345
|
}
|
|
346
|
-
export interface
|
|
346
|
+
export interface TttxFilter_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
347
347
|
detail: T;
|
|
348
|
-
target:
|
|
348
|
+
target: HTMLTttxFilter_1_9_26Element;
|
|
349
349
|
}
|
|
350
|
-
export interface
|
|
350
|
+
export interface TttxForm_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
351
351
|
detail: T;
|
|
352
|
-
target:
|
|
352
|
+
target: HTMLTttxForm_1_9_26Element;
|
|
353
353
|
}
|
|
354
|
-
export interface
|
|
354
|
+
export interface TttxList_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
355
355
|
detail: T;
|
|
356
|
-
target:
|
|
356
|
+
target: HTMLTttxList_1_9_26Element;
|
|
357
357
|
}
|
|
358
|
-
export interface
|
|
358
|
+
export interface TttxMultiselectBox_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
359
359
|
detail: T;
|
|
360
|
-
target:
|
|
360
|
+
target: HTMLTttxMultiselectBox_1_9_26Element;
|
|
361
361
|
}
|
|
362
|
-
export interface
|
|
362
|
+
export interface TttxSelectBox_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
363
363
|
detail: T;
|
|
364
|
-
target:
|
|
364
|
+
target: HTMLTttxSelectBox_1_9_26Element;
|
|
365
365
|
}
|
|
366
|
-
export interface
|
|
366
|
+
export interface TttxSorter_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
367
367
|
detail: T;
|
|
368
|
-
target:
|
|
368
|
+
target: HTMLTttxSorter_1_9_26Element;
|
|
369
369
|
}
|
|
370
|
-
export interface
|
|
370
|
+
export interface TttxStandaloneInput_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
371
371
|
detail: T;
|
|
372
|
-
target:
|
|
372
|
+
target: HTMLTttxStandaloneInput_1_9_26Element;
|
|
373
373
|
}
|
|
374
|
-
export interface
|
|
374
|
+
export interface TttxTable_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
375
375
|
detail: T;
|
|
376
|
-
target:
|
|
376
|
+
target: HTMLTttxTable_1_9_26Element;
|
|
377
377
|
}
|
|
378
|
-
export interface
|
|
378
|
+
export interface TttxTabs_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
379
379
|
detail: T;
|
|
380
|
-
target:
|
|
380
|
+
target: HTMLTttxTabs_1_9_26Element;
|
|
381
381
|
}
|
|
382
|
-
export interface
|
|
382
|
+
export interface TttxTextarea_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
383
383
|
detail: T;
|
|
384
|
-
target:
|
|
384
|
+
target: HTMLTttxTextarea_1_9_26Element;
|
|
385
385
|
}
|
|
386
|
-
export interface
|
|
386
|
+
export interface TttxToggle_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
387
387
|
detail: T;
|
|
388
|
-
target:
|
|
388
|
+
target: HTMLTttxToggle_1_9_26Element;
|
|
389
389
|
}
|
|
390
|
-
export interface
|
|
390
|
+
export interface TttxTreeView_1_9_26CustomEvent<T> extends CustomEvent<T> {
|
|
391
391
|
detail: T;
|
|
392
|
-
target:
|
|
392
|
+
target: HTMLTttxTreeView_1_9_26Element;
|
|
393
393
|
}
|
|
394
394
|
declare global {
|
|
395
|
-
interface
|
|
395
|
+
interface HTMLTttxButton_1_9_26Element extends Components.TttxButton_1_9_26, HTMLStencilElement {
|
|
396
396
|
}
|
|
397
|
-
var
|
|
398
|
-
prototype:
|
|
399
|
-
new ():
|
|
397
|
+
var HTMLTttxButton_1_9_26Element: {
|
|
398
|
+
prototype: HTMLTttxButton_1_9_26Element;
|
|
399
|
+
new (): HTMLTttxButton_1_9_26Element;
|
|
400
400
|
};
|
|
401
|
-
interface
|
|
401
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_26Element extends Components.TttxCheckboxGroupCaption_1_9_26, HTMLStencilElement {
|
|
402
402
|
}
|
|
403
|
-
var
|
|
404
|
-
prototype:
|
|
405
|
-
new ():
|
|
403
|
+
var HTMLTttxCheckboxGroupCaption_1_9_26Element: {
|
|
404
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_26Element;
|
|
405
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_26Element;
|
|
406
406
|
};
|
|
407
|
-
interface
|
|
407
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_26Element extends Components.TttxCheckboxGroupHeading_1_9_26, HTMLStencilElement {
|
|
408
408
|
}
|
|
409
|
-
var
|
|
410
|
-
prototype:
|
|
411
|
-
new ():
|
|
409
|
+
var HTMLTttxCheckboxGroupHeading_1_9_26Element: {
|
|
410
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_26Element;
|
|
411
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_26Element;
|
|
412
412
|
};
|
|
413
|
-
interface
|
|
413
|
+
interface HTMLTttxCheckboxGroup_1_9_26Element extends Components.TttxCheckboxGroup_1_9_26, HTMLStencilElement {
|
|
414
414
|
}
|
|
415
|
-
var
|
|
416
|
-
prototype:
|
|
417
|
-
new ():
|
|
415
|
+
var HTMLTttxCheckboxGroup_1_9_26Element: {
|
|
416
|
+
prototype: HTMLTttxCheckboxGroup_1_9_26Element;
|
|
417
|
+
new (): HTMLTttxCheckboxGroup_1_9_26Element;
|
|
418
418
|
};
|
|
419
|
-
interface
|
|
419
|
+
interface HTMLTttxCheckbox_1_9_26Element extends Components.TttxCheckbox_1_9_26, HTMLStencilElement {
|
|
420
420
|
}
|
|
421
|
-
var
|
|
422
|
-
prototype:
|
|
423
|
-
new ():
|
|
421
|
+
var HTMLTttxCheckbox_1_9_26Element: {
|
|
422
|
+
prototype: HTMLTttxCheckbox_1_9_26Element;
|
|
423
|
+
new (): HTMLTttxCheckbox_1_9_26Element;
|
|
424
424
|
};
|
|
425
|
-
interface
|
|
425
|
+
interface HTMLTttxComments_1_9_26Element extends Components.TttxComments_1_9_26, HTMLStencilElement {
|
|
426
426
|
}
|
|
427
|
-
var
|
|
428
|
-
prototype:
|
|
429
|
-
new ():
|
|
427
|
+
var HTMLTttxComments_1_9_26Element: {
|
|
428
|
+
prototype: HTMLTttxComments_1_9_26Element;
|
|
429
|
+
new (): HTMLTttxComments_1_9_26Element;
|
|
430
430
|
};
|
|
431
|
-
interface
|
|
431
|
+
interface HTMLTttxDataPattern_1_9_26Element extends Components.TttxDataPattern_1_9_26, HTMLStencilElement {
|
|
432
432
|
}
|
|
433
|
-
var
|
|
434
|
-
prototype:
|
|
435
|
-
new ():
|
|
433
|
+
var HTMLTttxDataPattern_1_9_26Element: {
|
|
434
|
+
prototype: HTMLTttxDataPattern_1_9_26Element;
|
|
435
|
+
new (): HTMLTttxDataPattern_1_9_26Element;
|
|
436
436
|
};
|
|
437
|
-
interface
|
|
437
|
+
interface HTMLTttxDatacard_1_9_26Element extends Components.TttxDatacard_1_9_26, HTMLStencilElement {
|
|
438
438
|
}
|
|
439
|
-
var
|
|
440
|
-
prototype:
|
|
441
|
-
new ():
|
|
439
|
+
var HTMLTttxDatacard_1_9_26Element: {
|
|
440
|
+
prototype: HTMLTttxDatacard_1_9_26Element;
|
|
441
|
+
new (): HTMLTttxDatacard_1_9_26Element;
|
|
442
442
|
};
|
|
443
|
-
interface
|
|
443
|
+
interface HTMLTttxDialogBox_1_9_26Element extends Components.TttxDialogBox_1_9_26, HTMLStencilElement {
|
|
444
444
|
}
|
|
445
|
-
var
|
|
446
|
-
prototype:
|
|
447
|
-
new ():
|
|
445
|
+
var HTMLTttxDialogBox_1_9_26Element: {
|
|
446
|
+
prototype: HTMLTttxDialogBox_1_9_26Element;
|
|
447
|
+
new (): HTMLTttxDialogBox_1_9_26Element;
|
|
448
448
|
};
|
|
449
|
-
interface
|
|
449
|
+
interface HTMLTttxDialog_1_9_26Element extends Components.TttxDialog_1_9_26, HTMLStencilElement {
|
|
450
450
|
}
|
|
451
|
-
var
|
|
452
|
-
prototype:
|
|
453
|
-
new ():
|
|
451
|
+
var HTMLTttxDialog_1_9_26Element: {
|
|
452
|
+
prototype: HTMLTttxDialog_1_9_26Element;
|
|
453
|
+
new (): HTMLTttxDialog_1_9_26Element;
|
|
454
454
|
};
|
|
455
|
-
interface
|
|
455
|
+
interface HTMLTttxExpander_1_9_26Element extends Components.TttxExpander_1_9_26, HTMLStencilElement {
|
|
456
456
|
}
|
|
457
|
-
var
|
|
458
|
-
prototype:
|
|
459
|
-
new ():
|
|
457
|
+
var HTMLTttxExpander_1_9_26Element: {
|
|
458
|
+
prototype: HTMLTttxExpander_1_9_26Element;
|
|
459
|
+
new (): HTMLTttxExpander_1_9_26Element;
|
|
460
460
|
};
|
|
461
|
-
interface
|
|
461
|
+
interface HTMLTttxFilter_1_9_26Element extends Components.TttxFilter_1_9_26, HTMLStencilElement {
|
|
462
462
|
}
|
|
463
|
-
var
|
|
464
|
-
prototype:
|
|
465
|
-
new ():
|
|
463
|
+
var HTMLTttxFilter_1_9_26Element: {
|
|
464
|
+
prototype: HTMLTttxFilter_1_9_26Element;
|
|
465
|
+
new (): HTMLTttxFilter_1_9_26Element;
|
|
466
466
|
};
|
|
467
|
-
interface
|
|
467
|
+
interface HTMLTttxForm_1_9_26Element extends Components.TttxForm_1_9_26, HTMLStencilElement {
|
|
468
468
|
}
|
|
469
|
-
var
|
|
470
|
-
prototype:
|
|
471
|
-
new ():
|
|
469
|
+
var HTMLTttxForm_1_9_26Element: {
|
|
470
|
+
prototype: HTMLTttxForm_1_9_26Element;
|
|
471
|
+
new (): HTMLTttxForm_1_9_26Element;
|
|
472
472
|
};
|
|
473
|
-
interface
|
|
473
|
+
interface HTMLTttxGraph_1_9_26Element extends Components.TttxGraph_1_9_26, HTMLStencilElement {
|
|
474
474
|
}
|
|
475
|
-
var
|
|
476
|
-
prototype:
|
|
477
|
-
new ():
|
|
475
|
+
var HTMLTttxGraph_1_9_26Element: {
|
|
476
|
+
prototype: HTMLTttxGraph_1_9_26Element;
|
|
477
|
+
new (): HTMLTttxGraph_1_9_26Element;
|
|
478
478
|
};
|
|
479
|
-
interface
|
|
479
|
+
interface HTMLTttxIcon_1_9_26Element extends Components.TttxIcon_1_9_26, HTMLStencilElement {
|
|
480
480
|
}
|
|
481
|
-
var
|
|
482
|
-
prototype:
|
|
483
|
-
new ():
|
|
481
|
+
var HTMLTttxIcon_1_9_26Element: {
|
|
482
|
+
prototype: HTMLTttxIcon_1_9_26Element;
|
|
483
|
+
new (): HTMLTttxIcon_1_9_26Element;
|
|
484
484
|
};
|
|
485
|
-
interface
|
|
485
|
+
interface HTMLTttxKeyvalueBlock_1_9_26Element extends Components.TttxKeyvalueBlock_1_9_26, HTMLStencilElement {
|
|
486
486
|
}
|
|
487
|
-
var
|
|
488
|
-
prototype:
|
|
489
|
-
new ():
|
|
487
|
+
var HTMLTttxKeyvalueBlock_1_9_26Element: {
|
|
488
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_26Element;
|
|
489
|
+
new (): HTMLTttxKeyvalueBlock_1_9_26Element;
|
|
490
490
|
};
|
|
491
|
-
interface
|
|
491
|
+
interface HTMLTttxList_1_9_26Element extends Components.TttxList_1_9_26, HTMLStencilElement {
|
|
492
492
|
}
|
|
493
|
-
var
|
|
494
|
-
prototype:
|
|
495
|
-
new ():
|
|
493
|
+
var HTMLTttxList_1_9_26Element: {
|
|
494
|
+
prototype: HTMLTttxList_1_9_26Element;
|
|
495
|
+
new (): HTMLTttxList_1_9_26Element;
|
|
496
496
|
};
|
|
497
|
-
interface
|
|
497
|
+
interface HTMLTttxLoadingSpinner_1_9_26Element extends Components.TttxLoadingSpinner_1_9_26, HTMLStencilElement {
|
|
498
498
|
}
|
|
499
|
-
var
|
|
500
|
-
prototype:
|
|
501
|
-
new ():
|
|
499
|
+
var HTMLTttxLoadingSpinner_1_9_26Element: {
|
|
500
|
+
prototype: HTMLTttxLoadingSpinner_1_9_26Element;
|
|
501
|
+
new (): HTMLTttxLoadingSpinner_1_9_26Element;
|
|
502
502
|
};
|
|
503
|
-
interface
|
|
503
|
+
interface HTMLTttxMultiselectBox_1_9_26Element extends Components.TttxMultiselectBox_1_9_26, HTMLStencilElement {
|
|
504
504
|
}
|
|
505
|
-
var
|
|
506
|
-
prototype:
|
|
507
|
-
new ():
|
|
505
|
+
var HTMLTttxMultiselectBox_1_9_26Element: {
|
|
506
|
+
prototype: HTMLTttxMultiselectBox_1_9_26Element;
|
|
507
|
+
new (): HTMLTttxMultiselectBox_1_9_26Element;
|
|
508
508
|
};
|
|
509
|
-
interface
|
|
509
|
+
interface HTMLTttxPercentageBar_1_9_26Element extends Components.TttxPercentageBar_1_9_26, HTMLStencilElement {
|
|
510
510
|
}
|
|
511
|
-
var
|
|
512
|
-
prototype:
|
|
513
|
-
new ():
|
|
511
|
+
var HTMLTttxPercentageBar_1_9_26Element: {
|
|
512
|
+
prototype: HTMLTttxPercentageBar_1_9_26Element;
|
|
513
|
+
new (): HTMLTttxPercentageBar_1_9_26Element;
|
|
514
514
|
};
|
|
515
|
-
interface
|
|
515
|
+
interface HTMLTttxQrcode_1_9_26Element extends Components.TttxQrcode_1_9_26, HTMLStencilElement {
|
|
516
516
|
}
|
|
517
|
-
var
|
|
518
|
-
prototype:
|
|
519
|
-
new ():
|
|
517
|
+
var HTMLTttxQrcode_1_9_26Element: {
|
|
518
|
+
prototype: HTMLTttxQrcode_1_9_26Element;
|
|
519
|
+
new (): HTMLTttxQrcode_1_9_26Element;
|
|
520
520
|
};
|
|
521
|
-
interface
|
|
521
|
+
interface HTMLTttxSelectBox_1_9_26Element extends Components.TttxSelectBox_1_9_26, HTMLStencilElement {
|
|
522
522
|
}
|
|
523
|
-
var
|
|
524
|
-
prototype:
|
|
525
|
-
new ():
|
|
523
|
+
var HTMLTttxSelectBox_1_9_26Element: {
|
|
524
|
+
prototype: HTMLTttxSelectBox_1_9_26Element;
|
|
525
|
+
new (): HTMLTttxSelectBox_1_9_26Element;
|
|
526
526
|
};
|
|
527
|
-
interface
|
|
527
|
+
interface HTMLTttxSorter_1_9_26Element extends Components.TttxSorter_1_9_26, HTMLStencilElement {
|
|
528
528
|
}
|
|
529
|
-
var
|
|
530
|
-
prototype:
|
|
531
|
-
new ():
|
|
529
|
+
var HTMLTttxSorter_1_9_26Element: {
|
|
530
|
+
prototype: HTMLTttxSorter_1_9_26Element;
|
|
531
|
+
new (): HTMLTttxSorter_1_9_26Element;
|
|
532
532
|
};
|
|
533
|
-
interface
|
|
533
|
+
interface HTMLTttxStandaloneInput_1_9_26Element extends Components.TttxStandaloneInput_1_9_26, HTMLStencilElement {
|
|
534
534
|
}
|
|
535
|
-
var
|
|
536
|
-
prototype:
|
|
537
|
-
new ():
|
|
535
|
+
var HTMLTttxStandaloneInput_1_9_26Element: {
|
|
536
|
+
prototype: HTMLTttxStandaloneInput_1_9_26Element;
|
|
537
|
+
new (): HTMLTttxStandaloneInput_1_9_26Element;
|
|
538
538
|
};
|
|
539
|
-
interface
|
|
539
|
+
interface HTMLTttxTable_1_9_26Element extends Components.TttxTable_1_9_26, HTMLStencilElement {
|
|
540
540
|
}
|
|
541
|
-
var
|
|
542
|
-
prototype:
|
|
543
|
-
new ():
|
|
541
|
+
var HTMLTttxTable_1_9_26Element: {
|
|
542
|
+
prototype: HTMLTttxTable_1_9_26Element;
|
|
543
|
+
new (): HTMLTttxTable_1_9_26Element;
|
|
544
544
|
};
|
|
545
|
-
interface
|
|
545
|
+
interface HTMLTttxTabs_1_9_26Element extends Components.TttxTabs_1_9_26, HTMLStencilElement {
|
|
546
546
|
}
|
|
547
|
-
var
|
|
548
|
-
prototype:
|
|
549
|
-
new ():
|
|
547
|
+
var HTMLTttxTabs_1_9_26Element: {
|
|
548
|
+
prototype: HTMLTttxTabs_1_9_26Element;
|
|
549
|
+
new (): HTMLTttxTabs_1_9_26Element;
|
|
550
550
|
};
|
|
551
|
-
interface
|
|
551
|
+
interface HTMLTttxTag_1_9_26Element extends Components.TttxTag_1_9_26, HTMLStencilElement {
|
|
552
552
|
}
|
|
553
|
-
var
|
|
554
|
-
prototype:
|
|
555
|
-
new ():
|
|
553
|
+
var HTMLTttxTag_1_9_26Element: {
|
|
554
|
+
prototype: HTMLTttxTag_1_9_26Element;
|
|
555
|
+
new (): HTMLTttxTag_1_9_26Element;
|
|
556
556
|
};
|
|
557
|
-
interface
|
|
557
|
+
interface HTMLTttxTextarea_1_9_26Element extends Components.TttxTextarea_1_9_26, HTMLStencilElement {
|
|
558
558
|
}
|
|
559
|
-
var
|
|
560
|
-
prototype:
|
|
561
|
-
new ():
|
|
559
|
+
var HTMLTttxTextarea_1_9_26Element: {
|
|
560
|
+
prototype: HTMLTttxTextarea_1_9_26Element;
|
|
561
|
+
new (): HTMLTttxTextarea_1_9_26Element;
|
|
562
562
|
};
|
|
563
|
-
interface
|
|
563
|
+
interface HTMLTttxToggle_1_9_26Element extends Components.TttxToggle_1_9_26, HTMLStencilElement {
|
|
564
564
|
}
|
|
565
|
-
var
|
|
566
|
-
prototype:
|
|
567
|
-
new ():
|
|
565
|
+
var HTMLTttxToggle_1_9_26Element: {
|
|
566
|
+
prototype: HTMLTttxToggle_1_9_26Element;
|
|
567
|
+
new (): HTMLTttxToggle_1_9_26Element;
|
|
568
568
|
};
|
|
569
|
-
interface
|
|
569
|
+
interface HTMLTttxToolbar_1_9_26Element extends Components.TttxToolbar_1_9_26, HTMLStencilElement {
|
|
570
570
|
}
|
|
571
|
-
var
|
|
572
|
-
prototype:
|
|
573
|
-
new ():
|
|
571
|
+
var HTMLTttxToolbar_1_9_26Element: {
|
|
572
|
+
prototype: HTMLTttxToolbar_1_9_26Element;
|
|
573
|
+
new (): HTMLTttxToolbar_1_9_26Element;
|
|
574
574
|
};
|
|
575
|
-
interface
|
|
575
|
+
interface HTMLTttxTreeView_1_9_26Element extends Components.TttxTreeView_1_9_26, HTMLStencilElement {
|
|
576
576
|
}
|
|
577
|
-
var
|
|
578
|
-
prototype:
|
|
579
|
-
new ():
|
|
577
|
+
var HTMLTttxTreeView_1_9_26Element: {
|
|
578
|
+
prototype: HTMLTttxTreeView_1_9_26Element;
|
|
579
|
+
new (): HTMLTttxTreeView_1_9_26Element;
|
|
580
580
|
};
|
|
581
581
|
interface HTMLElementTagNameMap {
|
|
582
|
-
"tttx-
|
|
583
|
-
"tttx-checkbox-group-
|
|
584
|
-
"tttx-checkbox-group-
|
|
585
|
-
"tttx-checkbox-
|
|
586
|
-
"tttx-
|
|
587
|
-
"tttx-
|
|
588
|
-
"tttx-data-
|
|
589
|
-
"tttx-
|
|
590
|
-
"tttx-dialog-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-
|
|
597
|
-
"tttx-keyvalue-
|
|
598
|
-
"tttx-
|
|
599
|
-
"tttx-loading-
|
|
600
|
-
"tttx-multiselect-
|
|
601
|
-
"tttx-percentage-
|
|
602
|
-
"tttx-
|
|
603
|
-
"tttx-select-
|
|
604
|
-
"tttx-
|
|
605
|
-
"tttx-standalone-
|
|
606
|
-
"tttx-
|
|
607
|
-
"tttx-
|
|
608
|
-
"tttx-
|
|
609
|
-
"tttx-
|
|
610
|
-
"tttx-
|
|
611
|
-
"tttx-
|
|
612
|
-
"tttx-tree-
|
|
582
|
+
"tttx-button_1_9_26": HTMLTttxButton_1_9_26Element;
|
|
583
|
+
"tttx-checkbox-group-caption_1_9_26": HTMLTttxCheckboxGroupCaption_1_9_26Element;
|
|
584
|
+
"tttx-checkbox-group-heading_1_9_26": HTMLTttxCheckboxGroupHeading_1_9_26Element;
|
|
585
|
+
"tttx-checkbox-group_1_9_26": HTMLTttxCheckboxGroup_1_9_26Element;
|
|
586
|
+
"tttx-checkbox_1_9_26": HTMLTttxCheckbox_1_9_26Element;
|
|
587
|
+
"tttx-comments_1_9_26": HTMLTttxComments_1_9_26Element;
|
|
588
|
+
"tttx-data-pattern_1_9_26": HTMLTttxDataPattern_1_9_26Element;
|
|
589
|
+
"tttx-datacard_1_9_26": HTMLTttxDatacard_1_9_26Element;
|
|
590
|
+
"tttx-dialog-box_1_9_26": HTMLTttxDialogBox_1_9_26Element;
|
|
591
|
+
"tttx-dialog_1_9_26": HTMLTttxDialog_1_9_26Element;
|
|
592
|
+
"tttx-expander_1_9_26": HTMLTttxExpander_1_9_26Element;
|
|
593
|
+
"tttx-filter_1_9_26": HTMLTttxFilter_1_9_26Element;
|
|
594
|
+
"tttx-form_1_9_26": HTMLTttxForm_1_9_26Element;
|
|
595
|
+
"tttx-graph_1_9_26": HTMLTttxGraph_1_9_26Element;
|
|
596
|
+
"tttx-icon_1_9_26": HTMLTttxIcon_1_9_26Element;
|
|
597
|
+
"tttx-keyvalue-block_1_9_26": HTMLTttxKeyvalueBlock_1_9_26Element;
|
|
598
|
+
"tttx-list_1_9_26": HTMLTttxList_1_9_26Element;
|
|
599
|
+
"tttx-loading-spinner_1_9_26": HTMLTttxLoadingSpinner_1_9_26Element;
|
|
600
|
+
"tttx-multiselect-box_1_9_26": HTMLTttxMultiselectBox_1_9_26Element;
|
|
601
|
+
"tttx-percentage-bar_1_9_26": HTMLTttxPercentageBar_1_9_26Element;
|
|
602
|
+
"tttx-qrcode_1_9_26": HTMLTttxQrcode_1_9_26Element;
|
|
603
|
+
"tttx-select-box_1_9_26": HTMLTttxSelectBox_1_9_26Element;
|
|
604
|
+
"tttx-sorter_1_9_26": HTMLTttxSorter_1_9_26Element;
|
|
605
|
+
"tttx-standalone-input_1_9_26": HTMLTttxStandaloneInput_1_9_26Element;
|
|
606
|
+
"tttx-table_1_9_26": HTMLTttxTable_1_9_26Element;
|
|
607
|
+
"tttx-tabs_1_9_26": HTMLTttxTabs_1_9_26Element;
|
|
608
|
+
"tttx-tag_1_9_26": HTMLTttxTag_1_9_26Element;
|
|
609
|
+
"tttx-textarea_1_9_26": HTMLTttxTextarea_1_9_26Element;
|
|
610
|
+
"tttx-toggle_1_9_26": HTMLTttxToggle_1_9_26Element;
|
|
611
|
+
"tttx-toolbar_1_9_26": HTMLTttxToolbar_1_9_26Element;
|
|
612
|
+
"tttx-tree-view_1_9_26": HTMLTttxTreeView_1_9_26Element;
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
615
|
declare namespace LocalJSX {
|
|
616
|
-
interface
|
|
616
|
+
interface TttxButton_1_9_26 {
|
|
617
617
|
"design"?: string;
|
|
618
618
|
"icon"?: string;
|
|
619
619
|
"iconcolor"?: string;
|
|
620
620
|
"iconposition"?: 'left' | 'right';
|
|
621
621
|
"notext"?: boolean;
|
|
622
622
|
}
|
|
623
|
-
interface
|
|
623
|
+
interface TttxCheckboxGroupCaption_1_9_26 {
|
|
624
624
|
}
|
|
625
|
-
interface
|
|
625
|
+
interface TttxCheckboxGroupHeading_1_9_26 {
|
|
626
626
|
}
|
|
627
|
-
interface
|
|
627
|
+
interface TttxCheckboxGroup_1_9_26 {
|
|
628
628
|
}
|
|
629
|
-
interface
|
|
629
|
+
interface TttxCheckbox_1_9_26 {
|
|
630
630
|
"checkboxId"?: string;
|
|
631
631
|
"checked"?: boolean;
|
|
632
632
|
"indeterminate"?: boolean;
|
|
633
633
|
"inline"?: boolean;
|
|
634
634
|
"label"?: string;
|
|
635
|
-
"onCheckboxChangeEvent"?: (event:
|
|
635
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_26CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
636
636
|
}
|
|
637
|
-
interface
|
|
637
|
+
interface TttxComments_1_9_26 {
|
|
638
638
|
"comments"?: string | Comment[];
|
|
639
639
|
"currentuser"?: string;
|
|
640
|
-
"onCommentAdded"?: (event:
|
|
641
|
-
"onRequestFileDownload"?: (event:
|
|
642
|
-
"onRequestFileUpload"?: (event:
|
|
640
|
+
"onCommentAdded"?: (event: TttxComments_1_9_26CustomEvent<Comment>) => void;
|
|
641
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_26CustomEvent<string>) => void;
|
|
642
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_26CustomEvent<void>) => void;
|
|
643
643
|
}
|
|
644
|
-
interface
|
|
644
|
+
interface TttxDataPattern_1_9_26 {
|
|
645
645
|
"addbutton"?: boolean;
|
|
646
646
|
"addbuttonlabel"?: string;
|
|
647
647
|
"data"?: string;
|
|
@@ -651,7 +651,7 @@ declare namespace LocalJSX {
|
|
|
651
651
|
"searchplaceholder"?: string;
|
|
652
652
|
"sorterOptions"?: string;
|
|
653
653
|
}
|
|
654
|
-
interface
|
|
654
|
+
interface TttxDatacard_1_9_26 {
|
|
655
655
|
"cardTitle"?: string;
|
|
656
656
|
"cardType"?: string;
|
|
657
657
|
"chartConfig"?: string;
|
|
@@ -660,87 +660,87 @@ declare namespace LocalJSX {
|
|
|
660
660
|
"rightData"?: string;
|
|
661
661
|
"rightSubtext"?: string;
|
|
662
662
|
}
|
|
663
|
-
interface
|
|
663
|
+
interface TttxDialogBox_1_9_26 {
|
|
664
664
|
"allowOverflow"?: boolean;
|
|
665
665
|
"data"?: string | DialogItems;
|
|
666
|
-
"onButtonClick"?: (event:
|
|
667
|
-
"onCloseButtonClick"?: (event:
|
|
668
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
666
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_26CustomEvent<any>) => void;
|
|
667
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_26CustomEvent<any>) => void;
|
|
668
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_26CustomEvent<any>) => void;
|
|
669
669
|
"open"?: boolean;
|
|
670
670
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
671
671
|
}
|
|
672
|
-
interface
|
|
672
|
+
interface TttxDialog_1_9_26 {
|
|
673
673
|
"allowOverflow"?: boolean;
|
|
674
674
|
"closeEnabled"?: boolean;
|
|
675
675
|
"header"?: string;
|
|
676
|
-
"onCloseButtonClick"?: (event:
|
|
676
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_26CustomEvent<any>) => void;
|
|
677
677
|
"open"?: boolean;
|
|
678
678
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
679
679
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
680
680
|
}
|
|
681
|
-
interface
|
|
681
|
+
interface TttxExpander_1_9_26 {
|
|
682
682
|
"lefticon"?: string;
|
|
683
683
|
"lefticoncolor"?: string;
|
|
684
684
|
"name"?: string;
|
|
685
|
-
"onToggleExpander"?: (event:
|
|
685
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_26CustomEvent<{ open: boolean; name: string }>) => void;
|
|
686
686
|
"open"?: boolean;
|
|
687
687
|
}
|
|
688
|
-
interface
|
|
688
|
+
interface TttxFilter_1_9_26 {
|
|
689
689
|
"defaultFilterOptions"?: string[] | string;
|
|
690
690
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
691
691
|
"filterHeader"?: string;
|
|
692
692
|
"filterKey"?: string;
|
|
693
693
|
"filterOptions"?: string | FilterSettings[];
|
|
694
|
-
"onFilterChangeEvent"?: (event:
|
|
695
|
-
"onToggleFilter"?: (event:
|
|
694
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_26CustomEvent<FilterChangeEvent>) => void;
|
|
695
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_26CustomEvent<boolean>) => void;
|
|
696
696
|
"popoverWidth"?: string;
|
|
697
697
|
"showOptionIcons"?: boolean;
|
|
698
698
|
"showSearchField"?: boolean;
|
|
699
699
|
"showSelectAll"?: boolean;
|
|
700
700
|
}
|
|
701
|
-
interface
|
|
701
|
+
interface TttxForm_1_9_26 {
|
|
702
702
|
"data"?: any;
|
|
703
703
|
"formschema"?: Record<string, any> | string;
|
|
704
|
-
"onDataChanged"?: (event:
|
|
705
|
-
"onDataSubmitted"?: (event:
|
|
706
|
-
"onSearchTermChanged"?: (event:
|
|
707
|
-
"onSelectToggleOpen"?: (event:
|
|
704
|
+
"onDataChanged"?: (event: TttxForm_1_9_26CustomEvent<{ name: string; value: string }>) => void;
|
|
705
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_26CustomEvent<FormData>) => void;
|
|
706
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_26CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
707
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_26CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
708
708
|
}
|
|
709
|
-
interface
|
|
709
|
+
interface TttxGraph_1_9_26 {
|
|
710
710
|
"chartData"?: string;
|
|
711
711
|
"chartText"?: string;
|
|
712
712
|
"chartType"?: string;
|
|
713
713
|
}
|
|
714
|
-
interface
|
|
714
|
+
interface TttxIcon_1_9_26 {
|
|
715
715
|
"color"?: string;
|
|
716
716
|
"icon"?: string;
|
|
717
717
|
"size"?: number;
|
|
718
718
|
}
|
|
719
|
-
interface
|
|
719
|
+
interface TttxKeyvalueBlock_1_9_26 {
|
|
720
720
|
"horizontal"?: boolean;
|
|
721
721
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
722
722
|
"spacedout"?: boolean;
|
|
723
723
|
}
|
|
724
|
-
interface
|
|
724
|
+
interface TttxList_1_9_26 {
|
|
725
725
|
"data"?: string | ListItem[];
|
|
726
726
|
"name"?: string;
|
|
727
|
-
"onListRowCheckboxClick"?: (event:
|
|
728
|
-
"onListRowClick"?: (event:
|
|
727
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_26CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
728
|
+
"onListRowClick"?: (event: TttxList_1_9_26CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
729
729
|
}
|
|
730
|
-
interface
|
|
730
|
+
interface TttxLoadingSpinner_1_9_26 {
|
|
731
731
|
"loadingMessage"?: boolean;
|
|
732
732
|
"size"?: 'small' | 'large';
|
|
733
733
|
}
|
|
734
|
-
interface
|
|
734
|
+
interface TttxMultiselectBox_1_9_26 {
|
|
735
735
|
"htmlVisibleValue"?: boolean;
|
|
736
736
|
"inline"?: boolean;
|
|
737
737
|
"isLoading"?: boolean;
|
|
738
738
|
"label"?: string;
|
|
739
739
|
"nonPriorityLabel"?: string;
|
|
740
|
-
"onChangesApplied"?: (event:
|
|
741
|
-
"onSearchDataChanged"?: (event:
|
|
742
|
-
"onSelectItemEvent"?: (event:
|
|
743
|
-
"onToggleOpen"?: (event:
|
|
740
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_26CustomEvent<SelectItem[]>) => void;
|
|
741
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_26CustomEvent<{ searchTerm: string; }>) => void;
|
|
742
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_26CustomEvent<SelectItem>) => void;
|
|
743
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_26CustomEvent<boolean>) => void;
|
|
744
744
|
"optionsData"?: string | SelectItem[];
|
|
745
745
|
"placeholder"?: string;
|
|
746
746
|
"priorityLabel"?: string;
|
|
@@ -749,28 +749,28 @@ declare namespace LocalJSX {
|
|
|
749
749
|
"stopLocalSearch"?: boolean;
|
|
750
750
|
"visibleValue"?: string;
|
|
751
751
|
}
|
|
752
|
-
interface
|
|
752
|
+
interface TttxPercentageBar_1_9_26 {
|
|
753
753
|
"color"?: string;
|
|
754
754
|
"labelid"?: string;
|
|
755
755
|
"min"?: string;
|
|
756
756
|
"percentage"?: string | number;
|
|
757
757
|
"thresholds"?: string | Threshold[];
|
|
758
758
|
}
|
|
759
|
-
interface
|
|
759
|
+
interface TttxQrcode_1_9_26 {
|
|
760
760
|
"link"?: string;
|
|
761
761
|
"size"?: number;
|
|
762
762
|
}
|
|
763
|
-
interface
|
|
763
|
+
interface TttxSelectBox_1_9_26 {
|
|
764
764
|
"errorMsg"?: string;
|
|
765
765
|
"inline"?: boolean;
|
|
766
766
|
"isAllExternalDataLoaded"?: boolean;
|
|
767
767
|
"isLoading"?: boolean;
|
|
768
768
|
"label"?: string;
|
|
769
769
|
"nonPriorityLabel"?: string;
|
|
770
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
771
|
-
"onSelectEndReached"?: (event:
|
|
772
|
-
"onSelectItemEvent"?: (event:
|
|
773
|
-
"onToggleOpen"?: (event:
|
|
770
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_26CustomEvent<string>) => void;
|
|
771
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_26CustomEvent<string>) => void;
|
|
772
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_26CustomEvent<SelectItem1>) => void;
|
|
773
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_26CustomEvent<boolean>) => void;
|
|
774
774
|
"optionsData"?: string | SelectItem1[];
|
|
775
775
|
"placeholder"?: string;
|
|
776
776
|
"priorityLabel"?: string;
|
|
@@ -782,15 +782,15 @@ declare namespace LocalJSX {
|
|
|
782
782
|
"useExternalFiltering"?: boolean;
|
|
783
783
|
"useExternalPaginatedFiltering"?: boolean;
|
|
784
784
|
}
|
|
785
|
-
interface
|
|
785
|
+
interface TttxSorter_1_9_26 {
|
|
786
786
|
"defaultOption"?: string;
|
|
787
787
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
788
788
|
"fieldOptionsData"?: string | SorterData;
|
|
789
|
-
"onSorterChangeEvent"?: (event:
|
|
790
|
-
"onToggleSorter"?: (event:
|
|
789
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_26CustomEvent<SorterChangeEvent>) => void;
|
|
790
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_26CustomEvent<boolean>) => void;
|
|
791
791
|
"sorterKey"?: string;
|
|
792
792
|
}
|
|
793
|
-
interface
|
|
793
|
+
interface TttxStandaloneInput_1_9_26 {
|
|
794
794
|
"autocomplete"?: 'off' | 'on';
|
|
795
795
|
"checked"?: boolean;
|
|
796
796
|
"disabled"?: boolean;
|
|
@@ -806,8 +806,8 @@ declare namespace LocalJSX {
|
|
|
806
806
|
"inputiconcolor"?: string;
|
|
807
807
|
/**
|
|
808
808
|
* tabindex - Allows the HTML elements to be focusable
|
|
809
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
810
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
809
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_26 input-index="1" />
|
|
810
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_26 inputindex={1} />
|
|
811
811
|
*/
|
|
812
812
|
"inputindex"?: string | number;
|
|
813
813
|
/**
|
|
@@ -821,13 +821,13 @@ declare namespace LocalJSX {
|
|
|
821
821
|
"min"?: MinMaxDates | number;
|
|
822
822
|
"minlength"?: string | number;
|
|
823
823
|
"name"?: string;
|
|
824
|
-
"onBlurChanged"?: (event:
|
|
825
|
-
"onFocusChanged"?: (event:
|
|
826
|
-
"onInputIconClick"?: (event:
|
|
827
|
-
"onInvalidChanged"?: (event:
|
|
828
|
-
"onLeftIconClick"?: (event:
|
|
829
|
-
"onRightIconClick"?: (event:
|
|
830
|
-
"onValueChanged"?: (event:
|
|
824
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_26CustomEvent<string>) => void;
|
|
825
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_26CustomEvent<string>) => void;
|
|
826
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_26CustomEvent<void>) => void;
|
|
827
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_26CustomEvent<string>) => void;
|
|
828
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_26CustomEvent<void>) => void;
|
|
829
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_26CustomEvent<void>) => void;
|
|
830
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_26CustomEvent<string>) => void;
|
|
831
831
|
"pattern"?: string;
|
|
832
832
|
"placeholder"?: string;
|
|
833
833
|
"readonly"?: string | boolean;
|
|
@@ -842,27 +842,27 @@ declare namespace LocalJSX {
|
|
|
842
842
|
"type"?: string;
|
|
843
843
|
"value"?: string | number;
|
|
844
844
|
}
|
|
845
|
-
interface
|
|
845
|
+
interface TttxTable_1_9_26 {
|
|
846
846
|
"data"?: any;
|
|
847
847
|
"draggableHeaders"?: boolean;
|
|
848
848
|
"headers"?: TableHeader[];
|
|
849
849
|
"loading"?: boolean;
|
|
850
|
-
"onHeaderClicked"?: (event:
|
|
851
|
-
"onHeaderOrderChanged"?: (event:
|
|
852
|
-
"onRowClicked"?: (event:
|
|
850
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_26CustomEvent<any>) => void;
|
|
851
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_26CustomEvent<string[]>) => void;
|
|
852
|
+
"onRowClicked"?: (event: TttxTable_1_9_26CustomEvent<any>) => void;
|
|
853
853
|
"selectable"?: boolean;
|
|
854
854
|
"selected"?: number;
|
|
855
855
|
}
|
|
856
|
-
interface
|
|
856
|
+
interface TttxTabs_1_9_26 {
|
|
857
857
|
"navigation"?: boolean;
|
|
858
|
-
"onLeftNavigation"?: (event:
|
|
859
|
-
"onRightNavigation"?: (event:
|
|
860
|
-
"onTabClick"?: (event:
|
|
858
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_26CustomEvent<any>) => void;
|
|
859
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_26CustomEvent<any>) => void;
|
|
860
|
+
"onTabClick"?: (event: TttxTabs_1_9_26CustomEvent<{ tabId: string }>) => void;
|
|
861
861
|
"tabs"?: string | Tab[];
|
|
862
862
|
"tabsName"?: string;
|
|
863
863
|
"wide"?: boolean;
|
|
864
864
|
}
|
|
865
|
-
interface
|
|
865
|
+
interface TttxTag_1_9_26 {
|
|
866
866
|
"color"?: string;
|
|
867
867
|
"hasIcon"?: boolean;
|
|
868
868
|
"icon"?: string;
|
|
@@ -871,13 +871,13 @@ declare namespace LocalJSX {
|
|
|
871
871
|
"text"?: string;
|
|
872
872
|
"textColor"?: string;
|
|
873
873
|
}
|
|
874
|
-
interface
|
|
874
|
+
interface TttxTextarea_1_9_26 {
|
|
875
875
|
"disabled"?: boolean;
|
|
876
876
|
"errormsg"?: string;
|
|
877
877
|
/**
|
|
878
878
|
* tabindex - Allows the HTML elements to be focusable
|
|
879
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
880
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
879
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_26 input-index="1" />
|
|
880
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_26 inputindex={1} />
|
|
881
881
|
*/
|
|
882
882
|
"inputindex"?: string | number;
|
|
883
883
|
/**
|
|
@@ -888,10 +888,10 @@ declare namespace LocalJSX {
|
|
|
888
888
|
"label"?: string;
|
|
889
889
|
"maxlength"?: string | number;
|
|
890
890
|
"name"?: string;
|
|
891
|
-
"onBlurChanged"?: (event:
|
|
892
|
-
"onFocusChanged"?: (event:
|
|
893
|
-
"onInvalidChanged"?: (event:
|
|
894
|
-
"onValueChanged"?: (event:
|
|
891
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_26CustomEvent<string>) => void;
|
|
892
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_26CustomEvent<string>) => void;
|
|
893
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_26CustomEvent<string>) => void;
|
|
894
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_26CustomEvent<string>) => void;
|
|
895
895
|
"placeholder"?: string;
|
|
896
896
|
"readonly"?: string | boolean;
|
|
897
897
|
"required"?: boolean;
|
|
@@ -905,88 +905,88 @@ declare namespace LocalJSX {
|
|
|
905
905
|
"textareaautofocus"?: boolean;
|
|
906
906
|
"value"?: string | number;
|
|
907
907
|
}
|
|
908
|
-
interface
|
|
908
|
+
interface TttxToggle_1_9_26 {
|
|
909
909
|
"initialstate"?: boolean | string;
|
|
910
|
-
"onToggleSwitchEvent"?: (event:
|
|
910
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_26CustomEvent<{checked: boolean}>) => void;
|
|
911
911
|
}
|
|
912
|
-
interface
|
|
912
|
+
interface TttxToolbar_1_9_26 {
|
|
913
913
|
"border"?: boolean;
|
|
914
914
|
}
|
|
915
|
-
interface
|
|
915
|
+
interface TttxTreeView_1_9_26 {
|
|
916
916
|
"data"?: TreeViewItem[];
|
|
917
|
-
"onCheckboxChange"?: (event:
|
|
918
|
-
"onClickEvent"?: (event:
|
|
919
|
-
"onExpandNode"?: (event:
|
|
917
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_26CustomEvent<TreeViewItem[]>) => void;
|
|
918
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_26CustomEvent<TreeViewItem>) => void;
|
|
919
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_26CustomEvent<ExpandNodeEvent>) => void;
|
|
920
920
|
}
|
|
921
921
|
interface IntrinsicElements {
|
|
922
|
-
"tttx-
|
|
923
|
-
"tttx-checkbox-group-
|
|
924
|
-
"tttx-checkbox-group-
|
|
925
|
-
"tttx-checkbox-
|
|
926
|
-
"tttx-
|
|
927
|
-
"tttx-
|
|
928
|
-
"tttx-data-
|
|
929
|
-
"tttx-
|
|
930
|
-
"tttx-dialog-
|
|
931
|
-
"tttx-
|
|
932
|
-
"tttx-
|
|
933
|
-
"tttx-
|
|
934
|
-
"tttx-
|
|
935
|
-
"tttx-
|
|
936
|
-
"tttx-
|
|
937
|
-
"tttx-keyvalue-
|
|
938
|
-
"tttx-
|
|
939
|
-
"tttx-loading-
|
|
940
|
-
"tttx-multiselect-
|
|
941
|
-
"tttx-percentage-
|
|
942
|
-
"tttx-
|
|
943
|
-
"tttx-select-
|
|
944
|
-
"tttx-
|
|
945
|
-
"tttx-standalone-
|
|
946
|
-
"tttx-
|
|
947
|
-
"tttx-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-
|
|
950
|
-
"tttx-
|
|
951
|
-
"tttx-
|
|
952
|
-
"tttx-tree-
|
|
922
|
+
"tttx-button_1_9_26": TttxButton_1_9_26;
|
|
923
|
+
"tttx-checkbox-group-caption_1_9_26": TttxCheckboxGroupCaption_1_9_26;
|
|
924
|
+
"tttx-checkbox-group-heading_1_9_26": TttxCheckboxGroupHeading_1_9_26;
|
|
925
|
+
"tttx-checkbox-group_1_9_26": TttxCheckboxGroup_1_9_26;
|
|
926
|
+
"tttx-checkbox_1_9_26": TttxCheckbox_1_9_26;
|
|
927
|
+
"tttx-comments_1_9_26": TttxComments_1_9_26;
|
|
928
|
+
"tttx-data-pattern_1_9_26": TttxDataPattern_1_9_26;
|
|
929
|
+
"tttx-datacard_1_9_26": TttxDatacard_1_9_26;
|
|
930
|
+
"tttx-dialog-box_1_9_26": TttxDialogBox_1_9_26;
|
|
931
|
+
"tttx-dialog_1_9_26": TttxDialog_1_9_26;
|
|
932
|
+
"tttx-expander_1_9_26": TttxExpander_1_9_26;
|
|
933
|
+
"tttx-filter_1_9_26": TttxFilter_1_9_26;
|
|
934
|
+
"tttx-form_1_9_26": TttxForm_1_9_26;
|
|
935
|
+
"tttx-graph_1_9_26": TttxGraph_1_9_26;
|
|
936
|
+
"tttx-icon_1_9_26": TttxIcon_1_9_26;
|
|
937
|
+
"tttx-keyvalue-block_1_9_26": TttxKeyvalueBlock_1_9_26;
|
|
938
|
+
"tttx-list_1_9_26": TttxList_1_9_26;
|
|
939
|
+
"tttx-loading-spinner_1_9_26": TttxLoadingSpinner_1_9_26;
|
|
940
|
+
"tttx-multiselect-box_1_9_26": TttxMultiselectBox_1_9_26;
|
|
941
|
+
"tttx-percentage-bar_1_9_26": TttxPercentageBar_1_9_26;
|
|
942
|
+
"tttx-qrcode_1_9_26": TttxQrcode_1_9_26;
|
|
943
|
+
"tttx-select-box_1_9_26": TttxSelectBox_1_9_26;
|
|
944
|
+
"tttx-sorter_1_9_26": TttxSorter_1_9_26;
|
|
945
|
+
"tttx-standalone-input_1_9_26": TttxStandaloneInput_1_9_26;
|
|
946
|
+
"tttx-table_1_9_26": TttxTable_1_9_26;
|
|
947
|
+
"tttx-tabs_1_9_26": TttxTabs_1_9_26;
|
|
948
|
+
"tttx-tag_1_9_26": TttxTag_1_9_26;
|
|
949
|
+
"tttx-textarea_1_9_26": TttxTextarea_1_9_26;
|
|
950
|
+
"tttx-toggle_1_9_26": TttxToggle_1_9_26;
|
|
951
|
+
"tttx-toolbar_1_9_26": TttxToolbar_1_9_26;
|
|
952
|
+
"tttx-tree-view_1_9_26": TttxTreeView_1_9_26;
|
|
953
953
|
}
|
|
954
954
|
}
|
|
955
955
|
export { LocalJSX as JSX };
|
|
956
956
|
declare module "@stencil/core" {
|
|
957
957
|
export namespace JSX {
|
|
958
958
|
interface IntrinsicElements {
|
|
959
|
-
"tttx-
|
|
960
|
-
"tttx-checkbox-group-
|
|
961
|
-
"tttx-checkbox-group-
|
|
962
|
-
"tttx-checkbox-
|
|
963
|
-
"tttx-
|
|
964
|
-
"tttx-
|
|
965
|
-
"tttx-data-
|
|
966
|
-
"tttx-
|
|
967
|
-
"tttx-dialog-
|
|
968
|
-
"tttx-
|
|
969
|
-
"tttx-
|
|
970
|
-
"tttx-
|
|
971
|
-
"tttx-
|
|
972
|
-
"tttx-
|
|
973
|
-
"tttx-
|
|
974
|
-
"tttx-keyvalue-
|
|
975
|
-
"tttx-
|
|
976
|
-
"tttx-loading-
|
|
977
|
-
"tttx-multiselect-
|
|
978
|
-
"tttx-percentage-
|
|
979
|
-
"tttx-
|
|
980
|
-
"tttx-select-
|
|
981
|
-
"tttx-
|
|
982
|
-
"tttx-standalone-
|
|
983
|
-
"tttx-
|
|
984
|
-
"tttx-
|
|
985
|
-
"tttx-
|
|
986
|
-
"tttx-
|
|
987
|
-
"tttx-
|
|
988
|
-
"tttx-
|
|
989
|
-
"tttx-tree-
|
|
959
|
+
"tttx-button_1_9_26": LocalJSX.TttxButton_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_26Element>;
|
|
960
|
+
"tttx-checkbox-group-caption_1_9_26": LocalJSX.TttxCheckboxGroupCaption_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_26Element>;
|
|
961
|
+
"tttx-checkbox-group-heading_1_9_26": LocalJSX.TttxCheckboxGroupHeading_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_26Element>;
|
|
962
|
+
"tttx-checkbox-group_1_9_26": LocalJSX.TttxCheckboxGroup_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_26Element>;
|
|
963
|
+
"tttx-checkbox_1_9_26": LocalJSX.TttxCheckbox_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_26Element>;
|
|
964
|
+
"tttx-comments_1_9_26": LocalJSX.TttxComments_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_26Element>;
|
|
965
|
+
"tttx-data-pattern_1_9_26": LocalJSX.TttxDataPattern_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_26Element>;
|
|
966
|
+
"tttx-datacard_1_9_26": LocalJSX.TttxDatacard_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_26Element>;
|
|
967
|
+
"tttx-dialog-box_1_9_26": LocalJSX.TttxDialogBox_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_26Element>;
|
|
968
|
+
"tttx-dialog_1_9_26": LocalJSX.TttxDialog_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_26Element>;
|
|
969
|
+
"tttx-expander_1_9_26": LocalJSX.TttxExpander_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_26Element>;
|
|
970
|
+
"tttx-filter_1_9_26": LocalJSX.TttxFilter_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_26Element>;
|
|
971
|
+
"tttx-form_1_9_26": LocalJSX.TttxForm_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_26Element>;
|
|
972
|
+
"tttx-graph_1_9_26": LocalJSX.TttxGraph_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_26Element>;
|
|
973
|
+
"tttx-icon_1_9_26": LocalJSX.TttxIcon_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_26Element>;
|
|
974
|
+
"tttx-keyvalue-block_1_9_26": LocalJSX.TttxKeyvalueBlock_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_26Element>;
|
|
975
|
+
"tttx-list_1_9_26": LocalJSX.TttxList_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_26Element>;
|
|
976
|
+
"tttx-loading-spinner_1_9_26": LocalJSX.TttxLoadingSpinner_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_26Element>;
|
|
977
|
+
"tttx-multiselect-box_1_9_26": LocalJSX.TttxMultiselectBox_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_26Element>;
|
|
978
|
+
"tttx-percentage-bar_1_9_26": LocalJSX.TttxPercentageBar_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_26Element>;
|
|
979
|
+
"tttx-qrcode_1_9_26": LocalJSX.TttxQrcode_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_26Element>;
|
|
980
|
+
"tttx-select-box_1_9_26": LocalJSX.TttxSelectBox_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_26Element>;
|
|
981
|
+
"tttx-sorter_1_9_26": LocalJSX.TttxSorter_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_26Element>;
|
|
982
|
+
"tttx-standalone-input_1_9_26": LocalJSX.TttxStandaloneInput_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_26Element>;
|
|
983
|
+
"tttx-table_1_9_26": LocalJSX.TttxTable_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_26Element>;
|
|
984
|
+
"tttx-tabs_1_9_26": LocalJSX.TttxTabs_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_26Element>;
|
|
985
|
+
"tttx-tag_1_9_26": LocalJSX.TttxTag_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_26Element>;
|
|
986
|
+
"tttx-textarea_1_9_26": LocalJSX.TttxTextarea_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_26Element>;
|
|
987
|
+
"tttx-toggle_1_9_26": LocalJSX.TttxToggle_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_26Element>;
|
|
988
|
+
"tttx-toolbar_1_9_26": LocalJSX.TttxToolbar_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_26Element>;
|
|
989
|
+
"tttx-tree-view_1_9_26": LocalJSX.TttxTreeView_1_9_26 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_26Element>;
|
|
990
990
|
}
|
|
991
991
|
}
|
|
992
992
|
}
|