--tjs-input-appearance
--tjs-input-background
--tjs-input-border
--tjs-input-border-radius
--tjs-input-border-disabled
--tjs-input-box-shadow-focus
--tjs-input-box-shadow-focus-visible
--tjs-input-color
--tjs-input-color-disabled
--tjs-input-cursor
--tjs-input-cursor-disabled
--tjs-input-flex
--tjs-input-font-family
--tjs-input-font-size
--tjs-input-height
--tjs-input-line-height
--tjs-input-outline-focus-visible
--tjs-input-outline-offset
--tjs-input-overflow
--tjs-input-text-overflow
--tjs-input-transition-focus-visible
--tjs-input-width

--tjs-select-appearance
--tjs-select-background
--tjs-select-border
--tjs-select-border-radius
--tjs-select-border-disabled
--tjs-select-box-shadow-focus
--tjs-select-box-shadow-focus-visible
--tjs-select-color
--tjs-select-color-disabled
--tjs-select-cursor
--tjs-select-cursor-disabled
--tjs-select-flex
--tjs-select-font-family
--tjs-select-font-size
--tjs-select-height
--tjs-select-line-height
--tjs-select-outline-focus-visible
--tjs-select-outline-offset
--tjs-select-overflow
--tjs-select-text-overflow
--tjs-select-transition-focus-visible
--tjs-select-width

--tjs-select-option-background
--tjs-select-option-color
Hierarchy
  • SvelteComponent<
        {
            efx?: any;
            enabled?: any;
            label?: any;
            options?: any;
            select?: any;
            selected?: any;
            store?: any;
            styles?: any;
        },
        { change: Event; pointerdown: PointerEvent } & {
            [evt: string]: CustomEvent<any>;
        },
        {},
    >

Indexable

  • [prop: string]: any
Index
  • Parameters

    • options: ComponentConstructorOptions<
          {
              efx?: any;
              enabled?: any;
              label?: any;
              options?: any;
              select?: any;
              selected?: any;
              store?: any;
              styles?: any;
          },
      >

    Returns TJSSelect

  • Type Parameters

    • K extends string

    Parameters

    • type: K
    • callback: (
          e: (
              { change: Event; pointerdown: PointerEvent } & {
                  [evt: string]: CustomEvent<any>;
              }
          )[K],
      ) => void

    Returns () => void