@3t-transform/threeteeui 1.9.42 → 1.9.43
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_42.cjs.entry.js → tttx-button_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_42.cjs.entry.js → tttx-checkbox-group-caption_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_42.cjs.entry.js → tttx-checkbox-group-heading_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_42.cjs.entry.js → tttx-checkbox-group_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_42.cjs.entry.js → tttx-checkbox_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_42.cjs.entry.js → tttx-comments_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_42.cjs.entry.js → tttx-data-pattern_1_9_43.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_42.cjs.entry.js → tttx-datacard_1_9_43.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_42.cjs.entry.js → tttx-dialog-box_1_9_43.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_42.cjs.entry.js → tttx-dialog_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_42.cjs.entry.js → tttx-expander_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_42_4.cjs.entry.js → tttx-filter_1_9_43_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_42.cjs.entry.js → tttx-form_1_9_43.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-graph_1_9_42.cjs.entry.js → tttx-graph_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_42.cjs.entry.js → tttx-icon_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_42.cjs.entry.js → tttx-keyvalue-block_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_42_3.cjs.entry.js → tttx-loading-spinner_1_9_43_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_42.cjs.entry.js → tttx-multiselect-box_1_9_43.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_42.cjs.entry.js → tttx-percentage-bar_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_42.cjs.entry.js → tttx-qrcode_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_42.cjs.entry.js → tttx-select-box_1_9_43.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-skeleton_loader_1_9_42.cjs.entry.js → tttx-skeleton_loader_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-table_1_9_42.cjs.entry.js → tttx-table_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_42.cjs.entry.js → tttx-tabs_1_9_43.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_42.cjs.entry.js → tttx-textarea_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_42.cjs.entry.js → tttx-toggle_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_42.cjs.entry.js → tttx-tree-view_1_9_43.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 +2 -2
- 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-skeleton-loader/tttx-skeleton-loader.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.css +6 -0
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +8 -8
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.js +1 -1
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +47 -47
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +7 -7
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +6 -6
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +22 -22
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.js +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +5 -5
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +32 -32
- package/dist/components/index.js +32 -32
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_9_42.d.ts → tttx-button_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_42.js → tttx-button_1_9_43.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_42.js → tttx-checkbox-group-caption_1_9_43.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_42.js → tttx-checkbox-group-heading_1_9_43.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_42.js → tttx-checkbox-group_1_9_43.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_42.d.ts → tttx-checkbox_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_42.js → tttx-checkbox_1_9_43.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_42.d.ts → tttx-comments_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_42.js → tttx-comments_1_9_43.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_42.js → tttx-data-pattern_1_9_43.js} +16 -16
- package/dist/components/{tttx-comments_1_9_42.d.ts → tttx-datacard_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_42.js → tttx-datacard_1_9_43.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_42.js → tttx-dialog-box_1_9_43.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_42.d.ts → tttx-dialog_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_42.js → tttx-dialog_1_9_43.js} +8 -8
- package/dist/components/tttx-expander_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_42.js → tttx-expander_1_9_43.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_42.d.ts → tttx-filter_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_42.js → tttx-filter_1_9_43.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_42.d.ts → tttx-form_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_42.js → tttx-form_1_9_43.js} +12 -12
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_42.d.ts → tttx-graph_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_42.js → tttx-graph_1_9_43.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_42.d.ts → tttx-icon_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_42.js → tttx-icon_1_9_43.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_42.js → tttx-keyvalue-block_1_9_43.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_42.d.ts → tttx-list_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_42.js → tttx-list_1_9_43.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_42.js → tttx-loading-spinner_1_9_43.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_42.js → tttx-multiselect-box_1_9_43.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_42.js → tttx-percentage-bar_1_9_43.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_42.d.ts → tttx-qrcode_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_42.js → tttx-qrcode_1_9_43.js} +5 -5
- package/dist/components/tttx-select-box.js +12 -12
- package/dist/components/tttx-select-box_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_42.js → tttx-select-box_1_9_43.js} +2 -2
- package/dist/components/tttx-skeleton_loader_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-skeleton_loader_1_9_42.js → tttx-skeleton_loader_1_9_43.js} +5 -5
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_42.js → tttx-sorter_1_9_43.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_42.js → tttx-standalone-input_1_9_43.js} +2 -2
- package/dist/components/{tttx-table_1_9_42.d.ts → tttx-table_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_42.js → tttx-table_1_9_43.js} +5 -5
- package/dist/components/{tttx-form_1_9_42.d.ts → tttx-tabs_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_42.js → tttx-tabs_1_9_43.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_42.d.ts → tttx-tag_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_42.js → tttx-tag_1_9_43.js} +2 -2
- package/dist/components/tttx-textarea_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_42.js → tttx-textarea_1_9_43.js} +6 -6
- package/dist/components/tttx-toggle_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_42.js → tttx-toggle_1_9_43.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_42.js → tttx-toolbar_1_9_43.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_42.js → tttx-tree-view_1_9_43.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_42.entry.js → tttx-button_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_42.entry.js → tttx-checkbox-group-caption_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_42.entry.js → tttx-checkbox-group-heading_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_42.entry.js → tttx-checkbox-group_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_42.entry.js → tttx-checkbox_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_42.entry.js → tttx-comments_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_42.entry.js → tttx-data-pattern_1_9_43.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_42.entry.js → tttx-datacard_1_9_43.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_42.entry.js → tttx-dialog-box_1_9_43.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_42.entry.js → tttx-dialog_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_42.entry.js → tttx-expander_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_42_4.entry.js → tttx-filter_1_9_43_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_42.entry.js → tttx-form_1_9_43.entry.js} +3 -3
- package/dist/esm/{tttx-graph_1_9_42.entry.js → tttx-graph_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_42.entry.js → tttx-icon_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_42.entry.js → tttx-keyvalue-block_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_42_3.entry.js → tttx-loading-spinner_1_9_43_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_42.entry.js → tttx-multiselect-box_1_9_43.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_42.entry.js → tttx-percentage-bar_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_42.entry.js → tttx-qrcode_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_42.entry.js → tttx-select-box_1_9_43.entry.js} +6 -6
- package/dist/esm/{tttx-skeleton_loader_1_9_42.entry.js → tttx-skeleton_loader_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-table_1_9_42.entry.js → tttx-table_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_42.entry.js → tttx-tabs_1_9_43.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_42.entry.js → tttx-textarea_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_42.entry.js → tttx-toggle_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_42.entry.js → tttx-tree-view_1_9_43.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-1d8210d3.entry.js +1 -1
- package/dist/tttx/p-21bb99dd.entry.js +1 -1
- package/dist/tttx/p-22150380.entry.js +1 -1
- package/dist/tttx/p-222b7f89.entry.js +1 -1
- package/dist/tttx/p-295a5c16.entry.js +1 -1
- package/dist/tttx/p-354fc8d4.entry.js +1 -1
- package/dist/tttx/p-4560cb86.entry.js +1 -1
- package/dist/tttx/p-49bae603.entry.js +1 -1
- package/dist/tttx/p-555885cc.entry.js +1 -1
- package/dist/tttx/p-61df30c5.entry.js +1 -1
- package/dist/tttx/p-6343251b.entry.js +1 -1
- package/dist/tttx/p-652aaf6c.entry.js +1 -1
- package/dist/tttx/p-65da8c2a.entry.js +1 -1
- package/dist/tttx/p-71372d3a.entry.js +1 -1
- package/dist/tttx/p-7ff42357.entry.js +1 -1
- package/dist/tttx/p-80c3103a.entry.js +1 -1
- package/dist/tttx/p-9262d276.entry.js +1 -1
- package/dist/tttx/p-9426547c.entry.js +1 -1
- package/dist/tttx/p-9896a083.entry.js +1 -1
- package/dist/tttx/p-98bee16c.entry.js +1 -1
- package/dist/tttx/p-e23f0843.entry.js +1 -1
- package/dist/tttx/p-e28e5118.entry.js +1 -1
- package/dist/tttx/p-e4b36835.entry.js +1 -1
- package/dist/tttx/{p-910cc310.entry.js → p-e5319b51.entry.js} +1 -1
- package/dist/tttx/p-e5f97b02.entry.js +1 -1
- package/dist/tttx/p-e8b9acb8.entry.js +1 -1
- package/dist/tttx/p-ff44e042.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +1 -1
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +378 -378
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_42.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_42.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_42.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_42.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_42.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_42.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_42.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_42.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_42.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_42.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_42.d.ts +0 -11
- package/dist/components/tttx-skeleton_loader_1_9_42.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_42.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_42.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_42.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_42.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_42.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_42.d.ts +0 -11
|
@@ -20,33 +20,33 @@ 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_43 {
|
|
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_43 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_43 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_43 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_43 {
|
|
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_43 {
|
|
44
44
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
45
45
|
"comments": string | Comment[];
|
|
46
46
|
"currentuser": string;
|
|
47
47
|
"disableFile": boolean;
|
|
48
48
|
}
|
|
49
|
-
interface
|
|
49
|
+
interface TttxDataPattern_1_9_43 {
|
|
50
50
|
"addbutton": boolean;
|
|
51
51
|
"addbuttonlabel": string;
|
|
52
52
|
"data": string;
|
|
@@ -56,7 +56,7 @@ export namespace Components {
|
|
|
56
56
|
"searchplaceholder": string;
|
|
57
57
|
"sorterOptions": string;
|
|
58
58
|
}
|
|
59
|
-
interface
|
|
59
|
+
interface TttxDatacard_1_9_43 {
|
|
60
60
|
"cardTitle": string;
|
|
61
61
|
"cardType": string;
|
|
62
62
|
"chartConfig": string;
|
|
@@ -65,13 +65,13 @@ export namespace Components {
|
|
|
65
65
|
"rightData": string;
|
|
66
66
|
"rightSubtext": string;
|
|
67
67
|
}
|
|
68
|
-
interface
|
|
68
|
+
interface TttxDialogBox_1_9_43 {
|
|
69
69
|
"allowOverflow": boolean;
|
|
70
70
|
"data": string | DialogItems;
|
|
71
71
|
"open": boolean;
|
|
72
72
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
73
73
|
}
|
|
74
|
-
interface
|
|
74
|
+
interface TttxDialog_1_9_43 {
|
|
75
75
|
"allowOverflow": boolean;
|
|
76
76
|
"closeEnabled": boolean;
|
|
77
77
|
"header": string;
|
|
@@ -79,13 +79,13 @@ export namespace Components {
|
|
|
79
79
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
80
80
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
81
81
|
}
|
|
82
|
-
interface
|
|
82
|
+
interface TttxExpander_1_9_43 {
|
|
83
83
|
"lefticon"?: string;
|
|
84
84
|
"lefticoncolor"?: string;
|
|
85
85
|
"name": string;
|
|
86
86
|
"open": boolean;
|
|
87
87
|
}
|
|
88
|
-
interface
|
|
88
|
+
interface TttxFilter_1_9_43 {
|
|
89
89
|
"defaultFilterOptions": string[] | string;
|
|
90
90
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
91
91
|
"filterHeader": string;
|
|
@@ -96,7 +96,7 @@ export namespace Components {
|
|
|
96
96
|
"showSearchField": boolean;
|
|
97
97
|
"showSelectAll": boolean;
|
|
98
98
|
}
|
|
99
|
-
interface
|
|
99
|
+
interface TttxForm_1_9_43 {
|
|
100
100
|
/**
|
|
101
101
|
* Clear the validation message on a given form field
|
|
102
102
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -143,33 +143,33 @@ export namespace Components {
|
|
|
143
143
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
144
144
|
"submit": () => Promise<void>;
|
|
145
145
|
}
|
|
146
|
-
interface
|
|
146
|
+
interface TttxGraph_1_9_43 {
|
|
147
147
|
"chartData": string;
|
|
148
148
|
"chartText": string;
|
|
149
149
|
"chartType": string;
|
|
150
150
|
}
|
|
151
|
-
interface
|
|
151
|
+
interface TttxIcon_1_9_43 {
|
|
152
152
|
"color": string;
|
|
153
153
|
"icon": string;
|
|
154
154
|
"size": number;
|
|
155
155
|
}
|
|
156
|
-
interface
|
|
156
|
+
interface TttxKeyvalueBlock_1_9_43 {
|
|
157
157
|
"horizontal": boolean;
|
|
158
158
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
159
159
|
"spacedout": boolean;
|
|
160
160
|
}
|
|
161
|
-
interface
|
|
161
|
+
interface TttxList_1_9_43 {
|
|
162
162
|
"data": string | ListItem[];
|
|
163
163
|
"name": string;
|
|
164
164
|
}
|
|
165
|
-
interface
|
|
165
|
+
interface TttxLoadingSpinner_1_9_43 {
|
|
166
166
|
"color": string;
|
|
167
167
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
168
168
|
"loadingMessage": boolean;
|
|
169
169
|
"message"?: string;
|
|
170
170
|
"size": 'small' | 'large';
|
|
171
171
|
}
|
|
172
|
-
interface
|
|
172
|
+
interface TttxMultiselectBox_1_9_43 {
|
|
173
173
|
"htmlVisibleValue": boolean;
|
|
174
174
|
"inline": boolean;
|
|
175
175
|
"isLoading": boolean;
|
|
@@ -183,18 +183,18 @@ export namespace Components {
|
|
|
183
183
|
"stopLocalSearch": boolean;
|
|
184
184
|
"visibleValue": string;
|
|
185
185
|
}
|
|
186
|
-
interface
|
|
186
|
+
interface TttxPercentageBar_1_9_43 {
|
|
187
187
|
"color"?: string;
|
|
188
188
|
"labelid"?: string;
|
|
189
189
|
"min": string;
|
|
190
190
|
"percentage": string | number;
|
|
191
191
|
"thresholds"?: string | Threshold[];
|
|
192
192
|
}
|
|
193
|
-
interface
|
|
193
|
+
interface TttxQrcode_1_9_43 {
|
|
194
194
|
"link": string;
|
|
195
195
|
"size": number;
|
|
196
196
|
}
|
|
197
|
-
interface
|
|
197
|
+
interface TttxSelectBox_1_9_43 {
|
|
198
198
|
"clearable": boolean;
|
|
199
199
|
"errorMsg": string;
|
|
200
200
|
"inline": boolean;
|
|
@@ -214,7 +214,7 @@ export namespace Components {
|
|
|
214
214
|
"useExternalFiltering": boolean;
|
|
215
215
|
"useExternalPaginatedFiltering": boolean;
|
|
216
216
|
}
|
|
217
|
-
interface
|
|
217
|
+
interface TttxSkeleton_loader_1_9_43 {
|
|
218
218
|
"animation": 'pulse' | 'wave' | 'none';
|
|
219
219
|
"borderRadius": string;
|
|
220
220
|
"color": string;
|
|
@@ -226,13 +226,13 @@ export namespace Components {
|
|
|
226
226
|
"variant": 'text' | 'circle' | 'rect';
|
|
227
227
|
"width": string;
|
|
228
228
|
}
|
|
229
|
-
interface
|
|
229
|
+
interface TttxSorter_1_9_43 {
|
|
230
230
|
"defaultOption": string;
|
|
231
231
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
232
232
|
"fieldOptionsData": string | SorterData;
|
|
233
233
|
"sorterKey": string;
|
|
234
234
|
}
|
|
235
|
-
interface
|
|
235
|
+
interface TttxStandaloneInput_1_9_43 {
|
|
236
236
|
"autocomplete": 'off' | 'on';
|
|
237
237
|
"checked": boolean;
|
|
238
238
|
"disabled": boolean;
|
|
@@ -248,8 +248,8 @@ export namespace Components {
|
|
|
248
248
|
"inputiconcolor": string;
|
|
249
249
|
/**
|
|
250
250
|
* tabindex - Allows the HTML elements to be focusable
|
|
251
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
252
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
251
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_43 input-index="1" />
|
|
252
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_43 inputindex={1} />
|
|
253
253
|
*/
|
|
254
254
|
"inputindex": string | number;
|
|
255
255
|
/**
|
|
@@ -277,7 +277,7 @@ export namespace Components {
|
|
|
277
277
|
"type": string;
|
|
278
278
|
"value": string | number;
|
|
279
279
|
}
|
|
280
|
-
interface
|
|
280
|
+
interface TttxTable_1_9_43 {
|
|
281
281
|
"data": any;
|
|
282
282
|
"draggableHeaders": boolean;
|
|
283
283
|
"headers": TableHeader[];
|
|
@@ -285,13 +285,13 @@ export namespace Components {
|
|
|
285
285
|
"selectable": boolean;
|
|
286
286
|
"selected": number;
|
|
287
287
|
}
|
|
288
|
-
interface
|
|
288
|
+
interface TttxTabs_1_9_43 {
|
|
289
289
|
"navigation": boolean;
|
|
290
290
|
"tabs": string | Tab[];
|
|
291
291
|
"tabsName": string;
|
|
292
292
|
"wide": boolean;
|
|
293
293
|
}
|
|
294
|
-
interface
|
|
294
|
+
interface TttxTag_1_9_43 {
|
|
295
295
|
"color": string;
|
|
296
296
|
"hasIcon": boolean;
|
|
297
297
|
"icon": string;
|
|
@@ -300,13 +300,13 @@ export namespace Components {
|
|
|
300
300
|
"text": string;
|
|
301
301
|
"textColor": string;
|
|
302
302
|
}
|
|
303
|
-
interface
|
|
303
|
+
interface TttxTextarea_1_9_43 {
|
|
304
304
|
"disabled": boolean;
|
|
305
305
|
"errormsg": string;
|
|
306
306
|
/**
|
|
307
307
|
* tabindex - Allows the HTML elements to be focusable
|
|
308
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
309
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
308
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_43 input-index="1" />
|
|
309
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_43 inputindex={1} />
|
|
310
310
|
*/
|
|
311
311
|
"inputindex": string | number;
|
|
312
312
|
/**
|
|
@@ -330,343 +330,343 @@ export namespace Components {
|
|
|
330
330
|
"textareaautofocus": boolean;
|
|
331
331
|
"value": string | number;
|
|
332
332
|
}
|
|
333
|
-
interface
|
|
333
|
+
interface TttxToggle_1_9_43 {
|
|
334
334
|
"initialstate": boolean | string;
|
|
335
335
|
}
|
|
336
|
-
interface
|
|
336
|
+
interface TttxToolbar_1_9_43 {
|
|
337
337
|
"border": boolean;
|
|
338
338
|
}
|
|
339
|
-
interface
|
|
339
|
+
interface TttxTreeView_1_9_43 {
|
|
340
340
|
"data": TreeViewItem[];
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
|
-
export interface
|
|
343
|
+
export interface TttxCheckbox_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
344
344
|
detail: T;
|
|
345
|
-
target:
|
|
345
|
+
target: HTMLTttxCheckbox_1_9_43Element;
|
|
346
346
|
}
|
|
347
|
-
export interface
|
|
347
|
+
export interface TttxComments_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
348
348
|
detail: T;
|
|
349
|
-
target:
|
|
349
|
+
target: HTMLTttxComments_1_9_43Element;
|
|
350
350
|
}
|
|
351
|
-
export interface
|
|
351
|
+
export interface TttxDialogBox_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
352
352
|
detail: T;
|
|
353
|
-
target:
|
|
353
|
+
target: HTMLTttxDialogBox_1_9_43Element;
|
|
354
354
|
}
|
|
355
|
-
export interface
|
|
355
|
+
export interface TttxDialog_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
356
356
|
detail: T;
|
|
357
|
-
target:
|
|
357
|
+
target: HTMLTttxDialog_1_9_43Element;
|
|
358
358
|
}
|
|
359
|
-
export interface
|
|
359
|
+
export interface TttxExpander_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
360
360
|
detail: T;
|
|
361
|
-
target:
|
|
361
|
+
target: HTMLTttxExpander_1_9_43Element;
|
|
362
362
|
}
|
|
363
|
-
export interface
|
|
363
|
+
export interface TttxFilter_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
364
364
|
detail: T;
|
|
365
|
-
target:
|
|
365
|
+
target: HTMLTttxFilter_1_9_43Element;
|
|
366
366
|
}
|
|
367
|
-
export interface
|
|
367
|
+
export interface TttxForm_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
368
368
|
detail: T;
|
|
369
|
-
target:
|
|
369
|
+
target: HTMLTttxForm_1_9_43Element;
|
|
370
370
|
}
|
|
371
|
-
export interface
|
|
371
|
+
export interface TttxList_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
372
372
|
detail: T;
|
|
373
|
-
target:
|
|
373
|
+
target: HTMLTttxList_1_9_43Element;
|
|
374
374
|
}
|
|
375
|
-
export interface
|
|
375
|
+
export interface TttxMultiselectBox_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
376
376
|
detail: T;
|
|
377
|
-
target:
|
|
377
|
+
target: HTMLTttxMultiselectBox_1_9_43Element;
|
|
378
378
|
}
|
|
379
|
-
export interface
|
|
379
|
+
export interface TttxSelectBox_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
380
380
|
detail: T;
|
|
381
|
-
target:
|
|
381
|
+
target: HTMLTttxSelectBox_1_9_43Element;
|
|
382
382
|
}
|
|
383
|
-
export interface
|
|
383
|
+
export interface TttxSorter_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
384
384
|
detail: T;
|
|
385
|
-
target:
|
|
385
|
+
target: HTMLTttxSorter_1_9_43Element;
|
|
386
386
|
}
|
|
387
|
-
export interface
|
|
387
|
+
export interface TttxStandaloneInput_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
388
388
|
detail: T;
|
|
389
|
-
target:
|
|
389
|
+
target: HTMLTttxStandaloneInput_1_9_43Element;
|
|
390
390
|
}
|
|
391
|
-
export interface
|
|
391
|
+
export interface TttxTable_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
392
392
|
detail: T;
|
|
393
|
-
target:
|
|
393
|
+
target: HTMLTttxTable_1_9_43Element;
|
|
394
394
|
}
|
|
395
|
-
export interface
|
|
395
|
+
export interface TttxTabs_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
396
396
|
detail: T;
|
|
397
|
-
target:
|
|
397
|
+
target: HTMLTttxTabs_1_9_43Element;
|
|
398
398
|
}
|
|
399
|
-
export interface
|
|
399
|
+
export interface TttxTextarea_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
400
400
|
detail: T;
|
|
401
|
-
target:
|
|
401
|
+
target: HTMLTttxTextarea_1_9_43Element;
|
|
402
402
|
}
|
|
403
|
-
export interface
|
|
403
|
+
export interface TttxToggle_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
404
404
|
detail: T;
|
|
405
|
-
target:
|
|
405
|
+
target: HTMLTttxToggle_1_9_43Element;
|
|
406
406
|
}
|
|
407
|
-
export interface
|
|
407
|
+
export interface TttxTreeView_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
408
408
|
detail: T;
|
|
409
|
-
target:
|
|
409
|
+
target: HTMLTttxTreeView_1_9_43Element;
|
|
410
410
|
}
|
|
411
411
|
declare global {
|
|
412
|
-
interface
|
|
412
|
+
interface HTMLTttxButton_1_9_43Element extends Components.TttxButton_1_9_43, HTMLStencilElement {
|
|
413
413
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
414
|
+
var HTMLTttxButton_1_9_43Element: {
|
|
415
|
+
prototype: HTMLTttxButton_1_9_43Element;
|
|
416
|
+
new (): HTMLTttxButton_1_9_43Element;
|
|
417
417
|
};
|
|
418
|
-
interface
|
|
418
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_43Element extends Components.TttxCheckboxGroupCaption_1_9_43, HTMLStencilElement {
|
|
419
419
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
420
|
+
var HTMLTttxCheckboxGroupCaption_1_9_43Element: {
|
|
421
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_43Element;
|
|
422
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_43Element;
|
|
423
423
|
};
|
|
424
|
-
interface
|
|
424
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_43Element extends Components.TttxCheckboxGroupHeading_1_9_43, HTMLStencilElement {
|
|
425
425
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
426
|
+
var HTMLTttxCheckboxGroupHeading_1_9_43Element: {
|
|
427
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_43Element;
|
|
428
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_43Element;
|
|
429
429
|
};
|
|
430
|
-
interface
|
|
430
|
+
interface HTMLTttxCheckboxGroup_1_9_43Element extends Components.TttxCheckboxGroup_1_9_43, HTMLStencilElement {
|
|
431
431
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
432
|
+
var HTMLTttxCheckboxGroup_1_9_43Element: {
|
|
433
|
+
prototype: HTMLTttxCheckboxGroup_1_9_43Element;
|
|
434
|
+
new (): HTMLTttxCheckboxGroup_1_9_43Element;
|
|
435
435
|
};
|
|
436
|
-
interface
|
|
436
|
+
interface HTMLTttxCheckbox_1_9_43Element extends Components.TttxCheckbox_1_9_43, HTMLStencilElement {
|
|
437
437
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
438
|
+
var HTMLTttxCheckbox_1_9_43Element: {
|
|
439
|
+
prototype: HTMLTttxCheckbox_1_9_43Element;
|
|
440
|
+
new (): HTMLTttxCheckbox_1_9_43Element;
|
|
441
441
|
};
|
|
442
|
-
interface
|
|
442
|
+
interface HTMLTttxComments_1_9_43Element extends Components.TttxComments_1_9_43, HTMLStencilElement {
|
|
443
443
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
444
|
+
var HTMLTttxComments_1_9_43Element: {
|
|
445
|
+
prototype: HTMLTttxComments_1_9_43Element;
|
|
446
|
+
new (): HTMLTttxComments_1_9_43Element;
|
|
447
447
|
};
|
|
448
|
-
interface
|
|
448
|
+
interface HTMLTttxDataPattern_1_9_43Element extends Components.TttxDataPattern_1_9_43, HTMLStencilElement {
|
|
449
449
|
}
|
|
450
|
-
var
|
|
451
|
-
prototype:
|
|
452
|
-
new ():
|
|
450
|
+
var HTMLTttxDataPattern_1_9_43Element: {
|
|
451
|
+
prototype: HTMLTttxDataPattern_1_9_43Element;
|
|
452
|
+
new (): HTMLTttxDataPattern_1_9_43Element;
|
|
453
453
|
};
|
|
454
|
-
interface
|
|
454
|
+
interface HTMLTttxDatacard_1_9_43Element extends Components.TttxDatacard_1_9_43, HTMLStencilElement {
|
|
455
455
|
}
|
|
456
|
-
var
|
|
457
|
-
prototype:
|
|
458
|
-
new ():
|
|
456
|
+
var HTMLTttxDatacard_1_9_43Element: {
|
|
457
|
+
prototype: HTMLTttxDatacard_1_9_43Element;
|
|
458
|
+
new (): HTMLTttxDatacard_1_9_43Element;
|
|
459
459
|
};
|
|
460
|
-
interface
|
|
460
|
+
interface HTMLTttxDialogBox_1_9_43Element extends Components.TttxDialogBox_1_9_43, HTMLStencilElement {
|
|
461
461
|
}
|
|
462
|
-
var
|
|
463
|
-
prototype:
|
|
464
|
-
new ():
|
|
462
|
+
var HTMLTttxDialogBox_1_9_43Element: {
|
|
463
|
+
prototype: HTMLTttxDialogBox_1_9_43Element;
|
|
464
|
+
new (): HTMLTttxDialogBox_1_9_43Element;
|
|
465
465
|
};
|
|
466
|
-
interface
|
|
466
|
+
interface HTMLTttxDialog_1_9_43Element extends Components.TttxDialog_1_9_43, HTMLStencilElement {
|
|
467
467
|
}
|
|
468
|
-
var
|
|
469
|
-
prototype:
|
|
470
|
-
new ():
|
|
468
|
+
var HTMLTttxDialog_1_9_43Element: {
|
|
469
|
+
prototype: HTMLTttxDialog_1_9_43Element;
|
|
470
|
+
new (): HTMLTttxDialog_1_9_43Element;
|
|
471
471
|
};
|
|
472
|
-
interface
|
|
472
|
+
interface HTMLTttxExpander_1_9_43Element extends Components.TttxExpander_1_9_43, HTMLStencilElement {
|
|
473
473
|
}
|
|
474
|
-
var
|
|
475
|
-
prototype:
|
|
476
|
-
new ():
|
|
474
|
+
var HTMLTttxExpander_1_9_43Element: {
|
|
475
|
+
prototype: HTMLTttxExpander_1_9_43Element;
|
|
476
|
+
new (): HTMLTttxExpander_1_9_43Element;
|
|
477
477
|
};
|
|
478
|
-
interface
|
|
478
|
+
interface HTMLTttxFilter_1_9_43Element extends Components.TttxFilter_1_9_43, HTMLStencilElement {
|
|
479
479
|
}
|
|
480
|
-
var
|
|
481
|
-
prototype:
|
|
482
|
-
new ():
|
|
480
|
+
var HTMLTttxFilter_1_9_43Element: {
|
|
481
|
+
prototype: HTMLTttxFilter_1_9_43Element;
|
|
482
|
+
new (): HTMLTttxFilter_1_9_43Element;
|
|
483
483
|
};
|
|
484
|
-
interface
|
|
484
|
+
interface HTMLTttxForm_1_9_43Element extends Components.TttxForm_1_9_43, HTMLStencilElement {
|
|
485
485
|
}
|
|
486
|
-
var
|
|
487
|
-
prototype:
|
|
488
|
-
new ():
|
|
486
|
+
var HTMLTttxForm_1_9_43Element: {
|
|
487
|
+
prototype: HTMLTttxForm_1_9_43Element;
|
|
488
|
+
new (): HTMLTttxForm_1_9_43Element;
|
|
489
489
|
};
|
|
490
|
-
interface
|
|
490
|
+
interface HTMLTttxGraph_1_9_43Element extends Components.TttxGraph_1_9_43, HTMLStencilElement {
|
|
491
491
|
}
|
|
492
|
-
var
|
|
493
|
-
prototype:
|
|
494
|
-
new ():
|
|
492
|
+
var HTMLTttxGraph_1_9_43Element: {
|
|
493
|
+
prototype: HTMLTttxGraph_1_9_43Element;
|
|
494
|
+
new (): HTMLTttxGraph_1_9_43Element;
|
|
495
495
|
};
|
|
496
|
-
interface
|
|
496
|
+
interface HTMLTttxIcon_1_9_43Element extends Components.TttxIcon_1_9_43, HTMLStencilElement {
|
|
497
497
|
}
|
|
498
|
-
var
|
|
499
|
-
prototype:
|
|
500
|
-
new ():
|
|
498
|
+
var HTMLTttxIcon_1_9_43Element: {
|
|
499
|
+
prototype: HTMLTttxIcon_1_9_43Element;
|
|
500
|
+
new (): HTMLTttxIcon_1_9_43Element;
|
|
501
501
|
};
|
|
502
|
-
interface
|
|
502
|
+
interface HTMLTttxKeyvalueBlock_1_9_43Element extends Components.TttxKeyvalueBlock_1_9_43, HTMLStencilElement {
|
|
503
503
|
}
|
|
504
|
-
var
|
|
505
|
-
prototype:
|
|
506
|
-
new ():
|
|
504
|
+
var HTMLTttxKeyvalueBlock_1_9_43Element: {
|
|
505
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_43Element;
|
|
506
|
+
new (): HTMLTttxKeyvalueBlock_1_9_43Element;
|
|
507
507
|
};
|
|
508
|
-
interface
|
|
508
|
+
interface HTMLTttxList_1_9_43Element extends Components.TttxList_1_9_43, HTMLStencilElement {
|
|
509
509
|
}
|
|
510
|
-
var
|
|
511
|
-
prototype:
|
|
512
|
-
new ():
|
|
510
|
+
var HTMLTttxList_1_9_43Element: {
|
|
511
|
+
prototype: HTMLTttxList_1_9_43Element;
|
|
512
|
+
new (): HTMLTttxList_1_9_43Element;
|
|
513
513
|
};
|
|
514
|
-
interface
|
|
514
|
+
interface HTMLTttxLoadingSpinner_1_9_43Element extends Components.TttxLoadingSpinner_1_9_43, HTMLStencilElement {
|
|
515
515
|
}
|
|
516
|
-
var
|
|
517
|
-
prototype:
|
|
518
|
-
new ():
|
|
516
|
+
var HTMLTttxLoadingSpinner_1_9_43Element: {
|
|
517
|
+
prototype: HTMLTttxLoadingSpinner_1_9_43Element;
|
|
518
|
+
new (): HTMLTttxLoadingSpinner_1_9_43Element;
|
|
519
519
|
};
|
|
520
|
-
interface
|
|
520
|
+
interface HTMLTttxMultiselectBox_1_9_43Element extends Components.TttxMultiselectBox_1_9_43, HTMLStencilElement {
|
|
521
521
|
}
|
|
522
|
-
var
|
|
523
|
-
prototype:
|
|
524
|
-
new ():
|
|
522
|
+
var HTMLTttxMultiselectBox_1_9_43Element: {
|
|
523
|
+
prototype: HTMLTttxMultiselectBox_1_9_43Element;
|
|
524
|
+
new (): HTMLTttxMultiselectBox_1_9_43Element;
|
|
525
525
|
};
|
|
526
|
-
interface
|
|
526
|
+
interface HTMLTttxPercentageBar_1_9_43Element extends Components.TttxPercentageBar_1_9_43, HTMLStencilElement {
|
|
527
527
|
}
|
|
528
|
-
var
|
|
529
|
-
prototype:
|
|
530
|
-
new ():
|
|
528
|
+
var HTMLTttxPercentageBar_1_9_43Element: {
|
|
529
|
+
prototype: HTMLTttxPercentageBar_1_9_43Element;
|
|
530
|
+
new (): HTMLTttxPercentageBar_1_9_43Element;
|
|
531
531
|
};
|
|
532
|
-
interface
|
|
532
|
+
interface HTMLTttxQrcode_1_9_43Element extends Components.TttxQrcode_1_9_43, HTMLStencilElement {
|
|
533
533
|
}
|
|
534
|
-
var
|
|
535
|
-
prototype:
|
|
536
|
-
new ():
|
|
534
|
+
var HTMLTttxQrcode_1_9_43Element: {
|
|
535
|
+
prototype: HTMLTttxQrcode_1_9_43Element;
|
|
536
|
+
new (): HTMLTttxQrcode_1_9_43Element;
|
|
537
537
|
};
|
|
538
|
-
interface
|
|
538
|
+
interface HTMLTttxSelectBox_1_9_43Element extends Components.TttxSelectBox_1_9_43, HTMLStencilElement {
|
|
539
539
|
}
|
|
540
|
-
var
|
|
541
|
-
prototype:
|
|
542
|
-
new ():
|
|
540
|
+
var HTMLTttxSelectBox_1_9_43Element: {
|
|
541
|
+
prototype: HTMLTttxSelectBox_1_9_43Element;
|
|
542
|
+
new (): HTMLTttxSelectBox_1_9_43Element;
|
|
543
543
|
};
|
|
544
|
-
interface
|
|
544
|
+
interface HTMLTttxSkeleton_loader_1_9_43Element extends Components.TttxSkeleton_loader_1_9_43, HTMLStencilElement {
|
|
545
545
|
}
|
|
546
|
-
var
|
|
547
|
-
prototype:
|
|
548
|
-
new ():
|
|
546
|
+
var HTMLTttxSkeleton_loader_1_9_43Element: {
|
|
547
|
+
prototype: HTMLTttxSkeleton_loader_1_9_43Element;
|
|
548
|
+
new (): HTMLTttxSkeleton_loader_1_9_43Element;
|
|
549
549
|
};
|
|
550
|
-
interface
|
|
550
|
+
interface HTMLTttxSorter_1_9_43Element extends Components.TttxSorter_1_9_43, HTMLStencilElement {
|
|
551
551
|
}
|
|
552
|
-
var
|
|
553
|
-
prototype:
|
|
554
|
-
new ():
|
|
552
|
+
var HTMLTttxSorter_1_9_43Element: {
|
|
553
|
+
prototype: HTMLTttxSorter_1_9_43Element;
|
|
554
|
+
new (): HTMLTttxSorter_1_9_43Element;
|
|
555
555
|
};
|
|
556
|
-
interface
|
|
556
|
+
interface HTMLTttxStandaloneInput_1_9_43Element extends Components.TttxStandaloneInput_1_9_43, HTMLStencilElement {
|
|
557
557
|
}
|
|
558
|
-
var
|
|
559
|
-
prototype:
|
|
560
|
-
new ():
|
|
558
|
+
var HTMLTttxStandaloneInput_1_9_43Element: {
|
|
559
|
+
prototype: HTMLTttxStandaloneInput_1_9_43Element;
|
|
560
|
+
new (): HTMLTttxStandaloneInput_1_9_43Element;
|
|
561
561
|
};
|
|
562
|
-
interface
|
|
562
|
+
interface HTMLTttxTable_1_9_43Element extends Components.TttxTable_1_9_43, HTMLStencilElement {
|
|
563
563
|
}
|
|
564
|
-
var
|
|
565
|
-
prototype:
|
|
566
|
-
new ():
|
|
564
|
+
var HTMLTttxTable_1_9_43Element: {
|
|
565
|
+
prototype: HTMLTttxTable_1_9_43Element;
|
|
566
|
+
new (): HTMLTttxTable_1_9_43Element;
|
|
567
567
|
};
|
|
568
|
-
interface
|
|
568
|
+
interface HTMLTttxTabs_1_9_43Element extends Components.TttxTabs_1_9_43, HTMLStencilElement {
|
|
569
569
|
}
|
|
570
|
-
var
|
|
571
|
-
prototype:
|
|
572
|
-
new ():
|
|
570
|
+
var HTMLTttxTabs_1_9_43Element: {
|
|
571
|
+
prototype: HTMLTttxTabs_1_9_43Element;
|
|
572
|
+
new (): HTMLTttxTabs_1_9_43Element;
|
|
573
573
|
};
|
|
574
|
-
interface
|
|
574
|
+
interface HTMLTttxTag_1_9_43Element extends Components.TttxTag_1_9_43, HTMLStencilElement {
|
|
575
575
|
}
|
|
576
|
-
var
|
|
577
|
-
prototype:
|
|
578
|
-
new ():
|
|
576
|
+
var HTMLTttxTag_1_9_43Element: {
|
|
577
|
+
prototype: HTMLTttxTag_1_9_43Element;
|
|
578
|
+
new (): HTMLTttxTag_1_9_43Element;
|
|
579
579
|
};
|
|
580
|
-
interface
|
|
580
|
+
interface HTMLTttxTextarea_1_9_43Element extends Components.TttxTextarea_1_9_43, HTMLStencilElement {
|
|
581
581
|
}
|
|
582
|
-
var
|
|
583
|
-
prototype:
|
|
584
|
-
new ():
|
|
582
|
+
var HTMLTttxTextarea_1_9_43Element: {
|
|
583
|
+
prototype: HTMLTttxTextarea_1_9_43Element;
|
|
584
|
+
new (): HTMLTttxTextarea_1_9_43Element;
|
|
585
585
|
};
|
|
586
|
-
interface
|
|
586
|
+
interface HTMLTttxToggle_1_9_43Element extends Components.TttxToggle_1_9_43, HTMLStencilElement {
|
|
587
587
|
}
|
|
588
|
-
var
|
|
589
|
-
prototype:
|
|
590
|
-
new ():
|
|
588
|
+
var HTMLTttxToggle_1_9_43Element: {
|
|
589
|
+
prototype: HTMLTttxToggle_1_9_43Element;
|
|
590
|
+
new (): HTMLTttxToggle_1_9_43Element;
|
|
591
591
|
};
|
|
592
|
-
interface
|
|
592
|
+
interface HTMLTttxToolbar_1_9_43Element extends Components.TttxToolbar_1_9_43, HTMLStencilElement {
|
|
593
593
|
}
|
|
594
|
-
var
|
|
595
|
-
prototype:
|
|
596
|
-
new ():
|
|
594
|
+
var HTMLTttxToolbar_1_9_43Element: {
|
|
595
|
+
prototype: HTMLTttxToolbar_1_9_43Element;
|
|
596
|
+
new (): HTMLTttxToolbar_1_9_43Element;
|
|
597
597
|
};
|
|
598
|
-
interface
|
|
598
|
+
interface HTMLTttxTreeView_1_9_43Element extends Components.TttxTreeView_1_9_43, HTMLStencilElement {
|
|
599
599
|
}
|
|
600
|
-
var
|
|
601
|
-
prototype:
|
|
602
|
-
new ():
|
|
600
|
+
var HTMLTttxTreeView_1_9_43Element: {
|
|
601
|
+
prototype: HTMLTttxTreeView_1_9_43Element;
|
|
602
|
+
new (): HTMLTttxTreeView_1_9_43Element;
|
|
603
603
|
};
|
|
604
604
|
interface HTMLElementTagNameMap {
|
|
605
|
-
"tttx-
|
|
606
|
-
"tttx-checkbox-group-
|
|
607
|
-
"tttx-checkbox-group-
|
|
608
|
-
"tttx-checkbox-
|
|
609
|
-
"tttx-
|
|
610
|
-
"tttx-
|
|
611
|
-
"tttx-data-
|
|
612
|
-
"tttx-
|
|
613
|
-
"tttx-dialog-
|
|
614
|
-
"tttx-
|
|
615
|
-
"tttx-
|
|
616
|
-
"tttx-
|
|
617
|
-
"tttx-
|
|
618
|
-
"tttx-
|
|
619
|
-
"tttx-
|
|
620
|
-
"tttx-keyvalue-
|
|
621
|
-
"tttx-
|
|
622
|
-
"tttx-loading-
|
|
623
|
-
"tttx-multiselect-
|
|
624
|
-
"tttx-percentage-
|
|
625
|
-
"tttx-
|
|
626
|
-
"tttx-select-
|
|
627
|
-
"tttx-
|
|
628
|
-
"tttx-
|
|
629
|
-
"tttx-standalone-
|
|
630
|
-
"tttx-
|
|
631
|
-
"tttx-
|
|
632
|
-
"tttx-
|
|
633
|
-
"tttx-
|
|
634
|
-
"tttx-
|
|
635
|
-
"tttx-
|
|
636
|
-
"tttx-tree-
|
|
605
|
+
"tttx-button_1_9_43": HTMLTttxButton_1_9_43Element;
|
|
606
|
+
"tttx-checkbox-group-caption_1_9_43": HTMLTttxCheckboxGroupCaption_1_9_43Element;
|
|
607
|
+
"tttx-checkbox-group-heading_1_9_43": HTMLTttxCheckboxGroupHeading_1_9_43Element;
|
|
608
|
+
"tttx-checkbox-group_1_9_43": HTMLTttxCheckboxGroup_1_9_43Element;
|
|
609
|
+
"tttx-checkbox_1_9_43": HTMLTttxCheckbox_1_9_43Element;
|
|
610
|
+
"tttx-comments_1_9_43": HTMLTttxComments_1_9_43Element;
|
|
611
|
+
"tttx-data-pattern_1_9_43": HTMLTttxDataPattern_1_9_43Element;
|
|
612
|
+
"tttx-datacard_1_9_43": HTMLTttxDatacard_1_9_43Element;
|
|
613
|
+
"tttx-dialog-box_1_9_43": HTMLTttxDialogBox_1_9_43Element;
|
|
614
|
+
"tttx-dialog_1_9_43": HTMLTttxDialog_1_9_43Element;
|
|
615
|
+
"tttx-expander_1_9_43": HTMLTttxExpander_1_9_43Element;
|
|
616
|
+
"tttx-filter_1_9_43": HTMLTttxFilter_1_9_43Element;
|
|
617
|
+
"tttx-form_1_9_43": HTMLTttxForm_1_9_43Element;
|
|
618
|
+
"tttx-graph_1_9_43": HTMLTttxGraph_1_9_43Element;
|
|
619
|
+
"tttx-icon_1_9_43": HTMLTttxIcon_1_9_43Element;
|
|
620
|
+
"tttx-keyvalue-block_1_9_43": HTMLTttxKeyvalueBlock_1_9_43Element;
|
|
621
|
+
"tttx-list_1_9_43": HTMLTttxList_1_9_43Element;
|
|
622
|
+
"tttx-loading-spinner_1_9_43": HTMLTttxLoadingSpinner_1_9_43Element;
|
|
623
|
+
"tttx-multiselect-box_1_9_43": HTMLTttxMultiselectBox_1_9_43Element;
|
|
624
|
+
"tttx-percentage-bar_1_9_43": HTMLTttxPercentageBar_1_9_43Element;
|
|
625
|
+
"tttx-qrcode_1_9_43": HTMLTttxQrcode_1_9_43Element;
|
|
626
|
+
"tttx-select-box_1_9_43": HTMLTttxSelectBox_1_9_43Element;
|
|
627
|
+
"tttx-skeleton_loader_1_9_43": HTMLTttxSkeleton_loader_1_9_43Element;
|
|
628
|
+
"tttx-sorter_1_9_43": HTMLTttxSorter_1_9_43Element;
|
|
629
|
+
"tttx-standalone-input_1_9_43": HTMLTttxStandaloneInput_1_9_43Element;
|
|
630
|
+
"tttx-table_1_9_43": HTMLTttxTable_1_9_43Element;
|
|
631
|
+
"tttx-tabs_1_9_43": HTMLTttxTabs_1_9_43Element;
|
|
632
|
+
"tttx-tag_1_9_43": HTMLTttxTag_1_9_43Element;
|
|
633
|
+
"tttx-textarea_1_9_43": HTMLTttxTextarea_1_9_43Element;
|
|
634
|
+
"tttx-toggle_1_9_43": HTMLTttxToggle_1_9_43Element;
|
|
635
|
+
"tttx-toolbar_1_9_43": HTMLTttxToolbar_1_9_43Element;
|
|
636
|
+
"tttx-tree-view_1_9_43": HTMLTttxTreeView_1_9_43Element;
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
639
|
declare namespace LocalJSX {
|
|
640
|
-
interface
|
|
640
|
+
interface TttxButton_1_9_43 {
|
|
641
641
|
"design"?: string;
|
|
642
642
|
"icon"?: string;
|
|
643
643
|
"iconcolor"?: string;
|
|
644
644
|
"iconposition"?: 'left' | 'right';
|
|
645
645
|
"notext"?: boolean;
|
|
646
646
|
}
|
|
647
|
-
interface
|
|
647
|
+
interface TttxCheckboxGroupCaption_1_9_43 {
|
|
648
648
|
}
|
|
649
|
-
interface
|
|
649
|
+
interface TttxCheckboxGroupHeading_1_9_43 {
|
|
650
650
|
}
|
|
651
|
-
interface
|
|
651
|
+
interface TttxCheckboxGroup_1_9_43 {
|
|
652
652
|
}
|
|
653
|
-
interface
|
|
653
|
+
interface TttxCheckbox_1_9_43 {
|
|
654
654
|
"checkboxId"?: string;
|
|
655
655
|
"checked"?: boolean;
|
|
656
656
|
"indeterminate"?: boolean;
|
|
657
657
|
"inline"?: boolean;
|
|
658
658
|
"label"?: string;
|
|
659
|
-
"onCheckboxChangeEvent"?: (event:
|
|
659
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_43CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
660
660
|
}
|
|
661
|
-
interface
|
|
661
|
+
interface TttxComments_1_9_43 {
|
|
662
662
|
"comments"?: string | Comment[];
|
|
663
663
|
"currentuser"?: string;
|
|
664
664
|
"disableFile"?: boolean;
|
|
665
|
-
"onCommentAdded"?: (event:
|
|
666
|
-
"onRequestFileDownload"?: (event:
|
|
667
|
-
"onRequestFileUpload"?: (event:
|
|
665
|
+
"onCommentAdded"?: (event: TttxComments_1_9_43CustomEvent<Comment>) => void;
|
|
666
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_43CustomEvent<string>) => void;
|
|
667
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_43CustomEvent<void>) => void;
|
|
668
668
|
}
|
|
669
|
-
interface
|
|
669
|
+
interface TttxDataPattern_1_9_43 {
|
|
670
670
|
"addbutton"?: boolean;
|
|
671
671
|
"addbuttonlabel"?: string;
|
|
672
672
|
"data"?: string;
|
|
@@ -676,7 +676,7 @@ declare namespace LocalJSX {
|
|
|
676
676
|
"searchplaceholder"?: string;
|
|
677
677
|
"sorterOptions"?: string;
|
|
678
678
|
}
|
|
679
|
-
interface
|
|
679
|
+
interface TttxDatacard_1_9_43 {
|
|
680
680
|
"cardTitle"?: string;
|
|
681
681
|
"cardType"?: string;
|
|
682
682
|
"chartConfig"?: string;
|
|
@@ -685,90 +685,90 @@ declare namespace LocalJSX {
|
|
|
685
685
|
"rightData"?: string;
|
|
686
686
|
"rightSubtext"?: string;
|
|
687
687
|
}
|
|
688
|
-
interface
|
|
688
|
+
interface TttxDialogBox_1_9_43 {
|
|
689
689
|
"allowOverflow"?: boolean;
|
|
690
690
|
"data"?: string | DialogItems;
|
|
691
|
-
"onButtonClick"?: (event:
|
|
692
|
-
"onCloseButtonClick"?: (event:
|
|
693
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
691
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_43CustomEvent<any>) => void;
|
|
692
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_43CustomEvent<any>) => void;
|
|
693
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_43CustomEvent<any>) => void;
|
|
694
694
|
"open"?: boolean;
|
|
695
695
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
696
696
|
}
|
|
697
|
-
interface
|
|
697
|
+
interface TttxDialog_1_9_43 {
|
|
698
698
|
"allowOverflow"?: boolean;
|
|
699
699
|
"closeEnabled"?: boolean;
|
|
700
700
|
"header"?: string;
|
|
701
|
-
"onCloseButtonClick"?: (event:
|
|
701
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_43CustomEvent<any>) => void;
|
|
702
702
|
"open"?: boolean;
|
|
703
703
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
704
704
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
705
705
|
}
|
|
706
|
-
interface
|
|
706
|
+
interface TttxExpander_1_9_43 {
|
|
707
707
|
"lefticon"?: string;
|
|
708
708
|
"lefticoncolor"?: string;
|
|
709
709
|
"name"?: string;
|
|
710
|
-
"onToggleExpander"?: (event:
|
|
710
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_43CustomEvent<{ open: boolean; name: string }>) => void;
|
|
711
711
|
"open"?: boolean;
|
|
712
712
|
}
|
|
713
|
-
interface
|
|
713
|
+
interface TttxFilter_1_9_43 {
|
|
714
714
|
"defaultFilterOptions"?: string[] | string;
|
|
715
715
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
716
716
|
"filterHeader"?: string;
|
|
717
717
|
"filterKey"?: string;
|
|
718
718
|
"filterOptions"?: string | FilterSettings[];
|
|
719
|
-
"onFilterChangeEvent"?: (event:
|
|
720
|
-
"onToggleFilter"?: (event:
|
|
719
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_43CustomEvent<FilterChangeEvent>) => void;
|
|
720
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_43CustomEvent<boolean>) => void;
|
|
721
721
|
"popoverWidth"?: string;
|
|
722
722
|
"showOptionIcons"?: boolean;
|
|
723
723
|
"showSearchField"?: boolean;
|
|
724
724
|
"showSelectAll"?: boolean;
|
|
725
725
|
}
|
|
726
|
-
interface
|
|
726
|
+
interface TttxForm_1_9_43 {
|
|
727
727
|
"data"?: any;
|
|
728
728
|
"formschema"?: Record<string, any> | string;
|
|
729
|
-
"onDataChanged"?: (event:
|
|
730
|
-
"onDataSubmitted"?: (event:
|
|
731
|
-
"onSearchTermChanged"?: (event:
|
|
732
|
-
"onSelectToggleOpen"?: (event:
|
|
729
|
+
"onDataChanged"?: (event: TttxForm_1_9_43CustomEvent<{ name: string; value: string }>) => void;
|
|
730
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_43CustomEvent<FormData>) => void;
|
|
731
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_43CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
732
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_43CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
733
733
|
}
|
|
734
|
-
interface
|
|
734
|
+
interface TttxGraph_1_9_43 {
|
|
735
735
|
"chartData"?: string;
|
|
736
736
|
"chartText"?: string;
|
|
737
737
|
"chartType"?: string;
|
|
738
738
|
}
|
|
739
|
-
interface
|
|
739
|
+
interface TttxIcon_1_9_43 {
|
|
740
740
|
"color"?: string;
|
|
741
741
|
"icon"?: string;
|
|
742
742
|
"size"?: number;
|
|
743
743
|
}
|
|
744
|
-
interface
|
|
744
|
+
interface TttxKeyvalueBlock_1_9_43 {
|
|
745
745
|
"horizontal"?: boolean;
|
|
746
746
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
747
747
|
"spacedout"?: boolean;
|
|
748
748
|
}
|
|
749
|
-
interface
|
|
749
|
+
interface TttxList_1_9_43 {
|
|
750
750
|
"data"?: string | ListItem[];
|
|
751
751
|
"name"?: string;
|
|
752
|
-
"onListRowCheckboxClick"?: (event:
|
|
753
|
-
"onListRowClick"?: (event:
|
|
752
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_43CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
753
|
+
"onListRowClick"?: (event: TttxList_1_9_43CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
754
754
|
}
|
|
755
|
-
interface
|
|
755
|
+
interface TttxLoadingSpinner_1_9_43 {
|
|
756
756
|
"color"?: string;
|
|
757
757
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
758
758
|
"loadingMessage"?: boolean;
|
|
759
759
|
"message"?: string;
|
|
760
760
|
"size"?: 'small' | 'large';
|
|
761
761
|
}
|
|
762
|
-
interface
|
|
762
|
+
interface TttxMultiselectBox_1_9_43 {
|
|
763
763
|
"htmlVisibleValue"?: boolean;
|
|
764
764
|
"inline"?: boolean;
|
|
765
765
|
"isLoading"?: boolean;
|
|
766
766
|
"label"?: string;
|
|
767
767
|
"nonPriorityLabel"?: string;
|
|
768
|
-
"onChangesApplied"?: (event:
|
|
769
|
-
"onSearchDataChanged"?: (event:
|
|
770
|
-
"onSelectItemEvent"?: (event:
|
|
771
|
-
"onToggleOpen"?: (event:
|
|
768
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_43CustomEvent<SelectItem[]>) => void;
|
|
769
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_43CustomEvent<{ searchTerm: string; }>) => void;
|
|
770
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_43CustomEvent<SelectItem>) => void;
|
|
771
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_43CustomEvent<boolean>) => void;
|
|
772
772
|
"optionsData"?: string | SelectItem[];
|
|
773
773
|
"placeholder"?: string;
|
|
774
774
|
"priorityLabel"?: string;
|
|
@@ -777,18 +777,18 @@ declare namespace LocalJSX {
|
|
|
777
777
|
"stopLocalSearch"?: boolean;
|
|
778
778
|
"visibleValue"?: string;
|
|
779
779
|
}
|
|
780
|
-
interface
|
|
780
|
+
interface TttxPercentageBar_1_9_43 {
|
|
781
781
|
"color"?: string;
|
|
782
782
|
"labelid"?: string;
|
|
783
783
|
"min"?: string;
|
|
784
784
|
"percentage"?: string | number;
|
|
785
785
|
"thresholds"?: string | Threshold[];
|
|
786
786
|
}
|
|
787
|
-
interface
|
|
787
|
+
interface TttxQrcode_1_9_43 {
|
|
788
788
|
"link"?: string;
|
|
789
789
|
"size"?: number;
|
|
790
790
|
}
|
|
791
|
-
interface
|
|
791
|
+
interface TttxSelectBox_1_9_43 {
|
|
792
792
|
"clearable"?: boolean;
|
|
793
793
|
"errorMsg"?: string;
|
|
794
794
|
"inline"?: boolean;
|
|
@@ -796,10 +796,10 @@ declare namespace LocalJSX {
|
|
|
796
796
|
"isLoading"?: boolean;
|
|
797
797
|
"label"?: string;
|
|
798
798
|
"nonPriorityLabel"?: string;
|
|
799
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
800
|
-
"onSelectEndReached"?: (event:
|
|
801
|
-
"onSelectItemEvent"?: (event:
|
|
802
|
-
"onToggleOpen"?: (event:
|
|
799
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_43CustomEvent<string>) => void;
|
|
800
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_43CustomEvent<string>) => void;
|
|
801
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_43CustomEvent<SelectItem1>) => void;
|
|
802
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_43CustomEvent<boolean>) => void;
|
|
803
803
|
"optionsData"?: string | SelectItem1[];
|
|
804
804
|
"placeholder"?: string;
|
|
805
805
|
"priorityLabel"?: string;
|
|
@@ -811,7 +811,7 @@ declare namespace LocalJSX {
|
|
|
811
811
|
"useExternalFiltering"?: boolean;
|
|
812
812
|
"useExternalPaginatedFiltering"?: boolean;
|
|
813
813
|
}
|
|
814
|
-
interface
|
|
814
|
+
interface TttxSkeleton_loader_1_9_43 {
|
|
815
815
|
"animation"?: 'pulse' | 'wave' | 'none';
|
|
816
816
|
"borderRadius"?: string;
|
|
817
817
|
"color"?: string;
|
|
@@ -823,15 +823,15 @@ declare namespace LocalJSX {
|
|
|
823
823
|
"variant"?: 'text' | 'circle' | 'rect';
|
|
824
824
|
"width"?: string;
|
|
825
825
|
}
|
|
826
|
-
interface
|
|
826
|
+
interface TttxSorter_1_9_43 {
|
|
827
827
|
"defaultOption"?: string;
|
|
828
828
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
829
829
|
"fieldOptionsData"?: string | SorterData;
|
|
830
|
-
"onSorterChangeEvent"?: (event:
|
|
831
|
-
"onToggleSorter"?: (event:
|
|
830
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_43CustomEvent<SorterChangeEvent>) => void;
|
|
831
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_43CustomEvent<boolean>) => void;
|
|
832
832
|
"sorterKey"?: string;
|
|
833
833
|
}
|
|
834
|
-
interface
|
|
834
|
+
interface TttxStandaloneInput_1_9_43 {
|
|
835
835
|
"autocomplete"?: 'off' | 'on';
|
|
836
836
|
"checked"?: boolean;
|
|
837
837
|
"disabled"?: boolean;
|
|
@@ -847,8 +847,8 @@ declare namespace LocalJSX {
|
|
|
847
847
|
"inputiconcolor"?: string;
|
|
848
848
|
/**
|
|
849
849
|
* tabindex - Allows the HTML elements to be focusable
|
|
850
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
851
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
850
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_43 input-index="1" />
|
|
851
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_43 inputindex={1} />
|
|
852
852
|
*/
|
|
853
853
|
"inputindex"?: string | number;
|
|
854
854
|
/**
|
|
@@ -862,13 +862,13 @@ declare namespace LocalJSX {
|
|
|
862
862
|
"min"?: MinMaxDates | number;
|
|
863
863
|
"minlength"?: string | number;
|
|
864
864
|
"name"?: string;
|
|
865
|
-
"onBlurChanged"?: (event:
|
|
866
|
-
"onFocusChanged"?: (event:
|
|
867
|
-
"onInputIconClick"?: (event:
|
|
868
|
-
"onInvalidChanged"?: (event:
|
|
869
|
-
"onLeftIconClick"?: (event:
|
|
870
|
-
"onRightIconClick"?: (event:
|
|
871
|
-
"onValueChanged"?: (event:
|
|
865
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_43CustomEvent<string>) => void;
|
|
866
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_43CustomEvent<string>) => void;
|
|
867
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_43CustomEvent<void>) => void;
|
|
868
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_43CustomEvent<string>) => void;
|
|
869
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_43CustomEvent<void>) => void;
|
|
870
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_43CustomEvent<void>) => void;
|
|
871
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_43CustomEvent<string>) => void;
|
|
872
872
|
"pattern"?: string;
|
|
873
873
|
"placeholder"?: string;
|
|
874
874
|
"readonly"?: string | boolean;
|
|
@@ -883,27 +883,27 @@ declare namespace LocalJSX {
|
|
|
883
883
|
"type"?: string;
|
|
884
884
|
"value"?: string | number;
|
|
885
885
|
}
|
|
886
|
-
interface
|
|
886
|
+
interface TttxTable_1_9_43 {
|
|
887
887
|
"data"?: any;
|
|
888
888
|
"draggableHeaders"?: boolean;
|
|
889
889
|
"headers"?: TableHeader[];
|
|
890
890
|
"loading"?: boolean;
|
|
891
|
-
"onHeaderClicked"?: (event:
|
|
892
|
-
"onHeaderOrderChanged"?: (event:
|
|
893
|
-
"onRowClicked"?: (event:
|
|
891
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_43CustomEvent<any>) => void;
|
|
892
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_43CustomEvent<string[]>) => void;
|
|
893
|
+
"onRowClicked"?: (event: TttxTable_1_9_43CustomEvent<any>) => void;
|
|
894
894
|
"selectable"?: boolean;
|
|
895
895
|
"selected"?: number;
|
|
896
896
|
}
|
|
897
|
-
interface
|
|
897
|
+
interface TttxTabs_1_9_43 {
|
|
898
898
|
"navigation"?: boolean;
|
|
899
|
-
"onLeftNavigation"?: (event:
|
|
900
|
-
"onRightNavigation"?: (event:
|
|
901
|
-
"onTabClick"?: (event:
|
|
899
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_43CustomEvent<any>) => void;
|
|
900
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_43CustomEvent<any>) => void;
|
|
901
|
+
"onTabClick"?: (event: TttxTabs_1_9_43CustomEvent<{ tabId: string }>) => void;
|
|
902
902
|
"tabs"?: string | Tab[];
|
|
903
903
|
"tabsName"?: string;
|
|
904
904
|
"wide"?: boolean;
|
|
905
905
|
}
|
|
906
|
-
interface
|
|
906
|
+
interface TttxTag_1_9_43 {
|
|
907
907
|
"color"?: string;
|
|
908
908
|
"hasIcon"?: boolean;
|
|
909
909
|
"icon"?: string;
|
|
@@ -912,13 +912,13 @@ declare namespace LocalJSX {
|
|
|
912
912
|
"text"?: string;
|
|
913
913
|
"textColor"?: string;
|
|
914
914
|
}
|
|
915
|
-
interface
|
|
915
|
+
interface TttxTextarea_1_9_43 {
|
|
916
916
|
"disabled"?: boolean;
|
|
917
917
|
"errormsg"?: string;
|
|
918
918
|
/**
|
|
919
919
|
* tabindex - Allows the HTML elements to be focusable
|
|
920
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
921
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
920
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_43 input-index="1" />
|
|
921
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_43 inputindex={1} />
|
|
922
922
|
*/
|
|
923
923
|
"inputindex"?: string | number;
|
|
924
924
|
/**
|
|
@@ -929,10 +929,10 @@ declare namespace LocalJSX {
|
|
|
929
929
|
"label"?: string;
|
|
930
930
|
"maxlength"?: string | number;
|
|
931
931
|
"name"?: string;
|
|
932
|
-
"onBlurChanged"?: (event:
|
|
933
|
-
"onFocusChanged"?: (event:
|
|
934
|
-
"onInvalidChanged"?: (event:
|
|
935
|
-
"onValueChanged"?: (event:
|
|
932
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_43CustomEvent<string>) => void;
|
|
933
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_43CustomEvent<string>) => void;
|
|
934
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_43CustomEvent<string>) => void;
|
|
935
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_43CustomEvent<string>) => void;
|
|
936
936
|
"placeholder"?: string;
|
|
937
937
|
"readonly"?: string | boolean;
|
|
938
938
|
"required"?: boolean;
|
|
@@ -946,90 +946,90 @@ declare namespace LocalJSX {
|
|
|
946
946
|
"textareaautofocus"?: boolean;
|
|
947
947
|
"value"?: string | number;
|
|
948
948
|
}
|
|
949
|
-
interface
|
|
949
|
+
interface TttxToggle_1_9_43 {
|
|
950
950
|
"initialstate"?: boolean | string;
|
|
951
|
-
"onToggleSwitchEvent"?: (event:
|
|
951
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_43CustomEvent<{checked: boolean}>) => void;
|
|
952
952
|
}
|
|
953
|
-
interface
|
|
953
|
+
interface TttxToolbar_1_9_43 {
|
|
954
954
|
"border"?: boolean;
|
|
955
955
|
}
|
|
956
|
-
interface
|
|
956
|
+
interface TttxTreeView_1_9_43 {
|
|
957
957
|
"data"?: TreeViewItem[];
|
|
958
|
-
"onCheckboxChange"?: (event:
|
|
959
|
-
"onClickEvent"?: (event:
|
|
960
|
-
"onExpandNode"?: (event:
|
|
958
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_43CustomEvent<TreeViewItem[]>) => void;
|
|
959
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_43CustomEvent<TreeViewItem>) => void;
|
|
960
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_43CustomEvent<ExpandNodeEvent>) => void;
|
|
961
961
|
}
|
|
962
962
|
interface IntrinsicElements {
|
|
963
|
-
"tttx-
|
|
964
|
-
"tttx-checkbox-group-
|
|
965
|
-
"tttx-checkbox-group-
|
|
966
|
-
"tttx-checkbox-
|
|
967
|
-
"tttx-
|
|
968
|
-
"tttx-
|
|
969
|
-
"tttx-data-
|
|
970
|
-
"tttx-
|
|
971
|
-
"tttx-dialog-
|
|
972
|
-
"tttx-
|
|
973
|
-
"tttx-
|
|
974
|
-
"tttx-
|
|
975
|
-
"tttx-
|
|
976
|
-
"tttx-
|
|
977
|
-
"tttx-
|
|
978
|
-
"tttx-keyvalue-
|
|
979
|
-
"tttx-
|
|
980
|
-
"tttx-loading-
|
|
981
|
-
"tttx-multiselect-
|
|
982
|
-
"tttx-percentage-
|
|
983
|
-
"tttx-
|
|
984
|
-
"tttx-select-
|
|
985
|
-
"tttx-
|
|
986
|
-
"tttx-
|
|
987
|
-
"tttx-standalone-
|
|
988
|
-
"tttx-
|
|
989
|
-
"tttx-
|
|
990
|
-
"tttx-
|
|
991
|
-
"tttx-
|
|
992
|
-
"tttx-
|
|
993
|
-
"tttx-
|
|
994
|
-
"tttx-tree-
|
|
963
|
+
"tttx-button_1_9_43": TttxButton_1_9_43;
|
|
964
|
+
"tttx-checkbox-group-caption_1_9_43": TttxCheckboxGroupCaption_1_9_43;
|
|
965
|
+
"tttx-checkbox-group-heading_1_9_43": TttxCheckboxGroupHeading_1_9_43;
|
|
966
|
+
"tttx-checkbox-group_1_9_43": TttxCheckboxGroup_1_9_43;
|
|
967
|
+
"tttx-checkbox_1_9_43": TttxCheckbox_1_9_43;
|
|
968
|
+
"tttx-comments_1_9_43": TttxComments_1_9_43;
|
|
969
|
+
"tttx-data-pattern_1_9_43": TttxDataPattern_1_9_43;
|
|
970
|
+
"tttx-datacard_1_9_43": TttxDatacard_1_9_43;
|
|
971
|
+
"tttx-dialog-box_1_9_43": TttxDialogBox_1_9_43;
|
|
972
|
+
"tttx-dialog_1_9_43": TttxDialog_1_9_43;
|
|
973
|
+
"tttx-expander_1_9_43": TttxExpander_1_9_43;
|
|
974
|
+
"tttx-filter_1_9_43": TttxFilter_1_9_43;
|
|
975
|
+
"tttx-form_1_9_43": TttxForm_1_9_43;
|
|
976
|
+
"tttx-graph_1_9_43": TttxGraph_1_9_43;
|
|
977
|
+
"tttx-icon_1_9_43": TttxIcon_1_9_43;
|
|
978
|
+
"tttx-keyvalue-block_1_9_43": TttxKeyvalueBlock_1_9_43;
|
|
979
|
+
"tttx-list_1_9_43": TttxList_1_9_43;
|
|
980
|
+
"tttx-loading-spinner_1_9_43": TttxLoadingSpinner_1_9_43;
|
|
981
|
+
"tttx-multiselect-box_1_9_43": TttxMultiselectBox_1_9_43;
|
|
982
|
+
"tttx-percentage-bar_1_9_43": TttxPercentageBar_1_9_43;
|
|
983
|
+
"tttx-qrcode_1_9_43": TttxQrcode_1_9_43;
|
|
984
|
+
"tttx-select-box_1_9_43": TttxSelectBox_1_9_43;
|
|
985
|
+
"tttx-skeleton_loader_1_9_43": TttxSkeleton_loader_1_9_43;
|
|
986
|
+
"tttx-sorter_1_9_43": TttxSorter_1_9_43;
|
|
987
|
+
"tttx-standalone-input_1_9_43": TttxStandaloneInput_1_9_43;
|
|
988
|
+
"tttx-table_1_9_43": TttxTable_1_9_43;
|
|
989
|
+
"tttx-tabs_1_9_43": TttxTabs_1_9_43;
|
|
990
|
+
"tttx-tag_1_9_43": TttxTag_1_9_43;
|
|
991
|
+
"tttx-textarea_1_9_43": TttxTextarea_1_9_43;
|
|
992
|
+
"tttx-toggle_1_9_43": TttxToggle_1_9_43;
|
|
993
|
+
"tttx-toolbar_1_9_43": TttxToolbar_1_9_43;
|
|
994
|
+
"tttx-tree-view_1_9_43": TttxTreeView_1_9_43;
|
|
995
995
|
}
|
|
996
996
|
}
|
|
997
997
|
export { LocalJSX as JSX };
|
|
998
998
|
declare module "@stencil/core" {
|
|
999
999
|
export namespace JSX {
|
|
1000
1000
|
interface IntrinsicElements {
|
|
1001
|
-
"tttx-
|
|
1002
|
-
"tttx-checkbox-group-
|
|
1003
|
-
"tttx-checkbox-group-
|
|
1004
|
-
"tttx-checkbox-
|
|
1005
|
-
"tttx-
|
|
1006
|
-
"tttx-
|
|
1007
|
-
"tttx-data-
|
|
1008
|
-
"tttx-
|
|
1009
|
-
"tttx-dialog-
|
|
1010
|
-
"tttx-
|
|
1011
|
-
"tttx-
|
|
1012
|
-
"tttx-
|
|
1013
|
-
"tttx-
|
|
1014
|
-
"tttx-
|
|
1015
|
-
"tttx-
|
|
1016
|
-
"tttx-keyvalue-
|
|
1017
|
-
"tttx-
|
|
1018
|
-
"tttx-loading-
|
|
1019
|
-
"tttx-multiselect-
|
|
1020
|
-
"tttx-percentage-
|
|
1021
|
-
"tttx-
|
|
1022
|
-
"tttx-select-
|
|
1023
|
-
"tttx-
|
|
1024
|
-
"tttx-
|
|
1025
|
-
"tttx-standalone-
|
|
1026
|
-
"tttx-
|
|
1027
|
-
"tttx-
|
|
1028
|
-
"tttx-
|
|
1029
|
-
"tttx-
|
|
1030
|
-
"tttx-
|
|
1031
|
-
"tttx-
|
|
1032
|
-
"tttx-tree-
|
|
1001
|
+
"tttx-button_1_9_43": LocalJSX.TttxButton_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_43Element>;
|
|
1002
|
+
"tttx-checkbox-group-caption_1_9_43": LocalJSX.TttxCheckboxGroupCaption_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_43Element>;
|
|
1003
|
+
"tttx-checkbox-group-heading_1_9_43": LocalJSX.TttxCheckboxGroupHeading_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_43Element>;
|
|
1004
|
+
"tttx-checkbox-group_1_9_43": LocalJSX.TttxCheckboxGroup_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_43Element>;
|
|
1005
|
+
"tttx-checkbox_1_9_43": LocalJSX.TttxCheckbox_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_43Element>;
|
|
1006
|
+
"tttx-comments_1_9_43": LocalJSX.TttxComments_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_43Element>;
|
|
1007
|
+
"tttx-data-pattern_1_9_43": LocalJSX.TttxDataPattern_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_43Element>;
|
|
1008
|
+
"tttx-datacard_1_9_43": LocalJSX.TttxDatacard_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_43Element>;
|
|
1009
|
+
"tttx-dialog-box_1_9_43": LocalJSX.TttxDialogBox_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_43Element>;
|
|
1010
|
+
"tttx-dialog_1_9_43": LocalJSX.TttxDialog_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_43Element>;
|
|
1011
|
+
"tttx-expander_1_9_43": LocalJSX.TttxExpander_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_43Element>;
|
|
1012
|
+
"tttx-filter_1_9_43": LocalJSX.TttxFilter_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_43Element>;
|
|
1013
|
+
"tttx-form_1_9_43": LocalJSX.TttxForm_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_43Element>;
|
|
1014
|
+
"tttx-graph_1_9_43": LocalJSX.TttxGraph_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_43Element>;
|
|
1015
|
+
"tttx-icon_1_9_43": LocalJSX.TttxIcon_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_43Element>;
|
|
1016
|
+
"tttx-keyvalue-block_1_9_43": LocalJSX.TttxKeyvalueBlock_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_43Element>;
|
|
1017
|
+
"tttx-list_1_9_43": LocalJSX.TttxList_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_43Element>;
|
|
1018
|
+
"tttx-loading-spinner_1_9_43": LocalJSX.TttxLoadingSpinner_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_43Element>;
|
|
1019
|
+
"tttx-multiselect-box_1_9_43": LocalJSX.TttxMultiselectBox_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_43Element>;
|
|
1020
|
+
"tttx-percentage-bar_1_9_43": LocalJSX.TttxPercentageBar_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_43Element>;
|
|
1021
|
+
"tttx-qrcode_1_9_43": LocalJSX.TttxQrcode_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_43Element>;
|
|
1022
|
+
"tttx-select-box_1_9_43": LocalJSX.TttxSelectBox_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_43Element>;
|
|
1023
|
+
"tttx-skeleton_loader_1_9_43": LocalJSX.TttxSkeleton_loader_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxSkeleton_loader_1_9_43Element>;
|
|
1024
|
+
"tttx-sorter_1_9_43": LocalJSX.TttxSorter_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_43Element>;
|
|
1025
|
+
"tttx-standalone-input_1_9_43": LocalJSX.TttxStandaloneInput_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_43Element>;
|
|
1026
|
+
"tttx-table_1_9_43": LocalJSX.TttxTable_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_43Element>;
|
|
1027
|
+
"tttx-tabs_1_9_43": LocalJSX.TttxTabs_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_43Element>;
|
|
1028
|
+
"tttx-tag_1_9_43": LocalJSX.TttxTag_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_43Element>;
|
|
1029
|
+
"tttx-textarea_1_9_43": LocalJSX.TttxTextarea_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_43Element>;
|
|
1030
|
+
"tttx-toggle_1_9_43": LocalJSX.TttxToggle_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_43Element>;
|
|
1031
|
+
"tttx-toolbar_1_9_43": LocalJSX.TttxToolbar_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_43Element>;
|
|
1032
|
+
"tttx-tree-view_1_9_43": LocalJSX.TttxTreeView_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_43Element>;
|
|
1033
1033
|
}
|
|
1034
1034
|
}
|
|
1035
1035
|
}
|