@3t-transform/threeteeui 1.9.29 → 1.9.30
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_29.cjs.entry.js → tttx-button_1_9_30.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_29.cjs.entry.js → tttx-checkbox-group-caption_1_9_30.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_29.cjs.entry.js → tttx-checkbox-group-heading_1_9_30.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_29.cjs.entry.js → tttx-checkbox-group_1_9_30.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_29.cjs.entry.js → tttx-checkbox_1_9_30.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_29.cjs.entry.js → tttx-comments_1_9_30.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_29.cjs.entry.js → tttx-data-pattern_1_9_30.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_29.cjs.entry.js → tttx-datacard_1_9_30.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_29.cjs.entry.js → tttx-dialog-box_1_9_30.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_29.cjs.entry.js → tttx-dialog_1_9_30.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_29.cjs.entry.js → tttx-expander_1_9_30.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_29_4.cjs.entry.js → tttx-filter_1_9_30_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_29.cjs.entry.js → tttx-form_1_9_30.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-graph_1_9_29.cjs.entry.js → tttx-graph_1_9_30.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_29.cjs.entry.js → tttx-icon_1_9_30.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_29.cjs.entry.js → tttx-keyvalue-block_1_9_30.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_29_3.cjs.entry.js → tttx-loading-spinner_1_9_30_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_29.cjs.entry.js → tttx-multiselect-box_1_9_30.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_29.cjs.entry.js → tttx-percentage-bar_1_9_30.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_29.cjs.entry.js → tttx-qrcode_1_9_30.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_29.cjs.entry.js → tttx-select-box_1_9_30.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-table_1_9_29.cjs.entry.js → tttx-table_1_9_30.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_29.cjs.entry.js → tttx-tabs_1_9_30.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_29.cjs.entry.js → tttx-textarea_1_9_30.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_29.cjs.entry.js → tttx-toggle_1_9_30.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_29.cjs.entry.js → tttx-tree-view_1_9_30.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 +6 -6
- 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_29.d.ts → tttx-button_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_29.js → tttx-button_1_9_30.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_29.js → tttx-checkbox-group-caption_1_9_30.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_29.js → tttx-checkbox-group-heading_1_9_30.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_29.js → tttx-checkbox-group_1_9_30.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_29.d.ts → tttx-checkbox_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_29.js → tttx-checkbox_1_9_30.js} +7 -7
- package/dist/components/{tttx-comments_1_9_29.d.ts → tttx-comments_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_29.js → tttx-comments_1_9_30.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_29.js → tttx-data-pattern_1_9_30.js} +16 -16
- package/dist/components/tttx-datacard_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-datacard_1_9_29.js → tttx-datacard_1_9_30.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_29.js → tttx-dialog-box_1_9_30.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_29.d.ts → tttx-dialog_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_29.js → tttx-dialog_1_9_30.js} +8 -8
- package/dist/components/tttx-expander_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_29.js → tttx-expander_1_9_30.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_29.d.ts → tttx-filter_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_29.js → tttx-filter_1_9_30.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_29.d.ts → tttx-form_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_29.js → tttx-form_1_9_30.js} +11 -11
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_29.d.ts → tttx-graph_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_29.js → tttx-graph_1_9_30.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_29.d.ts → tttx-icon_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_29.js → tttx-icon_1_9_30.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_29.js → tttx-keyvalue-block_1_9_30.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_29.d.ts → tttx-list_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_29.js → tttx-list_1_9_30.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_29.js → tttx-loading-spinner_1_9_30.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_29.js → tttx-multiselect-box_1_9_30.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_29.js → tttx-percentage-bar_1_9_30.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_29.d.ts → tttx-qrcode_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_29.js → tttx-qrcode_1_9_30.js} +5 -5
- package/dist/components/tttx-select-box.js +12 -12
- package/dist/components/tttx-select-box_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_29.js → tttx-select-box_1_9_30.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_29.js → tttx-sorter_1_9_30.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_29.js → tttx-standalone-input_1_9_30.js} +2 -2
- package/dist/components/{tttx-table_1_9_29.d.ts → tttx-table_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_29.js → tttx-table_1_9_30.js} +5 -5
- package/dist/components/{tttx-checkbox_1_9_29.d.ts → tttx-tabs_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_29.js → tttx-tabs_1_9_30.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_29.d.ts → tttx-tag_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_29.js → tttx-tag_1_9_30.js} +2 -2
- package/dist/components/tttx-textarea_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_29.js → tttx-textarea_1_9_30.js} +6 -6
- package/dist/components/tttx-toggle_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_29.js → tttx-toggle_1_9_30.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-form_1_9_29.d.ts → tttx-toolbar_1_9_30.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_9_29.js → tttx-toolbar_1_9_30.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_30.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_29.js → tttx-tree-view_1_9_30.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_29.entry.js → tttx-button_1_9_30.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_29.entry.js → tttx-checkbox-group-caption_1_9_30.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_29.entry.js → tttx-checkbox-group-heading_1_9_30.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_29.entry.js → tttx-checkbox-group_1_9_30.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_29.entry.js → tttx-checkbox_1_9_30.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_29.entry.js → tttx-comments_1_9_30.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_29.entry.js → tttx-data-pattern_1_9_30.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_29.entry.js → tttx-datacard_1_9_30.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_29.entry.js → tttx-dialog-box_1_9_30.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_29.entry.js → tttx-dialog_1_9_30.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_29.entry.js → tttx-expander_1_9_30.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_29_4.entry.js → tttx-filter_1_9_30_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_29.entry.js → tttx-form_1_9_30.entry.js} +2 -2
- package/dist/esm/{tttx-graph_1_9_29.entry.js → tttx-graph_1_9_30.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_29.entry.js → tttx-icon_1_9_30.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_29.entry.js → tttx-keyvalue-block_1_9_30.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_29_3.entry.js → tttx-loading-spinner_1_9_30_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_29.entry.js → tttx-multiselect-box_1_9_30.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_29.entry.js → tttx-percentage-bar_1_9_30.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_29.entry.js → tttx-qrcode_1_9_30.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_29.entry.js → tttx-select-box_1_9_30.entry.js} +6 -6
- package/dist/esm/{tttx-table_1_9_29.entry.js → tttx-table_1_9_30.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_29.entry.js → tttx-tabs_1_9_30.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_29.entry.js → tttx-textarea_1_9_30.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_29.entry.js → tttx-toggle_1_9_30.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_29.entry.js → tttx-tree-view_1_9_30.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-3ca7805e.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-770c1400.entry.js → p-8fa8c4de.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-f374e293.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +1 -1
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +369 -369
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_29.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_29.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_29.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_29.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_29.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_29.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_29.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_29.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_29.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_29.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_29.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_29.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_29.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_29.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_29.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_29.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_29.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_30 {
|
|
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_30 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_30 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_30 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_30 {
|
|
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_30 {
|
|
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_30 {
|
|
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_30 {
|
|
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_30 {
|
|
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_30 {
|
|
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_30 {
|
|
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_30 {
|
|
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_30 {
|
|
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_30 {
|
|
146
146
|
"chartData": string;
|
|
147
147
|
"chartText": string;
|
|
148
148
|
"chartType": string;
|
|
149
149
|
}
|
|
150
|
-
interface
|
|
150
|
+
interface TttxIcon_1_9_30 {
|
|
151
151
|
"color": string;
|
|
152
152
|
"icon": string;
|
|
153
153
|
"size": number;
|
|
154
154
|
}
|
|
155
|
-
interface
|
|
155
|
+
interface TttxKeyvalueBlock_1_9_30 {
|
|
156
156
|
"horizontal": boolean;
|
|
157
157
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
158
158
|
"spacedout": boolean;
|
|
159
159
|
}
|
|
160
|
-
interface
|
|
160
|
+
interface TttxList_1_9_30 {
|
|
161
161
|
"data": string | ListItem[];
|
|
162
162
|
"name": string;
|
|
163
163
|
}
|
|
164
|
-
interface
|
|
164
|
+
interface TttxLoadingSpinner_1_9_30 {
|
|
165
165
|
"loadingMessage": boolean;
|
|
166
166
|
"size": 'small' | 'large';
|
|
167
167
|
}
|
|
168
|
-
interface
|
|
168
|
+
interface TttxMultiselectBox_1_9_30 {
|
|
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_30 {
|
|
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_30 {
|
|
190
190
|
"link": string;
|
|
191
191
|
"size": number;
|
|
192
192
|
}
|
|
193
|
-
interface
|
|
193
|
+
interface TttxSelectBox_1_9_30 {
|
|
194
194
|
"clearable": boolean;
|
|
195
195
|
"errorMsg": string;
|
|
196
196
|
"inline": boolean;
|
|
@@ -210,13 +210,13 @@ export namespace Components {
|
|
|
210
210
|
"useExternalFiltering": boolean;
|
|
211
211
|
"useExternalPaginatedFiltering": boolean;
|
|
212
212
|
}
|
|
213
|
-
interface
|
|
213
|
+
interface TttxSorter_1_9_30 {
|
|
214
214
|
"defaultOption": string;
|
|
215
215
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
216
216
|
"fieldOptionsData": string | SorterData;
|
|
217
217
|
"sorterKey": string;
|
|
218
218
|
}
|
|
219
|
-
interface
|
|
219
|
+
interface TttxStandaloneInput_1_9_30 {
|
|
220
220
|
"autocomplete": 'off' | 'on';
|
|
221
221
|
"checked": boolean;
|
|
222
222
|
"disabled": boolean;
|
|
@@ -232,8 +232,8 @@ export namespace Components {
|
|
|
232
232
|
"inputiconcolor": string;
|
|
233
233
|
/**
|
|
234
234
|
* tabindex - Allows the HTML elements to be focusable
|
|
235
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
236
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
235
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_30 input-index="1" />
|
|
236
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_30 inputindex={1} />
|
|
237
237
|
*/
|
|
238
238
|
"inputindex": string | number;
|
|
239
239
|
/**
|
|
@@ -261,7 +261,7 @@ export namespace Components {
|
|
|
261
261
|
"type": string;
|
|
262
262
|
"value": string | number;
|
|
263
263
|
}
|
|
264
|
-
interface
|
|
264
|
+
interface TttxTable_1_9_30 {
|
|
265
265
|
"data": any;
|
|
266
266
|
"draggableHeaders": boolean;
|
|
267
267
|
"headers": TableHeader[];
|
|
@@ -269,13 +269,13 @@ export namespace Components {
|
|
|
269
269
|
"selectable": boolean;
|
|
270
270
|
"selected": number;
|
|
271
271
|
}
|
|
272
|
-
interface
|
|
272
|
+
interface TttxTabs_1_9_30 {
|
|
273
273
|
"navigation": boolean;
|
|
274
274
|
"tabs": string | Tab[];
|
|
275
275
|
"tabsName": string;
|
|
276
276
|
"wide": boolean;
|
|
277
277
|
}
|
|
278
|
-
interface
|
|
278
|
+
interface TttxTag_1_9_30 {
|
|
279
279
|
"color": string;
|
|
280
280
|
"hasIcon": boolean;
|
|
281
281
|
"icon": string;
|
|
@@ -284,13 +284,13 @@ export namespace Components {
|
|
|
284
284
|
"text": string;
|
|
285
285
|
"textColor": string;
|
|
286
286
|
}
|
|
287
|
-
interface
|
|
287
|
+
interface TttxTextarea_1_9_30 {
|
|
288
288
|
"disabled": boolean;
|
|
289
289
|
"errormsg": string;
|
|
290
290
|
/**
|
|
291
291
|
* tabindex - Allows the HTML elements to be focusable
|
|
292
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
293
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
292
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_30 input-index="1" />
|
|
293
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_30 inputindex={1} />
|
|
294
294
|
*/
|
|
295
295
|
"inputindex": string | number;
|
|
296
296
|
/**
|
|
@@ -314,335 +314,335 @@ export namespace Components {
|
|
|
314
314
|
"textareaautofocus": boolean;
|
|
315
315
|
"value": string | number;
|
|
316
316
|
}
|
|
317
|
-
interface
|
|
317
|
+
interface TttxToggle_1_9_30 {
|
|
318
318
|
"initialstate": boolean | string;
|
|
319
319
|
}
|
|
320
|
-
interface
|
|
320
|
+
interface TttxToolbar_1_9_30 {
|
|
321
321
|
"border": boolean;
|
|
322
322
|
}
|
|
323
|
-
interface
|
|
323
|
+
interface TttxTreeView_1_9_30 {
|
|
324
324
|
"data": TreeViewItem[];
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
|
-
export interface
|
|
327
|
+
export interface TttxCheckbox_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
328
328
|
detail: T;
|
|
329
|
-
target:
|
|
329
|
+
target: HTMLTttxCheckbox_1_9_30Element;
|
|
330
330
|
}
|
|
331
|
-
export interface
|
|
331
|
+
export interface TttxComments_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
332
332
|
detail: T;
|
|
333
|
-
target:
|
|
333
|
+
target: HTMLTttxComments_1_9_30Element;
|
|
334
334
|
}
|
|
335
|
-
export interface
|
|
335
|
+
export interface TttxDialogBox_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
336
336
|
detail: T;
|
|
337
|
-
target:
|
|
337
|
+
target: HTMLTttxDialogBox_1_9_30Element;
|
|
338
338
|
}
|
|
339
|
-
export interface
|
|
339
|
+
export interface TttxDialog_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
340
340
|
detail: T;
|
|
341
|
-
target:
|
|
341
|
+
target: HTMLTttxDialog_1_9_30Element;
|
|
342
342
|
}
|
|
343
|
-
export interface
|
|
343
|
+
export interface TttxExpander_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
344
344
|
detail: T;
|
|
345
|
-
target:
|
|
345
|
+
target: HTMLTttxExpander_1_9_30Element;
|
|
346
346
|
}
|
|
347
|
-
export interface
|
|
347
|
+
export interface TttxFilter_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
348
348
|
detail: T;
|
|
349
|
-
target:
|
|
349
|
+
target: HTMLTttxFilter_1_9_30Element;
|
|
350
350
|
}
|
|
351
|
-
export interface
|
|
351
|
+
export interface TttxForm_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
352
352
|
detail: T;
|
|
353
|
-
target:
|
|
353
|
+
target: HTMLTttxForm_1_9_30Element;
|
|
354
354
|
}
|
|
355
|
-
export interface
|
|
355
|
+
export interface TttxList_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
356
356
|
detail: T;
|
|
357
|
-
target:
|
|
357
|
+
target: HTMLTttxList_1_9_30Element;
|
|
358
358
|
}
|
|
359
|
-
export interface
|
|
359
|
+
export interface TttxMultiselectBox_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
360
360
|
detail: T;
|
|
361
|
-
target:
|
|
361
|
+
target: HTMLTttxMultiselectBox_1_9_30Element;
|
|
362
362
|
}
|
|
363
|
-
export interface
|
|
363
|
+
export interface TttxSelectBox_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
364
364
|
detail: T;
|
|
365
|
-
target:
|
|
365
|
+
target: HTMLTttxSelectBox_1_9_30Element;
|
|
366
366
|
}
|
|
367
|
-
export interface
|
|
367
|
+
export interface TttxSorter_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
368
368
|
detail: T;
|
|
369
|
-
target:
|
|
369
|
+
target: HTMLTttxSorter_1_9_30Element;
|
|
370
370
|
}
|
|
371
|
-
export interface
|
|
371
|
+
export interface TttxStandaloneInput_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
372
372
|
detail: T;
|
|
373
|
-
target:
|
|
373
|
+
target: HTMLTttxStandaloneInput_1_9_30Element;
|
|
374
374
|
}
|
|
375
|
-
export interface
|
|
375
|
+
export interface TttxTable_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
376
376
|
detail: T;
|
|
377
|
-
target:
|
|
377
|
+
target: HTMLTttxTable_1_9_30Element;
|
|
378
378
|
}
|
|
379
|
-
export interface
|
|
379
|
+
export interface TttxTabs_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
380
380
|
detail: T;
|
|
381
|
-
target:
|
|
381
|
+
target: HTMLTttxTabs_1_9_30Element;
|
|
382
382
|
}
|
|
383
|
-
export interface
|
|
383
|
+
export interface TttxTextarea_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
384
384
|
detail: T;
|
|
385
|
-
target:
|
|
385
|
+
target: HTMLTttxTextarea_1_9_30Element;
|
|
386
386
|
}
|
|
387
|
-
export interface
|
|
387
|
+
export interface TttxToggle_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
388
388
|
detail: T;
|
|
389
|
-
target:
|
|
389
|
+
target: HTMLTttxToggle_1_9_30Element;
|
|
390
390
|
}
|
|
391
|
-
export interface
|
|
391
|
+
export interface TttxTreeView_1_9_30CustomEvent<T> extends CustomEvent<T> {
|
|
392
392
|
detail: T;
|
|
393
|
-
target:
|
|
393
|
+
target: HTMLTttxTreeView_1_9_30Element;
|
|
394
394
|
}
|
|
395
395
|
declare global {
|
|
396
|
-
interface
|
|
396
|
+
interface HTMLTttxButton_1_9_30Element extends Components.TttxButton_1_9_30, HTMLStencilElement {
|
|
397
397
|
}
|
|
398
|
-
var
|
|
399
|
-
prototype:
|
|
400
|
-
new ():
|
|
398
|
+
var HTMLTttxButton_1_9_30Element: {
|
|
399
|
+
prototype: HTMLTttxButton_1_9_30Element;
|
|
400
|
+
new (): HTMLTttxButton_1_9_30Element;
|
|
401
401
|
};
|
|
402
|
-
interface
|
|
402
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_30Element extends Components.TttxCheckboxGroupCaption_1_9_30, HTMLStencilElement {
|
|
403
403
|
}
|
|
404
|
-
var
|
|
405
|
-
prototype:
|
|
406
|
-
new ():
|
|
404
|
+
var HTMLTttxCheckboxGroupCaption_1_9_30Element: {
|
|
405
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_30Element;
|
|
406
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_30Element;
|
|
407
407
|
};
|
|
408
|
-
interface
|
|
408
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_30Element extends Components.TttxCheckboxGroupHeading_1_9_30, HTMLStencilElement {
|
|
409
409
|
}
|
|
410
|
-
var
|
|
411
|
-
prototype:
|
|
412
|
-
new ():
|
|
410
|
+
var HTMLTttxCheckboxGroupHeading_1_9_30Element: {
|
|
411
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_30Element;
|
|
412
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_30Element;
|
|
413
413
|
};
|
|
414
|
-
interface
|
|
414
|
+
interface HTMLTttxCheckboxGroup_1_9_30Element extends Components.TttxCheckboxGroup_1_9_30, HTMLStencilElement {
|
|
415
415
|
}
|
|
416
|
-
var
|
|
417
|
-
prototype:
|
|
418
|
-
new ():
|
|
416
|
+
var HTMLTttxCheckboxGroup_1_9_30Element: {
|
|
417
|
+
prototype: HTMLTttxCheckboxGroup_1_9_30Element;
|
|
418
|
+
new (): HTMLTttxCheckboxGroup_1_9_30Element;
|
|
419
419
|
};
|
|
420
|
-
interface
|
|
420
|
+
interface HTMLTttxCheckbox_1_9_30Element extends Components.TttxCheckbox_1_9_30, HTMLStencilElement {
|
|
421
421
|
}
|
|
422
|
-
var
|
|
423
|
-
prototype:
|
|
424
|
-
new ():
|
|
422
|
+
var HTMLTttxCheckbox_1_9_30Element: {
|
|
423
|
+
prototype: HTMLTttxCheckbox_1_9_30Element;
|
|
424
|
+
new (): HTMLTttxCheckbox_1_9_30Element;
|
|
425
425
|
};
|
|
426
|
-
interface
|
|
426
|
+
interface HTMLTttxComments_1_9_30Element extends Components.TttxComments_1_9_30, HTMLStencilElement {
|
|
427
427
|
}
|
|
428
|
-
var
|
|
429
|
-
prototype:
|
|
430
|
-
new ():
|
|
428
|
+
var HTMLTttxComments_1_9_30Element: {
|
|
429
|
+
prototype: HTMLTttxComments_1_9_30Element;
|
|
430
|
+
new (): HTMLTttxComments_1_9_30Element;
|
|
431
431
|
};
|
|
432
|
-
interface
|
|
432
|
+
interface HTMLTttxDataPattern_1_9_30Element extends Components.TttxDataPattern_1_9_30, HTMLStencilElement {
|
|
433
433
|
}
|
|
434
|
-
var
|
|
435
|
-
prototype:
|
|
436
|
-
new ():
|
|
434
|
+
var HTMLTttxDataPattern_1_9_30Element: {
|
|
435
|
+
prototype: HTMLTttxDataPattern_1_9_30Element;
|
|
436
|
+
new (): HTMLTttxDataPattern_1_9_30Element;
|
|
437
437
|
};
|
|
438
|
-
interface
|
|
438
|
+
interface HTMLTttxDatacard_1_9_30Element extends Components.TttxDatacard_1_9_30, HTMLStencilElement {
|
|
439
439
|
}
|
|
440
|
-
var
|
|
441
|
-
prototype:
|
|
442
|
-
new ():
|
|
440
|
+
var HTMLTttxDatacard_1_9_30Element: {
|
|
441
|
+
prototype: HTMLTttxDatacard_1_9_30Element;
|
|
442
|
+
new (): HTMLTttxDatacard_1_9_30Element;
|
|
443
443
|
};
|
|
444
|
-
interface
|
|
444
|
+
interface HTMLTttxDialogBox_1_9_30Element extends Components.TttxDialogBox_1_9_30, HTMLStencilElement {
|
|
445
445
|
}
|
|
446
|
-
var
|
|
447
|
-
prototype:
|
|
448
|
-
new ():
|
|
446
|
+
var HTMLTttxDialogBox_1_9_30Element: {
|
|
447
|
+
prototype: HTMLTttxDialogBox_1_9_30Element;
|
|
448
|
+
new (): HTMLTttxDialogBox_1_9_30Element;
|
|
449
449
|
};
|
|
450
|
-
interface
|
|
450
|
+
interface HTMLTttxDialog_1_9_30Element extends Components.TttxDialog_1_9_30, HTMLStencilElement {
|
|
451
451
|
}
|
|
452
|
-
var
|
|
453
|
-
prototype:
|
|
454
|
-
new ():
|
|
452
|
+
var HTMLTttxDialog_1_9_30Element: {
|
|
453
|
+
prototype: HTMLTttxDialog_1_9_30Element;
|
|
454
|
+
new (): HTMLTttxDialog_1_9_30Element;
|
|
455
455
|
};
|
|
456
|
-
interface
|
|
456
|
+
interface HTMLTttxExpander_1_9_30Element extends Components.TttxExpander_1_9_30, HTMLStencilElement {
|
|
457
457
|
}
|
|
458
|
-
var
|
|
459
|
-
prototype:
|
|
460
|
-
new ():
|
|
458
|
+
var HTMLTttxExpander_1_9_30Element: {
|
|
459
|
+
prototype: HTMLTttxExpander_1_9_30Element;
|
|
460
|
+
new (): HTMLTttxExpander_1_9_30Element;
|
|
461
461
|
};
|
|
462
|
-
interface
|
|
462
|
+
interface HTMLTttxFilter_1_9_30Element extends Components.TttxFilter_1_9_30, HTMLStencilElement {
|
|
463
463
|
}
|
|
464
|
-
var
|
|
465
|
-
prototype:
|
|
466
|
-
new ():
|
|
464
|
+
var HTMLTttxFilter_1_9_30Element: {
|
|
465
|
+
prototype: HTMLTttxFilter_1_9_30Element;
|
|
466
|
+
new (): HTMLTttxFilter_1_9_30Element;
|
|
467
467
|
};
|
|
468
|
-
interface
|
|
468
|
+
interface HTMLTttxForm_1_9_30Element extends Components.TttxForm_1_9_30, HTMLStencilElement {
|
|
469
469
|
}
|
|
470
|
-
var
|
|
471
|
-
prototype:
|
|
472
|
-
new ():
|
|
470
|
+
var HTMLTttxForm_1_9_30Element: {
|
|
471
|
+
prototype: HTMLTttxForm_1_9_30Element;
|
|
472
|
+
new (): HTMLTttxForm_1_9_30Element;
|
|
473
473
|
};
|
|
474
|
-
interface
|
|
474
|
+
interface HTMLTttxGraph_1_9_30Element extends Components.TttxGraph_1_9_30, HTMLStencilElement {
|
|
475
475
|
}
|
|
476
|
-
var
|
|
477
|
-
prototype:
|
|
478
|
-
new ():
|
|
476
|
+
var HTMLTttxGraph_1_9_30Element: {
|
|
477
|
+
prototype: HTMLTttxGraph_1_9_30Element;
|
|
478
|
+
new (): HTMLTttxGraph_1_9_30Element;
|
|
479
479
|
};
|
|
480
|
-
interface
|
|
480
|
+
interface HTMLTttxIcon_1_9_30Element extends Components.TttxIcon_1_9_30, HTMLStencilElement {
|
|
481
481
|
}
|
|
482
|
-
var
|
|
483
|
-
prototype:
|
|
484
|
-
new ():
|
|
482
|
+
var HTMLTttxIcon_1_9_30Element: {
|
|
483
|
+
prototype: HTMLTttxIcon_1_9_30Element;
|
|
484
|
+
new (): HTMLTttxIcon_1_9_30Element;
|
|
485
485
|
};
|
|
486
|
-
interface
|
|
486
|
+
interface HTMLTttxKeyvalueBlock_1_9_30Element extends Components.TttxKeyvalueBlock_1_9_30, HTMLStencilElement {
|
|
487
487
|
}
|
|
488
|
-
var
|
|
489
|
-
prototype:
|
|
490
|
-
new ():
|
|
488
|
+
var HTMLTttxKeyvalueBlock_1_9_30Element: {
|
|
489
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_30Element;
|
|
490
|
+
new (): HTMLTttxKeyvalueBlock_1_9_30Element;
|
|
491
491
|
};
|
|
492
|
-
interface
|
|
492
|
+
interface HTMLTttxList_1_9_30Element extends Components.TttxList_1_9_30, HTMLStencilElement {
|
|
493
493
|
}
|
|
494
|
-
var
|
|
495
|
-
prototype:
|
|
496
|
-
new ():
|
|
494
|
+
var HTMLTttxList_1_9_30Element: {
|
|
495
|
+
prototype: HTMLTttxList_1_9_30Element;
|
|
496
|
+
new (): HTMLTttxList_1_9_30Element;
|
|
497
497
|
};
|
|
498
|
-
interface
|
|
498
|
+
interface HTMLTttxLoadingSpinner_1_9_30Element extends Components.TttxLoadingSpinner_1_9_30, HTMLStencilElement {
|
|
499
499
|
}
|
|
500
|
-
var
|
|
501
|
-
prototype:
|
|
502
|
-
new ():
|
|
500
|
+
var HTMLTttxLoadingSpinner_1_9_30Element: {
|
|
501
|
+
prototype: HTMLTttxLoadingSpinner_1_9_30Element;
|
|
502
|
+
new (): HTMLTttxLoadingSpinner_1_9_30Element;
|
|
503
503
|
};
|
|
504
|
-
interface
|
|
504
|
+
interface HTMLTttxMultiselectBox_1_9_30Element extends Components.TttxMultiselectBox_1_9_30, HTMLStencilElement {
|
|
505
505
|
}
|
|
506
|
-
var
|
|
507
|
-
prototype:
|
|
508
|
-
new ():
|
|
506
|
+
var HTMLTttxMultiselectBox_1_9_30Element: {
|
|
507
|
+
prototype: HTMLTttxMultiselectBox_1_9_30Element;
|
|
508
|
+
new (): HTMLTttxMultiselectBox_1_9_30Element;
|
|
509
509
|
};
|
|
510
|
-
interface
|
|
510
|
+
interface HTMLTttxPercentageBar_1_9_30Element extends Components.TttxPercentageBar_1_9_30, HTMLStencilElement {
|
|
511
511
|
}
|
|
512
|
-
var
|
|
513
|
-
prototype:
|
|
514
|
-
new ():
|
|
512
|
+
var HTMLTttxPercentageBar_1_9_30Element: {
|
|
513
|
+
prototype: HTMLTttxPercentageBar_1_9_30Element;
|
|
514
|
+
new (): HTMLTttxPercentageBar_1_9_30Element;
|
|
515
515
|
};
|
|
516
|
-
interface
|
|
516
|
+
interface HTMLTttxQrcode_1_9_30Element extends Components.TttxQrcode_1_9_30, HTMLStencilElement {
|
|
517
517
|
}
|
|
518
|
-
var
|
|
519
|
-
prototype:
|
|
520
|
-
new ():
|
|
518
|
+
var HTMLTttxQrcode_1_9_30Element: {
|
|
519
|
+
prototype: HTMLTttxQrcode_1_9_30Element;
|
|
520
|
+
new (): HTMLTttxQrcode_1_9_30Element;
|
|
521
521
|
};
|
|
522
|
-
interface
|
|
522
|
+
interface HTMLTttxSelectBox_1_9_30Element extends Components.TttxSelectBox_1_9_30, HTMLStencilElement {
|
|
523
523
|
}
|
|
524
|
-
var
|
|
525
|
-
prototype:
|
|
526
|
-
new ():
|
|
524
|
+
var HTMLTttxSelectBox_1_9_30Element: {
|
|
525
|
+
prototype: HTMLTttxSelectBox_1_9_30Element;
|
|
526
|
+
new (): HTMLTttxSelectBox_1_9_30Element;
|
|
527
527
|
};
|
|
528
|
-
interface
|
|
528
|
+
interface HTMLTttxSorter_1_9_30Element extends Components.TttxSorter_1_9_30, HTMLStencilElement {
|
|
529
529
|
}
|
|
530
|
-
var
|
|
531
|
-
prototype:
|
|
532
|
-
new ():
|
|
530
|
+
var HTMLTttxSorter_1_9_30Element: {
|
|
531
|
+
prototype: HTMLTttxSorter_1_9_30Element;
|
|
532
|
+
new (): HTMLTttxSorter_1_9_30Element;
|
|
533
533
|
};
|
|
534
|
-
interface
|
|
534
|
+
interface HTMLTttxStandaloneInput_1_9_30Element extends Components.TttxStandaloneInput_1_9_30, HTMLStencilElement {
|
|
535
535
|
}
|
|
536
|
-
var
|
|
537
|
-
prototype:
|
|
538
|
-
new ():
|
|
536
|
+
var HTMLTttxStandaloneInput_1_9_30Element: {
|
|
537
|
+
prototype: HTMLTttxStandaloneInput_1_9_30Element;
|
|
538
|
+
new (): HTMLTttxStandaloneInput_1_9_30Element;
|
|
539
539
|
};
|
|
540
|
-
interface
|
|
540
|
+
interface HTMLTttxTable_1_9_30Element extends Components.TttxTable_1_9_30, HTMLStencilElement {
|
|
541
541
|
}
|
|
542
|
-
var
|
|
543
|
-
prototype:
|
|
544
|
-
new ():
|
|
542
|
+
var HTMLTttxTable_1_9_30Element: {
|
|
543
|
+
prototype: HTMLTttxTable_1_9_30Element;
|
|
544
|
+
new (): HTMLTttxTable_1_9_30Element;
|
|
545
545
|
};
|
|
546
|
-
interface
|
|
546
|
+
interface HTMLTttxTabs_1_9_30Element extends Components.TttxTabs_1_9_30, HTMLStencilElement {
|
|
547
547
|
}
|
|
548
|
-
var
|
|
549
|
-
prototype:
|
|
550
|
-
new ():
|
|
548
|
+
var HTMLTttxTabs_1_9_30Element: {
|
|
549
|
+
prototype: HTMLTttxTabs_1_9_30Element;
|
|
550
|
+
new (): HTMLTttxTabs_1_9_30Element;
|
|
551
551
|
};
|
|
552
|
-
interface
|
|
552
|
+
interface HTMLTttxTag_1_9_30Element extends Components.TttxTag_1_9_30, HTMLStencilElement {
|
|
553
553
|
}
|
|
554
|
-
var
|
|
555
|
-
prototype:
|
|
556
|
-
new ():
|
|
554
|
+
var HTMLTttxTag_1_9_30Element: {
|
|
555
|
+
prototype: HTMLTttxTag_1_9_30Element;
|
|
556
|
+
new (): HTMLTttxTag_1_9_30Element;
|
|
557
557
|
};
|
|
558
|
-
interface
|
|
558
|
+
interface HTMLTttxTextarea_1_9_30Element extends Components.TttxTextarea_1_9_30, HTMLStencilElement {
|
|
559
559
|
}
|
|
560
|
-
var
|
|
561
|
-
prototype:
|
|
562
|
-
new ():
|
|
560
|
+
var HTMLTttxTextarea_1_9_30Element: {
|
|
561
|
+
prototype: HTMLTttxTextarea_1_9_30Element;
|
|
562
|
+
new (): HTMLTttxTextarea_1_9_30Element;
|
|
563
563
|
};
|
|
564
|
-
interface
|
|
564
|
+
interface HTMLTttxToggle_1_9_30Element extends Components.TttxToggle_1_9_30, HTMLStencilElement {
|
|
565
565
|
}
|
|
566
|
-
var
|
|
567
|
-
prototype:
|
|
568
|
-
new ():
|
|
566
|
+
var HTMLTttxToggle_1_9_30Element: {
|
|
567
|
+
prototype: HTMLTttxToggle_1_9_30Element;
|
|
568
|
+
new (): HTMLTttxToggle_1_9_30Element;
|
|
569
569
|
};
|
|
570
|
-
interface
|
|
570
|
+
interface HTMLTttxToolbar_1_9_30Element extends Components.TttxToolbar_1_9_30, HTMLStencilElement {
|
|
571
571
|
}
|
|
572
|
-
var
|
|
573
|
-
prototype:
|
|
574
|
-
new ():
|
|
572
|
+
var HTMLTttxToolbar_1_9_30Element: {
|
|
573
|
+
prototype: HTMLTttxToolbar_1_9_30Element;
|
|
574
|
+
new (): HTMLTttxToolbar_1_9_30Element;
|
|
575
575
|
};
|
|
576
|
-
interface
|
|
576
|
+
interface HTMLTttxTreeView_1_9_30Element extends Components.TttxTreeView_1_9_30, HTMLStencilElement {
|
|
577
577
|
}
|
|
578
|
-
var
|
|
579
|
-
prototype:
|
|
580
|
-
new ():
|
|
578
|
+
var HTMLTttxTreeView_1_9_30Element: {
|
|
579
|
+
prototype: HTMLTttxTreeView_1_9_30Element;
|
|
580
|
+
new (): HTMLTttxTreeView_1_9_30Element;
|
|
581
581
|
};
|
|
582
582
|
interface HTMLElementTagNameMap {
|
|
583
|
-
"tttx-
|
|
584
|
-
"tttx-checkbox-group-
|
|
585
|
-
"tttx-checkbox-group-
|
|
586
|
-
"tttx-checkbox-
|
|
587
|
-
"tttx-
|
|
588
|
-
"tttx-
|
|
589
|
-
"tttx-data-
|
|
590
|
-
"tttx-
|
|
591
|
-
"tttx-dialog-
|
|
592
|
-
"tttx-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-
|
|
597
|
-
"tttx-
|
|
598
|
-
"tttx-keyvalue-
|
|
599
|
-
"tttx-
|
|
600
|
-
"tttx-loading-
|
|
601
|
-
"tttx-multiselect-
|
|
602
|
-
"tttx-percentage-
|
|
603
|
-
"tttx-
|
|
604
|
-
"tttx-select-
|
|
605
|
-
"tttx-
|
|
606
|
-
"tttx-standalone-
|
|
607
|
-
"tttx-
|
|
608
|
-
"tttx-
|
|
609
|
-
"tttx-
|
|
610
|
-
"tttx-
|
|
611
|
-
"tttx-
|
|
612
|
-
"tttx-
|
|
613
|
-
"tttx-tree-
|
|
583
|
+
"tttx-button_1_9_30": HTMLTttxButton_1_9_30Element;
|
|
584
|
+
"tttx-checkbox-group-caption_1_9_30": HTMLTttxCheckboxGroupCaption_1_9_30Element;
|
|
585
|
+
"tttx-checkbox-group-heading_1_9_30": HTMLTttxCheckboxGroupHeading_1_9_30Element;
|
|
586
|
+
"tttx-checkbox-group_1_9_30": HTMLTttxCheckboxGroup_1_9_30Element;
|
|
587
|
+
"tttx-checkbox_1_9_30": HTMLTttxCheckbox_1_9_30Element;
|
|
588
|
+
"tttx-comments_1_9_30": HTMLTttxComments_1_9_30Element;
|
|
589
|
+
"tttx-data-pattern_1_9_30": HTMLTttxDataPattern_1_9_30Element;
|
|
590
|
+
"tttx-datacard_1_9_30": HTMLTttxDatacard_1_9_30Element;
|
|
591
|
+
"tttx-dialog-box_1_9_30": HTMLTttxDialogBox_1_9_30Element;
|
|
592
|
+
"tttx-dialog_1_9_30": HTMLTttxDialog_1_9_30Element;
|
|
593
|
+
"tttx-expander_1_9_30": HTMLTttxExpander_1_9_30Element;
|
|
594
|
+
"tttx-filter_1_9_30": HTMLTttxFilter_1_9_30Element;
|
|
595
|
+
"tttx-form_1_9_30": HTMLTttxForm_1_9_30Element;
|
|
596
|
+
"tttx-graph_1_9_30": HTMLTttxGraph_1_9_30Element;
|
|
597
|
+
"tttx-icon_1_9_30": HTMLTttxIcon_1_9_30Element;
|
|
598
|
+
"tttx-keyvalue-block_1_9_30": HTMLTttxKeyvalueBlock_1_9_30Element;
|
|
599
|
+
"tttx-list_1_9_30": HTMLTttxList_1_9_30Element;
|
|
600
|
+
"tttx-loading-spinner_1_9_30": HTMLTttxLoadingSpinner_1_9_30Element;
|
|
601
|
+
"tttx-multiselect-box_1_9_30": HTMLTttxMultiselectBox_1_9_30Element;
|
|
602
|
+
"tttx-percentage-bar_1_9_30": HTMLTttxPercentageBar_1_9_30Element;
|
|
603
|
+
"tttx-qrcode_1_9_30": HTMLTttxQrcode_1_9_30Element;
|
|
604
|
+
"tttx-select-box_1_9_30": HTMLTttxSelectBox_1_9_30Element;
|
|
605
|
+
"tttx-sorter_1_9_30": HTMLTttxSorter_1_9_30Element;
|
|
606
|
+
"tttx-standalone-input_1_9_30": HTMLTttxStandaloneInput_1_9_30Element;
|
|
607
|
+
"tttx-table_1_9_30": HTMLTttxTable_1_9_30Element;
|
|
608
|
+
"tttx-tabs_1_9_30": HTMLTttxTabs_1_9_30Element;
|
|
609
|
+
"tttx-tag_1_9_30": HTMLTttxTag_1_9_30Element;
|
|
610
|
+
"tttx-textarea_1_9_30": HTMLTttxTextarea_1_9_30Element;
|
|
611
|
+
"tttx-toggle_1_9_30": HTMLTttxToggle_1_9_30Element;
|
|
612
|
+
"tttx-toolbar_1_9_30": HTMLTttxToolbar_1_9_30Element;
|
|
613
|
+
"tttx-tree-view_1_9_30": HTMLTttxTreeView_1_9_30Element;
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
616
|
declare namespace LocalJSX {
|
|
617
|
-
interface
|
|
617
|
+
interface TttxButton_1_9_30 {
|
|
618
618
|
"design"?: string;
|
|
619
619
|
"icon"?: string;
|
|
620
620
|
"iconcolor"?: string;
|
|
621
621
|
"iconposition"?: 'left' | 'right';
|
|
622
622
|
"notext"?: boolean;
|
|
623
623
|
}
|
|
624
|
-
interface
|
|
624
|
+
interface TttxCheckboxGroupCaption_1_9_30 {
|
|
625
625
|
}
|
|
626
|
-
interface
|
|
626
|
+
interface TttxCheckboxGroupHeading_1_9_30 {
|
|
627
627
|
}
|
|
628
|
-
interface
|
|
628
|
+
interface TttxCheckboxGroup_1_9_30 {
|
|
629
629
|
}
|
|
630
|
-
interface
|
|
630
|
+
interface TttxCheckbox_1_9_30 {
|
|
631
631
|
"checkboxId"?: string;
|
|
632
632
|
"checked"?: boolean;
|
|
633
633
|
"indeterminate"?: boolean;
|
|
634
634
|
"inline"?: boolean;
|
|
635
635
|
"label"?: string;
|
|
636
|
-
"onCheckboxChangeEvent"?: (event:
|
|
636
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_30CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
637
637
|
}
|
|
638
|
-
interface
|
|
638
|
+
interface TttxComments_1_9_30 {
|
|
639
639
|
"comments"?: string | Comment[];
|
|
640
640
|
"currentuser"?: string;
|
|
641
|
-
"onCommentAdded"?: (event:
|
|
642
|
-
"onRequestFileDownload"?: (event:
|
|
643
|
-
"onRequestFileUpload"?: (event:
|
|
641
|
+
"onCommentAdded"?: (event: TttxComments_1_9_30CustomEvent<Comment>) => void;
|
|
642
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_30CustomEvent<string>) => void;
|
|
643
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_30CustomEvent<void>) => void;
|
|
644
644
|
}
|
|
645
|
-
interface
|
|
645
|
+
interface TttxDataPattern_1_9_30 {
|
|
646
646
|
"addbutton"?: boolean;
|
|
647
647
|
"addbuttonlabel"?: string;
|
|
648
648
|
"data"?: string;
|
|
@@ -652,7 +652,7 @@ declare namespace LocalJSX {
|
|
|
652
652
|
"searchplaceholder"?: string;
|
|
653
653
|
"sorterOptions"?: string;
|
|
654
654
|
}
|
|
655
|
-
interface
|
|
655
|
+
interface TttxDatacard_1_9_30 {
|
|
656
656
|
"cardTitle"?: string;
|
|
657
657
|
"cardType"?: string;
|
|
658
658
|
"chartConfig"?: string;
|
|
@@ -661,87 +661,87 @@ declare namespace LocalJSX {
|
|
|
661
661
|
"rightData"?: string;
|
|
662
662
|
"rightSubtext"?: string;
|
|
663
663
|
}
|
|
664
|
-
interface
|
|
664
|
+
interface TttxDialogBox_1_9_30 {
|
|
665
665
|
"allowOverflow"?: boolean;
|
|
666
666
|
"data"?: string | DialogItems;
|
|
667
|
-
"onButtonClick"?: (event:
|
|
668
|
-
"onCloseButtonClick"?: (event:
|
|
669
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
667
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_30CustomEvent<any>) => void;
|
|
668
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_30CustomEvent<any>) => void;
|
|
669
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_30CustomEvent<any>) => void;
|
|
670
670
|
"open"?: boolean;
|
|
671
671
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
672
672
|
}
|
|
673
|
-
interface
|
|
673
|
+
interface TttxDialog_1_9_30 {
|
|
674
674
|
"allowOverflow"?: boolean;
|
|
675
675
|
"closeEnabled"?: boolean;
|
|
676
676
|
"header"?: string;
|
|
677
|
-
"onCloseButtonClick"?: (event:
|
|
677
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_30CustomEvent<any>) => void;
|
|
678
678
|
"open"?: boolean;
|
|
679
679
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
680
680
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
681
681
|
}
|
|
682
|
-
interface
|
|
682
|
+
interface TttxExpander_1_9_30 {
|
|
683
683
|
"lefticon"?: string;
|
|
684
684
|
"lefticoncolor"?: string;
|
|
685
685
|
"name"?: string;
|
|
686
|
-
"onToggleExpander"?: (event:
|
|
686
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_30CustomEvent<{ open: boolean; name: string }>) => void;
|
|
687
687
|
"open"?: boolean;
|
|
688
688
|
}
|
|
689
|
-
interface
|
|
689
|
+
interface TttxFilter_1_9_30 {
|
|
690
690
|
"defaultFilterOptions"?: string[] | string;
|
|
691
691
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
692
692
|
"filterHeader"?: string;
|
|
693
693
|
"filterKey"?: string;
|
|
694
694
|
"filterOptions"?: string | FilterSettings[];
|
|
695
|
-
"onFilterChangeEvent"?: (event:
|
|
696
|
-
"onToggleFilter"?: (event:
|
|
695
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_30CustomEvent<FilterChangeEvent>) => void;
|
|
696
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_30CustomEvent<boolean>) => void;
|
|
697
697
|
"popoverWidth"?: string;
|
|
698
698
|
"showOptionIcons"?: boolean;
|
|
699
699
|
"showSearchField"?: boolean;
|
|
700
700
|
"showSelectAll"?: boolean;
|
|
701
701
|
}
|
|
702
|
-
interface
|
|
702
|
+
interface TttxForm_1_9_30 {
|
|
703
703
|
"data"?: any;
|
|
704
704
|
"formschema"?: Record<string, any> | string;
|
|
705
|
-
"onDataChanged"?: (event:
|
|
706
|
-
"onDataSubmitted"?: (event:
|
|
707
|
-
"onSearchTermChanged"?: (event:
|
|
708
|
-
"onSelectToggleOpen"?: (event:
|
|
705
|
+
"onDataChanged"?: (event: TttxForm_1_9_30CustomEvent<{ name: string; value: string }>) => void;
|
|
706
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_30CustomEvent<FormData>) => void;
|
|
707
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_30CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
708
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_30CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
709
709
|
}
|
|
710
|
-
interface
|
|
710
|
+
interface TttxGraph_1_9_30 {
|
|
711
711
|
"chartData"?: string;
|
|
712
712
|
"chartText"?: string;
|
|
713
713
|
"chartType"?: string;
|
|
714
714
|
}
|
|
715
|
-
interface
|
|
715
|
+
interface TttxIcon_1_9_30 {
|
|
716
716
|
"color"?: string;
|
|
717
717
|
"icon"?: string;
|
|
718
718
|
"size"?: number;
|
|
719
719
|
}
|
|
720
|
-
interface
|
|
720
|
+
interface TttxKeyvalueBlock_1_9_30 {
|
|
721
721
|
"horizontal"?: boolean;
|
|
722
722
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
723
723
|
"spacedout"?: boolean;
|
|
724
724
|
}
|
|
725
|
-
interface
|
|
725
|
+
interface TttxList_1_9_30 {
|
|
726
726
|
"data"?: string | ListItem[];
|
|
727
727
|
"name"?: string;
|
|
728
|
-
"onListRowCheckboxClick"?: (event:
|
|
729
|
-
"onListRowClick"?: (event:
|
|
728
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_30CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
729
|
+
"onListRowClick"?: (event: TttxList_1_9_30CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
730
730
|
}
|
|
731
|
-
interface
|
|
731
|
+
interface TttxLoadingSpinner_1_9_30 {
|
|
732
732
|
"loadingMessage"?: boolean;
|
|
733
733
|
"size"?: 'small' | 'large';
|
|
734
734
|
}
|
|
735
|
-
interface
|
|
735
|
+
interface TttxMultiselectBox_1_9_30 {
|
|
736
736
|
"htmlVisibleValue"?: boolean;
|
|
737
737
|
"inline"?: boolean;
|
|
738
738
|
"isLoading"?: boolean;
|
|
739
739
|
"label"?: string;
|
|
740
740
|
"nonPriorityLabel"?: string;
|
|
741
|
-
"onChangesApplied"?: (event:
|
|
742
|
-
"onSearchDataChanged"?: (event:
|
|
743
|
-
"onSelectItemEvent"?: (event:
|
|
744
|
-
"onToggleOpen"?: (event:
|
|
741
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_30CustomEvent<SelectItem[]>) => void;
|
|
742
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_30CustomEvent<{ searchTerm: string; }>) => void;
|
|
743
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_30CustomEvent<SelectItem>) => void;
|
|
744
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_30CustomEvent<boolean>) => void;
|
|
745
745
|
"optionsData"?: string | SelectItem[];
|
|
746
746
|
"placeholder"?: string;
|
|
747
747
|
"priorityLabel"?: string;
|
|
@@ -750,18 +750,18 @@ declare namespace LocalJSX {
|
|
|
750
750
|
"stopLocalSearch"?: boolean;
|
|
751
751
|
"visibleValue"?: string;
|
|
752
752
|
}
|
|
753
|
-
interface
|
|
753
|
+
interface TttxPercentageBar_1_9_30 {
|
|
754
754
|
"color"?: string;
|
|
755
755
|
"labelid"?: string;
|
|
756
756
|
"min"?: string;
|
|
757
757
|
"percentage"?: string | number;
|
|
758
758
|
"thresholds"?: string | Threshold[];
|
|
759
759
|
}
|
|
760
|
-
interface
|
|
760
|
+
interface TttxQrcode_1_9_30 {
|
|
761
761
|
"link"?: string;
|
|
762
762
|
"size"?: number;
|
|
763
763
|
}
|
|
764
|
-
interface
|
|
764
|
+
interface TttxSelectBox_1_9_30 {
|
|
765
765
|
"clearable"?: boolean;
|
|
766
766
|
"errorMsg"?: string;
|
|
767
767
|
"inline"?: boolean;
|
|
@@ -769,10 +769,10 @@ declare namespace LocalJSX {
|
|
|
769
769
|
"isLoading"?: boolean;
|
|
770
770
|
"label"?: string;
|
|
771
771
|
"nonPriorityLabel"?: string;
|
|
772
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
773
|
-
"onSelectEndReached"?: (event:
|
|
774
|
-
"onSelectItemEvent"?: (event:
|
|
775
|
-
"onToggleOpen"?: (event:
|
|
772
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_30CustomEvent<string>) => void;
|
|
773
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_30CustomEvent<string>) => void;
|
|
774
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_30CustomEvent<SelectItem1>) => void;
|
|
775
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_30CustomEvent<boolean>) => void;
|
|
776
776
|
"optionsData"?: string | SelectItem1[];
|
|
777
777
|
"placeholder"?: string;
|
|
778
778
|
"priorityLabel"?: string;
|
|
@@ -784,15 +784,15 @@ declare namespace LocalJSX {
|
|
|
784
784
|
"useExternalFiltering"?: boolean;
|
|
785
785
|
"useExternalPaginatedFiltering"?: boolean;
|
|
786
786
|
}
|
|
787
|
-
interface
|
|
787
|
+
interface TttxSorter_1_9_30 {
|
|
788
788
|
"defaultOption"?: string;
|
|
789
789
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
790
790
|
"fieldOptionsData"?: string | SorterData;
|
|
791
|
-
"onSorterChangeEvent"?: (event:
|
|
792
|
-
"onToggleSorter"?: (event:
|
|
791
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_30CustomEvent<SorterChangeEvent>) => void;
|
|
792
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_30CustomEvent<boolean>) => void;
|
|
793
793
|
"sorterKey"?: string;
|
|
794
794
|
}
|
|
795
|
-
interface
|
|
795
|
+
interface TttxStandaloneInput_1_9_30 {
|
|
796
796
|
"autocomplete"?: 'off' | 'on';
|
|
797
797
|
"checked"?: boolean;
|
|
798
798
|
"disabled"?: boolean;
|
|
@@ -808,8 +808,8 @@ declare namespace LocalJSX {
|
|
|
808
808
|
"inputiconcolor"?: string;
|
|
809
809
|
/**
|
|
810
810
|
* tabindex - Allows the HTML elements to be focusable
|
|
811
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
812
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
811
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_30 input-index="1" />
|
|
812
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_30 inputindex={1} />
|
|
813
813
|
*/
|
|
814
814
|
"inputindex"?: string | number;
|
|
815
815
|
/**
|
|
@@ -823,13 +823,13 @@ declare namespace LocalJSX {
|
|
|
823
823
|
"min"?: MinMaxDates | number;
|
|
824
824
|
"minlength"?: string | number;
|
|
825
825
|
"name"?: string;
|
|
826
|
-
"onBlurChanged"?: (event:
|
|
827
|
-
"onFocusChanged"?: (event:
|
|
828
|
-
"onInputIconClick"?: (event:
|
|
829
|
-
"onInvalidChanged"?: (event:
|
|
830
|
-
"onLeftIconClick"?: (event:
|
|
831
|
-
"onRightIconClick"?: (event:
|
|
832
|
-
"onValueChanged"?: (event:
|
|
826
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_30CustomEvent<string>) => void;
|
|
827
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_30CustomEvent<string>) => void;
|
|
828
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_30CustomEvent<void>) => void;
|
|
829
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_30CustomEvent<string>) => void;
|
|
830
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_30CustomEvent<void>) => void;
|
|
831
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_30CustomEvent<void>) => void;
|
|
832
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_30CustomEvent<string>) => void;
|
|
833
833
|
"pattern"?: string;
|
|
834
834
|
"placeholder"?: string;
|
|
835
835
|
"readonly"?: string | boolean;
|
|
@@ -844,27 +844,27 @@ declare namespace LocalJSX {
|
|
|
844
844
|
"type"?: string;
|
|
845
845
|
"value"?: string | number;
|
|
846
846
|
}
|
|
847
|
-
interface
|
|
847
|
+
interface TttxTable_1_9_30 {
|
|
848
848
|
"data"?: any;
|
|
849
849
|
"draggableHeaders"?: boolean;
|
|
850
850
|
"headers"?: TableHeader[];
|
|
851
851
|
"loading"?: boolean;
|
|
852
|
-
"onHeaderClicked"?: (event:
|
|
853
|
-
"onHeaderOrderChanged"?: (event:
|
|
854
|
-
"onRowClicked"?: (event:
|
|
852
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_30CustomEvent<any>) => void;
|
|
853
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_30CustomEvent<string[]>) => void;
|
|
854
|
+
"onRowClicked"?: (event: TttxTable_1_9_30CustomEvent<any>) => void;
|
|
855
855
|
"selectable"?: boolean;
|
|
856
856
|
"selected"?: number;
|
|
857
857
|
}
|
|
858
|
-
interface
|
|
858
|
+
interface TttxTabs_1_9_30 {
|
|
859
859
|
"navigation"?: boolean;
|
|
860
|
-
"onLeftNavigation"?: (event:
|
|
861
|
-
"onRightNavigation"?: (event:
|
|
862
|
-
"onTabClick"?: (event:
|
|
860
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_30CustomEvent<any>) => void;
|
|
861
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_30CustomEvent<any>) => void;
|
|
862
|
+
"onTabClick"?: (event: TttxTabs_1_9_30CustomEvent<{ tabId: string }>) => void;
|
|
863
863
|
"tabs"?: string | Tab[];
|
|
864
864
|
"tabsName"?: string;
|
|
865
865
|
"wide"?: boolean;
|
|
866
866
|
}
|
|
867
|
-
interface
|
|
867
|
+
interface TttxTag_1_9_30 {
|
|
868
868
|
"color"?: string;
|
|
869
869
|
"hasIcon"?: boolean;
|
|
870
870
|
"icon"?: string;
|
|
@@ -873,13 +873,13 @@ declare namespace LocalJSX {
|
|
|
873
873
|
"text"?: string;
|
|
874
874
|
"textColor"?: string;
|
|
875
875
|
}
|
|
876
|
-
interface
|
|
876
|
+
interface TttxTextarea_1_9_30 {
|
|
877
877
|
"disabled"?: boolean;
|
|
878
878
|
"errormsg"?: string;
|
|
879
879
|
/**
|
|
880
880
|
* tabindex - Allows the HTML elements to be focusable
|
|
881
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
882
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
881
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_30 input-index="1" />
|
|
882
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_30 inputindex={1} />
|
|
883
883
|
*/
|
|
884
884
|
"inputindex"?: string | number;
|
|
885
885
|
/**
|
|
@@ -890,10 +890,10 @@ declare namespace LocalJSX {
|
|
|
890
890
|
"label"?: string;
|
|
891
891
|
"maxlength"?: string | number;
|
|
892
892
|
"name"?: string;
|
|
893
|
-
"onBlurChanged"?: (event:
|
|
894
|
-
"onFocusChanged"?: (event:
|
|
895
|
-
"onInvalidChanged"?: (event:
|
|
896
|
-
"onValueChanged"?: (event:
|
|
893
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_30CustomEvent<string>) => void;
|
|
894
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_30CustomEvent<string>) => void;
|
|
895
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_30CustomEvent<string>) => void;
|
|
896
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_30CustomEvent<string>) => void;
|
|
897
897
|
"placeholder"?: string;
|
|
898
898
|
"readonly"?: string | boolean;
|
|
899
899
|
"required"?: boolean;
|
|
@@ -907,88 +907,88 @@ declare namespace LocalJSX {
|
|
|
907
907
|
"textareaautofocus"?: boolean;
|
|
908
908
|
"value"?: string | number;
|
|
909
909
|
}
|
|
910
|
-
interface
|
|
910
|
+
interface TttxToggle_1_9_30 {
|
|
911
911
|
"initialstate"?: boolean | string;
|
|
912
|
-
"onToggleSwitchEvent"?: (event:
|
|
912
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_30CustomEvent<{checked: boolean}>) => void;
|
|
913
913
|
}
|
|
914
|
-
interface
|
|
914
|
+
interface TttxToolbar_1_9_30 {
|
|
915
915
|
"border"?: boolean;
|
|
916
916
|
}
|
|
917
|
-
interface
|
|
917
|
+
interface TttxTreeView_1_9_30 {
|
|
918
918
|
"data"?: TreeViewItem[];
|
|
919
|
-
"onCheckboxChange"?: (event:
|
|
920
|
-
"onClickEvent"?: (event:
|
|
921
|
-
"onExpandNode"?: (event:
|
|
919
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_30CustomEvent<TreeViewItem[]>) => void;
|
|
920
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_30CustomEvent<TreeViewItem>) => void;
|
|
921
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_30CustomEvent<ExpandNodeEvent>) => void;
|
|
922
922
|
}
|
|
923
923
|
interface IntrinsicElements {
|
|
924
|
-
"tttx-
|
|
925
|
-
"tttx-checkbox-group-
|
|
926
|
-
"tttx-checkbox-group-
|
|
927
|
-
"tttx-checkbox-
|
|
928
|
-
"tttx-
|
|
929
|
-
"tttx-
|
|
930
|
-
"tttx-data-
|
|
931
|
-
"tttx-
|
|
932
|
-
"tttx-dialog-
|
|
933
|
-
"tttx-
|
|
934
|
-
"tttx-
|
|
935
|
-
"tttx-
|
|
936
|
-
"tttx-
|
|
937
|
-
"tttx-
|
|
938
|
-
"tttx-
|
|
939
|
-
"tttx-keyvalue-
|
|
940
|
-
"tttx-
|
|
941
|
-
"tttx-loading-
|
|
942
|
-
"tttx-multiselect-
|
|
943
|
-
"tttx-percentage-
|
|
944
|
-
"tttx-
|
|
945
|
-
"tttx-select-
|
|
946
|
-
"tttx-
|
|
947
|
-
"tttx-standalone-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-
|
|
950
|
-
"tttx-
|
|
951
|
-
"tttx-
|
|
952
|
-
"tttx-
|
|
953
|
-
"tttx-
|
|
954
|
-
"tttx-tree-
|
|
924
|
+
"tttx-button_1_9_30": TttxButton_1_9_30;
|
|
925
|
+
"tttx-checkbox-group-caption_1_9_30": TttxCheckboxGroupCaption_1_9_30;
|
|
926
|
+
"tttx-checkbox-group-heading_1_9_30": TttxCheckboxGroupHeading_1_9_30;
|
|
927
|
+
"tttx-checkbox-group_1_9_30": TttxCheckboxGroup_1_9_30;
|
|
928
|
+
"tttx-checkbox_1_9_30": TttxCheckbox_1_9_30;
|
|
929
|
+
"tttx-comments_1_9_30": TttxComments_1_9_30;
|
|
930
|
+
"tttx-data-pattern_1_9_30": TttxDataPattern_1_9_30;
|
|
931
|
+
"tttx-datacard_1_9_30": TttxDatacard_1_9_30;
|
|
932
|
+
"tttx-dialog-box_1_9_30": TttxDialogBox_1_9_30;
|
|
933
|
+
"tttx-dialog_1_9_30": TttxDialog_1_9_30;
|
|
934
|
+
"tttx-expander_1_9_30": TttxExpander_1_9_30;
|
|
935
|
+
"tttx-filter_1_9_30": TttxFilter_1_9_30;
|
|
936
|
+
"tttx-form_1_9_30": TttxForm_1_9_30;
|
|
937
|
+
"tttx-graph_1_9_30": TttxGraph_1_9_30;
|
|
938
|
+
"tttx-icon_1_9_30": TttxIcon_1_9_30;
|
|
939
|
+
"tttx-keyvalue-block_1_9_30": TttxKeyvalueBlock_1_9_30;
|
|
940
|
+
"tttx-list_1_9_30": TttxList_1_9_30;
|
|
941
|
+
"tttx-loading-spinner_1_9_30": TttxLoadingSpinner_1_9_30;
|
|
942
|
+
"tttx-multiselect-box_1_9_30": TttxMultiselectBox_1_9_30;
|
|
943
|
+
"tttx-percentage-bar_1_9_30": TttxPercentageBar_1_9_30;
|
|
944
|
+
"tttx-qrcode_1_9_30": TttxQrcode_1_9_30;
|
|
945
|
+
"tttx-select-box_1_9_30": TttxSelectBox_1_9_30;
|
|
946
|
+
"tttx-sorter_1_9_30": TttxSorter_1_9_30;
|
|
947
|
+
"tttx-standalone-input_1_9_30": TttxStandaloneInput_1_9_30;
|
|
948
|
+
"tttx-table_1_9_30": TttxTable_1_9_30;
|
|
949
|
+
"tttx-tabs_1_9_30": TttxTabs_1_9_30;
|
|
950
|
+
"tttx-tag_1_9_30": TttxTag_1_9_30;
|
|
951
|
+
"tttx-textarea_1_9_30": TttxTextarea_1_9_30;
|
|
952
|
+
"tttx-toggle_1_9_30": TttxToggle_1_9_30;
|
|
953
|
+
"tttx-toolbar_1_9_30": TttxToolbar_1_9_30;
|
|
954
|
+
"tttx-tree-view_1_9_30": TttxTreeView_1_9_30;
|
|
955
955
|
}
|
|
956
956
|
}
|
|
957
957
|
export { LocalJSX as JSX };
|
|
958
958
|
declare module "@stencil/core" {
|
|
959
959
|
export namespace JSX {
|
|
960
960
|
interface IntrinsicElements {
|
|
961
|
-
"tttx-
|
|
962
|
-
"tttx-checkbox-group-
|
|
963
|
-
"tttx-checkbox-group-
|
|
964
|
-
"tttx-checkbox-
|
|
965
|
-
"tttx-
|
|
966
|
-
"tttx-
|
|
967
|
-
"tttx-data-
|
|
968
|
-
"tttx-
|
|
969
|
-
"tttx-dialog-
|
|
970
|
-
"tttx-
|
|
971
|
-
"tttx-
|
|
972
|
-
"tttx-
|
|
973
|
-
"tttx-
|
|
974
|
-
"tttx-
|
|
975
|
-
"tttx-
|
|
976
|
-
"tttx-keyvalue-
|
|
977
|
-
"tttx-
|
|
978
|
-
"tttx-loading-
|
|
979
|
-
"tttx-multiselect-
|
|
980
|
-
"tttx-percentage-
|
|
981
|
-
"tttx-
|
|
982
|
-
"tttx-select-
|
|
983
|
-
"tttx-
|
|
984
|
-
"tttx-standalone-
|
|
985
|
-
"tttx-
|
|
986
|
-
"tttx-
|
|
987
|
-
"tttx-
|
|
988
|
-
"tttx-
|
|
989
|
-
"tttx-
|
|
990
|
-
"tttx-
|
|
991
|
-
"tttx-tree-
|
|
961
|
+
"tttx-button_1_9_30": LocalJSX.TttxButton_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_30Element>;
|
|
962
|
+
"tttx-checkbox-group-caption_1_9_30": LocalJSX.TttxCheckboxGroupCaption_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_30Element>;
|
|
963
|
+
"tttx-checkbox-group-heading_1_9_30": LocalJSX.TttxCheckboxGroupHeading_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_30Element>;
|
|
964
|
+
"tttx-checkbox-group_1_9_30": LocalJSX.TttxCheckboxGroup_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_30Element>;
|
|
965
|
+
"tttx-checkbox_1_9_30": LocalJSX.TttxCheckbox_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_30Element>;
|
|
966
|
+
"tttx-comments_1_9_30": LocalJSX.TttxComments_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_30Element>;
|
|
967
|
+
"tttx-data-pattern_1_9_30": LocalJSX.TttxDataPattern_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_30Element>;
|
|
968
|
+
"tttx-datacard_1_9_30": LocalJSX.TttxDatacard_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_30Element>;
|
|
969
|
+
"tttx-dialog-box_1_9_30": LocalJSX.TttxDialogBox_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_30Element>;
|
|
970
|
+
"tttx-dialog_1_9_30": LocalJSX.TttxDialog_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_30Element>;
|
|
971
|
+
"tttx-expander_1_9_30": LocalJSX.TttxExpander_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_30Element>;
|
|
972
|
+
"tttx-filter_1_9_30": LocalJSX.TttxFilter_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_30Element>;
|
|
973
|
+
"tttx-form_1_9_30": LocalJSX.TttxForm_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_30Element>;
|
|
974
|
+
"tttx-graph_1_9_30": LocalJSX.TttxGraph_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_30Element>;
|
|
975
|
+
"tttx-icon_1_9_30": LocalJSX.TttxIcon_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_30Element>;
|
|
976
|
+
"tttx-keyvalue-block_1_9_30": LocalJSX.TttxKeyvalueBlock_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_30Element>;
|
|
977
|
+
"tttx-list_1_9_30": LocalJSX.TttxList_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_30Element>;
|
|
978
|
+
"tttx-loading-spinner_1_9_30": LocalJSX.TttxLoadingSpinner_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_30Element>;
|
|
979
|
+
"tttx-multiselect-box_1_9_30": LocalJSX.TttxMultiselectBox_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_30Element>;
|
|
980
|
+
"tttx-percentage-bar_1_9_30": LocalJSX.TttxPercentageBar_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_30Element>;
|
|
981
|
+
"tttx-qrcode_1_9_30": LocalJSX.TttxQrcode_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_30Element>;
|
|
982
|
+
"tttx-select-box_1_9_30": LocalJSX.TttxSelectBox_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_30Element>;
|
|
983
|
+
"tttx-sorter_1_9_30": LocalJSX.TttxSorter_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_30Element>;
|
|
984
|
+
"tttx-standalone-input_1_9_30": LocalJSX.TttxStandaloneInput_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_30Element>;
|
|
985
|
+
"tttx-table_1_9_30": LocalJSX.TttxTable_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_30Element>;
|
|
986
|
+
"tttx-tabs_1_9_30": LocalJSX.TttxTabs_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_30Element>;
|
|
987
|
+
"tttx-tag_1_9_30": LocalJSX.TttxTag_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_30Element>;
|
|
988
|
+
"tttx-textarea_1_9_30": LocalJSX.TttxTextarea_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_30Element>;
|
|
989
|
+
"tttx-toggle_1_9_30": LocalJSX.TttxToggle_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_30Element>;
|
|
990
|
+
"tttx-toolbar_1_9_30": LocalJSX.TttxToolbar_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_30Element>;
|
|
991
|
+
"tttx-tree-view_1_9_30": LocalJSX.TttxTreeView_1_9_30 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_30Element>;
|
|
992
992
|
}
|
|
993
993
|
}
|
|
994
994
|
}
|