@3t-transform/threeteeui 1.9.23 → 1.9.25
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_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_23.cjs.entry.js → tttx-checkbox-group-caption_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_23.cjs.entry.js → tttx-checkbox-group-heading_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_23.cjs.entry.js → tttx-checkbox-group_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_23.cjs.entry.js → tttx-checkbox_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_23.cjs.entry.js → tttx-comments_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_23.cjs.entry.js → tttx-data-pattern_1_9_25.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_23.cjs.entry.js → tttx-datacard_1_9_25.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_23.cjs.entry.js → tttx-dialog-box_1_9_25.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_23.cjs.entry.js → tttx-dialog_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_23.cjs.entry.js → tttx-expander_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_23_4.cjs.entry.js → tttx-filter_1_9_25_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_23.cjs.entry.js → tttx-form_1_9_25.cjs.entry.js} +11 -3
- package/dist/cjs/{tttx-graph_1_9_23.cjs.entry.js → tttx-graph_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_23.cjs.entry.js → tttx-icon_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_23.cjs.entry.js → tttx-keyvalue-block_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_23_3.cjs.entry.js → tttx-loading-spinner_1_9_25_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_23.cjs.entry.js → tttx-multiselect-box_1_9_25.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_23.cjs.entry.js → tttx-percentage-bar_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_23.cjs.entry.js → tttx-qrcode_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_23.cjs.entry.js → tttx-select-box_1_9_25.cjs.entry.js} +32 -9
- package/dist/cjs/{tttx-table_1_9_23.cjs.entry.js → tttx-table_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_23.cjs.entry.js → tttx-tabs_1_9_25.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_23.cjs.entry.js → tttx-textarea_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_23.cjs.entry.js → tttx-toggle_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_23.cjs.entry.js → tttx-tree-view_1_9_25.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 +27 -3
- 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_25.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_23.js → tttx-button_1_9_25.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_23.js → tttx-checkbox-group-caption_1_9_25.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_23.js → tttx-checkbox-group-heading_1_9_25.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_23.js → tttx-checkbox-group_1_9_25.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_23.d.ts → tttx-checkbox_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_23.js → tttx-checkbox_1_9_25.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_23.d.ts → tttx-comments_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_23.js → tttx-comments_1_9_25.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_23.js → tttx-data-pattern_1_9_25.js} +16 -16
- package/dist/components/{tttx-comments_1_9_23.d.ts → tttx-datacard_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_23.js → tttx-datacard_1_9_25.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_23.js → tttx-dialog-box_1_9_25.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_23.d.ts → tttx-dialog_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_23.js → tttx-dialog_1_9_25.js} +8 -8
- package/dist/components/tttx-expander_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_23.js → tttx-expander_1_9_25.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_25.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_23.js → tttx-filter_1_9_25.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_23.d.ts → tttx-form_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_23.js → tttx-form_1_9_25.js} +21 -12
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_23.d.ts → tttx-graph_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_23.js → tttx-graph_1_9_25.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_25.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_23.js → tttx-icon_1_9_25.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_23.js → tttx-keyvalue-block_1_9_25.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_25.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_23.js → tttx-list_1_9_25.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_23.js → tttx-loading-spinner_1_9_25.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_23.js → tttx-multiselect-box_1_9_25.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_23.js → tttx-percentage-bar_1_9_25.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_23.d.ts → tttx-qrcode_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_23.js → tttx-qrcode_1_9_25.js} +5 -5
- package/dist/components/tttx-select-box.js +41 -15
- package/dist/components/tttx-select-box_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_23.js → tttx-select-box_1_9_25.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_23.js → tttx-sorter_1_9_25.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_23.js → tttx-standalone-input_1_9_25.js} +2 -2
- package/dist/components/{tttx-table_1_9_23.d.ts → tttx-table_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_23.js → tttx-table_1_9_25.js} +5 -5
- package/dist/components/{tttx-form_1_9_23.d.ts → tttx-tabs_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_23.js → tttx-tabs_1_9_25.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_25.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_23.js → tttx-tag_1_9_25.js} +2 -2
- package/dist/components/tttx-textarea_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_23.js → tttx-textarea_1_9_25.js} +6 -6
- package/dist/components/tttx-toggle_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_23.js → tttx-toggle_1_9_25.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_23.js → tttx-toolbar_1_9_25.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_23.js → tttx-tree-view_1_9_25.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_23.entry.js → tttx-button_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_23.entry.js → tttx-checkbox-group-caption_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_23.entry.js → tttx-checkbox-group-heading_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_23.entry.js → tttx-checkbox-group_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_23.entry.js → tttx-checkbox_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_23.entry.js → tttx-comments_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_23.entry.js → tttx-data-pattern_1_9_25.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_23.entry.js → tttx-datacard_1_9_25.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_23.entry.js → tttx-dialog-box_1_9_25.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_23.entry.js → tttx-dialog_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_23.entry.js → tttx-expander_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_23_4.entry.js → tttx-filter_1_9_25_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_23.entry.js → tttx-form_1_9_25.entry.js} +11 -3
- package/dist/esm/{tttx-graph_1_9_23.entry.js → tttx-graph_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_23.entry.js → tttx-icon_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_23.entry.js → tttx-keyvalue-block_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_23_3.entry.js → tttx-loading-spinner_1_9_25_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_23.entry.js → tttx-multiselect-box_1_9_25.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_23.entry.js → tttx-percentage-bar_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_23.entry.js → tttx-qrcode_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_23.entry.js → tttx-select-box_1_9_25.entry.js} +32 -9
- package/dist/esm/{tttx-table_1_9_23.entry.js → tttx-table_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_23.entry.js → tttx-tabs_1_9_25.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_23.entry.js → tttx-textarea_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_23.entry.js → tttx-toggle_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_23.entry.js → tttx-tree-view_1_9_25.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 -0
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-0ffbf27e.entry.js +1 -1
- package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
- package/dist/tttx/p-23f45005.entry.js +1 -1
- package/dist/tttx/p-2d4c1e8a.entry.js +1 -1
- package/dist/tttx/p-49ef7451.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-5722f326.entry.js +1 -1
- package/dist/tttx/p-59c7b049.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.entry.js +1 -1
- package/dist/tttx/p-74148f2a.entry.js +1 -1
- package/dist/tttx/p-79e218d0.entry.js +1 -1
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-996a6061.entry.js +1 -1
- package/dist/tttx/p-a01e679a.entry.js +1 -1
- package/dist/tttx/p-a8e76e78.entry.js +1 -1
- package/dist/tttx/p-b7347352.entry.js +1 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-c34d99d1.entry.js +1 -1
- package/dist/tttx/p-cfe412d0.entry.js +1 -1
- package/dist/tttx/p-de6e8250.entry.js +1 -1
- package/dist/tttx/p-f115bff6.entry.js +1 -0
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +2 -0
- 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 +374 -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
- package/dist/tttx/p-90d21e86.entry.js +0 -1
- package/dist/types/components/molecules/tttx-checkbox-group/interfaces.d.ts +0 -10
- package/dist/types/components/molecules/tttx-dialog-box/interfaces.d.ts +0 -25
- package/dist/types/components/molecules/tttx-list/interfaces.d.ts +0 -38
- package/dist/types/components/molecules/tttx-multiselect-box/interfaces.d.ts +0 -7
- package/dist/types/components/molecules/tttx-select-box/interfaces.d.ts +0 -7
- package/dist/types/components/molecules/tttx-sorter/interfaces.d.ts +0 -9
- package/dist/types/components/molecules/tttx-tabs/interfaces.d.ts +0 -10
|
@@ -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_25 {
|
|
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_25 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_25 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_25 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_25 {
|
|
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_25 {
|
|
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_25 {
|
|
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_25 {
|
|
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_25 {
|
|
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_25 {
|
|
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_25 {
|
|
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_25 {
|
|
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_25 {
|
|
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
|
|
@@ -113,6 +113,7 @@ export namespace Components {
|
|
|
113
113
|
*/
|
|
114
114
|
"enableFormField": (fieldName: string) => Promise<void>;
|
|
115
115
|
"formschema": Record<string, any> | string;
|
|
116
|
+
"isValid": () => Promise<boolean>;
|
|
116
117
|
/**
|
|
117
118
|
* Change the readonly property on an input field. If set to 'true' any validation will also be cleared.
|
|
118
119
|
* @param fieldName The form field name to set
|
|
@@ -141,30 +142,30 @@ export namespace Components {
|
|
|
141
142
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
142
143
|
"submit": () => Promise<void>;
|
|
143
144
|
}
|
|
144
|
-
interface
|
|
145
|
+
interface TttxGraph_1_9_25 {
|
|
145
146
|
"chartData": string;
|
|
146
147
|
"chartText": string;
|
|
147
148
|
"chartType": string;
|
|
148
149
|
}
|
|
149
|
-
interface
|
|
150
|
+
interface TttxIcon_1_9_25 {
|
|
150
151
|
"color": string;
|
|
151
152
|
"icon": string;
|
|
152
153
|
"size": number;
|
|
153
154
|
}
|
|
154
|
-
interface
|
|
155
|
+
interface TttxKeyvalueBlock_1_9_25 {
|
|
155
156
|
"horizontal": boolean;
|
|
156
157
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
157
158
|
"spacedout": boolean;
|
|
158
159
|
}
|
|
159
|
-
interface
|
|
160
|
+
interface TttxList_1_9_25 {
|
|
160
161
|
"data": string | ListItem[];
|
|
161
162
|
"name": string;
|
|
162
163
|
}
|
|
163
|
-
interface
|
|
164
|
+
interface TttxLoadingSpinner_1_9_25 {
|
|
164
165
|
"loadingMessage": boolean;
|
|
165
166
|
"size": 'small' | 'large';
|
|
166
167
|
}
|
|
167
|
-
interface
|
|
168
|
+
interface TttxMultiselectBox_1_9_25 {
|
|
168
169
|
"htmlVisibleValue": boolean;
|
|
169
170
|
"inline": boolean;
|
|
170
171
|
"isLoading": boolean;
|
|
@@ -178,20 +179,21 @@ export namespace Components {
|
|
|
178
179
|
"stopLocalSearch": boolean;
|
|
179
180
|
"visibleValue": string;
|
|
180
181
|
}
|
|
181
|
-
interface
|
|
182
|
+
interface TttxPercentageBar_1_9_25 {
|
|
182
183
|
"color"?: string;
|
|
183
184
|
"labelid"?: string;
|
|
184
185
|
"min": string;
|
|
185
186
|
"percentage": string | number;
|
|
186
187
|
"thresholds"?: string | Threshold[];
|
|
187
188
|
}
|
|
188
|
-
interface
|
|
189
|
+
interface TttxQrcode_1_9_25 {
|
|
189
190
|
"link": string;
|
|
190
191
|
"size": number;
|
|
191
192
|
}
|
|
192
|
-
interface
|
|
193
|
+
interface TttxSelectBox_1_9_25 {
|
|
193
194
|
"errorMsg": string;
|
|
194
195
|
"inline": boolean;
|
|
196
|
+
"isAllExternalDataLoaded": boolean;
|
|
195
197
|
"isLoading": boolean;
|
|
196
198
|
"label": string;
|
|
197
199
|
"nonPriorityLabel": string;
|
|
@@ -205,14 +207,15 @@ export namespace Components {
|
|
|
205
207
|
"showErrorBubble": boolean;
|
|
206
208
|
"showErrorMsg": boolean;
|
|
207
209
|
"useExternalFiltering": boolean;
|
|
210
|
+
"useExternalPaginatedFiltering": boolean;
|
|
208
211
|
}
|
|
209
|
-
interface
|
|
212
|
+
interface TttxSorter_1_9_25 {
|
|
210
213
|
"defaultOption": string;
|
|
211
214
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
212
215
|
"fieldOptionsData": string | SorterData;
|
|
213
216
|
"sorterKey": string;
|
|
214
217
|
}
|
|
215
|
-
interface
|
|
218
|
+
interface TttxStandaloneInput_1_9_25 {
|
|
216
219
|
"autocomplete": 'off' | 'on';
|
|
217
220
|
"checked": boolean;
|
|
218
221
|
"disabled": boolean;
|
|
@@ -228,8 +231,8 @@ export namespace Components {
|
|
|
228
231
|
"inputiconcolor": string;
|
|
229
232
|
/**
|
|
230
233
|
* 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-
|
|
234
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_25 input-index="1" />
|
|
235
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_25 inputindex={1} />
|
|
233
236
|
*/
|
|
234
237
|
"inputindex": string | number;
|
|
235
238
|
/**
|
|
@@ -257,7 +260,7 @@ export namespace Components {
|
|
|
257
260
|
"type": string;
|
|
258
261
|
"value": string | number;
|
|
259
262
|
}
|
|
260
|
-
interface
|
|
263
|
+
interface TttxTable_1_9_25 {
|
|
261
264
|
"data": any;
|
|
262
265
|
"draggableHeaders": boolean;
|
|
263
266
|
"headers": TableHeader[];
|
|
@@ -265,13 +268,13 @@ export namespace Components {
|
|
|
265
268
|
"selectable": boolean;
|
|
266
269
|
"selected": number;
|
|
267
270
|
}
|
|
268
|
-
interface
|
|
271
|
+
interface TttxTabs_1_9_25 {
|
|
269
272
|
"navigation": boolean;
|
|
270
273
|
"tabs": string | Tab[];
|
|
271
274
|
"tabsName": string;
|
|
272
275
|
"wide": boolean;
|
|
273
276
|
}
|
|
274
|
-
interface
|
|
277
|
+
interface TttxTag_1_9_25 {
|
|
275
278
|
"color": string;
|
|
276
279
|
"hasIcon": boolean;
|
|
277
280
|
"icon": string;
|
|
@@ -280,13 +283,13 @@ export namespace Components {
|
|
|
280
283
|
"text": string;
|
|
281
284
|
"textColor": string;
|
|
282
285
|
}
|
|
283
|
-
interface
|
|
286
|
+
interface TttxTextarea_1_9_25 {
|
|
284
287
|
"disabled": boolean;
|
|
285
288
|
"errormsg": string;
|
|
286
289
|
/**
|
|
287
290
|
* 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-
|
|
291
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_25 input-index="1" />
|
|
292
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_25 inputindex={1} />
|
|
290
293
|
*/
|
|
291
294
|
"inputindex": string | number;
|
|
292
295
|
/**
|
|
@@ -310,335 +313,335 @@ export namespace Components {
|
|
|
310
313
|
"textareaautofocus": boolean;
|
|
311
314
|
"value": string | number;
|
|
312
315
|
}
|
|
313
|
-
interface
|
|
316
|
+
interface TttxToggle_1_9_25 {
|
|
314
317
|
"initialstate": boolean | string;
|
|
315
318
|
}
|
|
316
|
-
interface
|
|
319
|
+
interface TttxToolbar_1_9_25 {
|
|
317
320
|
"border": boolean;
|
|
318
321
|
}
|
|
319
|
-
interface
|
|
322
|
+
interface TttxTreeView_1_9_25 {
|
|
320
323
|
"data": TreeViewItem[];
|
|
321
324
|
}
|
|
322
325
|
}
|
|
323
|
-
export interface
|
|
326
|
+
export interface TttxCheckbox_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
324
327
|
detail: T;
|
|
325
|
-
target:
|
|
328
|
+
target: HTMLTttxCheckbox_1_9_25Element;
|
|
326
329
|
}
|
|
327
|
-
export interface
|
|
330
|
+
export interface TttxComments_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
328
331
|
detail: T;
|
|
329
|
-
target:
|
|
332
|
+
target: HTMLTttxComments_1_9_25Element;
|
|
330
333
|
}
|
|
331
|
-
export interface
|
|
334
|
+
export interface TttxDialogBox_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
332
335
|
detail: T;
|
|
333
|
-
target:
|
|
336
|
+
target: HTMLTttxDialogBox_1_9_25Element;
|
|
334
337
|
}
|
|
335
|
-
export interface
|
|
338
|
+
export interface TttxDialog_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
336
339
|
detail: T;
|
|
337
|
-
target:
|
|
340
|
+
target: HTMLTttxDialog_1_9_25Element;
|
|
338
341
|
}
|
|
339
|
-
export interface
|
|
342
|
+
export interface TttxExpander_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
340
343
|
detail: T;
|
|
341
|
-
target:
|
|
344
|
+
target: HTMLTttxExpander_1_9_25Element;
|
|
342
345
|
}
|
|
343
|
-
export interface
|
|
346
|
+
export interface TttxFilter_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
344
347
|
detail: T;
|
|
345
|
-
target:
|
|
348
|
+
target: HTMLTttxFilter_1_9_25Element;
|
|
346
349
|
}
|
|
347
|
-
export interface
|
|
350
|
+
export interface TttxForm_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
348
351
|
detail: T;
|
|
349
|
-
target:
|
|
352
|
+
target: HTMLTttxForm_1_9_25Element;
|
|
350
353
|
}
|
|
351
|
-
export interface
|
|
354
|
+
export interface TttxList_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
352
355
|
detail: T;
|
|
353
|
-
target:
|
|
356
|
+
target: HTMLTttxList_1_9_25Element;
|
|
354
357
|
}
|
|
355
|
-
export interface
|
|
358
|
+
export interface TttxMultiselectBox_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
356
359
|
detail: T;
|
|
357
|
-
target:
|
|
360
|
+
target: HTMLTttxMultiselectBox_1_9_25Element;
|
|
358
361
|
}
|
|
359
|
-
export interface
|
|
362
|
+
export interface TttxSelectBox_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
360
363
|
detail: T;
|
|
361
|
-
target:
|
|
364
|
+
target: HTMLTttxSelectBox_1_9_25Element;
|
|
362
365
|
}
|
|
363
|
-
export interface
|
|
366
|
+
export interface TttxSorter_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
364
367
|
detail: T;
|
|
365
|
-
target:
|
|
368
|
+
target: HTMLTttxSorter_1_9_25Element;
|
|
366
369
|
}
|
|
367
|
-
export interface
|
|
370
|
+
export interface TttxStandaloneInput_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
368
371
|
detail: T;
|
|
369
|
-
target:
|
|
372
|
+
target: HTMLTttxStandaloneInput_1_9_25Element;
|
|
370
373
|
}
|
|
371
|
-
export interface
|
|
374
|
+
export interface TttxTable_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
372
375
|
detail: T;
|
|
373
|
-
target:
|
|
376
|
+
target: HTMLTttxTable_1_9_25Element;
|
|
374
377
|
}
|
|
375
|
-
export interface
|
|
378
|
+
export interface TttxTabs_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
376
379
|
detail: T;
|
|
377
|
-
target:
|
|
380
|
+
target: HTMLTttxTabs_1_9_25Element;
|
|
378
381
|
}
|
|
379
|
-
export interface
|
|
382
|
+
export interface TttxTextarea_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
380
383
|
detail: T;
|
|
381
|
-
target:
|
|
384
|
+
target: HTMLTttxTextarea_1_9_25Element;
|
|
382
385
|
}
|
|
383
|
-
export interface
|
|
386
|
+
export interface TttxToggle_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
384
387
|
detail: T;
|
|
385
|
-
target:
|
|
388
|
+
target: HTMLTttxToggle_1_9_25Element;
|
|
386
389
|
}
|
|
387
|
-
export interface
|
|
390
|
+
export interface TttxTreeView_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
388
391
|
detail: T;
|
|
389
|
-
target:
|
|
392
|
+
target: HTMLTttxTreeView_1_9_25Element;
|
|
390
393
|
}
|
|
391
394
|
declare global {
|
|
392
|
-
interface
|
|
395
|
+
interface HTMLTttxButton_1_9_25Element extends Components.TttxButton_1_9_25, HTMLStencilElement {
|
|
393
396
|
}
|
|
394
|
-
var
|
|
395
|
-
prototype:
|
|
396
|
-
new ():
|
|
397
|
+
var HTMLTttxButton_1_9_25Element: {
|
|
398
|
+
prototype: HTMLTttxButton_1_9_25Element;
|
|
399
|
+
new (): HTMLTttxButton_1_9_25Element;
|
|
397
400
|
};
|
|
398
|
-
interface
|
|
401
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_25Element extends Components.TttxCheckboxGroupCaption_1_9_25, HTMLStencilElement {
|
|
399
402
|
}
|
|
400
|
-
var
|
|
401
|
-
prototype:
|
|
402
|
-
new ():
|
|
403
|
+
var HTMLTttxCheckboxGroupCaption_1_9_25Element: {
|
|
404
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_25Element;
|
|
405
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_25Element;
|
|
403
406
|
};
|
|
404
|
-
interface
|
|
407
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_25Element extends Components.TttxCheckboxGroupHeading_1_9_25, HTMLStencilElement {
|
|
405
408
|
}
|
|
406
|
-
var
|
|
407
|
-
prototype:
|
|
408
|
-
new ():
|
|
409
|
+
var HTMLTttxCheckboxGroupHeading_1_9_25Element: {
|
|
410
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_25Element;
|
|
411
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_25Element;
|
|
409
412
|
};
|
|
410
|
-
interface
|
|
413
|
+
interface HTMLTttxCheckboxGroup_1_9_25Element extends Components.TttxCheckboxGroup_1_9_25, HTMLStencilElement {
|
|
411
414
|
}
|
|
412
|
-
var
|
|
413
|
-
prototype:
|
|
414
|
-
new ():
|
|
415
|
+
var HTMLTttxCheckboxGroup_1_9_25Element: {
|
|
416
|
+
prototype: HTMLTttxCheckboxGroup_1_9_25Element;
|
|
417
|
+
new (): HTMLTttxCheckboxGroup_1_9_25Element;
|
|
415
418
|
};
|
|
416
|
-
interface
|
|
419
|
+
interface HTMLTttxCheckbox_1_9_25Element extends Components.TttxCheckbox_1_9_25, HTMLStencilElement {
|
|
417
420
|
}
|
|
418
|
-
var
|
|
419
|
-
prototype:
|
|
420
|
-
new ():
|
|
421
|
+
var HTMLTttxCheckbox_1_9_25Element: {
|
|
422
|
+
prototype: HTMLTttxCheckbox_1_9_25Element;
|
|
423
|
+
new (): HTMLTttxCheckbox_1_9_25Element;
|
|
421
424
|
};
|
|
422
|
-
interface
|
|
425
|
+
interface HTMLTttxComments_1_9_25Element extends Components.TttxComments_1_9_25, HTMLStencilElement {
|
|
423
426
|
}
|
|
424
|
-
var
|
|
425
|
-
prototype:
|
|
426
|
-
new ():
|
|
427
|
+
var HTMLTttxComments_1_9_25Element: {
|
|
428
|
+
prototype: HTMLTttxComments_1_9_25Element;
|
|
429
|
+
new (): HTMLTttxComments_1_9_25Element;
|
|
427
430
|
};
|
|
428
|
-
interface
|
|
431
|
+
interface HTMLTttxDataPattern_1_9_25Element extends Components.TttxDataPattern_1_9_25, HTMLStencilElement {
|
|
429
432
|
}
|
|
430
|
-
var
|
|
431
|
-
prototype:
|
|
432
|
-
new ():
|
|
433
|
+
var HTMLTttxDataPattern_1_9_25Element: {
|
|
434
|
+
prototype: HTMLTttxDataPattern_1_9_25Element;
|
|
435
|
+
new (): HTMLTttxDataPattern_1_9_25Element;
|
|
433
436
|
};
|
|
434
|
-
interface
|
|
437
|
+
interface HTMLTttxDatacard_1_9_25Element extends Components.TttxDatacard_1_9_25, HTMLStencilElement {
|
|
435
438
|
}
|
|
436
|
-
var
|
|
437
|
-
prototype:
|
|
438
|
-
new ():
|
|
439
|
+
var HTMLTttxDatacard_1_9_25Element: {
|
|
440
|
+
prototype: HTMLTttxDatacard_1_9_25Element;
|
|
441
|
+
new (): HTMLTttxDatacard_1_9_25Element;
|
|
439
442
|
};
|
|
440
|
-
interface
|
|
443
|
+
interface HTMLTttxDialogBox_1_9_25Element extends Components.TttxDialogBox_1_9_25, HTMLStencilElement {
|
|
441
444
|
}
|
|
442
|
-
var
|
|
443
|
-
prototype:
|
|
444
|
-
new ():
|
|
445
|
+
var HTMLTttxDialogBox_1_9_25Element: {
|
|
446
|
+
prototype: HTMLTttxDialogBox_1_9_25Element;
|
|
447
|
+
new (): HTMLTttxDialogBox_1_9_25Element;
|
|
445
448
|
};
|
|
446
|
-
interface
|
|
449
|
+
interface HTMLTttxDialog_1_9_25Element extends Components.TttxDialog_1_9_25, HTMLStencilElement {
|
|
447
450
|
}
|
|
448
|
-
var
|
|
449
|
-
prototype:
|
|
450
|
-
new ():
|
|
451
|
+
var HTMLTttxDialog_1_9_25Element: {
|
|
452
|
+
prototype: HTMLTttxDialog_1_9_25Element;
|
|
453
|
+
new (): HTMLTttxDialog_1_9_25Element;
|
|
451
454
|
};
|
|
452
|
-
interface
|
|
455
|
+
interface HTMLTttxExpander_1_9_25Element extends Components.TttxExpander_1_9_25, HTMLStencilElement {
|
|
453
456
|
}
|
|
454
|
-
var
|
|
455
|
-
prototype:
|
|
456
|
-
new ():
|
|
457
|
+
var HTMLTttxExpander_1_9_25Element: {
|
|
458
|
+
prototype: HTMLTttxExpander_1_9_25Element;
|
|
459
|
+
new (): HTMLTttxExpander_1_9_25Element;
|
|
457
460
|
};
|
|
458
|
-
interface
|
|
461
|
+
interface HTMLTttxFilter_1_9_25Element extends Components.TttxFilter_1_9_25, HTMLStencilElement {
|
|
459
462
|
}
|
|
460
|
-
var
|
|
461
|
-
prototype:
|
|
462
|
-
new ():
|
|
463
|
+
var HTMLTttxFilter_1_9_25Element: {
|
|
464
|
+
prototype: HTMLTttxFilter_1_9_25Element;
|
|
465
|
+
new (): HTMLTttxFilter_1_9_25Element;
|
|
463
466
|
};
|
|
464
|
-
interface
|
|
467
|
+
interface HTMLTttxForm_1_9_25Element extends Components.TttxForm_1_9_25, HTMLStencilElement {
|
|
465
468
|
}
|
|
466
|
-
var
|
|
467
|
-
prototype:
|
|
468
|
-
new ():
|
|
469
|
+
var HTMLTttxForm_1_9_25Element: {
|
|
470
|
+
prototype: HTMLTttxForm_1_9_25Element;
|
|
471
|
+
new (): HTMLTttxForm_1_9_25Element;
|
|
469
472
|
};
|
|
470
|
-
interface
|
|
473
|
+
interface HTMLTttxGraph_1_9_25Element extends Components.TttxGraph_1_9_25, HTMLStencilElement {
|
|
471
474
|
}
|
|
472
|
-
var
|
|
473
|
-
prototype:
|
|
474
|
-
new ():
|
|
475
|
+
var HTMLTttxGraph_1_9_25Element: {
|
|
476
|
+
prototype: HTMLTttxGraph_1_9_25Element;
|
|
477
|
+
new (): HTMLTttxGraph_1_9_25Element;
|
|
475
478
|
};
|
|
476
|
-
interface
|
|
479
|
+
interface HTMLTttxIcon_1_9_25Element extends Components.TttxIcon_1_9_25, HTMLStencilElement {
|
|
477
480
|
}
|
|
478
|
-
var
|
|
479
|
-
prototype:
|
|
480
|
-
new ():
|
|
481
|
+
var HTMLTttxIcon_1_9_25Element: {
|
|
482
|
+
prototype: HTMLTttxIcon_1_9_25Element;
|
|
483
|
+
new (): HTMLTttxIcon_1_9_25Element;
|
|
481
484
|
};
|
|
482
|
-
interface
|
|
485
|
+
interface HTMLTttxKeyvalueBlock_1_9_25Element extends Components.TttxKeyvalueBlock_1_9_25, HTMLStencilElement {
|
|
483
486
|
}
|
|
484
|
-
var
|
|
485
|
-
prototype:
|
|
486
|
-
new ():
|
|
487
|
+
var HTMLTttxKeyvalueBlock_1_9_25Element: {
|
|
488
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_25Element;
|
|
489
|
+
new (): HTMLTttxKeyvalueBlock_1_9_25Element;
|
|
487
490
|
};
|
|
488
|
-
interface
|
|
491
|
+
interface HTMLTttxList_1_9_25Element extends Components.TttxList_1_9_25, HTMLStencilElement {
|
|
489
492
|
}
|
|
490
|
-
var
|
|
491
|
-
prototype:
|
|
492
|
-
new ():
|
|
493
|
+
var HTMLTttxList_1_9_25Element: {
|
|
494
|
+
prototype: HTMLTttxList_1_9_25Element;
|
|
495
|
+
new (): HTMLTttxList_1_9_25Element;
|
|
493
496
|
};
|
|
494
|
-
interface
|
|
497
|
+
interface HTMLTttxLoadingSpinner_1_9_25Element extends Components.TttxLoadingSpinner_1_9_25, HTMLStencilElement {
|
|
495
498
|
}
|
|
496
|
-
var
|
|
497
|
-
prototype:
|
|
498
|
-
new ():
|
|
499
|
+
var HTMLTttxLoadingSpinner_1_9_25Element: {
|
|
500
|
+
prototype: HTMLTttxLoadingSpinner_1_9_25Element;
|
|
501
|
+
new (): HTMLTttxLoadingSpinner_1_9_25Element;
|
|
499
502
|
};
|
|
500
|
-
interface
|
|
503
|
+
interface HTMLTttxMultiselectBox_1_9_25Element extends Components.TttxMultiselectBox_1_9_25, HTMLStencilElement {
|
|
501
504
|
}
|
|
502
|
-
var
|
|
503
|
-
prototype:
|
|
504
|
-
new ():
|
|
505
|
+
var HTMLTttxMultiselectBox_1_9_25Element: {
|
|
506
|
+
prototype: HTMLTttxMultiselectBox_1_9_25Element;
|
|
507
|
+
new (): HTMLTttxMultiselectBox_1_9_25Element;
|
|
505
508
|
};
|
|
506
|
-
interface
|
|
509
|
+
interface HTMLTttxPercentageBar_1_9_25Element extends Components.TttxPercentageBar_1_9_25, HTMLStencilElement {
|
|
507
510
|
}
|
|
508
|
-
var
|
|
509
|
-
prototype:
|
|
510
|
-
new ():
|
|
511
|
+
var HTMLTttxPercentageBar_1_9_25Element: {
|
|
512
|
+
prototype: HTMLTttxPercentageBar_1_9_25Element;
|
|
513
|
+
new (): HTMLTttxPercentageBar_1_9_25Element;
|
|
511
514
|
};
|
|
512
|
-
interface
|
|
515
|
+
interface HTMLTttxQrcode_1_9_25Element extends Components.TttxQrcode_1_9_25, HTMLStencilElement {
|
|
513
516
|
}
|
|
514
|
-
var
|
|
515
|
-
prototype:
|
|
516
|
-
new ():
|
|
517
|
+
var HTMLTttxQrcode_1_9_25Element: {
|
|
518
|
+
prototype: HTMLTttxQrcode_1_9_25Element;
|
|
519
|
+
new (): HTMLTttxQrcode_1_9_25Element;
|
|
517
520
|
};
|
|
518
|
-
interface
|
|
521
|
+
interface HTMLTttxSelectBox_1_9_25Element extends Components.TttxSelectBox_1_9_25, HTMLStencilElement {
|
|
519
522
|
}
|
|
520
|
-
var
|
|
521
|
-
prototype:
|
|
522
|
-
new ():
|
|
523
|
+
var HTMLTttxSelectBox_1_9_25Element: {
|
|
524
|
+
prototype: HTMLTttxSelectBox_1_9_25Element;
|
|
525
|
+
new (): HTMLTttxSelectBox_1_9_25Element;
|
|
523
526
|
};
|
|
524
|
-
interface
|
|
527
|
+
interface HTMLTttxSorter_1_9_25Element extends Components.TttxSorter_1_9_25, HTMLStencilElement {
|
|
525
528
|
}
|
|
526
|
-
var
|
|
527
|
-
prototype:
|
|
528
|
-
new ():
|
|
529
|
+
var HTMLTttxSorter_1_9_25Element: {
|
|
530
|
+
prototype: HTMLTttxSorter_1_9_25Element;
|
|
531
|
+
new (): HTMLTttxSorter_1_9_25Element;
|
|
529
532
|
};
|
|
530
|
-
interface
|
|
533
|
+
interface HTMLTttxStandaloneInput_1_9_25Element extends Components.TttxStandaloneInput_1_9_25, HTMLStencilElement {
|
|
531
534
|
}
|
|
532
|
-
var
|
|
533
|
-
prototype:
|
|
534
|
-
new ():
|
|
535
|
+
var HTMLTttxStandaloneInput_1_9_25Element: {
|
|
536
|
+
prototype: HTMLTttxStandaloneInput_1_9_25Element;
|
|
537
|
+
new (): HTMLTttxStandaloneInput_1_9_25Element;
|
|
535
538
|
};
|
|
536
|
-
interface
|
|
539
|
+
interface HTMLTttxTable_1_9_25Element extends Components.TttxTable_1_9_25, HTMLStencilElement {
|
|
537
540
|
}
|
|
538
|
-
var
|
|
539
|
-
prototype:
|
|
540
|
-
new ():
|
|
541
|
+
var HTMLTttxTable_1_9_25Element: {
|
|
542
|
+
prototype: HTMLTttxTable_1_9_25Element;
|
|
543
|
+
new (): HTMLTttxTable_1_9_25Element;
|
|
541
544
|
};
|
|
542
|
-
interface
|
|
545
|
+
interface HTMLTttxTabs_1_9_25Element extends Components.TttxTabs_1_9_25, HTMLStencilElement {
|
|
543
546
|
}
|
|
544
|
-
var
|
|
545
|
-
prototype:
|
|
546
|
-
new ():
|
|
547
|
+
var HTMLTttxTabs_1_9_25Element: {
|
|
548
|
+
prototype: HTMLTttxTabs_1_9_25Element;
|
|
549
|
+
new (): HTMLTttxTabs_1_9_25Element;
|
|
547
550
|
};
|
|
548
|
-
interface
|
|
551
|
+
interface HTMLTttxTag_1_9_25Element extends Components.TttxTag_1_9_25, HTMLStencilElement {
|
|
549
552
|
}
|
|
550
|
-
var
|
|
551
|
-
prototype:
|
|
552
|
-
new ():
|
|
553
|
+
var HTMLTttxTag_1_9_25Element: {
|
|
554
|
+
prototype: HTMLTttxTag_1_9_25Element;
|
|
555
|
+
new (): HTMLTttxTag_1_9_25Element;
|
|
553
556
|
};
|
|
554
|
-
interface
|
|
557
|
+
interface HTMLTttxTextarea_1_9_25Element extends Components.TttxTextarea_1_9_25, HTMLStencilElement {
|
|
555
558
|
}
|
|
556
|
-
var
|
|
557
|
-
prototype:
|
|
558
|
-
new ():
|
|
559
|
+
var HTMLTttxTextarea_1_9_25Element: {
|
|
560
|
+
prototype: HTMLTttxTextarea_1_9_25Element;
|
|
561
|
+
new (): HTMLTttxTextarea_1_9_25Element;
|
|
559
562
|
};
|
|
560
|
-
interface
|
|
563
|
+
interface HTMLTttxToggle_1_9_25Element extends Components.TttxToggle_1_9_25, HTMLStencilElement {
|
|
561
564
|
}
|
|
562
|
-
var
|
|
563
|
-
prototype:
|
|
564
|
-
new ():
|
|
565
|
+
var HTMLTttxToggle_1_9_25Element: {
|
|
566
|
+
prototype: HTMLTttxToggle_1_9_25Element;
|
|
567
|
+
new (): HTMLTttxToggle_1_9_25Element;
|
|
565
568
|
};
|
|
566
|
-
interface
|
|
569
|
+
interface HTMLTttxToolbar_1_9_25Element extends Components.TttxToolbar_1_9_25, HTMLStencilElement {
|
|
567
570
|
}
|
|
568
|
-
var
|
|
569
|
-
prototype:
|
|
570
|
-
new ():
|
|
571
|
+
var HTMLTttxToolbar_1_9_25Element: {
|
|
572
|
+
prototype: HTMLTttxToolbar_1_9_25Element;
|
|
573
|
+
new (): HTMLTttxToolbar_1_9_25Element;
|
|
571
574
|
};
|
|
572
|
-
interface
|
|
575
|
+
interface HTMLTttxTreeView_1_9_25Element extends Components.TttxTreeView_1_9_25, HTMLStencilElement {
|
|
573
576
|
}
|
|
574
|
-
var
|
|
575
|
-
prototype:
|
|
576
|
-
new ():
|
|
577
|
+
var HTMLTttxTreeView_1_9_25Element: {
|
|
578
|
+
prototype: HTMLTttxTreeView_1_9_25Element;
|
|
579
|
+
new (): HTMLTttxTreeView_1_9_25Element;
|
|
577
580
|
};
|
|
578
581
|
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-
|
|
582
|
+
"tttx-button_1_9_25": HTMLTttxButton_1_9_25Element;
|
|
583
|
+
"tttx-checkbox-group-caption_1_9_25": HTMLTttxCheckboxGroupCaption_1_9_25Element;
|
|
584
|
+
"tttx-checkbox-group-heading_1_9_25": HTMLTttxCheckboxGroupHeading_1_9_25Element;
|
|
585
|
+
"tttx-checkbox-group_1_9_25": HTMLTttxCheckboxGroup_1_9_25Element;
|
|
586
|
+
"tttx-checkbox_1_9_25": HTMLTttxCheckbox_1_9_25Element;
|
|
587
|
+
"tttx-comments_1_9_25": HTMLTttxComments_1_9_25Element;
|
|
588
|
+
"tttx-data-pattern_1_9_25": HTMLTttxDataPattern_1_9_25Element;
|
|
589
|
+
"tttx-datacard_1_9_25": HTMLTttxDatacard_1_9_25Element;
|
|
590
|
+
"tttx-dialog-box_1_9_25": HTMLTttxDialogBox_1_9_25Element;
|
|
591
|
+
"tttx-dialog_1_9_25": HTMLTttxDialog_1_9_25Element;
|
|
592
|
+
"tttx-expander_1_9_25": HTMLTttxExpander_1_9_25Element;
|
|
593
|
+
"tttx-filter_1_9_25": HTMLTttxFilter_1_9_25Element;
|
|
594
|
+
"tttx-form_1_9_25": HTMLTttxForm_1_9_25Element;
|
|
595
|
+
"tttx-graph_1_9_25": HTMLTttxGraph_1_9_25Element;
|
|
596
|
+
"tttx-icon_1_9_25": HTMLTttxIcon_1_9_25Element;
|
|
597
|
+
"tttx-keyvalue-block_1_9_25": HTMLTttxKeyvalueBlock_1_9_25Element;
|
|
598
|
+
"tttx-list_1_9_25": HTMLTttxList_1_9_25Element;
|
|
599
|
+
"tttx-loading-spinner_1_9_25": HTMLTttxLoadingSpinner_1_9_25Element;
|
|
600
|
+
"tttx-multiselect-box_1_9_25": HTMLTttxMultiselectBox_1_9_25Element;
|
|
601
|
+
"tttx-percentage-bar_1_9_25": HTMLTttxPercentageBar_1_9_25Element;
|
|
602
|
+
"tttx-qrcode_1_9_25": HTMLTttxQrcode_1_9_25Element;
|
|
603
|
+
"tttx-select-box_1_9_25": HTMLTttxSelectBox_1_9_25Element;
|
|
604
|
+
"tttx-sorter_1_9_25": HTMLTttxSorter_1_9_25Element;
|
|
605
|
+
"tttx-standalone-input_1_9_25": HTMLTttxStandaloneInput_1_9_25Element;
|
|
606
|
+
"tttx-table_1_9_25": HTMLTttxTable_1_9_25Element;
|
|
607
|
+
"tttx-tabs_1_9_25": HTMLTttxTabs_1_9_25Element;
|
|
608
|
+
"tttx-tag_1_9_25": HTMLTttxTag_1_9_25Element;
|
|
609
|
+
"tttx-textarea_1_9_25": HTMLTttxTextarea_1_9_25Element;
|
|
610
|
+
"tttx-toggle_1_9_25": HTMLTttxToggle_1_9_25Element;
|
|
611
|
+
"tttx-toolbar_1_9_25": HTMLTttxToolbar_1_9_25Element;
|
|
612
|
+
"tttx-tree-view_1_9_25": HTMLTttxTreeView_1_9_25Element;
|
|
610
613
|
}
|
|
611
614
|
}
|
|
612
615
|
declare namespace LocalJSX {
|
|
613
|
-
interface
|
|
616
|
+
interface TttxButton_1_9_25 {
|
|
614
617
|
"design"?: string;
|
|
615
618
|
"icon"?: string;
|
|
616
619
|
"iconcolor"?: string;
|
|
617
620
|
"iconposition"?: 'left' | 'right';
|
|
618
621
|
"notext"?: boolean;
|
|
619
622
|
}
|
|
620
|
-
interface
|
|
623
|
+
interface TttxCheckboxGroupCaption_1_9_25 {
|
|
621
624
|
}
|
|
622
|
-
interface
|
|
625
|
+
interface TttxCheckboxGroupHeading_1_9_25 {
|
|
623
626
|
}
|
|
624
|
-
interface
|
|
627
|
+
interface TttxCheckboxGroup_1_9_25 {
|
|
625
628
|
}
|
|
626
|
-
interface
|
|
629
|
+
interface TttxCheckbox_1_9_25 {
|
|
627
630
|
"checkboxId"?: string;
|
|
628
631
|
"checked"?: boolean;
|
|
629
632
|
"indeterminate"?: boolean;
|
|
630
633
|
"inline"?: boolean;
|
|
631
634
|
"label"?: string;
|
|
632
|
-
"onCheckboxChangeEvent"?: (event:
|
|
635
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_25CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
633
636
|
}
|
|
634
|
-
interface
|
|
637
|
+
interface TttxComments_1_9_25 {
|
|
635
638
|
"comments"?: string | Comment[];
|
|
636
639
|
"currentuser"?: string;
|
|
637
|
-
"onCommentAdded"?: (event:
|
|
638
|
-
"onRequestFileDownload"?: (event:
|
|
639
|
-
"onRequestFileUpload"?: (event:
|
|
640
|
+
"onCommentAdded"?: (event: TttxComments_1_9_25CustomEvent<Comment>) => void;
|
|
641
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_25CustomEvent<string>) => void;
|
|
642
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_25CustomEvent<void>) => void;
|
|
640
643
|
}
|
|
641
|
-
interface
|
|
644
|
+
interface TttxDataPattern_1_9_25 {
|
|
642
645
|
"addbutton"?: boolean;
|
|
643
646
|
"addbuttonlabel"?: string;
|
|
644
647
|
"data"?: string;
|
|
@@ -648,7 +651,7 @@ declare namespace LocalJSX {
|
|
|
648
651
|
"searchplaceholder"?: string;
|
|
649
652
|
"sorterOptions"?: string;
|
|
650
653
|
}
|
|
651
|
-
interface
|
|
654
|
+
interface TttxDatacard_1_9_25 {
|
|
652
655
|
"cardTitle"?: string;
|
|
653
656
|
"cardType"?: string;
|
|
654
657
|
"chartConfig"?: string;
|
|
@@ -657,87 +660,87 @@ declare namespace LocalJSX {
|
|
|
657
660
|
"rightData"?: string;
|
|
658
661
|
"rightSubtext"?: string;
|
|
659
662
|
}
|
|
660
|
-
interface
|
|
663
|
+
interface TttxDialogBox_1_9_25 {
|
|
661
664
|
"allowOverflow"?: boolean;
|
|
662
665
|
"data"?: string | DialogItems;
|
|
663
|
-
"onButtonClick"?: (event:
|
|
664
|
-
"onCloseButtonClick"?: (event:
|
|
665
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
666
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_25CustomEvent<any>) => void;
|
|
667
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_25CustomEvent<any>) => void;
|
|
668
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_25CustomEvent<any>) => void;
|
|
666
669
|
"open"?: boolean;
|
|
667
670
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
668
671
|
}
|
|
669
|
-
interface
|
|
672
|
+
interface TttxDialog_1_9_25 {
|
|
670
673
|
"allowOverflow"?: boolean;
|
|
671
674
|
"closeEnabled"?: boolean;
|
|
672
675
|
"header"?: string;
|
|
673
|
-
"onCloseButtonClick"?: (event:
|
|
676
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_25CustomEvent<any>) => void;
|
|
674
677
|
"open"?: boolean;
|
|
675
678
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
676
679
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
677
680
|
}
|
|
678
|
-
interface
|
|
681
|
+
interface TttxExpander_1_9_25 {
|
|
679
682
|
"lefticon"?: string;
|
|
680
683
|
"lefticoncolor"?: string;
|
|
681
684
|
"name"?: string;
|
|
682
|
-
"onToggleExpander"?: (event:
|
|
685
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_25CustomEvent<{ open: boolean; name: string }>) => void;
|
|
683
686
|
"open"?: boolean;
|
|
684
687
|
}
|
|
685
|
-
interface
|
|
688
|
+
interface TttxFilter_1_9_25 {
|
|
686
689
|
"defaultFilterOptions"?: string[] | string;
|
|
687
690
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
688
691
|
"filterHeader"?: string;
|
|
689
692
|
"filterKey"?: string;
|
|
690
693
|
"filterOptions"?: string | FilterSettings[];
|
|
691
|
-
"onFilterChangeEvent"?: (event:
|
|
692
|
-
"onToggleFilter"?: (event:
|
|
694
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_25CustomEvent<FilterChangeEvent>) => void;
|
|
695
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_25CustomEvent<boolean>) => void;
|
|
693
696
|
"popoverWidth"?: string;
|
|
694
697
|
"showOptionIcons"?: boolean;
|
|
695
698
|
"showSearchField"?: boolean;
|
|
696
699
|
"showSelectAll"?: boolean;
|
|
697
700
|
}
|
|
698
|
-
interface
|
|
701
|
+
interface TttxForm_1_9_25 {
|
|
699
702
|
"data"?: any;
|
|
700
703
|
"formschema"?: Record<string, any> | string;
|
|
701
|
-
"onDataChanged"?: (event:
|
|
702
|
-
"onDataSubmitted"?: (event:
|
|
703
|
-
"onSearchTermChanged"?: (event:
|
|
704
|
-
"onSelectToggleOpen"?: (event:
|
|
704
|
+
"onDataChanged"?: (event: TttxForm_1_9_25CustomEvent<{ name: string; value: string }>) => void;
|
|
705
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_25CustomEvent<FormData>) => void;
|
|
706
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_25CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
707
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_25CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
705
708
|
}
|
|
706
|
-
interface
|
|
709
|
+
interface TttxGraph_1_9_25 {
|
|
707
710
|
"chartData"?: string;
|
|
708
711
|
"chartText"?: string;
|
|
709
712
|
"chartType"?: string;
|
|
710
713
|
}
|
|
711
|
-
interface
|
|
714
|
+
interface TttxIcon_1_9_25 {
|
|
712
715
|
"color"?: string;
|
|
713
716
|
"icon"?: string;
|
|
714
717
|
"size"?: number;
|
|
715
718
|
}
|
|
716
|
-
interface
|
|
719
|
+
interface TttxKeyvalueBlock_1_9_25 {
|
|
717
720
|
"horizontal"?: boolean;
|
|
718
721
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
719
722
|
"spacedout"?: boolean;
|
|
720
723
|
}
|
|
721
|
-
interface
|
|
724
|
+
interface TttxList_1_9_25 {
|
|
722
725
|
"data"?: string | ListItem[];
|
|
723
726
|
"name"?: string;
|
|
724
|
-
"onListRowCheckboxClick"?: (event:
|
|
725
|
-
"onListRowClick"?: (event:
|
|
727
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_25CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
728
|
+
"onListRowClick"?: (event: TttxList_1_9_25CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
726
729
|
}
|
|
727
|
-
interface
|
|
730
|
+
interface TttxLoadingSpinner_1_9_25 {
|
|
728
731
|
"loadingMessage"?: boolean;
|
|
729
732
|
"size"?: 'small' | 'large';
|
|
730
733
|
}
|
|
731
|
-
interface
|
|
734
|
+
interface TttxMultiselectBox_1_9_25 {
|
|
732
735
|
"htmlVisibleValue"?: boolean;
|
|
733
736
|
"inline"?: boolean;
|
|
734
737
|
"isLoading"?: boolean;
|
|
735
738
|
"label"?: string;
|
|
736
739
|
"nonPriorityLabel"?: string;
|
|
737
|
-
"onChangesApplied"?: (event:
|
|
738
|
-
"onSearchDataChanged"?: (event:
|
|
739
|
-
"onSelectItemEvent"?: (event:
|
|
740
|
-
"onToggleOpen"?: (event:
|
|
740
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_25CustomEvent<SelectItem[]>) => void;
|
|
741
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_25CustomEvent<{ searchTerm: string; }>) => void;
|
|
742
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_25CustomEvent<SelectItem>) => void;
|
|
743
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_25CustomEvent<boolean>) => void;
|
|
741
744
|
"optionsData"?: string | SelectItem[];
|
|
742
745
|
"placeholder"?: string;
|
|
743
746
|
"priorityLabel"?: string;
|
|
@@ -746,26 +749,28 @@ declare namespace LocalJSX {
|
|
|
746
749
|
"stopLocalSearch"?: boolean;
|
|
747
750
|
"visibleValue"?: string;
|
|
748
751
|
}
|
|
749
|
-
interface
|
|
752
|
+
interface TttxPercentageBar_1_9_25 {
|
|
750
753
|
"color"?: string;
|
|
751
754
|
"labelid"?: string;
|
|
752
755
|
"min"?: string;
|
|
753
756
|
"percentage"?: string | number;
|
|
754
757
|
"thresholds"?: string | Threshold[];
|
|
755
758
|
}
|
|
756
|
-
interface
|
|
759
|
+
interface TttxQrcode_1_9_25 {
|
|
757
760
|
"link"?: string;
|
|
758
761
|
"size"?: number;
|
|
759
762
|
}
|
|
760
|
-
interface
|
|
763
|
+
interface TttxSelectBox_1_9_25 {
|
|
761
764
|
"errorMsg"?: string;
|
|
762
765
|
"inline"?: boolean;
|
|
766
|
+
"isAllExternalDataLoaded"?: boolean;
|
|
763
767
|
"isLoading"?: boolean;
|
|
764
768
|
"label"?: string;
|
|
765
769
|
"nonPriorityLabel"?: string;
|
|
766
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
767
|
-
"
|
|
768
|
-
"
|
|
770
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_25CustomEvent<string>) => void;
|
|
771
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_25CustomEvent<string>) => void;
|
|
772
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_25CustomEvent<SelectItem1>) => void;
|
|
773
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_25CustomEvent<boolean>) => void;
|
|
769
774
|
"optionsData"?: string | SelectItem1[];
|
|
770
775
|
"placeholder"?: string;
|
|
771
776
|
"priorityLabel"?: string;
|
|
@@ -775,16 +780,17 @@ declare namespace LocalJSX {
|
|
|
775
780
|
"showErrorBubble"?: boolean;
|
|
776
781
|
"showErrorMsg"?: boolean;
|
|
777
782
|
"useExternalFiltering"?: boolean;
|
|
783
|
+
"useExternalPaginatedFiltering"?: boolean;
|
|
778
784
|
}
|
|
779
|
-
interface
|
|
785
|
+
interface TttxSorter_1_9_25 {
|
|
780
786
|
"defaultOption"?: string;
|
|
781
787
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
782
788
|
"fieldOptionsData"?: string | SorterData;
|
|
783
|
-
"onSorterChangeEvent"?: (event:
|
|
784
|
-
"onToggleSorter"?: (event:
|
|
789
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_25CustomEvent<SorterChangeEvent>) => void;
|
|
790
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_25CustomEvent<boolean>) => void;
|
|
785
791
|
"sorterKey"?: string;
|
|
786
792
|
}
|
|
787
|
-
interface
|
|
793
|
+
interface TttxStandaloneInput_1_9_25 {
|
|
788
794
|
"autocomplete"?: 'off' | 'on';
|
|
789
795
|
"checked"?: boolean;
|
|
790
796
|
"disabled"?: boolean;
|
|
@@ -800,8 +806,8 @@ declare namespace LocalJSX {
|
|
|
800
806
|
"inputiconcolor"?: string;
|
|
801
807
|
/**
|
|
802
808
|
* 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-
|
|
809
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_25 input-index="1" />
|
|
810
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_25 inputindex={1} />
|
|
805
811
|
*/
|
|
806
812
|
"inputindex"?: string | number;
|
|
807
813
|
/**
|
|
@@ -815,13 +821,13 @@ declare namespace LocalJSX {
|
|
|
815
821
|
"min"?: MinMaxDates | number;
|
|
816
822
|
"minlength"?: string | number;
|
|
817
823
|
"name"?: string;
|
|
818
|
-
"onBlurChanged"?: (event:
|
|
819
|
-
"onFocusChanged"?: (event:
|
|
820
|
-
"onInputIconClick"?: (event:
|
|
821
|
-
"onInvalidChanged"?: (event:
|
|
822
|
-
"onLeftIconClick"?: (event:
|
|
823
|
-
"onRightIconClick"?: (event:
|
|
824
|
-
"onValueChanged"?: (event:
|
|
824
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_25CustomEvent<string>) => void;
|
|
825
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_25CustomEvent<string>) => void;
|
|
826
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_25CustomEvent<void>) => void;
|
|
827
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_25CustomEvent<string>) => void;
|
|
828
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_25CustomEvent<void>) => void;
|
|
829
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_25CustomEvent<void>) => void;
|
|
830
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_25CustomEvent<string>) => void;
|
|
825
831
|
"pattern"?: string;
|
|
826
832
|
"placeholder"?: string;
|
|
827
833
|
"readonly"?: string | boolean;
|
|
@@ -836,27 +842,27 @@ declare namespace LocalJSX {
|
|
|
836
842
|
"type"?: string;
|
|
837
843
|
"value"?: string | number;
|
|
838
844
|
}
|
|
839
|
-
interface
|
|
845
|
+
interface TttxTable_1_9_25 {
|
|
840
846
|
"data"?: any;
|
|
841
847
|
"draggableHeaders"?: boolean;
|
|
842
848
|
"headers"?: TableHeader[];
|
|
843
849
|
"loading"?: boolean;
|
|
844
|
-
"onHeaderClicked"?: (event:
|
|
845
|
-
"onHeaderOrderChanged"?: (event:
|
|
846
|
-
"onRowClicked"?: (event:
|
|
850
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_25CustomEvent<any>) => void;
|
|
851
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_25CustomEvent<string[]>) => void;
|
|
852
|
+
"onRowClicked"?: (event: TttxTable_1_9_25CustomEvent<any>) => void;
|
|
847
853
|
"selectable"?: boolean;
|
|
848
854
|
"selected"?: number;
|
|
849
855
|
}
|
|
850
|
-
interface
|
|
856
|
+
interface TttxTabs_1_9_25 {
|
|
851
857
|
"navigation"?: boolean;
|
|
852
|
-
"onLeftNavigation"?: (event:
|
|
853
|
-
"onRightNavigation"?: (event:
|
|
854
|
-
"onTabClick"?: (event:
|
|
858
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_25CustomEvent<any>) => void;
|
|
859
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_25CustomEvent<any>) => void;
|
|
860
|
+
"onTabClick"?: (event: TttxTabs_1_9_25CustomEvent<{ tabId: string }>) => void;
|
|
855
861
|
"tabs"?: string | Tab[];
|
|
856
862
|
"tabsName"?: string;
|
|
857
863
|
"wide"?: boolean;
|
|
858
864
|
}
|
|
859
|
-
interface
|
|
865
|
+
interface TttxTag_1_9_25 {
|
|
860
866
|
"color"?: string;
|
|
861
867
|
"hasIcon"?: boolean;
|
|
862
868
|
"icon"?: string;
|
|
@@ -865,13 +871,13 @@ declare namespace LocalJSX {
|
|
|
865
871
|
"text"?: string;
|
|
866
872
|
"textColor"?: string;
|
|
867
873
|
}
|
|
868
|
-
interface
|
|
874
|
+
interface TttxTextarea_1_9_25 {
|
|
869
875
|
"disabled"?: boolean;
|
|
870
876
|
"errormsg"?: string;
|
|
871
877
|
/**
|
|
872
878
|
* 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-
|
|
879
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_25 input-index="1" />
|
|
880
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_25 inputindex={1} />
|
|
875
881
|
*/
|
|
876
882
|
"inputindex"?: string | number;
|
|
877
883
|
/**
|
|
@@ -882,10 +888,10 @@ declare namespace LocalJSX {
|
|
|
882
888
|
"label"?: string;
|
|
883
889
|
"maxlength"?: string | number;
|
|
884
890
|
"name"?: string;
|
|
885
|
-
"onBlurChanged"?: (event:
|
|
886
|
-
"onFocusChanged"?: (event:
|
|
887
|
-
"onInvalidChanged"?: (event:
|
|
888
|
-
"onValueChanged"?: (event:
|
|
891
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_25CustomEvent<string>) => void;
|
|
892
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_25CustomEvent<string>) => void;
|
|
893
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_25CustomEvent<string>) => void;
|
|
894
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_25CustomEvent<string>) => void;
|
|
889
895
|
"placeholder"?: string;
|
|
890
896
|
"readonly"?: string | boolean;
|
|
891
897
|
"required"?: boolean;
|
|
@@ -899,88 +905,88 @@ declare namespace LocalJSX {
|
|
|
899
905
|
"textareaautofocus"?: boolean;
|
|
900
906
|
"value"?: string | number;
|
|
901
907
|
}
|
|
902
|
-
interface
|
|
908
|
+
interface TttxToggle_1_9_25 {
|
|
903
909
|
"initialstate"?: boolean | string;
|
|
904
|
-
"onToggleSwitchEvent"?: (event:
|
|
910
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_25CustomEvent<{checked: boolean}>) => void;
|
|
905
911
|
}
|
|
906
|
-
interface
|
|
912
|
+
interface TttxToolbar_1_9_25 {
|
|
907
913
|
"border"?: boolean;
|
|
908
914
|
}
|
|
909
|
-
interface
|
|
915
|
+
interface TttxTreeView_1_9_25 {
|
|
910
916
|
"data"?: TreeViewItem[];
|
|
911
|
-
"onCheckboxChange"?: (event:
|
|
912
|
-
"onClickEvent"?: (event:
|
|
913
|
-
"onExpandNode"?: (event:
|
|
917
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_25CustomEvent<TreeViewItem[]>) => void;
|
|
918
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_25CustomEvent<TreeViewItem>) => void;
|
|
919
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_25CustomEvent<ExpandNodeEvent>) => void;
|
|
914
920
|
}
|
|
915
921
|
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-
|
|
922
|
+
"tttx-button_1_9_25": TttxButton_1_9_25;
|
|
923
|
+
"tttx-checkbox-group-caption_1_9_25": TttxCheckboxGroupCaption_1_9_25;
|
|
924
|
+
"tttx-checkbox-group-heading_1_9_25": TttxCheckboxGroupHeading_1_9_25;
|
|
925
|
+
"tttx-checkbox-group_1_9_25": TttxCheckboxGroup_1_9_25;
|
|
926
|
+
"tttx-checkbox_1_9_25": TttxCheckbox_1_9_25;
|
|
927
|
+
"tttx-comments_1_9_25": TttxComments_1_9_25;
|
|
928
|
+
"tttx-data-pattern_1_9_25": TttxDataPattern_1_9_25;
|
|
929
|
+
"tttx-datacard_1_9_25": TttxDatacard_1_9_25;
|
|
930
|
+
"tttx-dialog-box_1_9_25": TttxDialogBox_1_9_25;
|
|
931
|
+
"tttx-dialog_1_9_25": TttxDialog_1_9_25;
|
|
932
|
+
"tttx-expander_1_9_25": TttxExpander_1_9_25;
|
|
933
|
+
"tttx-filter_1_9_25": TttxFilter_1_9_25;
|
|
934
|
+
"tttx-form_1_9_25": TttxForm_1_9_25;
|
|
935
|
+
"tttx-graph_1_9_25": TttxGraph_1_9_25;
|
|
936
|
+
"tttx-icon_1_9_25": TttxIcon_1_9_25;
|
|
937
|
+
"tttx-keyvalue-block_1_9_25": TttxKeyvalueBlock_1_9_25;
|
|
938
|
+
"tttx-list_1_9_25": TttxList_1_9_25;
|
|
939
|
+
"tttx-loading-spinner_1_9_25": TttxLoadingSpinner_1_9_25;
|
|
940
|
+
"tttx-multiselect-box_1_9_25": TttxMultiselectBox_1_9_25;
|
|
941
|
+
"tttx-percentage-bar_1_9_25": TttxPercentageBar_1_9_25;
|
|
942
|
+
"tttx-qrcode_1_9_25": TttxQrcode_1_9_25;
|
|
943
|
+
"tttx-select-box_1_9_25": TttxSelectBox_1_9_25;
|
|
944
|
+
"tttx-sorter_1_9_25": TttxSorter_1_9_25;
|
|
945
|
+
"tttx-standalone-input_1_9_25": TttxStandaloneInput_1_9_25;
|
|
946
|
+
"tttx-table_1_9_25": TttxTable_1_9_25;
|
|
947
|
+
"tttx-tabs_1_9_25": TttxTabs_1_9_25;
|
|
948
|
+
"tttx-tag_1_9_25": TttxTag_1_9_25;
|
|
949
|
+
"tttx-textarea_1_9_25": TttxTextarea_1_9_25;
|
|
950
|
+
"tttx-toggle_1_9_25": TttxToggle_1_9_25;
|
|
951
|
+
"tttx-toolbar_1_9_25": TttxToolbar_1_9_25;
|
|
952
|
+
"tttx-tree-view_1_9_25": TttxTreeView_1_9_25;
|
|
947
953
|
}
|
|
948
954
|
}
|
|
949
955
|
export { LocalJSX as JSX };
|
|
950
956
|
declare module "@stencil/core" {
|
|
951
957
|
export namespace JSX {
|
|
952
958
|
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-
|
|
959
|
+
"tttx-button_1_9_25": LocalJSX.TttxButton_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_25Element>;
|
|
960
|
+
"tttx-checkbox-group-caption_1_9_25": LocalJSX.TttxCheckboxGroupCaption_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_25Element>;
|
|
961
|
+
"tttx-checkbox-group-heading_1_9_25": LocalJSX.TttxCheckboxGroupHeading_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_25Element>;
|
|
962
|
+
"tttx-checkbox-group_1_9_25": LocalJSX.TttxCheckboxGroup_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_25Element>;
|
|
963
|
+
"tttx-checkbox_1_9_25": LocalJSX.TttxCheckbox_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_25Element>;
|
|
964
|
+
"tttx-comments_1_9_25": LocalJSX.TttxComments_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_25Element>;
|
|
965
|
+
"tttx-data-pattern_1_9_25": LocalJSX.TttxDataPattern_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_25Element>;
|
|
966
|
+
"tttx-datacard_1_9_25": LocalJSX.TttxDatacard_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_25Element>;
|
|
967
|
+
"tttx-dialog-box_1_9_25": LocalJSX.TttxDialogBox_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_25Element>;
|
|
968
|
+
"tttx-dialog_1_9_25": LocalJSX.TttxDialog_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_25Element>;
|
|
969
|
+
"tttx-expander_1_9_25": LocalJSX.TttxExpander_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_25Element>;
|
|
970
|
+
"tttx-filter_1_9_25": LocalJSX.TttxFilter_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_25Element>;
|
|
971
|
+
"tttx-form_1_9_25": LocalJSX.TttxForm_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_25Element>;
|
|
972
|
+
"tttx-graph_1_9_25": LocalJSX.TttxGraph_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_25Element>;
|
|
973
|
+
"tttx-icon_1_9_25": LocalJSX.TttxIcon_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_25Element>;
|
|
974
|
+
"tttx-keyvalue-block_1_9_25": LocalJSX.TttxKeyvalueBlock_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_25Element>;
|
|
975
|
+
"tttx-list_1_9_25": LocalJSX.TttxList_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_25Element>;
|
|
976
|
+
"tttx-loading-spinner_1_9_25": LocalJSX.TttxLoadingSpinner_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_25Element>;
|
|
977
|
+
"tttx-multiselect-box_1_9_25": LocalJSX.TttxMultiselectBox_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_25Element>;
|
|
978
|
+
"tttx-percentage-bar_1_9_25": LocalJSX.TttxPercentageBar_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_25Element>;
|
|
979
|
+
"tttx-qrcode_1_9_25": LocalJSX.TttxQrcode_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_25Element>;
|
|
980
|
+
"tttx-select-box_1_9_25": LocalJSX.TttxSelectBox_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_25Element>;
|
|
981
|
+
"tttx-sorter_1_9_25": LocalJSX.TttxSorter_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_25Element>;
|
|
982
|
+
"tttx-standalone-input_1_9_25": LocalJSX.TttxStandaloneInput_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_25Element>;
|
|
983
|
+
"tttx-table_1_9_25": LocalJSX.TttxTable_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_25Element>;
|
|
984
|
+
"tttx-tabs_1_9_25": LocalJSX.TttxTabs_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_25Element>;
|
|
985
|
+
"tttx-tag_1_9_25": LocalJSX.TttxTag_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_25Element>;
|
|
986
|
+
"tttx-textarea_1_9_25": LocalJSX.TttxTextarea_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_25Element>;
|
|
987
|
+
"tttx-toggle_1_9_25": LocalJSX.TttxToggle_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_25Element>;
|
|
988
|
+
"tttx-toolbar_1_9_25": LocalJSX.TttxToolbar_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_25Element>;
|
|
989
|
+
"tttx-tree-view_1_9_25": LocalJSX.TttxTreeView_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_25Element>;
|
|
984
990
|
}
|
|
985
991
|
}
|
|
986
992
|
}
|