@3t-transform/threeteeui 1.9.23 → 1.9.24
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_23.cjs.entry.js → tttx-button_1_9_24.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_23.cjs.entry.js → tttx-checkbox-group-caption_1_9_24.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_23.cjs.entry.js → tttx-checkbox-group-heading_1_9_24.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_23.cjs.entry.js → tttx-checkbox-group_1_9_24.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_23.cjs.entry.js → tttx-checkbox_1_9_24.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_23.cjs.entry.js → tttx-comments_1_9_24.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_23.cjs.entry.js → tttx-data-pattern_1_9_24.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_23.cjs.entry.js → tttx-datacard_1_9_24.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_23.cjs.entry.js → tttx-dialog-box_1_9_24.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_23.cjs.entry.js → tttx-dialog_1_9_24.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_23.cjs.entry.js → tttx-expander_1_9_24.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_23_4.cjs.entry.js → tttx-filter_1_9_24_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_23.cjs.entry.js → tttx-form_1_9_24.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-graph_1_9_23.cjs.entry.js → tttx-graph_1_9_24.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_23.cjs.entry.js → tttx-icon_1_9_24.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_23.cjs.entry.js → tttx-keyvalue-block_1_9_24.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_23_3.cjs.entry.js → tttx-loading-spinner_1_9_24_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_23.cjs.entry.js → tttx-multiselect-box_1_9_24.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_23.cjs.entry.js → tttx-percentage-bar_1_9_24.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_23.cjs.entry.js → tttx-qrcode_1_9_24.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_23.cjs.entry.js → tttx-select-box_1_9_24.cjs.entry.js} +32 -9
- package/dist/cjs/{tttx-table_1_9_23.cjs.entry.js → tttx-table_1_9_24.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_23.cjs.entry.js → tttx-tabs_1_9_24.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_23.cjs.entry.js → tttx-textarea_1_9_24.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_23.cjs.entry.js → tttx-toggle_1_9_24.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_23.cjs.entry.js → tttx-tree-view_1_9_24.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 +83 -9
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +26 -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_23.d.ts → tttx-button_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_23.js → tttx-button_1_9_24.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_23.js → tttx-checkbox-group-caption_1_9_24.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_23.js → tttx-checkbox-group-heading_1_9_24.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_23.js → tttx-checkbox-group_1_9_24.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_23.d.ts → tttx-checkbox_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_23.js → tttx-checkbox_1_9_24.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_23.d.ts → tttx-comments_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_23.js → tttx-comments_1_9_24.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_23.js → tttx-data-pattern_1_9_24.js} +16 -16
- package/dist/components/{tttx-comments_1_9_23.d.ts → tttx-datacard_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_23.js → tttx-datacard_1_9_24.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_23.js → tttx-dialog-box_1_9_24.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_23.d.ts → tttx-dialog_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_23.js → tttx-dialog_1_9_24.js} +8 -8
- package/dist/components/tttx-expander_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_23.js → tttx-expander_1_9_24.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_23.d.ts → tttx-filter_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_23.js → tttx-filter_1_9_24.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_23.d.ts → tttx-form_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_23.js → tttx-form_1_9_24.js} +11 -11
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_23.d.ts → tttx-graph_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_23.js → tttx-graph_1_9_24.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_23.d.ts → tttx-icon_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_23.js → tttx-icon_1_9_24.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_23.js → tttx-keyvalue-block_1_9_24.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_23.d.ts → tttx-list_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_23.js → tttx-list_1_9_24.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_23.js → tttx-loading-spinner_1_9_24.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_23.js → tttx-multiselect-box_1_9_24.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_23.js → tttx-percentage-bar_1_9_24.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_23.d.ts → tttx-qrcode_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_23.js → tttx-qrcode_1_9_24.js} +5 -5
- package/dist/components/tttx-select-box.js +41 -15
- package/dist/components/tttx-select-box_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_23.js → tttx-select-box_1_9_24.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_23.js → tttx-sorter_1_9_24.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_23.js → tttx-standalone-input_1_9_24.js} +2 -2
- package/dist/components/{tttx-table_1_9_23.d.ts → tttx-table_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_23.js → tttx-table_1_9_24.js} +5 -5
- package/dist/components/{tttx-form_1_9_23.d.ts → tttx-tabs_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_23.js → tttx-tabs_1_9_24.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_23.d.ts → tttx-tag_1_9_24.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_23.js → tttx-tag_1_9_24.js} +2 -2
- package/dist/components/tttx-textarea_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_23.js → tttx-textarea_1_9_24.js} +6 -6
- package/dist/components/tttx-toggle_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_23.js → tttx-toggle_1_9_24.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_23.js → tttx-toolbar_1_9_24.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_24.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_23.js → tttx-tree-view_1_9_24.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_23.entry.js → tttx-button_1_9_24.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_23.entry.js → tttx-checkbox-group-caption_1_9_24.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_23.entry.js → tttx-checkbox-group-heading_1_9_24.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_23.entry.js → tttx-checkbox-group_1_9_24.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_23.entry.js → tttx-checkbox_1_9_24.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_23.entry.js → tttx-comments_1_9_24.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_23.entry.js → tttx-data-pattern_1_9_24.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_23.entry.js → tttx-datacard_1_9_24.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_23.entry.js → tttx-dialog-box_1_9_24.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_23.entry.js → tttx-dialog_1_9_24.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_23.entry.js → tttx-expander_1_9_24.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_23_4.entry.js → tttx-filter_1_9_24_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_23.entry.js → tttx-form_1_9_24.entry.js} +2 -2
- package/dist/esm/{tttx-graph_1_9_23.entry.js → tttx-graph_1_9_24.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_23.entry.js → tttx-icon_1_9_24.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_23.entry.js → tttx-keyvalue-block_1_9_24.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_23_3.entry.js → tttx-loading-spinner_1_9_24_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_23.entry.js → tttx-multiselect-box_1_9_24.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_23.entry.js → tttx-percentage-bar_1_9_24.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_23.entry.js → tttx-qrcode_1_9_24.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_23.entry.js → tttx-select-box_1_9_24.entry.js} +32 -9
- package/dist/esm/{tttx-table_1_9_23.entry.js → tttx-table_1_9_24.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_23.entry.js → tttx-tabs_1_9_24.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_23.entry.js → tttx-textarea_1_9_24.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_23.entry.js → tttx-toggle_1_9_24.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_23.entry.js → tttx-tree-view_1_9_24.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0da9f04c.entry.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-0ffbf27e.entry.js +1 -1
- package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
- package/dist/tttx/p-23f45005.entry.js +1 -1
- package/dist/tttx/p-2d4c1e8a.entry.js +1 -1
- package/dist/tttx/p-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-90d21e86.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 -0
- 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 +9 -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 +373 -368
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_23.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_23.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_23.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_23.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_23.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_23.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_23.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_23.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_23.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_23.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_23.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_23.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_23.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_23.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_23.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_23.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_23.d.ts +0 -11
- package/dist/tttx/p-0741cbca.entry.js +0 -1
|
@@ -20,32 +20,32 @@ import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types"
|
|
|
20
20
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
21
21
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
22
22
|
export namespace Components {
|
|
23
|
-
interface
|
|
23
|
+
interface TttxButton_1_9_24 {
|
|
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_24 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_24 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_24 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_24 {
|
|
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_24 {
|
|
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_24 {
|
|
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_24 {
|
|
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_24 {
|
|
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_24 {
|
|
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_24 {
|
|
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_24 {
|
|
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_24 {
|
|
99
99
|
/**
|
|
100
100
|
* Clear the validation message on a given form field
|
|
101
101
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -141,30 +141,30 @@ export namespace Components {
|
|
|
141
141
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
142
142
|
"submit": () => Promise<void>;
|
|
143
143
|
}
|
|
144
|
-
interface
|
|
144
|
+
interface TttxGraph_1_9_24 {
|
|
145
145
|
"chartData": string;
|
|
146
146
|
"chartText": string;
|
|
147
147
|
"chartType": string;
|
|
148
148
|
}
|
|
149
|
-
interface
|
|
149
|
+
interface TttxIcon_1_9_24 {
|
|
150
150
|
"color": string;
|
|
151
151
|
"icon": string;
|
|
152
152
|
"size": number;
|
|
153
153
|
}
|
|
154
|
-
interface
|
|
154
|
+
interface TttxKeyvalueBlock_1_9_24 {
|
|
155
155
|
"horizontal": boolean;
|
|
156
156
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
157
157
|
"spacedout": boolean;
|
|
158
158
|
}
|
|
159
|
-
interface
|
|
159
|
+
interface TttxList_1_9_24 {
|
|
160
160
|
"data": string | ListItem[];
|
|
161
161
|
"name": string;
|
|
162
162
|
}
|
|
163
|
-
interface
|
|
163
|
+
interface TttxLoadingSpinner_1_9_24 {
|
|
164
164
|
"loadingMessage": boolean;
|
|
165
165
|
"size": 'small' | 'large';
|
|
166
166
|
}
|
|
167
|
-
interface
|
|
167
|
+
interface TttxMultiselectBox_1_9_24 {
|
|
168
168
|
"htmlVisibleValue": boolean;
|
|
169
169
|
"inline": boolean;
|
|
170
170
|
"isLoading": boolean;
|
|
@@ -178,20 +178,21 @@ export namespace Components {
|
|
|
178
178
|
"stopLocalSearch": boolean;
|
|
179
179
|
"visibleValue": string;
|
|
180
180
|
}
|
|
181
|
-
interface
|
|
181
|
+
interface TttxPercentageBar_1_9_24 {
|
|
182
182
|
"color"?: string;
|
|
183
183
|
"labelid"?: string;
|
|
184
184
|
"min": string;
|
|
185
185
|
"percentage": string | number;
|
|
186
186
|
"thresholds"?: string | Threshold[];
|
|
187
187
|
}
|
|
188
|
-
interface
|
|
188
|
+
interface TttxQrcode_1_9_24 {
|
|
189
189
|
"link": string;
|
|
190
190
|
"size": number;
|
|
191
191
|
}
|
|
192
|
-
interface
|
|
192
|
+
interface TttxSelectBox_1_9_24 {
|
|
193
193
|
"errorMsg": string;
|
|
194
194
|
"inline": boolean;
|
|
195
|
+
"isAllExternalDataLoaded": boolean;
|
|
195
196
|
"isLoading": boolean;
|
|
196
197
|
"label": string;
|
|
197
198
|
"nonPriorityLabel": string;
|
|
@@ -205,14 +206,15 @@ export namespace Components {
|
|
|
205
206
|
"showErrorBubble": boolean;
|
|
206
207
|
"showErrorMsg": boolean;
|
|
207
208
|
"useExternalFiltering": boolean;
|
|
209
|
+
"useExternalPaginatedFiltering": boolean;
|
|
208
210
|
}
|
|
209
|
-
interface
|
|
211
|
+
interface TttxSorter_1_9_24 {
|
|
210
212
|
"defaultOption": string;
|
|
211
213
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
212
214
|
"fieldOptionsData": string | SorterData;
|
|
213
215
|
"sorterKey": string;
|
|
214
216
|
}
|
|
215
|
-
interface
|
|
217
|
+
interface TttxStandaloneInput_1_9_24 {
|
|
216
218
|
"autocomplete": 'off' | 'on';
|
|
217
219
|
"checked": boolean;
|
|
218
220
|
"disabled": boolean;
|
|
@@ -228,8 +230,8 @@ export namespace Components {
|
|
|
228
230
|
"inputiconcolor": string;
|
|
229
231
|
/**
|
|
230
232
|
* tabindex - Allows the HTML elements to be focusable
|
|
231
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
232
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
233
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_24 input-index="1" />
|
|
234
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_24 inputindex={1} />
|
|
233
235
|
*/
|
|
234
236
|
"inputindex": string | number;
|
|
235
237
|
/**
|
|
@@ -257,7 +259,7 @@ export namespace Components {
|
|
|
257
259
|
"type": string;
|
|
258
260
|
"value": string | number;
|
|
259
261
|
}
|
|
260
|
-
interface
|
|
262
|
+
interface TttxTable_1_9_24 {
|
|
261
263
|
"data": any;
|
|
262
264
|
"draggableHeaders": boolean;
|
|
263
265
|
"headers": TableHeader[];
|
|
@@ -265,13 +267,13 @@ export namespace Components {
|
|
|
265
267
|
"selectable": boolean;
|
|
266
268
|
"selected": number;
|
|
267
269
|
}
|
|
268
|
-
interface
|
|
270
|
+
interface TttxTabs_1_9_24 {
|
|
269
271
|
"navigation": boolean;
|
|
270
272
|
"tabs": string | Tab[];
|
|
271
273
|
"tabsName": string;
|
|
272
274
|
"wide": boolean;
|
|
273
275
|
}
|
|
274
|
-
interface
|
|
276
|
+
interface TttxTag_1_9_24 {
|
|
275
277
|
"color": string;
|
|
276
278
|
"hasIcon": boolean;
|
|
277
279
|
"icon": string;
|
|
@@ -280,13 +282,13 @@ export namespace Components {
|
|
|
280
282
|
"text": string;
|
|
281
283
|
"textColor": string;
|
|
282
284
|
}
|
|
283
|
-
interface
|
|
285
|
+
interface TttxTextarea_1_9_24 {
|
|
284
286
|
"disabled": boolean;
|
|
285
287
|
"errormsg": string;
|
|
286
288
|
/**
|
|
287
289
|
* tabindex - Allows the HTML elements to be focusable
|
|
288
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
289
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
290
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_24 input-index="1" />
|
|
291
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_24 inputindex={1} />
|
|
290
292
|
*/
|
|
291
293
|
"inputindex": string | number;
|
|
292
294
|
/**
|
|
@@ -310,335 +312,335 @@ export namespace Components {
|
|
|
310
312
|
"textareaautofocus": boolean;
|
|
311
313
|
"value": string | number;
|
|
312
314
|
}
|
|
313
|
-
interface
|
|
315
|
+
interface TttxToggle_1_9_24 {
|
|
314
316
|
"initialstate": boolean | string;
|
|
315
317
|
}
|
|
316
|
-
interface
|
|
318
|
+
interface TttxToolbar_1_9_24 {
|
|
317
319
|
"border": boolean;
|
|
318
320
|
}
|
|
319
|
-
interface
|
|
321
|
+
interface TttxTreeView_1_9_24 {
|
|
320
322
|
"data": TreeViewItem[];
|
|
321
323
|
}
|
|
322
324
|
}
|
|
323
|
-
export interface
|
|
325
|
+
export interface TttxCheckbox_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
324
326
|
detail: T;
|
|
325
|
-
target:
|
|
327
|
+
target: HTMLTttxCheckbox_1_9_24Element;
|
|
326
328
|
}
|
|
327
|
-
export interface
|
|
329
|
+
export interface TttxComments_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
328
330
|
detail: T;
|
|
329
|
-
target:
|
|
331
|
+
target: HTMLTttxComments_1_9_24Element;
|
|
330
332
|
}
|
|
331
|
-
export interface
|
|
333
|
+
export interface TttxDialogBox_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
332
334
|
detail: T;
|
|
333
|
-
target:
|
|
335
|
+
target: HTMLTttxDialogBox_1_9_24Element;
|
|
334
336
|
}
|
|
335
|
-
export interface
|
|
337
|
+
export interface TttxDialog_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
336
338
|
detail: T;
|
|
337
|
-
target:
|
|
339
|
+
target: HTMLTttxDialog_1_9_24Element;
|
|
338
340
|
}
|
|
339
|
-
export interface
|
|
341
|
+
export interface TttxExpander_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
340
342
|
detail: T;
|
|
341
|
-
target:
|
|
343
|
+
target: HTMLTttxExpander_1_9_24Element;
|
|
342
344
|
}
|
|
343
|
-
export interface
|
|
345
|
+
export interface TttxFilter_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
344
346
|
detail: T;
|
|
345
|
-
target:
|
|
347
|
+
target: HTMLTttxFilter_1_9_24Element;
|
|
346
348
|
}
|
|
347
|
-
export interface
|
|
349
|
+
export interface TttxForm_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
348
350
|
detail: T;
|
|
349
|
-
target:
|
|
351
|
+
target: HTMLTttxForm_1_9_24Element;
|
|
350
352
|
}
|
|
351
|
-
export interface
|
|
353
|
+
export interface TttxList_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
352
354
|
detail: T;
|
|
353
|
-
target:
|
|
355
|
+
target: HTMLTttxList_1_9_24Element;
|
|
354
356
|
}
|
|
355
|
-
export interface
|
|
357
|
+
export interface TttxMultiselectBox_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
356
358
|
detail: T;
|
|
357
|
-
target:
|
|
359
|
+
target: HTMLTttxMultiselectBox_1_9_24Element;
|
|
358
360
|
}
|
|
359
|
-
export interface
|
|
361
|
+
export interface TttxSelectBox_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
360
362
|
detail: T;
|
|
361
|
-
target:
|
|
363
|
+
target: HTMLTttxSelectBox_1_9_24Element;
|
|
362
364
|
}
|
|
363
|
-
export interface
|
|
365
|
+
export interface TttxSorter_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
364
366
|
detail: T;
|
|
365
|
-
target:
|
|
367
|
+
target: HTMLTttxSorter_1_9_24Element;
|
|
366
368
|
}
|
|
367
|
-
export interface
|
|
369
|
+
export interface TttxStandaloneInput_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
368
370
|
detail: T;
|
|
369
|
-
target:
|
|
371
|
+
target: HTMLTttxStandaloneInput_1_9_24Element;
|
|
370
372
|
}
|
|
371
|
-
export interface
|
|
373
|
+
export interface TttxTable_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
372
374
|
detail: T;
|
|
373
|
-
target:
|
|
375
|
+
target: HTMLTttxTable_1_9_24Element;
|
|
374
376
|
}
|
|
375
|
-
export interface
|
|
377
|
+
export interface TttxTabs_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
376
378
|
detail: T;
|
|
377
|
-
target:
|
|
379
|
+
target: HTMLTttxTabs_1_9_24Element;
|
|
378
380
|
}
|
|
379
|
-
export interface
|
|
381
|
+
export interface TttxTextarea_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
380
382
|
detail: T;
|
|
381
|
-
target:
|
|
383
|
+
target: HTMLTttxTextarea_1_9_24Element;
|
|
382
384
|
}
|
|
383
|
-
export interface
|
|
385
|
+
export interface TttxToggle_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
384
386
|
detail: T;
|
|
385
|
-
target:
|
|
387
|
+
target: HTMLTttxToggle_1_9_24Element;
|
|
386
388
|
}
|
|
387
|
-
export interface
|
|
389
|
+
export interface TttxTreeView_1_9_24CustomEvent<T> extends CustomEvent<T> {
|
|
388
390
|
detail: T;
|
|
389
|
-
target:
|
|
391
|
+
target: HTMLTttxTreeView_1_9_24Element;
|
|
390
392
|
}
|
|
391
393
|
declare global {
|
|
392
|
-
interface
|
|
394
|
+
interface HTMLTttxButton_1_9_24Element extends Components.TttxButton_1_9_24, HTMLStencilElement {
|
|
393
395
|
}
|
|
394
|
-
var
|
|
395
|
-
prototype:
|
|
396
|
-
new ():
|
|
396
|
+
var HTMLTttxButton_1_9_24Element: {
|
|
397
|
+
prototype: HTMLTttxButton_1_9_24Element;
|
|
398
|
+
new (): HTMLTttxButton_1_9_24Element;
|
|
397
399
|
};
|
|
398
|
-
interface
|
|
400
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_24Element extends Components.TttxCheckboxGroupCaption_1_9_24, HTMLStencilElement {
|
|
399
401
|
}
|
|
400
|
-
var
|
|
401
|
-
prototype:
|
|
402
|
-
new ():
|
|
402
|
+
var HTMLTttxCheckboxGroupCaption_1_9_24Element: {
|
|
403
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_24Element;
|
|
404
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_24Element;
|
|
403
405
|
};
|
|
404
|
-
interface
|
|
406
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_24Element extends Components.TttxCheckboxGroupHeading_1_9_24, HTMLStencilElement {
|
|
405
407
|
}
|
|
406
|
-
var
|
|
407
|
-
prototype:
|
|
408
|
-
new ():
|
|
408
|
+
var HTMLTttxCheckboxGroupHeading_1_9_24Element: {
|
|
409
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_24Element;
|
|
410
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_24Element;
|
|
409
411
|
};
|
|
410
|
-
interface
|
|
412
|
+
interface HTMLTttxCheckboxGroup_1_9_24Element extends Components.TttxCheckboxGroup_1_9_24, HTMLStencilElement {
|
|
411
413
|
}
|
|
412
|
-
var
|
|
413
|
-
prototype:
|
|
414
|
-
new ():
|
|
414
|
+
var HTMLTttxCheckboxGroup_1_9_24Element: {
|
|
415
|
+
prototype: HTMLTttxCheckboxGroup_1_9_24Element;
|
|
416
|
+
new (): HTMLTttxCheckboxGroup_1_9_24Element;
|
|
415
417
|
};
|
|
416
|
-
interface
|
|
418
|
+
interface HTMLTttxCheckbox_1_9_24Element extends Components.TttxCheckbox_1_9_24, HTMLStencilElement {
|
|
417
419
|
}
|
|
418
|
-
var
|
|
419
|
-
prototype:
|
|
420
|
-
new ():
|
|
420
|
+
var HTMLTttxCheckbox_1_9_24Element: {
|
|
421
|
+
prototype: HTMLTttxCheckbox_1_9_24Element;
|
|
422
|
+
new (): HTMLTttxCheckbox_1_9_24Element;
|
|
421
423
|
};
|
|
422
|
-
interface
|
|
424
|
+
interface HTMLTttxComments_1_9_24Element extends Components.TttxComments_1_9_24, HTMLStencilElement {
|
|
423
425
|
}
|
|
424
|
-
var
|
|
425
|
-
prototype:
|
|
426
|
-
new ():
|
|
426
|
+
var HTMLTttxComments_1_9_24Element: {
|
|
427
|
+
prototype: HTMLTttxComments_1_9_24Element;
|
|
428
|
+
new (): HTMLTttxComments_1_9_24Element;
|
|
427
429
|
};
|
|
428
|
-
interface
|
|
430
|
+
interface HTMLTttxDataPattern_1_9_24Element extends Components.TttxDataPattern_1_9_24, HTMLStencilElement {
|
|
429
431
|
}
|
|
430
|
-
var
|
|
431
|
-
prototype:
|
|
432
|
-
new ():
|
|
432
|
+
var HTMLTttxDataPattern_1_9_24Element: {
|
|
433
|
+
prototype: HTMLTttxDataPattern_1_9_24Element;
|
|
434
|
+
new (): HTMLTttxDataPattern_1_9_24Element;
|
|
433
435
|
};
|
|
434
|
-
interface
|
|
436
|
+
interface HTMLTttxDatacard_1_9_24Element extends Components.TttxDatacard_1_9_24, HTMLStencilElement {
|
|
435
437
|
}
|
|
436
|
-
var
|
|
437
|
-
prototype:
|
|
438
|
-
new ():
|
|
438
|
+
var HTMLTttxDatacard_1_9_24Element: {
|
|
439
|
+
prototype: HTMLTttxDatacard_1_9_24Element;
|
|
440
|
+
new (): HTMLTttxDatacard_1_9_24Element;
|
|
439
441
|
};
|
|
440
|
-
interface
|
|
442
|
+
interface HTMLTttxDialogBox_1_9_24Element extends Components.TttxDialogBox_1_9_24, HTMLStencilElement {
|
|
441
443
|
}
|
|
442
|
-
var
|
|
443
|
-
prototype:
|
|
444
|
-
new ():
|
|
444
|
+
var HTMLTttxDialogBox_1_9_24Element: {
|
|
445
|
+
prototype: HTMLTttxDialogBox_1_9_24Element;
|
|
446
|
+
new (): HTMLTttxDialogBox_1_9_24Element;
|
|
445
447
|
};
|
|
446
|
-
interface
|
|
448
|
+
interface HTMLTttxDialog_1_9_24Element extends Components.TttxDialog_1_9_24, HTMLStencilElement {
|
|
447
449
|
}
|
|
448
|
-
var
|
|
449
|
-
prototype:
|
|
450
|
-
new ():
|
|
450
|
+
var HTMLTttxDialog_1_9_24Element: {
|
|
451
|
+
prototype: HTMLTttxDialog_1_9_24Element;
|
|
452
|
+
new (): HTMLTttxDialog_1_9_24Element;
|
|
451
453
|
};
|
|
452
|
-
interface
|
|
454
|
+
interface HTMLTttxExpander_1_9_24Element extends Components.TttxExpander_1_9_24, HTMLStencilElement {
|
|
453
455
|
}
|
|
454
|
-
var
|
|
455
|
-
prototype:
|
|
456
|
-
new ():
|
|
456
|
+
var HTMLTttxExpander_1_9_24Element: {
|
|
457
|
+
prototype: HTMLTttxExpander_1_9_24Element;
|
|
458
|
+
new (): HTMLTttxExpander_1_9_24Element;
|
|
457
459
|
};
|
|
458
|
-
interface
|
|
460
|
+
interface HTMLTttxFilter_1_9_24Element extends Components.TttxFilter_1_9_24, HTMLStencilElement {
|
|
459
461
|
}
|
|
460
|
-
var
|
|
461
|
-
prototype:
|
|
462
|
-
new ():
|
|
462
|
+
var HTMLTttxFilter_1_9_24Element: {
|
|
463
|
+
prototype: HTMLTttxFilter_1_9_24Element;
|
|
464
|
+
new (): HTMLTttxFilter_1_9_24Element;
|
|
463
465
|
};
|
|
464
|
-
interface
|
|
466
|
+
interface HTMLTttxForm_1_9_24Element extends Components.TttxForm_1_9_24, HTMLStencilElement {
|
|
465
467
|
}
|
|
466
|
-
var
|
|
467
|
-
prototype:
|
|
468
|
-
new ():
|
|
468
|
+
var HTMLTttxForm_1_9_24Element: {
|
|
469
|
+
prototype: HTMLTttxForm_1_9_24Element;
|
|
470
|
+
new (): HTMLTttxForm_1_9_24Element;
|
|
469
471
|
};
|
|
470
|
-
interface
|
|
472
|
+
interface HTMLTttxGraph_1_9_24Element extends Components.TttxGraph_1_9_24, HTMLStencilElement {
|
|
471
473
|
}
|
|
472
|
-
var
|
|
473
|
-
prototype:
|
|
474
|
-
new ():
|
|
474
|
+
var HTMLTttxGraph_1_9_24Element: {
|
|
475
|
+
prototype: HTMLTttxGraph_1_9_24Element;
|
|
476
|
+
new (): HTMLTttxGraph_1_9_24Element;
|
|
475
477
|
};
|
|
476
|
-
interface
|
|
478
|
+
interface HTMLTttxIcon_1_9_24Element extends Components.TttxIcon_1_9_24, HTMLStencilElement {
|
|
477
479
|
}
|
|
478
|
-
var
|
|
479
|
-
prototype:
|
|
480
|
-
new ():
|
|
480
|
+
var HTMLTttxIcon_1_9_24Element: {
|
|
481
|
+
prototype: HTMLTttxIcon_1_9_24Element;
|
|
482
|
+
new (): HTMLTttxIcon_1_9_24Element;
|
|
481
483
|
};
|
|
482
|
-
interface
|
|
484
|
+
interface HTMLTttxKeyvalueBlock_1_9_24Element extends Components.TttxKeyvalueBlock_1_9_24, HTMLStencilElement {
|
|
483
485
|
}
|
|
484
|
-
var
|
|
485
|
-
prototype:
|
|
486
|
-
new ():
|
|
486
|
+
var HTMLTttxKeyvalueBlock_1_9_24Element: {
|
|
487
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_24Element;
|
|
488
|
+
new (): HTMLTttxKeyvalueBlock_1_9_24Element;
|
|
487
489
|
};
|
|
488
|
-
interface
|
|
490
|
+
interface HTMLTttxList_1_9_24Element extends Components.TttxList_1_9_24, HTMLStencilElement {
|
|
489
491
|
}
|
|
490
|
-
var
|
|
491
|
-
prototype:
|
|
492
|
-
new ():
|
|
492
|
+
var HTMLTttxList_1_9_24Element: {
|
|
493
|
+
prototype: HTMLTttxList_1_9_24Element;
|
|
494
|
+
new (): HTMLTttxList_1_9_24Element;
|
|
493
495
|
};
|
|
494
|
-
interface
|
|
496
|
+
interface HTMLTttxLoadingSpinner_1_9_24Element extends Components.TttxLoadingSpinner_1_9_24, HTMLStencilElement {
|
|
495
497
|
}
|
|
496
|
-
var
|
|
497
|
-
prototype:
|
|
498
|
-
new ():
|
|
498
|
+
var HTMLTttxLoadingSpinner_1_9_24Element: {
|
|
499
|
+
prototype: HTMLTttxLoadingSpinner_1_9_24Element;
|
|
500
|
+
new (): HTMLTttxLoadingSpinner_1_9_24Element;
|
|
499
501
|
};
|
|
500
|
-
interface
|
|
502
|
+
interface HTMLTttxMultiselectBox_1_9_24Element extends Components.TttxMultiselectBox_1_9_24, HTMLStencilElement {
|
|
501
503
|
}
|
|
502
|
-
var
|
|
503
|
-
prototype:
|
|
504
|
-
new ():
|
|
504
|
+
var HTMLTttxMultiselectBox_1_9_24Element: {
|
|
505
|
+
prototype: HTMLTttxMultiselectBox_1_9_24Element;
|
|
506
|
+
new (): HTMLTttxMultiselectBox_1_9_24Element;
|
|
505
507
|
};
|
|
506
|
-
interface
|
|
508
|
+
interface HTMLTttxPercentageBar_1_9_24Element extends Components.TttxPercentageBar_1_9_24, HTMLStencilElement {
|
|
507
509
|
}
|
|
508
|
-
var
|
|
509
|
-
prototype:
|
|
510
|
-
new ():
|
|
510
|
+
var HTMLTttxPercentageBar_1_9_24Element: {
|
|
511
|
+
prototype: HTMLTttxPercentageBar_1_9_24Element;
|
|
512
|
+
new (): HTMLTttxPercentageBar_1_9_24Element;
|
|
511
513
|
};
|
|
512
|
-
interface
|
|
514
|
+
interface HTMLTttxQrcode_1_9_24Element extends Components.TttxQrcode_1_9_24, HTMLStencilElement {
|
|
513
515
|
}
|
|
514
|
-
var
|
|
515
|
-
prototype:
|
|
516
|
-
new ():
|
|
516
|
+
var HTMLTttxQrcode_1_9_24Element: {
|
|
517
|
+
prototype: HTMLTttxQrcode_1_9_24Element;
|
|
518
|
+
new (): HTMLTttxQrcode_1_9_24Element;
|
|
517
519
|
};
|
|
518
|
-
interface
|
|
520
|
+
interface HTMLTttxSelectBox_1_9_24Element extends Components.TttxSelectBox_1_9_24, HTMLStencilElement {
|
|
519
521
|
}
|
|
520
|
-
var
|
|
521
|
-
prototype:
|
|
522
|
-
new ():
|
|
522
|
+
var HTMLTttxSelectBox_1_9_24Element: {
|
|
523
|
+
prototype: HTMLTttxSelectBox_1_9_24Element;
|
|
524
|
+
new (): HTMLTttxSelectBox_1_9_24Element;
|
|
523
525
|
};
|
|
524
|
-
interface
|
|
526
|
+
interface HTMLTttxSorter_1_9_24Element extends Components.TttxSorter_1_9_24, HTMLStencilElement {
|
|
525
527
|
}
|
|
526
|
-
var
|
|
527
|
-
prototype:
|
|
528
|
-
new ():
|
|
528
|
+
var HTMLTttxSorter_1_9_24Element: {
|
|
529
|
+
prototype: HTMLTttxSorter_1_9_24Element;
|
|
530
|
+
new (): HTMLTttxSorter_1_9_24Element;
|
|
529
531
|
};
|
|
530
|
-
interface
|
|
532
|
+
interface HTMLTttxStandaloneInput_1_9_24Element extends Components.TttxStandaloneInput_1_9_24, HTMLStencilElement {
|
|
531
533
|
}
|
|
532
|
-
var
|
|
533
|
-
prototype:
|
|
534
|
-
new ():
|
|
534
|
+
var HTMLTttxStandaloneInput_1_9_24Element: {
|
|
535
|
+
prototype: HTMLTttxStandaloneInput_1_9_24Element;
|
|
536
|
+
new (): HTMLTttxStandaloneInput_1_9_24Element;
|
|
535
537
|
};
|
|
536
|
-
interface
|
|
538
|
+
interface HTMLTttxTable_1_9_24Element extends Components.TttxTable_1_9_24, HTMLStencilElement {
|
|
537
539
|
}
|
|
538
|
-
var
|
|
539
|
-
prototype:
|
|
540
|
-
new ():
|
|
540
|
+
var HTMLTttxTable_1_9_24Element: {
|
|
541
|
+
prototype: HTMLTttxTable_1_9_24Element;
|
|
542
|
+
new (): HTMLTttxTable_1_9_24Element;
|
|
541
543
|
};
|
|
542
|
-
interface
|
|
544
|
+
interface HTMLTttxTabs_1_9_24Element extends Components.TttxTabs_1_9_24, HTMLStencilElement {
|
|
543
545
|
}
|
|
544
|
-
var
|
|
545
|
-
prototype:
|
|
546
|
-
new ():
|
|
546
|
+
var HTMLTttxTabs_1_9_24Element: {
|
|
547
|
+
prototype: HTMLTttxTabs_1_9_24Element;
|
|
548
|
+
new (): HTMLTttxTabs_1_9_24Element;
|
|
547
549
|
};
|
|
548
|
-
interface
|
|
550
|
+
interface HTMLTttxTag_1_9_24Element extends Components.TttxTag_1_9_24, HTMLStencilElement {
|
|
549
551
|
}
|
|
550
|
-
var
|
|
551
|
-
prototype:
|
|
552
|
-
new ():
|
|
552
|
+
var HTMLTttxTag_1_9_24Element: {
|
|
553
|
+
prototype: HTMLTttxTag_1_9_24Element;
|
|
554
|
+
new (): HTMLTttxTag_1_9_24Element;
|
|
553
555
|
};
|
|
554
|
-
interface
|
|
556
|
+
interface HTMLTttxTextarea_1_9_24Element extends Components.TttxTextarea_1_9_24, HTMLStencilElement {
|
|
555
557
|
}
|
|
556
|
-
var
|
|
557
|
-
prototype:
|
|
558
|
-
new ():
|
|
558
|
+
var HTMLTttxTextarea_1_9_24Element: {
|
|
559
|
+
prototype: HTMLTttxTextarea_1_9_24Element;
|
|
560
|
+
new (): HTMLTttxTextarea_1_9_24Element;
|
|
559
561
|
};
|
|
560
|
-
interface
|
|
562
|
+
interface HTMLTttxToggle_1_9_24Element extends Components.TttxToggle_1_9_24, HTMLStencilElement {
|
|
561
563
|
}
|
|
562
|
-
var
|
|
563
|
-
prototype:
|
|
564
|
-
new ():
|
|
564
|
+
var HTMLTttxToggle_1_9_24Element: {
|
|
565
|
+
prototype: HTMLTttxToggle_1_9_24Element;
|
|
566
|
+
new (): HTMLTttxToggle_1_9_24Element;
|
|
565
567
|
};
|
|
566
|
-
interface
|
|
568
|
+
interface HTMLTttxToolbar_1_9_24Element extends Components.TttxToolbar_1_9_24, HTMLStencilElement {
|
|
567
569
|
}
|
|
568
|
-
var
|
|
569
|
-
prototype:
|
|
570
|
-
new ():
|
|
570
|
+
var HTMLTttxToolbar_1_9_24Element: {
|
|
571
|
+
prototype: HTMLTttxToolbar_1_9_24Element;
|
|
572
|
+
new (): HTMLTttxToolbar_1_9_24Element;
|
|
571
573
|
};
|
|
572
|
-
interface
|
|
574
|
+
interface HTMLTttxTreeView_1_9_24Element extends Components.TttxTreeView_1_9_24, HTMLStencilElement {
|
|
573
575
|
}
|
|
574
|
-
var
|
|
575
|
-
prototype:
|
|
576
|
-
new ():
|
|
576
|
+
var HTMLTttxTreeView_1_9_24Element: {
|
|
577
|
+
prototype: HTMLTttxTreeView_1_9_24Element;
|
|
578
|
+
new (): HTMLTttxTreeView_1_9_24Element;
|
|
577
579
|
};
|
|
578
580
|
interface HTMLElementTagNameMap {
|
|
579
|
-
"tttx-
|
|
580
|
-
"tttx-checkbox-group-
|
|
581
|
-
"tttx-checkbox-group-
|
|
582
|
-
"tttx-checkbox-
|
|
583
|
-
"tttx-
|
|
584
|
-
"tttx-
|
|
585
|
-
"tttx-data-
|
|
586
|
-
"tttx-
|
|
587
|
-
"tttx-dialog-
|
|
588
|
-
"tttx-
|
|
589
|
-
"tttx-
|
|
590
|
-
"tttx-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-keyvalue-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-loading-
|
|
597
|
-
"tttx-multiselect-
|
|
598
|
-
"tttx-percentage-
|
|
599
|
-
"tttx-
|
|
600
|
-
"tttx-select-
|
|
601
|
-
"tttx-
|
|
602
|
-
"tttx-standalone-
|
|
603
|
-
"tttx-
|
|
604
|
-
"tttx-
|
|
605
|
-
"tttx-
|
|
606
|
-
"tttx-
|
|
607
|
-
"tttx-
|
|
608
|
-
"tttx-
|
|
609
|
-
"tttx-tree-
|
|
581
|
+
"tttx-button_1_9_24": HTMLTttxButton_1_9_24Element;
|
|
582
|
+
"tttx-checkbox-group-caption_1_9_24": HTMLTttxCheckboxGroupCaption_1_9_24Element;
|
|
583
|
+
"tttx-checkbox-group-heading_1_9_24": HTMLTttxCheckboxGroupHeading_1_9_24Element;
|
|
584
|
+
"tttx-checkbox-group_1_9_24": HTMLTttxCheckboxGroup_1_9_24Element;
|
|
585
|
+
"tttx-checkbox_1_9_24": HTMLTttxCheckbox_1_9_24Element;
|
|
586
|
+
"tttx-comments_1_9_24": HTMLTttxComments_1_9_24Element;
|
|
587
|
+
"tttx-data-pattern_1_9_24": HTMLTttxDataPattern_1_9_24Element;
|
|
588
|
+
"tttx-datacard_1_9_24": HTMLTttxDatacard_1_9_24Element;
|
|
589
|
+
"tttx-dialog-box_1_9_24": HTMLTttxDialogBox_1_9_24Element;
|
|
590
|
+
"tttx-dialog_1_9_24": HTMLTttxDialog_1_9_24Element;
|
|
591
|
+
"tttx-expander_1_9_24": HTMLTttxExpander_1_9_24Element;
|
|
592
|
+
"tttx-filter_1_9_24": HTMLTttxFilter_1_9_24Element;
|
|
593
|
+
"tttx-form_1_9_24": HTMLTttxForm_1_9_24Element;
|
|
594
|
+
"tttx-graph_1_9_24": HTMLTttxGraph_1_9_24Element;
|
|
595
|
+
"tttx-icon_1_9_24": HTMLTttxIcon_1_9_24Element;
|
|
596
|
+
"tttx-keyvalue-block_1_9_24": HTMLTttxKeyvalueBlock_1_9_24Element;
|
|
597
|
+
"tttx-list_1_9_24": HTMLTttxList_1_9_24Element;
|
|
598
|
+
"tttx-loading-spinner_1_9_24": HTMLTttxLoadingSpinner_1_9_24Element;
|
|
599
|
+
"tttx-multiselect-box_1_9_24": HTMLTttxMultiselectBox_1_9_24Element;
|
|
600
|
+
"tttx-percentage-bar_1_9_24": HTMLTttxPercentageBar_1_9_24Element;
|
|
601
|
+
"tttx-qrcode_1_9_24": HTMLTttxQrcode_1_9_24Element;
|
|
602
|
+
"tttx-select-box_1_9_24": HTMLTttxSelectBox_1_9_24Element;
|
|
603
|
+
"tttx-sorter_1_9_24": HTMLTttxSorter_1_9_24Element;
|
|
604
|
+
"tttx-standalone-input_1_9_24": HTMLTttxStandaloneInput_1_9_24Element;
|
|
605
|
+
"tttx-table_1_9_24": HTMLTttxTable_1_9_24Element;
|
|
606
|
+
"tttx-tabs_1_9_24": HTMLTttxTabs_1_9_24Element;
|
|
607
|
+
"tttx-tag_1_9_24": HTMLTttxTag_1_9_24Element;
|
|
608
|
+
"tttx-textarea_1_9_24": HTMLTttxTextarea_1_9_24Element;
|
|
609
|
+
"tttx-toggle_1_9_24": HTMLTttxToggle_1_9_24Element;
|
|
610
|
+
"tttx-toolbar_1_9_24": HTMLTttxToolbar_1_9_24Element;
|
|
611
|
+
"tttx-tree-view_1_9_24": HTMLTttxTreeView_1_9_24Element;
|
|
610
612
|
}
|
|
611
613
|
}
|
|
612
614
|
declare namespace LocalJSX {
|
|
613
|
-
interface
|
|
615
|
+
interface TttxButton_1_9_24 {
|
|
614
616
|
"design"?: string;
|
|
615
617
|
"icon"?: string;
|
|
616
618
|
"iconcolor"?: string;
|
|
617
619
|
"iconposition"?: 'left' | 'right';
|
|
618
620
|
"notext"?: boolean;
|
|
619
621
|
}
|
|
620
|
-
interface
|
|
622
|
+
interface TttxCheckboxGroupCaption_1_9_24 {
|
|
621
623
|
}
|
|
622
|
-
interface
|
|
624
|
+
interface TttxCheckboxGroupHeading_1_9_24 {
|
|
623
625
|
}
|
|
624
|
-
interface
|
|
626
|
+
interface TttxCheckboxGroup_1_9_24 {
|
|
625
627
|
}
|
|
626
|
-
interface
|
|
628
|
+
interface TttxCheckbox_1_9_24 {
|
|
627
629
|
"checkboxId"?: string;
|
|
628
630
|
"checked"?: boolean;
|
|
629
631
|
"indeterminate"?: boolean;
|
|
630
632
|
"inline"?: boolean;
|
|
631
633
|
"label"?: string;
|
|
632
|
-
"onCheckboxChangeEvent"?: (event:
|
|
634
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_24CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
633
635
|
}
|
|
634
|
-
interface
|
|
636
|
+
interface TttxComments_1_9_24 {
|
|
635
637
|
"comments"?: string | Comment[];
|
|
636
638
|
"currentuser"?: string;
|
|
637
|
-
"onCommentAdded"?: (event:
|
|
638
|
-
"onRequestFileDownload"?: (event:
|
|
639
|
-
"onRequestFileUpload"?: (event:
|
|
639
|
+
"onCommentAdded"?: (event: TttxComments_1_9_24CustomEvent<Comment>) => void;
|
|
640
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_24CustomEvent<string>) => void;
|
|
641
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_24CustomEvent<void>) => void;
|
|
640
642
|
}
|
|
641
|
-
interface
|
|
643
|
+
interface TttxDataPattern_1_9_24 {
|
|
642
644
|
"addbutton"?: boolean;
|
|
643
645
|
"addbuttonlabel"?: string;
|
|
644
646
|
"data"?: string;
|
|
@@ -648,7 +650,7 @@ declare namespace LocalJSX {
|
|
|
648
650
|
"searchplaceholder"?: string;
|
|
649
651
|
"sorterOptions"?: string;
|
|
650
652
|
}
|
|
651
|
-
interface
|
|
653
|
+
interface TttxDatacard_1_9_24 {
|
|
652
654
|
"cardTitle"?: string;
|
|
653
655
|
"cardType"?: string;
|
|
654
656
|
"chartConfig"?: string;
|
|
@@ -657,87 +659,87 @@ declare namespace LocalJSX {
|
|
|
657
659
|
"rightData"?: string;
|
|
658
660
|
"rightSubtext"?: string;
|
|
659
661
|
}
|
|
660
|
-
interface
|
|
662
|
+
interface TttxDialogBox_1_9_24 {
|
|
661
663
|
"allowOverflow"?: boolean;
|
|
662
664
|
"data"?: string | DialogItems;
|
|
663
|
-
"onButtonClick"?: (event:
|
|
664
|
-
"onCloseButtonClick"?: (event:
|
|
665
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
665
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_24CustomEvent<any>) => void;
|
|
666
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_24CustomEvent<any>) => void;
|
|
667
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_24CustomEvent<any>) => void;
|
|
666
668
|
"open"?: boolean;
|
|
667
669
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
668
670
|
}
|
|
669
|
-
interface
|
|
671
|
+
interface TttxDialog_1_9_24 {
|
|
670
672
|
"allowOverflow"?: boolean;
|
|
671
673
|
"closeEnabled"?: boolean;
|
|
672
674
|
"header"?: string;
|
|
673
|
-
"onCloseButtonClick"?: (event:
|
|
675
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_24CustomEvent<any>) => void;
|
|
674
676
|
"open"?: boolean;
|
|
675
677
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
676
678
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
677
679
|
}
|
|
678
|
-
interface
|
|
680
|
+
interface TttxExpander_1_9_24 {
|
|
679
681
|
"lefticon"?: string;
|
|
680
682
|
"lefticoncolor"?: string;
|
|
681
683
|
"name"?: string;
|
|
682
|
-
"onToggleExpander"?: (event:
|
|
684
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_24CustomEvent<{ open: boolean; name: string }>) => void;
|
|
683
685
|
"open"?: boolean;
|
|
684
686
|
}
|
|
685
|
-
interface
|
|
687
|
+
interface TttxFilter_1_9_24 {
|
|
686
688
|
"defaultFilterOptions"?: string[] | string;
|
|
687
689
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
688
690
|
"filterHeader"?: string;
|
|
689
691
|
"filterKey"?: string;
|
|
690
692
|
"filterOptions"?: string | FilterSettings[];
|
|
691
|
-
"onFilterChangeEvent"?: (event:
|
|
692
|
-
"onToggleFilter"?: (event:
|
|
693
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_24CustomEvent<FilterChangeEvent>) => void;
|
|
694
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_24CustomEvent<boolean>) => void;
|
|
693
695
|
"popoverWidth"?: string;
|
|
694
696
|
"showOptionIcons"?: boolean;
|
|
695
697
|
"showSearchField"?: boolean;
|
|
696
698
|
"showSelectAll"?: boolean;
|
|
697
699
|
}
|
|
698
|
-
interface
|
|
700
|
+
interface TttxForm_1_9_24 {
|
|
699
701
|
"data"?: any;
|
|
700
702
|
"formschema"?: Record<string, any> | string;
|
|
701
|
-
"onDataChanged"?: (event:
|
|
702
|
-
"onDataSubmitted"?: (event:
|
|
703
|
-
"onSearchTermChanged"?: (event:
|
|
704
|
-
"onSelectToggleOpen"?: (event:
|
|
703
|
+
"onDataChanged"?: (event: TttxForm_1_9_24CustomEvent<{ name: string; value: string }>) => void;
|
|
704
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_24CustomEvent<FormData>) => void;
|
|
705
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_24CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
706
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_24CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
705
707
|
}
|
|
706
|
-
interface
|
|
708
|
+
interface TttxGraph_1_9_24 {
|
|
707
709
|
"chartData"?: string;
|
|
708
710
|
"chartText"?: string;
|
|
709
711
|
"chartType"?: string;
|
|
710
712
|
}
|
|
711
|
-
interface
|
|
713
|
+
interface TttxIcon_1_9_24 {
|
|
712
714
|
"color"?: string;
|
|
713
715
|
"icon"?: string;
|
|
714
716
|
"size"?: number;
|
|
715
717
|
}
|
|
716
|
-
interface
|
|
718
|
+
interface TttxKeyvalueBlock_1_9_24 {
|
|
717
719
|
"horizontal"?: boolean;
|
|
718
720
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
719
721
|
"spacedout"?: boolean;
|
|
720
722
|
}
|
|
721
|
-
interface
|
|
723
|
+
interface TttxList_1_9_24 {
|
|
722
724
|
"data"?: string | ListItem[];
|
|
723
725
|
"name"?: string;
|
|
724
|
-
"onListRowCheckboxClick"?: (event:
|
|
725
|
-
"onListRowClick"?: (event:
|
|
726
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_24CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
727
|
+
"onListRowClick"?: (event: TttxList_1_9_24CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
726
728
|
}
|
|
727
|
-
interface
|
|
729
|
+
interface TttxLoadingSpinner_1_9_24 {
|
|
728
730
|
"loadingMessage"?: boolean;
|
|
729
731
|
"size"?: 'small' | 'large';
|
|
730
732
|
}
|
|
731
|
-
interface
|
|
733
|
+
interface TttxMultiselectBox_1_9_24 {
|
|
732
734
|
"htmlVisibleValue"?: boolean;
|
|
733
735
|
"inline"?: boolean;
|
|
734
736
|
"isLoading"?: boolean;
|
|
735
737
|
"label"?: string;
|
|
736
738
|
"nonPriorityLabel"?: string;
|
|
737
|
-
"onChangesApplied"?: (event:
|
|
738
|
-
"onSearchDataChanged"?: (event:
|
|
739
|
-
"onSelectItemEvent"?: (event:
|
|
740
|
-
"onToggleOpen"?: (event:
|
|
739
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_24CustomEvent<SelectItem[]>) => void;
|
|
740
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_24CustomEvent<{ searchTerm: string; }>) => void;
|
|
741
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_24CustomEvent<SelectItem>) => void;
|
|
742
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_24CustomEvent<boolean>) => void;
|
|
741
743
|
"optionsData"?: string | SelectItem[];
|
|
742
744
|
"placeholder"?: string;
|
|
743
745
|
"priorityLabel"?: string;
|
|
@@ -746,26 +748,28 @@ declare namespace LocalJSX {
|
|
|
746
748
|
"stopLocalSearch"?: boolean;
|
|
747
749
|
"visibleValue"?: string;
|
|
748
750
|
}
|
|
749
|
-
interface
|
|
751
|
+
interface TttxPercentageBar_1_9_24 {
|
|
750
752
|
"color"?: string;
|
|
751
753
|
"labelid"?: string;
|
|
752
754
|
"min"?: string;
|
|
753
755
|
"percentage"?: string | number;
|
|
754
756
|
"thresholds"?: string | Threshold[];
|
|
755
757
|
}
|
|
756
|
-
interface
|
|
758
|
+
interface TttxQrcode_1_9_24 {
|
|
757
759
|
"link"?: string;
|
|
758
760
|
"size"?: number;
|
|
759
761
|
}
|
|
760
|
-
interface
|
|
762
|
+
interface TttxSelectBox_1_9_24 {
|
|
761
763
|
"errorMsg"?: string;
|
|
762
764
|
"inline"?: boolean;
|
|
765
|
+
"isAllExternalDataLoaded"?: boolean;
|
|
763
766
|
"isLoading"?: boolean;
|
|
764
767
|
"label"?: string;
|
|
765
768
|
"nonPriorityLabel"?: string;
|
|
766
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
767
|
-
"
|
|
768
|
-
"
|
|
769
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_24CustomEvent<string>) => void;
|
|
770
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_24CustomEvent<string>) => void;
|
|
771
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_24CustomEvent<SelectItem1>) => void;
|
|
772
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_24CustomEvent<boolean>) => void;
|
|
769
773
|
"optionsData"?: string | SelectItem1[];
|
|
770
774
|
"placeholder"?: string;
|
|
771
775
|
"priorityLabel"?: string;
|
|
@@ -775,16 +779,17 @@ declare namespace LocalJSX {
|
|
|
775
779
|
"showErrorBubble"?: boolean;
|
|
776
780
|
"showErrorMsg"?: boolean;
|
|
777
781
|
"useExternalFiltering"?: boolean;
|
|
782
|
+
"useExternalPaginatedFiltering"?: boolean;
|
|
778
783
|
}
|
|
779
|
-
interface
|
|
784
|
+
interface TttxSorter_1_9_24 {
|
|
780
785
|
"defaultOption"?: string;
|
|
781
786
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
782
787
|
"fieldOptionsData"?: string | SorterData;
|
|
783
|
-
"onSorterChangeEvent"?: (event:
|
|
784
|
-
"onToggleSorter"?: (event:
|
|
788
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_24CustomEvent<SorterChangeEvent>) => void;
|
|
789
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_24CustomEvent<boolean>) => void;
|
|
785
790
|
"sorterKey"?: string;
|
|
786
791
|
}
|
|
787
|
-
interface
|
|
792
|
+
interface TttxStandaloneInput_1_9_24 {
|
|
788
793
|
"autocomplete"?: 'off' | 'on';
|
|
789
794
|
"checked"?: boolean;
|
|
790
795
|
"disabled"?: boolean;
|
|
@@ -800,8 +805,8 @@ declare namespace LocalJSX {
|
|
|
800
805
|
"inputiconcolor"?: string;
|
|
801
806
|
/**
|
|
802
807
|
* tabindex - Allows the HTML elements to be focusable
|
|
803
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
804
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
808
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_24 input-index="1" />
|
|
809
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_24 inputindex={1} />
|
|
805
810
|
*/
|
|
806
811
|
"inputindex"?: string | number;
|
|
807
812
|
/**
|
|
@@ -815,13 +820,13 @@ declare namespace LocalJSX {
|
|
|
815
820
|
"min"?: MinMaxDates | number;
|
|
816
821
|
"minlength"?: string | number;
|
|
817
822
|
"name"?: string;
|
|
818
|
-
"onBlurChanged"?: (event:
|
|
819
|
-
"onFocusChanged"?: (event:
|
|
820
|
-
"onInputIconClick"?: (event:
|
|
821
|
-
"onInvalidChanged"?: (event:
|
|
822
|
-
"onLeftIconClick"?: (event:
|
|
823
|
-
"onRightIconClick"?: (event:
|
|
824
|
-
"onValueChanged"?: (event:
|
|
823
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_24CustomEvent<string>) => void;
|
|
824
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_24CustomEvent<string>) => void;
|
|
825
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_24CustomEvent<void>) => void;
|
|
826
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_24CustomEvent<string>) => void;
|
|
827
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_24CustomEvent<void>) => void;
|
|
828
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_24CustomEvent<void>) => void;
|
|
829
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_24CustomEvent<string>) => void;
|
|
825
830
|
"pattern"?: string;
|
|
826
831
|
"placeholder"?: string;
|
|
827
832
|
"readonly"?: string | boolean;
|
|
@@ -836,27 +841,27 @@ declare namespace LocalJSX {
|
|
|
836
841
|
"type"?: string;
|
|
837
842
|
"value"?: string | number;
|
|
838
843
|
}
|
|
839
|
-
interface
|
|
844
|
+
interface TttxTable_1_9_24 {
|
|
840
845
|
"data"?: any;
|
|
841
846
|
"draggableHeaders"?: boolean;
|
|
842
847
|
"headers"?: TableHeader[];
|
|
843
848
|
"loading"?: boolean;
|
|
844
|
-
"onHeaderClicked"?: (event:
|
|
845
|
-
"onHeaderOrderChanged"?: (event:
|
|
846
|
-
"onRowClicked"?: (event:
|
|
849
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_24CustomEvent<any>) => void;
|
|
850
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_24CustomEvent<string[]>) => void;
|
|
851
|
+
"onRowClicked"?: (event: TttxTable_1_9_24CustomEvent<any>) => void;
|
|
847
852
|
"selectable"?: boolean;
|
|
848
853
|
"selected"?: number;
|
|
849
854
|
}
|
|
850
|
-
interface
|
|
855
|
+
interface TttxTabs_1_9_24 {
|
|
851
856
|
"navigation"?: boolean;
|
|
852
|
-
"onLeftNavigation"?: (event:
|
|
853
|
-
"onRightNavigation"?: (event:
|
|
854
|
-
"onTabClick"?: (event:
|
|
857
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_24CustomEvent<any>) => void;
|
|
858
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_24CustomEvent<any>) => void;
|
|
859
|
+
"onTabClick"?: (event: TttxTabs_1_9_24CustomEvent<{ tabId: string }>) => void;
|
|
855
860
|
"tabs"?: string | Tab[];
|
|
856
861
|
"tabsName"?: string;
|
|
857
862
|
"wide"?: boolean;
|
|
858
863
|
}
|
|
859
|
-
interface
|
|
864
|
+
interface TttxTag_1_9_24 {
|
|
860
865
|
"color"?: string;
|
|
861
866
|
"hasIcon"?: boolean;
|
|
862
867
|
"icon"?: string;
|
|
@@ -865,13 +870,13 @@ declare namespace LocalJSX {
|
|
|
865
870
|
"text"?: string;
|
|
866
871
|
"textColor"?: string;
|
|
867
872
|
}
|
|
868
|
-
interface
|
|
873
|
+
interface TttxTextarea_1_9_24 {
|
|
869
874
|
"disabled"?: boolean;
|
|
870
875
|
"errormsg"?: string;
|
|
871
876
|
/**
|
|
872
877
|
* tabindex - Allows the HTML elements to be focusable
|
|
873
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
874
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
878
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_24 input-index="1" />
|
|
879
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_24 inputindex={1} />
|
|
875
880
|
*/
|
|
876
881
|
"inputindex"?: string | number;
|
|
877
882
|
/**
|
|
@@ -882,10 +887,10 @@ declare namespace LocalJSX {
|
|
|
882
887
|
"label"?: string;
|
|
883
888
|
"maxlength"?: string | number;
|
|
884
889
|
"name"?: string;
|
|
885
|
-
"onBlurChanged"?: (event:
|
|
886
|
-
"onFocusChanged"?: (event:
|
|
887
|
-
"onInvalidChanged"?: (event:
|
|
888
|
-
"onValueChanged"?: (event:
|
|
890
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_24CustomEvent<string>) => void;
|
|
891
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_24CustomEvent<string>) => void;
|
|
892
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_24CustomEvent<string>) => void;
|
|
893
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_24CustomEvent<string>) => void;
|
|
889
894
|
"placeholder"?: string;
|
|
890
895
|
"readonly"?: string | boolean;
|
|
891
896
|
"required"?: boolean;
|
|
@@ -899,88 +904,88 @@ declare namespace LocalJSX {
|
|
|
899
904
|
"textareaautofocus"?: boolean;
|
|
900
905
|
"value"?: string | number;
|
|
901
906
|
}
|
|
902
|
-
interface
|
|
907
|
+
interface TttxToggle_1_9_24 {
|
|
903
908
|
"initialstate"?: boolean | string;
|
|
904
|
-
"onToggleSwitchEvent"?: (event:
|
|
909
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_24CustomEvent<{checked: boolean}>) => void;
|
|
905
910
|
}
|
|
906
|
-
interface
|
|
911
|
+
interface TttxToolbar_1_9_24 {
|
|
907
912
|
"border"?: boolean;
|
|
908
913
|
}
|
|
909
|
-
interface
|
|
914
|
+
interface TttxTreeView_1_9_24 {
|
|
910
915
|
"data"?: TreeViewItem[];
|
|
911
|
-
"onCheckboxChange"?: (event:
|
|
912
|
-
"onClickEvent"?: (event:
|
|
913
|
-
"onExpandNode"?: (event:
|
|
916
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_24CustomEvent<TreeViewItem[]>) => void;
|
|
917
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_24CustomEvent<TreeViewItem>) => void;
|
|
918
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_24CustomEvent<ExpandNodeEvent>) => void;
|
|
914
919
|
}
|
|
915
920
|
interface IntrinsicElements {
|
|
916
|
-
"tttx-
|
|
917
|
-
"tttx-checkbox-group-
|
|
918
|
-
"tttx-checkbox-group-
|
|
919
|
-
"tttx-checkbox-
|
|
920
|
-
"tttx-
|
|
921
|
-
"tttx-
|
|
922
|
-
"tttx-data-
|
|
923
|
-
"tttx-
|
|
924
|
-
"tttx-dialog-
|
|
925
|
-
"tttx-
|
|
926
|
-
"tttx-
|
|
927
|
-
"tttx-
|
|
928
|
-
"tttx-
|
|
929
|
-
"tttx-
|
|
930
|
-
"tttx-
|
|
931
|
-
"tttx-keyvalue-
|
|
932
|
-
"tttx-
|
|
933
|
-
"tttx-loading-
|
|
934
|
-
"tttx-multiselect-
|
|
935
|
-
"tttx-percentage-
|
|
936
|
-
"tttx-
|
|
937
|
-
"tttx-select-
|
|
938
|
-
"tttx-
|
|
939
|
-
"tttx-standalone-
|
|
940
|
-
"tttx-
|
|
941
|
-
"tttx-
|
|
942
|
-
"tttx-
|
|
943
|
-
"tttx-
|
|
944
|
-
"tttx-
|
|
945
|
-
"tttx-
|
|
946
|
-
"tttx-tree-
|
|
921
|
+
"tttx-button_1_9_24": TttxButton_1_9_24;
|
|
922
|
+
"tttx-checkbox-group-caption_1_9_24": TttxCheckboxGroupCaption_1_9_24;
|
|
923
|
+
"tttx-checkbox-group-heading_1_9_24": TttxCheckboxGroupHeading_1_9_24;
|
|
924
|
+
"tttx-checkbox-group_1_9_24": TttxCheckboxGroup_1_9_24;
|
|
925
|
+
"tttx-checkbox_1_9_24": TttxCheckbox_1_9_24;
|
|
926
|
+
"tttx-comments_1_9_24": TttxComments_1_9_24;
|
|
927
|
+
"tttx-data-pattern_1_9_24": TttxDataPattern_1_9_24;
|
|
928
|
+
"tttx-datacard_1_9_24": TttxDatacard_1_9_24;
|
|
929
|
+
"tttx-dialog-box_1_9_24": TttxDialogBox_1_9_24;
|
|
930
|
+
"tttx-dialog_1_9_24": TttxDialog_1_9_24;
|
|
931
|
+
"tttx-expander_1_9_24": TttxExpander_1_9_24;
|
|
932
|
+
"tttx-filter_1_9_24": TttxFilter_1_9_24;
|
|
933
|
+
"tttx-form_1_9_24": TttxForm_1_9_24;
|
|
934
|
+
"tttx-graph_1_9_24": TttxGraph_1_9_24;
|
|
935
|
+
"tttx-icon_1_9_24": TttxIcon_1_9_24;
|
|
936
|
+
"tttx-keyvalue-block_1_9_24": TttxKeyvalueBlock_1_9_24;
|
|
937
|
+
"tttx-list_1_9_24": TttxList_1_9_24;
|
|
938
|
+
"tttx-loading-spinner_1_9_24": TttxLoadingSpinner_1_9_24;
|
|
939
|
+
"tttx-multiselect-box_1_9_24": TttxMultiselectBox_1_9_24;
|
|
940
|
+
"tttx-percentage-bar_1_9_24": TttxPercentageBar_1_9_24;
|
|
941
|
+
"tttx-qrcode_1_9_24": TttxQrcode_1_9_24;
|
|
942
|
+
"tttx-select-box_1_9_24": TttxSelectBox_1_9_24;
|
|
943
|
+
"tttx-sorter_1_9_24": TttxSorter_1_9_24;
|
|
944
|
+
"tttx-standalone-input_1_9_24": TttxStandaloneInput_1_9_24;
|
|
945
|
+
"tttx-table_1_9_24": TttxTable_1_9_24;
|
|
946
|
+
"tttx-tabs_1_9_24": TttxTabs_1_9_24;
|
|
947
|
+
"tttx-tag_1_9_24": TttxTag_1_9_24;
|
|
948
|
+
"tttx-textarea_1_9_24": TttxTextarea_1_9_24;
|
|
949
|
+
"tttx-toggle_1_9_24": TttxToggle_1_9_24;
|
|
950
|
+
"tttx-toolbar_1_9_24": TttxToolbar_1_9_24;
|
|
951
|
+
"tttx-tree-view_1_9_24": TttxTreeView_1_9_24;
|
|
947
952
|
}
|
|
948
953
|
}
|
|
949
954
|
export { LocalJSX as JSX };
|
|
950
955
|
declare module "@stencil/core" {
|
|
951
956
|
export namespace JSX {
|
|
952
957
|
interface IntrinsicElements {
|
|
953
|
-
"tttx-
|
|
954
|
-
"tttx-checkbox-group-
|
|
955
|
-
"tttx-checkbox-group-
|
|
956
|
-
"tttx-checkbox-
|
|
957
|
-
"tttx-
|
|
958
|
-
"tttx-
|
|
959
|
-
"tttx-data-
|
|
960
|
-
"tttx-
|
|
961
|
-
"tttx-dialog-
|
|
962
|
-
"tttx-
|
|
963
|
-
"tttx-
|
|
964
|
-
"tttx-
|
|
965
|
-
"tttx-
|
|
966
|
-
"tttx-
|
|
967
|
-
"tttx-
|
|
968
|
-
"tttx-keyvalue-
|
|
969
|
-
"tttx-
|
|
970
|
-
"tttx-loading-
|
|
971
|
-
"tttx-multiselect-
|
|
972
|
-
"tttx-percentage-
|
|
973
|
-
"tttx-
|
|
974
|
-
"tttx-select-
|
|
975
|
-
"tttx-
|
|
976
|
-
"tttx-standalone-
|
|
977
|
-
"tttx-
|
|
978
|
-
"tttx-
|
|
979
|
-
"tttx-
|
|
980
|
-
"tttx-
|
|
981
|
-
"tttx-
|
|
982
|
-
"tttx-
|
|
983
|
-
"tttx-tree-
|
|
958
|
+
"tttx-button_1_9_24": LocalJSX.TttxButton_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_24Element>;
|
|
959
|
+
"tttx-checkbox-group-caption_1_9_24": LocalJSX.TttxCheckboxGroupCaption_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_24Element>;
|
|
960
|
+
"tttx-checkbox-group-heading_1_9_24": LocalJSX.TttxCheckboxGroupHeading_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_24Element>;
|
|
961
|
+
"tttx-checkbox-group_1_9_24": LocalJSX.TttxCheckboxGroup_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_24Element>;
|
|
962
|
+
"tttx-checkbox_1_9_24": LocalJSX.TttxCheckbox_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_24Element>;
|
|
963
|
+
"tttx-comments_1_9_24": LocalJSX.TttxComments_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_24Element>;
|
|
964
|
+
"tttx-data-pattern_1_9_24": LocalJSX.TttxDataPattern_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_24Element>;
|
|
965
|
+
"tttx-datacard_1_9_24": LocalJSX.TttxDatacard_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_24Element>;
|
|
966
|
+
"tttx-dialog-box_1_9_24": LocalJSX.TttxDialogBox_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_24Element>;
|
|
967
|
+
"tttx-dialog_1_9_24": LocalJSX.TttxDialog_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_24Element>;
|
|
968
|
+
"tttx-expander_1_9_24": LocalJSX.TttxExpander_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_24Element>;
|
|
969
|
+
"tttx-filter_1_9_24": LocalJSX.TttxFilter_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_24Element>;
|
|
970
|
+
"tttx-form_1_9_24": LocalJSX.TttxForm_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_24Element>;
|
|
971
|
+
"tttx-graph_1_9_24": LocalJSX.TttxGraph_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_24Element>;
|
|
972
|
+
"tttx-icon_1_9_24": LocalJSX.TttxIcon_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_24Element>;
|
|
973
|
+
"tttx-keyvalue-block_1_9_24": LocalJSX.TttxKeyvalueBlock_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_24Element>;
|
|
974
|
+
"tttx-list_1_9_24": LocalJSX.TttxList_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_24Element>;
|
|
975
|
+
"tttx-loading-spinner_1_9_24": LocalJSX.TttxLoadingSpinner_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_24Element>;
|
|
976
|
+
"tttx-multiselect-box_1_9_24": LocalJSX.TttxMultiselectBox_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_24Element>;
|
|
977
|
+
"tttx-percentage-bar_1_9_24": LocalJSX.TttxPercentageBar_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_24Element>;
|
|
978
|
+
"tttx-qrcode_1_9_24": LocalJSX.TttxQrcode_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_24Element>;
|
|
979
|
+
"tttx-select-box_1_9_24": LocalJSX.TttxSelectBox_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_24Element>;
|
|
980
|
+
"tttx-sorter_1_9_24": LocalJSX.TttxSorter_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_24Element>;
|
|
981
|
+
"tttx-standalone-input_1_9_24": LocalJSX.TttxStandaloneInput_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_24Element>;
|
|
982
|
+
"tttx-table_1_9_24": LocalJSX.TttxTable_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_24Element>;
|
|
983
|
+
"tttx-tabs_1_9_24": LocalJSX.TttxTabs_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_24Element>;
|
|
984
|
+
"tttx-tag_1_9_24": LocalJSX.TttxTag_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_24Element>;
|
|
985
|
+
"tttx-textarea_1_9_24": LocalJSX.TttxTextarea_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_24Element>;
|
|
986
|
+
"tttx-toggle_1_9_24": LocalJSX.TttxToggle_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_24Element>;
|
|
987
|
+
"tttx-toolbar_1_9_24": LocalJSX.TttxToolbar_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_24Element>;
|
|
988
|
+
"tttx-tree-view_1_9_24": LocalJSX.TttxTreeView_1_9_24 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_24Element>;
|
|
984
989
|
}
|
|
985
990
|
}
|
|
986
991
|
}
|